From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH v5 1/7] asm-generic: consolidate mark_rodata_ro() Date: Fri, 19 Feb 2016 14:38:36 +0000 Message-ID: <20160219143836.GK27062@arm.com> References: <1455748879-21872-1-git-send-email-keescook@chromium.org> <1455748879-21872-2-git-send-email-keescook@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from foss.arm.com ([217.140.101.70]:46460 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964960AbcBSOib (ORCPT ); Fri, 19 Feb 2016 09:38:31 -0500 Content-Disposition: inline In-Reply-To: <1455748879-21872-2-git-send-email-keescook@chromium.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Kees Cook Cc: Ingo Molnar , Russell King , Catalin Marinas , "James E.J. Bottomley" , David Brown , Andy Lutomirski , "H. Peter Anvin" , Michael Ellerman , Mathias Krause , Thomas Gleixner , x86@kernel.org, Arnd Bergmann , PaX Team , Emese Revfy , kernel-hardening@lists.openwall.com, linux-kernel@vger.kernel.org, linux-arch 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 > Cc: Russell King > Cc: Catalin Marinas > Cc: Will Deacon > Cc: "James E.J. Bottomley" > --- > 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