projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35a4c90
)
kasan: remove duplicate definition of the macro KASAN_FREE_PAGE
author
Wang Long
<
[email protected]
>
Thu, 25 Jun 2015 22:03:35 +0000
(15:03 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 26 Jun 2015 00:00:42 +0000
(17:00 -0700)
Remove duplicate definition of the macro KASAN_FREE_PAGE in
mm/kasan/kasan.h
Signed-off-by: Wang Long <
[email protected]
>
Acked-by: Andrey Ryabinin <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
mm/kasan/kasan.h
patch
|
blob
|
history
diff --git
a/mm/kasan/kasan.h
b/mm/kasan/kasan.h
index 4986b0acab212e5780bb8e0547f4b53a51aac1a4..c242adf6bc8578846e1cc54ad0a931b052668381 100644
(file)
--- a/
mm/kasan/kasan.h
+++ b/
mm/kasan/kasan.h
@@
-6,7
+6,6
@@
#define KASAN_SHADOW_SCALE_SIZE (1UL << KASAN_SHADOW_SCALE_SHIFT)
#define KASAN_SHADOW_MASK (KASAN_SHADOW_SCALE_SIZE - 1)
-#define KASAN_FREE_PAGE 0xFF /* page was freed */
#define KASAN_FREE_PAGE 0xFF /* page was freed */
#define KASAN_PAGE_REDZONE 0xFE /* redzone for kmalloc_large allocations */
#define KASAN_KMALLOC_REDZONE 0xFC /* redzone inside slub object */