From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Wed, 25 Jun 2014 09:38:23 +0100 Subject: [PATCHv3] arm64: Add CONFIG_CC_STACKPROTECTOR In-Reply-To: References: <1391115944-10183-1-git-send-email-lauraa@codeaurora.org> Message-ID: <20140625083823.GB6153@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Jun 25, 2014 at 01:24:05AM +0100, Kees Cook wrote: > On Fri, Jan 31, 2014 at 2:50 PM, Kees Cook wrote: > > On Thu, Jan 30, 2014 at 1:05 PM, Laura Abbott wrote: > >> arm64 currently lacks support for -fstack-protector. Add > >> similar functionality to arm to detect stack corruption. > >> > >> Cc: Will Deacon > >> Cc: Catalin Marinas > >> Signed-off-by: Laura Abbott > > > > Thanks! > > > > Acked-by: Kees Cook > > Hi again, > > This patch never got applied any where. Who can take this? We can take this via the arm64 tree. Laura, is the patch still valid against current mainline? Will