diff options
author | Benjamin Berg <[email protected]> | 2024-07-03 15:45:26 +0200 |
---|---|---|
committer | Johannes Berg <[email protected]> | 2024-07-03 17:09:48 +0200 |
commit | dc26184a9d4acde988e996a437b0301b81c1ae2d (patch) | |
tree | f5cf8f56284356306f06b968d512b3a5153bc9bf /arch/um/include/shared/user.h | |
parent | d1d3a2e69b2419d77f8f99315ac931c5ba3cb475 (diff) |
um: Create signal stack memory assignment in stub_data
When we switch to use seccomp, we need both the signal stack and other
data (i.e. syscall information) to co-exist in the stub data. To
facilitate this, start by defining separate memory areas for the stack
and syscall data.
This moves the signal stack onto a new page as the memory area is not
sufficient to hold both signal stack and syscall information.
Only change the signal stack setup for now, as the syscall code will be
reworked later.
Signed-off-by: Benjamin Berg <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'arch/um/include/shared/user.h')
0 files changed, 0 insertions, 0 deletions