Re: [PATCH v5 1/7] asm-generic: consolidate mark_rodata_ro()

From: Will Deacon
Date: Fri Feb 19 2016 - 09:38:36 EST


On Wed, Feb 17, 2016 at 02:41:12PM -0800, Kees Cook wrote:
> Instead of defining mark_rodata_ro() in each architecture, consolidate it.
>
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
> Cc: Russell King <linux@xxxxxxxxxxxxxxxx>
> Cc: Catalin Marinas <catalin.marinas@xxxxxxx>
> Cc: Will Deacon <will.deacon@xxxxxxx>
> Cc: "James E.J. Bottomley" <jejb@xxxxxxxxxxxxxxxx>
> ---
> arch/arm/include/asm/cacheflush.h | 1 -
> arch/arm64/include/asm/cacheflush.h | 4 ----
> arch/parisc/include/asm/cacheflush.h | 4 ----
> arch/x86/include/asm/cacheflush.h | 1 -
> include/linux/init.h | 4 ++++
> 5 files changed, 4 insertions(+), 10 deletions(-)

If you need it:

Acked-by: Will Deacon <will.deacon@xxxxxxx>

Will