diff options
| author | Andrew Morton <akpm@linux-foundation.org> | 2024-02-24 04:28:43 +0300 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2024-02-24 04:28:43 +0300 |
| commit | 1f1183c4c0bc609c98b71ab9281ff72533d89bb0 (patch) | |
| tree | 91b11f96af03037a7920a97b828c5ef8d7768ae5 /include/linux | |
| parent | 7d8cebb9630af71f04cb27314a4effbc0f4f8648 (diff) | |
| parent | 720da1e593b85a550593b415bf1d79a053133451 (diff) | |
| download | linux-1f1183c4c0bc609c98b71ab9281ff72533d89bb0.tar.xz | |
merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changes
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/poison.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/poison.h b/include/linux/poison.h index 27a7dad17eef..1f0ee2459f2a 100644 --- a/include/linux/poison.h +++ b/include/linux/poison.h @@ -92,4 +92,7 @@ /********** VFS **********/ #define VFS_PTR_POISON ((void *)(0xF5 + POISON_POINTER_DELTA)) +/********** lib/stackdepot.c **********/ +#define STACK_DEPOT_POISON ((void *)(0xD390 + POISON_POINTER_DELTA)) + #endif |
