diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 977cb57d7bc9..c1a23acd24e7 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1192,6 +1192,10 @@ struct task_struct { | |||
1192 | void *security; | 1192 | void *security; |
1193 | #endif | 1193 | #endif |
1194 | 1194 | ||
1195 | #ifdef CONFIG_GCC_PLUGIN_STACKLEAK | ||
1196 | unsigned long lowest_stack; | ||
1197 | #endif | ||
1198 | |||
1195 | /* | 1199 | /* |
1196 | * New fields for task_struct should be added above here, so that | 1200 | * New fields for task_struct should be added above here, so that |
1197 | * they are included in the randomized portion of task_struct. | 1201 | * they are included in the randomized portion of task_struct. |