From: Oleg Nesterov <oleg@redhat.com>
To: Andrew Morton <akpm@linux-foundation.org>,
David Howells <dhowells@redhat.com>,
Linus Torvalds <torvalds@linux-foundation.org>,
Thomas Gleixner <tglx@linutronix.de>
Cc: Alexander Gordeev <agordeev@redhat.com>,
Chris Zankel <chris@zankel.net>, David Smith <dsmith@redhat.com>,
"Frank Ch. Eigler" <fche@redhat.com>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Larry Woodman <lwoodman@redhat.com>,
Peter Zijlstra <peterz@infradead.org>, Tejun Heo <tj@kernel.org>,
linux-kernel@vger.kernel.org
Subject: [PATCH v3 0/3] task_work_queue() with 2 users
Date: Thu, 12 Apr 2012 23:11:46 +0200 [thread overview]
Message-ID: <20120412211146.GA30448@redhat.com> (raw)
Hello.
Compared to v2
1/3: make it (partly) useable without TIF_NOTIFY_RESUME
2/3: address the comments from David
3/3: New. Looks trivial, but I guess needs more testing.
And of course, needs the review from Thomas.
Oleg.
include/linux/interrupt.h | 4 --
include/linux/key.h | 6 +--
include/linux/sched.h | 12 ++----
include/linux/task_work.h | 32 ++++++++++++++++
include/linux/tracehook.h | 14 ++++++--
kernel/Makefile | 2 +-
kernel/exit.c | 5 ++-
kernel/fork.c | 1 +
kernel/irq/manage.c | 69 +++++++++++++++++------------------
kernel/task_work.c | 81 ++++++++++++++++++++++++++++++++++++++++++
security/keys/internal.h | 3 +-
security/keys/keyctl.c | 76 ++++++++++++++++++--------------------
security/keys/process_keys.c | 25 ++++---------
13 files changed, 213 insertions(+), 117 deletions(-)
next reply other threads:[~2012-04-12 21:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-12 21:11 Oleg Nesterov [this message]
2012-04-12 21:12 ` [PATCH v3 1/3] task_work_queue: add generic process-context callbacks Oleg Nesterov
2012-04-12 22:22 ` Andrew Morton
2012-04-12 23:15 ` Oleg Nesterov
2012-04-15 11:11 ` Peter Zijlstra
2012-04-12 21:12 ` [PATCH v3 2/3] cred: change keyctl_session_to_parent() to use task_work_queue() Oleg Nesterov
2012-04-12 21:12 ` [PATCH v3 3/3] genirq: reimplement exit_irq_thread() hook via task_work_queue() Oleg Nesterov
2012-04-13 9:41 ` Thomas Gleixner
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=20120412211146.GA30448@redhat.com \
--to=oleg@redhat.com \
--cc=agordeev@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=chris@zankel.net \
--cc=dhowells@redhat.com \
--cc=dsmith@redhat.com \
--cc=fche@redhat.com \
--cc=geert@linux-m68k.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lwoodman@redhat.com \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
--cc=tj@kernel.org \
--cc=torvalds@linux-foundation.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.