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 <[email protected]> > Cc: Russell King <[email protected]> > Cc: Catalin Marinas <[email protected]> > Cc: Will Deacon <[email protected]> > Cc: "James E.J. Bottomley" <[email protected]> > --- > 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 <[email protected]> Will

