All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mm, kasan: Update kasan docs to indicate arm64 support
@ 2016-08-16 16:30 ` Laura Abbott
  0 siblings, 0 replies; 6+ messages in thread
From: Laura Abbott @ 2016-08-16 16:30 UTC (permalink / raw)
  To: Andrey Ryabinin, Alexander Potapenko, Jonathan Corbet
  Cc: Laura Abbott, Dmitry Vyukov, kasan-dev, linux-doc, linux-kernel,
	linux-arm-kernel

KASAN has been supported on arm64 since 39d114ddc682 ("arm64: add KASAN
support"). Update the docs to indicate this.

Signed-off-by: Laura Abbott <labbott@redhat.com>
---
 Documentation/kasan.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/kasan.txt b/Documentation/kasan.txt
index 7dd95b3..d167220 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 architecture.
 
 1. Usage
 ========
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] mm, kasan: Update kasan docs to indicate arm64 support
@ 2016-08-16 16:30 ` Laura Abbott
  0 siblings, 0 replies; 6+ messages in thread
From: Laura Abbott @ 2016-08-16 16:30 UTC (permalink / raw)
  To: linux-arm-kernel

KASAN has been supported on arm64 since 39d114ddc682 ("arm64: add KASAN
support"). Update the docs to indicate this.

Signed-off-by: Laura Abbott <labbott@redhat.com>
---
 Documentation/kasan.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/kasan.txt b/Documentation/kasan.txt
index 7dd95b3..d167220 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 architecture.
 
 1. Usage
 ========
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] mm, kasan: Update kasan docs to indicate arm64 support
  2016-08-16 16:30 ` Laura Abbott
@ 2016-08-17 15:48   ` Andrey Ryabinin
  -1 siblings, 0 replies; 6+ messages in thread
From: Andrey Ryabinin @ 2016-08-17 15:48 UTC (permalink / raw)
  To: Laura Abbott, Alexander Potapenko, Jonathan Corbet
  Cc: Dmitry Vyukov, kasan-dev, linux-doc, linux-kernel, linux-arm-kernel



On 08/16/2016 07:30 PM, Laura Abbott wrote:
> KASAN has been supported on arm64 since 39d114ddc682 ("arm64: add KASAN
> support"). Update the docs to indicate this.
> 
> Signed-off-by: Laura Abbott <labbott@redhat.com>

Acked-by: Andrey Ryabinin <aryabinin@virtuozzo.com>

> ---
>  Documentation/kasan.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/kasan.txt b/Documentation/kasan.txt
> index 7dd95b3..d167220 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 architecture.
>  
>  1. Usage
>  ========
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] mm, kasan: Update kasan docs to indicate arm64 support
@ 2016-08-17 15:48   ` Andrey Ryabinin
  0 siblings, 0 replies; 6+ messages in thread
From: Andrey Ryabinin @ 2016-08-17 15:48 UTC (permalink / raw)
  To: linux-arm-kernel



On 08/16/2016 07:30 PM, Laura Abbott wrote:
> KASAN has been supported on arm64 since 39d114ddc682 ("arm64: add KASAN
> support"). Update the docs to indicate this.
> 
> Signed-off-by: Laura Abbott <labbott@redhat.com>

Acked-by: Andrey Ryabinin <aryabinin@virtuozzo.com>

> ---
>  Documentation/kasan.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/kasan.txt b/Documentation/kasan.txt
> index 7dd95b3..d167220 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 architecture.
>  
>  1. Usage
>  ========
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] mm, kasan: Update kasan docs to indicate arm64 support
  2016-08-16 16:30 ` Laura Abbott
@ 2016-08-18 22:39   ` Jonathan Corbet
  -1 siblings, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2016-08-18 22:39 UTC (permalink / raw)
  To: Laura Abbott
  Cc: Andrey Ryabinin, Alexander Potapenko, Dmitry Vyukov, kasan-dev,
	linux-doc, linux-kernel, linux-arm-kernel

On Tue, 16 Aug 2016 09:30:31 -0700
Laura Abbott <labbott@redhat.com> wrote:

> KASAN has been supported on arm64 since 39d114ddc682 ("arm64: add KASAN
> support"). Update the docs to indicate this.

This creates a conflict with my patch sphinxifying this file, of course,
but I'll cope.  Applied to the docs tree, thanks.

jon

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] mm, kasan: Update kasan docs to indicate arm64 support
@ 2016-08-18 22:39   ` Jonathan Corbet
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2016-08-18 22:39 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, 16 Aug 2016 09:30:31 -0700
Laura Abbott <labbott@redhat.com> wrote:

> KASAN has been supported on arm64 since 39d114ddc682 ("arm64: add KASAN
> support"). Update the docs to indicate this.

This creates a conflict with my patch sphinxifying this file, of course,
but I'll cope.  Applied to the docs tree, thanks.

jon

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-08-19  0:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-16 16:30 [PATCH] mm, kasan: Update kasan docs to indicate arm64 support Laura Abbott
2016-08-16 16:30 ` Laura Abbott
2016-08-17 15:48 ` Andrey Ryabinin
2016-08-17 15:48   ` Andrey Ryabinin
2016-08-18 22:39 ` Jonathan Corbet
2016-08-18 22:39   ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.