]> Pileus Git - ~andy/linux/commit
userns: Convert s390 getting uid and gid system calls to use kuid and kgid
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 11 Aug 2012 19:22:11 +0000 (12:22 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Fri, 21 Sep 2012 10:13:27 +0000 (03:13 -0700)
commit558a4479d9df64062520e529613885bfbac55472
tree57b66fe2b5fba0c29e24b5d2ec5a2e4ed6deac5f
parent6a62a21625816e48c8448d3a67f15e7fef2ca859
userns: Convert s390 getting uid and gid system calls to use kuid and kgid

Convert getresuid, getresgid, getuid, geteuid, getgid, getegid

Convert struct cred kuids and kgids into userspace uids and gids when
returning them.

These s390 system calls slipped through the cracks in my first
round of converstions :(

Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
arch/s390/kernel/compat_linux.c