[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <7ce4d6ec-ef1b-1372-56bf-30ac1feabc9f@infradead.org>
Date: Fri, 22 Jun 2018 09:21:32 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: "Tobin C. Harding" <me@...in.cc>, Theodore Ts'o <tytso@....edu>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Steven Rostedt <rostedt@...dmis.org>,
Kees Cook <keescook@...omium.org>,
Anna-Maria Gleixner <anna-maria@...utronix.de>,
Andrew Morton <akpm@...ux-foundation.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Arnd Bergmann <arnd@...db.de>,
Andy Shevchenko <andy.shevchenko@...il.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v9 4/4] vsprintf: Add command line option
debug_boot_weak_hash
On 06/21/2018 04:15 PM, Tobin C. Harding wrote:
> Currently printing [hashed] pointers requires enough entropy to be
> available. Early in the boot sequence this may not be the case
> resulting in a dummy string '(____ptrval____)' being printed. This
> makes debugging the early boot sequence difficult. We can relax the
> requirement to use cryptographically secure hashing during debugging.
> This enables debugging while keeping development/production kernel
> behaviour the same.
>
> If new command line option debug_boot_weak_hash is enabled use
> cryptographically insecure hashing and hash pointer value immediately.
>
> Reviewed-by: Steven Rostedt (VMware) <rostedt@...dmis.org>
> Signed-off-by: Tobin C. Harding <me@...in.cc>
Acked-by: Randy Dunlap <rdunlap@...radead.org>
Thanks.
> ---
> Documentation/admin-guide/kernel-parameters.txt | 8 ++++++++
> lib/vsprintf.c | 17 +++++++++++++++++
> 2 files changed, 25 insertions(+)
--
~Randy
Powered by blists - more mailing lists