Re: [RFC: 2.6 patch] s390: use kernel/uid.c

From: Heiko Carstens
Date: Sat Aug 23 2008 - 09:03:53 EST


On Fri, Aug 15, 2008 at 10:00:43PM +0300, Adrian Bunk wrote:
> On Fri, Aug 15, 2008 at 05:34:43PM +0200, Arnd Bergmann wrote:
> > On Sunday 10 August 2008, Adrian Bunk wrote:
> > > Unless I missed a twist the only reason for s390 to not use the code in
> > > kernel/uid.c was that it copied the code from sparc64 (that is now
> > > being changed in a similar way by David).
> > >
> > > Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>
> >
> > I tried doing this before but couldn't figure out an easy way,
> > but the circumstances may have changed by now.
> >
> > Back then, the basic problem was that CONFIG_UID16 had side-effects
> > that break the 64-bit versions of some syscalls. I don't see that
> > being the case any more, but from what I can tell, you still need
> > to add definitions for __kernel_old_uid_t etc on s390x.
>
> They are already in arch/s390/include/asm/posix_types.h
>
> The one thing I can say about my patch is that it compiles with the
> defconfig (where the uid16 code is used due to COMPAT=y).

A lot of stuff compiles ;) .
If I remember correctly this doesn't work because the types of
__kernel_old_uid_t are different on 64BIT on !64BIT on s390.
So you can't use the generic uid16 code for compat calls.
Tried the same more than two years ago and decided it wasn't worth
the effort: http://lkml.org/lkml/2006/7/10/49
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/