diff options
author | Heiko Carstens <[email protected]> | 2008-04-17 07:46:27 +0200 |
---|---|---|
committer | Heiko Carstens <[email protected]> | 2008-04-17 07:47:06 +0200 |
commit | 3f12ebce6a004c8e9bf639801842f67e578ee7c6 (patch) | |
tree | ab498a639b84511e56e2c2051e46c804744a1477 /net/unix/sysctl_net_unix.c | |
parent | a806170e29c5468b1d641a22518243bdf1b8d58b (diff) |
[S390] uaccess: Always access the correct address space.
The current uaccess page table walk code assumes at a few places that
any access is a user space access. This is not correct if somebody
has issued a set_fs(KERNEL_DS) in advance.
Add code which checks which address space we are in and with this make
sure we access the correct address space. This way we get also rid of
the dirty
if (!currrent-mm)
return -EFAULT;
hack in futex_atomic_cmpxchg_pt.
Signed-off-by: Martin Schwidefsky <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions