|
Message-ID: <CAHmME9qWkYdrVCAUoDaQiJ4_56A9J5E=VK6iiTQVxvjNNEmQAQ@mail.gmail.com> Date: Tue, 6 Jun 2017 01:18:01 +0200 From: "Jason A. Donenfeld" <Jason@...c4.com> To: "Theodore Ts'o" <tytso@....edu>, Linux Crypto Mailing List <linux-crypto@...r.kernel.org>, LKML <linux-kernel@...r.kernel.org>, kernel-hardening@...ts.openwall.com, Greg Kroah-Hartman <gregkh@...uxfoundation.org> Cc: "Jason A. Donenfeld" <Jason@...c4.com>, David Howells <dhowells@...hat.com>, Mimi Zohar <zohar@...ux.vnet.ibm.com>, David Safford <safford@...ibm.com> Subject: Re: [PATCH RFC v2 5/8] security/keys: ensure RNG is seeded before use On Mon, Jun 5, 2017 at 5:47 AM, Jason A. Donenfeld <Jason@...c4.com> wrote: > - get_random_bytes(&key->serial, sizeof(key->serial)); > + ret = get_random_bytes_wait(&key->serial, sizeof(key->serial)); This actually isn't okay at bootup, but I've got a different change for this section that will be in the v3.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.