aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kasan.txt
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2015-06-08 19:04:11 -0400
committerJonathan Corbet <corbet@lwn.net>2015-06-08 19:04:11 -0400
commitf8785d94fc4e93cacbdb930ec3654fc035a375ec (patch)
treeacc108fa14eee8503e42c2f014091d2f9b02ee3a /Documentation/kasan.txt
parent8d13be53384866cc30cb09cb32afca04f902f523 (diff)
parent0d03943c0b50ad47ec6bb157a5d02d6ba9da477e (diff)
Merge branch 'doc/4.2' into docs-next
Diffstat (limited to 'Documentation/kasan.txt')
-rw-r--r--Documentation/kasan.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kasan.txt b/Documentation/kasan.txt
index 4692241789b1..0d32355a4c34 100644
--- a/Documentation/kasan.txt
+++ b/Documentation/kasan.txt
@@ -150,7 +150,7 @@ AddressSanitizer dedicates 1/8 of kernel memory to its shadow memory
150(e.g. 16TB to cover 128TB on x86_64) and uses direct mapping with a scale and 150(e.g. 16TB to cover 128TB on x86_64) and uses direct mapping with a scale and
151offset to translate a memory address to its corresponding shadow address. 151offset to translate a memory address to its corresponding shadow address.
152 152
153Here is the function witch translate an address to its corresponding shadow 153Here is the function which translates an address to its corresponding shadow
154address: 154address:
155 155
156static inline void *kasan_mem_to_shadow(const void *addr) 156static inline void *kasan_mem_to_shadow(const void *addr)