linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] block_sigmask() helper function
@ 2011-12-21 18:46 Matt Fleming
  2011-12-21 18:47 ` [PATCH 1/2] sparc: Make SA_NOMASK a synonym of SA_NODEFER Matt Fleming
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Matt Fleming @ 2011-12-21 18:46 UTC (permalink / raw)
  To: Andrew Morton; +Cc: David S. Miller, linux-kernel, Oleg Nesterov, Matt Fleming

From: Matt Fleming <matt.fleming@intel.com>

Hi Andrew,

Oleg doesn't have a repo on kernel.org yet and suggested that you
might take these patches through your -mm tree? Ideally I'd like to
get these two in for the 3.3 merge window because I've got a bunch of
other patches that can go through the respective maintainers' trees
once these two have been merged.

These two patches have been posted before (along with the other 40)
but I attempted to get them all merged in one go, which didn't really
work. The original thread is here,

      https://lkml.org/lkml/2011/8/19/411

Matt Fleming (2):
  sparc: Make SA_NOMASK a synonym of SA_NODEFER
  signal: Add block_sigmask() for adding sigmask to current->blocked

 arch/sparc/include/asm/signal.h |    3 ++-
 arch/x86/kernel/signal.c        |    6 +-----
 include/linux/signal.h          |    1 +
 kernel/signal.c                 |   21 +++++++++++++++++++++
 4 files changed, 25 insertions(+), 6 deletions(-)

-- 
1.7.4.4


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

end of thread, other threads:[~2011-12-22 18:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-21 18:46 [PATCH 0/2] block_sigmask() helper function Matt Fleming
2011-12-21 18:47 ` [PATCH 1/2] sparc: Make SA_NOMASK a synonym of SA_NODEFER Matt Fleming
2011-12-21 20:31   ` David Miller
2011-12-22 18:02   ` Oleg Nesterov
2011-12-21 18:47 ` [PATCH 2/2] signal: Add block_sigmask() for adding sigmask to current->blocked Matt Fleming
2011-12-22 17:52   ` Oleg Nesterov
2011-12-22 17:51 ` [PATCH 0/2] block_sigmask() helper function Oleg Nesterov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).