202e5979af
When I first wrote the compat layer patches, I was somewhat cavalier about the definition of compat_uid_t and compat_gid_t (or maybe I just misunderstood :-)). This patch makes the compat types much more consistent with the types we are being compatible with and hopefully will fix a few bugs along the way. compat type type in compat arch __compat_[ug]id_t __kernel_[ug]id_t __compat_[ug]id32_t __kernel_[ug]id32_t compat_[ug]id_t [ug]id_t The difference is that compat_uid_t is always 32 bits (for the archs we care about) but __compat_uid_t may be 16 bits on some. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
---|---|---|
.. | ||
binfmt_elfn32.c | ||
binfmt_elfo32.c | ||
branch.c | ||
cpu-bugs64.c | ||
cpu-probe.c | ||
entry.S | ||
gdb-low.S | ||
gdb-stub.c | ||
genex.S | ||
genrtc.c | ||
head.S | ||
i8259.c | ||
init_task.c | ||
ioctl32.c | ||
irix5sys.S | ||
irixelf.c | ||
irixinv.c | ||
irixioctl.c | ||
irixsig.c | ||
irq_cpu.c | ||
irq-msc01.c | ||
irq-mv6434x.c | ||
irq-rm7000.c | ||
irq-rm9000.c | ||
irq.c | ||
linux32.c | ||
Makefile | ||
mips_ksyms.c | ||
module-elf32.c | ||
module-elf64.c | ||
module.c | ||
offset.c | ||
proc.c | ||
process.c | ||
ptrace32.c | ||
ptrace.c | ||
r4k_fpu.S | ||
r4k_switch.S | ||
r2300_fpu.S | ||
r2300_switch.S | ||
r6000_fpu.S | ||
reset.c | ||
scall32-o32.S | ||
scall64-64.S | ||
scall64-n32.S | ||
scall64-o32.S | ||
semaphore.c | ||
setup.c | ||
signal32.c | ||
signal_n32.c | ||
signal-common.h | ||
signal.c | ||
smp.c | ||
syscall.c | ||
sysirix.c | ||
time.c | ||
traps.c | ||
unaligned.c | ||
vmlinux.lds.S |