]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Aug 2018 04:16:02 +0000 (21:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Aug 2018 04:16:02 +0000 (21:16 -0700)
commit99a2c789ddeb703cf7b0a3d889ab1a25cf4cbbaf
tree3a653ba4bfb2db0c8fc52fbb5a2f0dc2e817e513
parentfa3b39cdafbfd5d9b1d064f5cf63cf0314f1d070
parent9a47249d444d344051c7c0e909fad0e88515a5c2
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random

Pull random updates from Ted Ts'o:
 "Some changes to trust cpu-based hwrng (such as RDRAND) for
  initializing hashed pointers and (optionally, controlled by a config
  option) to initialize the CRNG to avoid boot hangs"

* tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random:
  random: Make crng state queryable
  random: remove preempt disabled region
  random: add a config option to trust the CPU's hwrng
  vsprintf: Add command line option debug_boot_weak_hash
  vsprintf: Use hw RNG for ptr_key
  random: Return nbytes filled from hw RNG
  random: Fix whitespace pre random-bytes work
Documentation/admin-guide/kernel-parameters.txt
lib/vsprintf.c