linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Theodore Y. Ts'o" <tytso@mit.edu>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org
Subject: [GIT PULL] random updates for 4.19
Date: Mon, 13 Aug 2018 19:11:14 -0400	[thread overview]
Message-ID: <20180813231114.GA19929@thunk.org> (raw)

The following changes since commit 81e69df38e2911b642ec121dec319fad2a4782f3:

  random: mix rdrand with entropy sent in from userspace (2018-07-17 21:32:36 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 9a47249d444d344051c7c0e909fad0e88515a5c2:

  random: Make crng state queryable (2018-08-02 17:33:06 -0400)

----------------------------------------------------------------
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.

----------------------------------------------------------------
Ingo Molnar (1):
      random: remove preempt disabled region

Jason A. Donenfeld (1):
      random: Make crng state queryable

Theodore Ts'o (1):
      random: add a config option to trust the CPU's hwrng

Tobin C. Harding (4):
      random: Fix whitespace pre random-bytes work
      random: Return nbytes filled from hw RNG
      vsprintf: Use hw RNG for ptr_key
      vsprintf: Add command line option debug_boot_weak_hash

 Documentation/admin-guide/kernel-parameters.txt |  8 ++++++++
 drivers/char/Kconfig                            | 14 ++++++++++++++
 drivers/char/random.c                           | 49 +++++++++++++++++++++++++++++++++++--------------
 include/linux/random.h                          |  3 ++-
 lib/vsprintf.c                                  | 27 ++++++++++++++++++++++++++-
 5 files changed, 85 insertions(+), 16 deletions(-)

                 reply	other threads:[~2018-08-13 23:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180813231114.GA19929@thunk.org \
    --to=tytso@mit.edu \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).