Re: [PATCH v1 07/10] lkdtm: Force do_nothing() out of line
From: Kees Cook <hidden>
Date: 2021-10-13 07:02:50
Also in:
linux-mm, linuxppc-dev, lkml
From: Kees Cook <hidden>
Date: 2021-10-13 07:02:50
Also in:
linux-mm, linuxppc-dev, lkml
On Mon, Oct 11, 2021 at 05:25:34PM +0200, Christophe Leroy wrote:
LKDTM tests display that the run do_nothing() at a given address, but in reality do_nothing() is inlined into the caller. Force it out of line so that it really runs text at the displayed address. Signed-off-by: Christophe Leroy <redacted>
Acked-by: Kees Cook <redacted> -- Kees Cook