[PATCH v3 0/2] random: PREEMPT_RT fixes

Jason A. Donenfeld posted 2 patches 4 years, 4 months ago
There is a newer version of this series
drivers/char/random.c         | 101 +++++++++++++++++++---------------
include/trace/events/random.h |   6 --
2 files changed, 56 insertions(+), 51 deletions(-)
[PATCH v3 0/2] random: PREEMPT_RT fixes
Posted by Jason A. Donenfeld 4 years, 4 months ago
Here are the two patches we've been looking at thus far in separate
threads, now brought together as one patchset. This doesn't fix _all_ of
the PREEMPT_RT issues, but it does very much move in the right direction
of having less locking in places where that matters.

Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Theodore Ts'o <tytso@mit.edu>
Cc: Sultan Alsawaf <sultan@kerneltoast.com>
Cc: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

Jason A. Donenfeld (2):
  random: remove batched entropy locking
  random: defer fast pool mixing to worker

 drivers/char/random.c         | 101 +++++++++++++++++++---------------
 include/trace/events/random.h |   6 --
 2 files changed, 56 insertions(+), 51 deletions(-)

-- 
2.35.0