commit | d2f019fe40e8fecd822f87bc759f74925a5c31d6 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Nov 14 18:18:09 2008 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Nov 14 18:18:55 2008 +0100 |
tree | cf1cfbe33e7269da1f735ced528db02ab8f07f04 | |
parent | a9cffb227d59db526286cc9f84bf258e68a97470 [diff] |
[S390] fix s390x_newuname The uname system call for 64 bit compares current->personality without masking the upper 16 bits. If e.g. READ_IMPLIES_EXEC is set the result of a uname system call will always be s390x even if the process uses the s390 personality. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>