linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] signal.git pile 2 (of 3, probably)
@ 2012-05-31 23:57 Al Viro
  2012-06-01  1:49 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Al Viro @ 2012-05-31 23:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

That one is just task_work_add() series + remaining prereqs for it.
There probably will be another pull request from that tree this
cycle - at least for helpers, to get them out of the way for per-arch
fixes remaining in the tree.  Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal for-linus

Shortlog:
Al Viro (4):
      TIF_NOTIFY_RESUME is defined on all targets now
      move key_repace_session_keyring() into tracehook_notify_resume()
      parisc: need to check NOTIFY_RESUME when exiting from syscall
      avr32: missed _TIF_NOTIFY_RESUME on one of do_notify_resume callers

Oleg Nesterov (5):
      task_work_add: generic process-context callbacks
      genirq: reimplement exit_irq_thread() hook via task_work_add()
      keys: change keyctl_session_to_parent() to use task_work_add()
      keys: kill the dummy key_replace_session_keyring()
      keys: kill task_struct->replacement_session_keyring

Diffstat:
 arch/alpha/kernel/signal.c       |    2 -
 arch/arm/kernel/signal.c         |    2 -
 arch/avr32/kernel/entry-avr32b.S |    2 +-
 arch/avr32/kernel/signal.c       |    2 -
 arch/blackfin/kernel/signal.c    |    2 -
 arch/c6x/kernel/signal.c         |    2 -
 arch/cris/kernel/ptrace.c        |    2 -
 arch/frv/kernel/signal.c         |    2 -
 arch/h8300/kernel/signal.c       |    2 -
 arch/hexagon/kernel/signal.c     |    2 -
 arch/ia64/kernel/process.c       |    2 -
 arch/m32r/kernel/signal.c        |    2 -
 arch/m68k/kernel/signal.c        |    5 +--
 arch/microblaze/kernel/signal.c  |    5 +--
 arch/mips/kernel/signal.c        |    2 -
 arch/mn10300/kernel/signal.c     |    2 -
 arch/openrisc/kernel/signal.c    |    2 -
 arch/parisc/kernel/entry.S       |    2 +-
 arch/parisc/kernel/signal.c      |    2 -
 arch/powerpc/kernel/signal.c     |    2 -
 arch/s390/kernel/signal.c        |    2 -
 arch/score/kernel/signal.c       |    2 -
 arch/sh/kernel/signal_32.c       |    2 -
 arch/sh/kernel/signal_64.c       |    2 -
 arch/sparc/kernel/signal_32.c    |    2 -
 arch/sparc/kernel/signal_64.c    |    2 -
 arch/tile/kernel/process.c       |    2 -
 arch/um/kernel/process.c         |    5 +--
 arch/unicore32/kernel/signal.c   |    2 -
 arch/x86/kernel/signal.c         |    2 -
 arch/xtensa/kernel/signal.c      |    5 +--
 include/linux/interrupt.h        |    4 --
 include/linux/key.h              |    4 --
 include/linux/sched.h            |   14 ++-----
 include/linux/task_work.h        |   33 +++++++++++++++
 include/linux/tracehook.h        |   13 +++++-
 kernel/Makefile                  |    2 +-
 kernel/cred.c                    |    9 ----
 kernel/exit.c                    |    5 +-
 kernel/fork.c                    |    1 +
 kernel/irq/manage.c              |   68 +++++++++++++++----------------
 kernel/task_work.c               |   84 ++++++++++++++++++++++++++++++++++++++
 security/keys/internal.h         |    2 +
 security/keys/keyctl.c           |   73 ++++++++++++++++-----------------
 security/keys/process_keys.c     |   20 +++------
 45 files changed, 220 insertions(+), 186 deletions(-)
 create mode 100644 include/linux/task_work.h
 create mode 100644 kernel/task_work.c

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

* Re: [git pull] signal.git pile 2 (of 3, probably)
  2012-05-31 23:57 [git pull] signal.git pile 2 (of 3, probably) Al Viro
@ 2012-06-01  1:49 ` Linus Torvalds
  2012-06-01  2:14   ` Al Viro
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2012-06-01  1:49 UTC (permalink / raw)
  To: Al Viro; +Cc: linux-kernel

On Thu, May 31, 2012 at 4:57 PM, Al Viro <viro@zeniv.linux.org.uk> wrote:
>
> There probably will be another pull request from that tree this
> cycle - at least for helpers, to get them out of the way for per-arch
> fixes remaining in the tree.

I'm likely cutting -rc1 tomorrow, and on Saturday at the latest.
Otherwise my travel schedule will get very inconvenient wrt -rc2.

Just FYI.

            Linus

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

* Re: [git pull] signal.git pile 2 (of 3, probably)
  2012-06-01  1:49 ` Linus Torvalds
@ 2012-06-01  2:14   ` Al Viro
  0 siblings, 0 replies; 3+ messages in thread
From: Al Viro @ 2012-06-01  2:14 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

On Thu, May 31, 2012 at 06:49:00PM -0700, Linus Torvalds wrote:
> On Thu, May 31, 2012 at 4:57 PM, Al Viro <viro@zeniv.linux.org.uk> wrote:
> >
> > There probably will be another pull request from that tree this
> > cycle - at least for helpers, to get them out of the way for per-arch
> > fixes remaining in the tree.
> 
> I'm likely cutting -rc1 tomorrow, and on Saturday at the latest.
> Otherwise my travel schedule will get very inconvenient wrt -rc2.

_Ouch_...

OK, then tomorrow morning you'll have vfs.git pull request.  Damn...

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

end of thread, other threads:[~2012-06-01  2:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-31 23:57 [git pull] signal.git pile 2 (of 3, probably) Al Viro
2012-06-01  1:49 ` Linus Torvalds
2012-06-01  2:14   ` Al Viro

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).