]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Oct 2014 19:33:32 +0000 (12:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Oct 2014 19:33:32 +0000 (12:33 -0700)
commit6dc29d9b674418dd8e5b3e676810dec3a0c4dcf9
treefebca1365a5306d5a44b2481ec41f13f4c2defc2
parent9b539ccf1990d78e05b14bd683f05e1e5d5b22fd
parent8b795700e7e47ce2b94e21194d06f628b251bfd6
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random

Pull /dev/random updates from Ted Ts'o:
 "This adds a memzero_explicit() call which is guaranteed not to be
  optimized away by GCC.  This is important when we are wiping
  cryptographically sensitive material"

* tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random:
  crypto: memzero_explicit - make sure to clear out sensitive data
  random: add and use memzero_explicit() for clearing data
crypto/sha256_generic.c
crypto/sha512_generic.c
drivers/char/random.c
include/linux/string.h
lib/string.c