mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch 0/3] add rt_tgsigqueueinfo syscall for 2.6.30
@ 2009-04-04 21:00 Thomas Gleixner
  2009-04-04 21:01 ` [patch 1/3] signals: split do_tkill Thomas Gleixner
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Gleixner @ 2009-04-04 21:00 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, LKML, Oleg Nesterov, Roland McGrath,
	Ulrich Drepper, Ingo Molnar, Michael Kerrisk

Linus, Andrew,

the following patch set has been discussed and reviewed on LKML for
quite a while and has reached its final state.

It implements sys_rt_tgsigqueueinfo which allows to queue signals to
a particulart thread. It's the counterpart for sys_rt_sigqueueinfo
and complements the sys_kill / sys_tgkill interface pair.

While I think that the ability to target a particular thread is useful
itself the lack of this interface is a serious show stopper for migrating
existing applications from other Unix like OSes which provide this.

The new syscall interface is acked by Ulrich and the implementation has
been reviewed by Oleg and acked by Roland.

Please apply.

Thanks,

	tglx


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

end of thread, other threads:[~2009-04-04 21:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-04 21:00 [patch 0/3] add rt_tgsigqueueinfo syscall for 2.6.30 Thomas Gleixner
2009-04-04 21:01 ` [patch 1/3] signals: split do_tkill Thomas Gleixner
2009-04-04 21:01 ` [patch 2/3] signals: implement sys_rt_tgsigqueueinfo Thomas Gleixner
2009-04-04 21:01 ` [patch 3/3] x86: hookup sys_rt_tgsigqueueinfo Thomas Gleixner

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