diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 8f8a5418b627..a51c13c2b1a0 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1200,6 +1200,11 @@ struct task_struct { | |||
1200 | void *security; | 1200 | void *security; |
1201 | #endif | 1201 | #endif |
1202 | 1202 | ||
1203 | #ifdef CONFIG_GCC_PLUGIN_STACKLEAK | ||
1204 | unsigned long lowest_stack; | ||
1205 | unsigned long prev_lowest_stack; | ||
1206 | #endif | ||
1207 | |||
1203 | /* | 1208 | /* |
1204 | * New fields for task_struct should be added above here, so that | 1209 | * New fields for task_struct should be added above here, so that |
1205 | * they are included in the randomized portion of task_struct. | 1210 | * they are included in the randomized portion of task_struct. |