From: Roland McGrath <roland@redhat.com>
To: mtk.manpages@gmail.com
Cc: Thomas Gleixner <tglx@linutronix.de>,
LKML <linux-kernel@vger.kernel.org>,
Oleg Nesterov <oleg@tv-sign.ru>, Ingo Molnar <mingo@elte.hu>,
Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>,
Linux API <linux-api@vger.kernel.org>
Subject: Re: [patch 0/3] add rt_tgsigqueueinfo syscall [RESEND]
Date: Thu, 26 Feb 2009 16:03:52 -0800 (PST) [thread overview]
Message-ID: <20090227000352.7D32BFC339@magilla.sf.frob.com> (raw)
In-Reply-To: Michael Kerrisk's message of Friday, 27 February 2009 10:19:08 +1300 <cfd18e0f0902261319v20ba7bd1pcc91ccc4b2c7d577@mail.gmail.com>
I don't see any rationale for rt_tgsigqueueinfo and rt_sigqueueinfo to
differ in their treatment of si_pid/si_uid (whatever that is). It just
seems like common sense that they would match.
Oleg and/or Sukadev have some patches floating around (maybe all in -mm?)
that relate to setting those.
I notice that POSIX says that si_pid and si_uid have reliable values
whenever si_code <= 0 (what we call SI_FROMUSER() in asm/siginfo.h).
(POSIX only has sigqueue() and kill() et al to send these, so a POSIX
application never explicitly supplies the values. libc/libpthread do.
The {t,tg,}kill syscalls all set si_pid to tgid already.)
This means a POSIX-conformant application might check si_pid and si_uid and
rely on them not being forged by some other process/user. Firstly this
means that si_pid must be the POSIX PID, i.e. tgid, not the Linux TID
(which is not a useful value in POSIX interfaces). Secondly it means the
kernel should guarantee the correctness of these values (at least when
crossing processes, might as well do always).
I don't recall if the pending changes already use tgid, I think they do.
I think what both calls should do is set si_pid to tgid and si_uid to uid
whenever SI_FROMUSER(). This satisfies the POSIX and security trust
concern, and makes them uniform. (In Sukadev's version, what si_pid value
they fill in here depends on pid_ns details of sender and recipient.)
Vis a vis Sukadev's changes, I also notice that si_uid ought to be
translated for the recipient user_ns.
Thanks,
Roland
next prev parent reply other threads:[~2009-02-27 0:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-26 13:35 Thomas Gleixner
2009-02-26 13:35 ` [patch 1/3] signals: split do_tkill Thomas Gleixner
2009-02-26 13:35 ` [patch 2/3] signals: implement sys_rt_tgsigqueueinfo Thomas Gleixner
2009-02-26 13:35 ` [patch 3/3] x86: hookup sys_rt_tgsigqueueinfo Thomas Gleixner
2009-02-26 21:19 ` [patch 0/3] add rt_tgsigqueueinfo syscall [RESEND] Michael Kerrisk
2009-02-26 22:13 ` Thomas Gleixner
2009-02-28 1:53 ` Michael Kerrisk
2009-02-28 2:44 ` Roland McGrath
2009-02-28 8:46 ` Michael Kerrisk
2009-02-27 0:03 ` Roland McGrath [this message]
2009-03-23 11:14 ` Thomas Gleixner
2009-03-24 6:58 ` Roland McGrath
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090227000352.7D32BFC339@magilla.sf.frob.com \
--to=roland@redhat.com \
--cc=linux-api@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=mtk.manpages@gmail.com \
--cc=oleg@tv-sign.ru \
--cc=sukadev@linux.vnet.ibm.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome