.. | .. |
---|
35 | 35 | */ |
---|
36 | 36 | #define TIMER_ENTRY_STATIC ((void *) 0x300 + POISON_POINTER_DELTA) |
---|
37 | 37 | |
---|
38 | | -/********** mm/debug-pagealloc.c **********/ |
---|
39 | | -#ifdef CONFIG_PAGE_POISONING_ZERO |
---|
40 | | -#define PAGE_POISON 0x00 |
---|
41 | | -#else |
---|
| 38 | +/********** mm/page_poison.c **********/ |
---|
42 | 39 | #define PAGE_POISON 0xaa |
---|
43 | | -#endif |
---|
44 | 40 | |
---|
45 | 41 | /********** mm/page_alloc.c ************/ |
---|
46 | 42 | |
---|
.. | .. |
---|
86 | 82 | /********** kernel/mutexes **********/ |
---|
87 | 83 | #define MUTEX_DEBUG_INIT 0x11 |
---|
88 | 84 | #define MUTEX_DEBUG_FREE 0x22 |
---|
89 | | - |
---|
90 | | -/********** lib/flex_array.c **********/ |
---|
91 | | -#define FLEX_ARRAY_FREE 0x6c /* for use-after-free poisoning */ |
---|
92 | 85 | |
---|
93 | 86 | /********** security/ **********/ |
---|
94 | 87 | #define KEY_DESTROY 0xbd |
---|