From mboxrd@z Thu Jan 1 00:00:00 1970 From: vladimir.murzin@arm.com (Vladimir Murzin) Date: Thu, 1 Sep 2016 16:14:56 +0100 Subject: [PATCH] Documentation: kasan: arm64 has kasan support too In-Reply-To: <57C843DA.8040705@nxp.com> References: <57C843DA.8040705@nxp.com> Message-ID: <57C845F0.2060300@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi On 01/09/16 16:06, Laurentiu Tudor wrote: > Mention that arm64 also has kasan support. It seems that similar patch was already sent before [1] [1] https://lkml.org/lkml/2016/8/16/566 Vladimir > > Signed-off-by: Laurentiu Tudor > --- > Documentation/kasan.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/kasan.txt b/Documentation/kasan.txt > index 7dd95b3..c156934 100644 > --- a/Documentation/kasan.txt > +++ b/Documentation/kasan.txt > @@ -12,7 +12,7 @@ KASAN uses compile-time instrumentation for checking every memory access, > therefore you will need a GCC version 4.9.2 or later. GCC 5.0 or later is > required for detection of out-of-bounds accesses to stack or global variables. > > -Currently KASAN is supported only for x86_64 architecture. > +Currently KASAN is supported only for x86_64 and arm64 architectures. > > 1. Usage > ======== > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755500AbcIAPPB (ORCPT ); Thu, 1 Sep 2016 11:15:01 -0400 Received: from foss.arm.com ([217.140.101.70]:33126 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754499AbcIAPO7 (ORCPT ); Thu, 1 Sep 2016 11:14:59 -0400 Subject: Re: [PATCH] Documentation: kasan: arm64 has kasan support too To: Laurentiu Tudor , Andrey Ryabinin , Alexander Potapenko , Dmitry Vyukov , Jonathan Corbet , "kasan-dev@googlegroups.com" , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "catalin.marinas@arm.com" References: <57C843DA.8040705@nxp.com> From: Vladimir Murzin Message-ID: <57C845F0.2060300@arm.com> Date: Thu, 1 Sep 2016 16:14:56 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <57C843DA.8040705@nxp.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi On 01/09/16 16:06, Laurentiu Tudor wrote: > Mention that arm64 also has kasan support. It seems that similar patch was already sent before [1] [1] https://lkml.org/lkml/2016/8/16/566 Vladimir > > Signed-off-by: Laurentiu Tudor > --- > Documentation/kasan.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/kasan.txt b/Documentation/kasan.txt > index 7dd95b3..c156934 100644 > --- a/Documentation/kasan.txt > +++ b/Documentation/kasan.txt > @@ -12,7 +12,7 @@ KASAN uses compile-time instrumentation for checking every memory access, > therefore you will need a GCC version 4.9.2 or later. GCC 5.0 or later is > required for detection of out-of-bounds accesses to stack or global variables. > > -Currently KASAN is supported only for x86_64 architecture. > +Currently KASAN is supported only for x86_64 and arm64 architectures. > > 1. Usage > ======== >