Re: [PATCH v1 04/10] asm-generic: Use HAVE_DEREFERENCE_FUNCTION_DESCRIPTOR to define associated stubs
From: Kees Cook <hidden>
Date: 2021-10-13 07:01:04
Also in:
linux-arch, linux-mm, lkml
From: Kees Cook <hidden>
Date: 2021-10-13 07:01:04
Also in:
linux-arch, linux-mm, lkml
On Mon, Oct 11, 2021 at 05:25:31PM +0200, Christophe Leroy wrote:
Use HAVE_DEREFERENCE_FUNCTION_DESCRIPTOR instead of 'dereference_function_descriptor' to know whether arch has function descriptors. Signed-off-by: Christophe Leroy <redacted>
I'd mention the intentionally-empty #if/#else in the commit log, as I, like Helge, mentally tripped over it in the review. :) Reviewed-by: Kees Cook <redacted> -- Kees Cook