linux-stable/arch/um/include
Johannes Berg 9f0b4807a4 um: rework userspace stubs to not hard-code stub location
The userspace stacks mostly have a stack (and in the case of the
syscall stub we can just set their stack pointer) that points to
the location of the stub data page already.

Rework the stubs to use the stack pointer to derive the start of
the data page, rather than requiring it to be hard-coded.

In the clone stub, also integrate the int3 into the stack remap,
since we really must not use the stack while we remap it.

This prepares for putting the stub at a variable location that's
not part of the normal address space of the userspace processes
running inside the UML machine.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2021-02-12 21:35:02 +01:00
..
asm mm: Remove arch_remap() and mm-arch-hooks.h 2021-02-12 21:27:43 +01:00
linux um: time-travel: rework interrupt handling in ext mode 2021-02-12 21:24:27 +01:00
shared um: rework userspace stubs to not hard-code stub location 2021-02-12 21:35:02 +01:00