Re: sizeof (siginfo_t) problem

Stephen Rothwell (sfr@canb.auug.org.au)
Tue, 15 Jul 2003 03:11:23 +1000


On Mon, 14 Jul 2003 13:00:24 -0400 Jakub Jelinek <jakub@redhat.com> wrote:
>
> This is not correct for the merged header.
> It needs to be:
> #ifdef __s390x__
> #define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
> #endif

OK, I can see that (although is __s390x__ defined when building a
32 (31?) bit kernel on a 64bit s390?).

> Furthermore, there needs to be a pad inserted fo arch/s390x/kernel/signal.c
^^^^^
s390? (there is no arch/s390x in 2.6.0-test1)

> (rt_sigframe right after info member) to keep binary compatibility.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/