[GIT PULL] /dev/random bug fixes for 4.12

From: Theodore Ts'o
Date: Fri Jun 02 2017 - 17:31:05 EST


The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d:

Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random.git tags/random_for_linus_stable

for you to fetch changes up to 9dfa7bba35ac08a63565d58c454dccb7e1bb0a08:

fix race in drivers/char/random.c:get_reg() (2017-05-24 17:41:26 -0400)

----------------------------------------------------------------
Fix a race on architectures with prioritized interrupts (such as m68k)
which can causes crashes in drivers/char/random.c:get_reg().

----------------------------------------------------------------
Michael Schmitz (1):
fix race in drivers/char/random.c:get_reg()

drivers/char/random.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)