Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1656576

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

From Theodore Ts'o <tytso@mit.edu>
Newsgroups linux.kernel
Subject [GIT PULL] /dev/random bug fixes for 4.12
Date 2017-06-02 23:40 +0200
Message-ID <tO2sy-6xE-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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(-)

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[GIT PULL] /dev/random bug fixes for 4.12 Theodore Ts'o <tytso@mit.edu> - 2017-06-02 23:40 +0200
  Re: [GIT PULL] /dev/random bug fixes for 4.12 Linus Torvalds <torvalds@linux-foundation.org> - 2017-06-03 01:40 +0200
    Re: [GIT PULL] /dev/random bug fixes for 4.12 Geert Uytterhoeven <geert@linux-m68k.org> - 2017-06-04 11:40 +0200

csiph-web