mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
Cc: linux-kernel@vger.kernel.org, Kees Cook <keescook@chromium.org>,
	Theodore Ts'o <tytso@mit.edu>
Subject: Re: [v4.9 PATCH v2 6/6] random: move rand_initialize() earlier
Date: Wed, 3 Aug 2022 14:07:00 +0200	[thread overview]
Message-ID: <Yupk5K1S7flR7yjD@kroah.com> (raw)
In-Reply-To: <20220801164328.2205839-6-hegtvedt@cisco.com>

On Mon, Aug 01, 2022 at 06:43:28PM +0200, Hans-Christian Noren Egtvedt wrote:
> From: Kees Cook <keescook@chromium.org>
> 
> Right now rand_initialize() is run as an early_initcall(), but it only
> depends on timekeeping_init() (for mixing ktime_get_real() into the
> pools). However, the call to boot_init_stack_canary() for stack canary
> initialization runs earlier, which triggers a warning at boot:
> 
> random: get_random_bytes called from start_kernel+0x357/0x548 with crng_init=0
> 
> Instead, this moves rand_initialize() to after timekeeping_init(), and moves
> canary initialization here as well.
> 
> Note that this warning may still remain for machines that do not have
> UEFI RNG support (which initializes the RNG pools during setup_arch()),
> or for x86 machines without RDRAND (or booting without "random.trust=on"
> or CONFIG_RANDOM_TRUST_CPU=y).
> 
> Signed-off-by: Kees Cook <keescook@chromium.org>
> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
> (cherry picked from commit d55535232c3dbde9a523a9d10d68670f5fe5dec3)
> Signed-off-by: Hans-Christian Noren Egtvedt <hegtvedt@cisco.com>
> 
> Adjusted to fit on top of linux-4.9.y branch, suspecting a wrongly
> solved conflict when cherry picked earlier.
> ---
>  init/main.c | 7 -------
>  1 file changed, 7 deletions(-)

This is not commit d55535232c3dbde9a523a9d10d68670f5fe5dec3, as that is
already in the 4.9.y tree.  I can see that you want to fix the previous
merge up, so can you just send a real fix for that and don't try to say
you really are a different commit?

Other patches in this series now queued up.

thanks,

greg k-h

  reply	other threads:[~2022-08-03 12:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-01 16:43 [v4.9 PATCH v2 1/6] include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swap Hans-Christian Noren Egtvedt
2022-08-01 16:43 ` [v4.9 PATCH v2 2/6] init/main: Fix double "the" in comment Hans-Christian Noren Egtvedt
2022-08-01 16:43 ` [v4.9 PATCH v2 3/6] init/main: properly align the multi-line comment Hans-Christian Noren Egtvedt
2022-08-01 16:43 ` [v4.9 PATCH v2 4/6] init: move stack canary initialization after setup_arch Hans-Christian Noren Egtvedt
2022-08-01 16:43 ` [v4.9 PATCH v2 5/6] init/main.c: extract early boot entropy from the passed cmdline Hans-Christian Noren Egtvedt
2022-08-01 16:43 ` [v4.9 PATCH v2 6/6] random: move rand_initialize() earlier Hans-Christian Noren Egtvedt
2022-08-03 12:07   ` Greg KH [this message]
2022-08-03 14:01     ` [v4.9 PATCH v3 6/6] random: only call boot_init_stack_canary() once Hans-Christian Noren Egtvedt

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=Yupk5K1S7flR7yjD@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=hegtvedt@cisco.com \
    --cc=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tytso@mit.edu \
    /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

all inboxes | Powered by JetHome®