• Johannes Berg's avatar
    um: rework userspace stubs to not hard-code stub location · 9f0b4807
    Johannes Berg authored
    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: default avatarJohannes Berg <johannes.berg@intel.com>
    Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
    9f0b4807
stub_segv.c 512 Bytes