public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* siginfo & 32 bits compat, what is the story ?
@ 2004-04-19  7:35 Benjamin Herrenschmidt
  2004-04-19 17:55 ` Joe Korty
  0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Herrenschmidt @ 2004-04-19  7:35 UTC (permalink / raw)
  To: Linux Kernel list

Hi folks !

So I've been playing around the siginfo copy code for 32 bits
processes on ppc64 and found some interesting stuffs that I don't
know how to fix at this point.

So I rewrote the routine copying a siginfo to a 32 bits one in
a way that is similar to s390 (that's part of the ppc64 message
queue patch I sent earlier). However, I just noticed we also do
the opposite conversion for the sys32_rt_sigqueueinfo syscall,
and we do it "the old way" (based on signal number, which is
apparently incorrect).

Now my question: What to copy ? I suppose I need at least to
be consistent between the 2 functions between what is done for
a userland siginfo. Right now, I am not. I followed Stephen
suggestions and I'm copying the whole padding after the first
3 fields in the 64 -> 32 bits copy, but the opposite conversion
function that I just noticed will explicitely copy/convert some
fields (si_pid, si_uid and si_int).

I looked at x86-64, and they always copy/convert those 3 fields,
never copy the rest of the siginfo. I looked at s390 and they do
the opposite: just copy the rest of the structure...

So I suppose I need to choose between those 2 methods and be
consistent between the 32->64 and 64->32 routines, but which one ?

Ben.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-04-20  0:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1MBxZ-6l5-37@gated-at.bofh.it>
     [not found] ` <1MLe2-5WC-25@gated-at.bofh.it>
     [not found]   ` <1MP7P-UD-13@gated-at.bofh.it>
2004-04-19 22:44     ` siginfo & 32 bits compat, what is the story ? Andi Kleen
2004-04-20  0:30       ` Benjamin Herrenschmidt
2004-04-19  7:35 Benjamin Herrenschmidt
2004-04-19 17:55 ` Joe Korty
2004-04-19 22:02   ` Benjamin Herrenschmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox