diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-05-07 06:12:03 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-05-07 06:12:03 +0200 |
| commit | 27997aca820b6a3ccdddc0fe522bb5c5e5e07d48 (patch) | |
| tree | f5d76a19dae73ad8134e743d411caf5f984d95b7 /include/linux/sched.h | |
| parent | b74b62f806b6112138e89ea7d5616dac7c089cfa (diff) | |
| parent | ce685b6a03dc0270f78bc7aaf2c9ada9cbd45a86 (diff) | |
Merge v6.18.27linux-rolling-lts
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 3e2005e9e2f0b..2a540a9065dea 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1614,6 +1614,10 @@ struct task_struct { unsigned long prev_lowest_stack; #endif +#ifdef CONFIG_RANDOMIZE_KSTACK_OFFSET + u32 kstack_offset; +#endif + #ifdef CONFIG_X86_MCE void __user *mce_vaddr; __u64 mce_kflags; |
