[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200529225539.e9b939b1f3f57c0da1acc698@kernel.org>
Date: Fri, 29 May 2020 22:55:39 +0900
From: Masami Hiramatsu <mhiramat@...nel.org>
To: Kees Cook <keescook@...omium.org>
Cc: Shuah Khan <skhan@...uxfoundation.org>,
linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
Shuah Khan <shuah@...nel.org>,
"Luis R . Rodriguez" <mcgrof@...nel.org>,
Chris Wilson <chris@...is-wilson.co.uk>,
Joonas Lahtinen <joonas.lahtinen@...ux.intel.com>,
Masami Hiramatsu <masami.hiramatsu@...aro.org>
Subject: Re: [PATCH 1/4] lib: Make prime number generator independently
selectable
On Thu, 28 May 2020 22:56:59 -0700
Kees Cook <keescook@...omium.org> wrote:
> On Thu, May 28, 2020 at 11:52:06PM +0900, Masami Hiramatsu wrote:
> > Make prime number generator independently selectable from
> > kconfig. This allows us to enable CONFIG_PRIME_NUMBERS=m
> > and run the tools/testing/selftests/lib/prime_numbers.sh
> > without other DRM selftest modules.
>
> Nice catch! I see that tools/testing/selftests/lib/config already has
> CONFIG_PRIME_NUMBERS=m (based on this commit log I was expecting to see
> it added in the diff, but I see it's not needed).
Yes, that is the reason why I have found this issue, the "make kselftest-merge"
cannot enable CONFIG_PRIME_NUMBERS=m without this fix.
>
> Reviewed-by: Kees Cook <keescook@...omium.org>
Thank you!
>
> --
> Kees Cook
--
Masami Hiramatsu <mhiramat@...nel.org>
Powered by blists - more mailing lists