summaryrefslogtreecommitdiff
path: root/net/rxrpc
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2013-02-10 03:11:46 +0400
committerHelge Deller <deller@gmx.de>2013-02-21 01:55:26 +0400
commit330cb32520239a6ce81010df24c1e2d4ba67e7b5 (patch)
treef2be3e5db5c23423bcdb5f99809b376c7eb4abbb /net/rxrpc
parent24084747df3474bbdeb0880d26afe82c42161a6b (diff)
downloadlinux-330cb32520239a6ce81010df24c1e2d4ba67e7b5.tar.xz
parisc: fix personality on 32bit kernel
Process personality is stored together with other flags like UNAME26 in an integer variable. Overwriting this value with PER_LINUX drops all other existing flags and as such broke tools like the uname26 tool. Actually this was only broken on 32bit kernels, since for 32bit-ELF binaries on 64-bit kernels the SET_PERSONALITY macro from arch/parisc/kernel/binfmt_elf32.c is used which does not modifies the personality value at all (which is wrong as long as we don't run HPUX binaries or similiar). Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'net/rxrpc')
0 files changed, 0 insertions, 0 deletions