• Andreas Schwab's avatar
    [PATCH] ia64: Fix request_module from ia32 process · f3b19a5c
    Andreas Schwab authored
    When an ia32 process triggers request_module the kernel cannot execute
    modprobe because the kernel thread still has the ia32 address limits in
    force.  I think a kernel thread should always have the ia64 address
    limits, similar to what sys32_execve is doing.
    f3b19a5c
process.c 19.8 KB