[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <your-ad-here.call-01624371417-ext-0601@work.hours>
Date: Tue, 22 Jun 2021 16:16:57 +0200
From: Vasily Gorbik <gor@...ux.ibm.com>
To: Kees Cook <keescook@...omium.org>
Cc: Heiko Carstens <hca@...ux.ibm.com>,
Christian Borntraeger <borntraeger@...ibm.com>,
Sven Schnelle <svens@...ux.ibm.com>,
linux-kernel@...r.kernel.org, linux-s390@...r.kernel.org,
linux-hardening@...r.kernel.org
Subject: Re: [PATCH] s390/speculation: Use statically initialized const for
instructions
On Wed, Jun 16, 2021 at 01:18:23PM -0700, Kees Cook wrote:
> In preparation for FORTIFY_SOURCE performing compile-time and run-time
> field bounds checking for memcpy(), memmove(), and memset(), avoid
> confusing the checks when using a static const source.
>
> Move the static const array into a variable so the compiler can perform
> appropriate bounds checking.
>
> Signed-off-by: Kees Cook <keescook@...omium.org>
> ---
> arch/s390/kernel/nospec-branch.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Applied, thanks!
Powered by blists - more mailing lists