[PATCH v3 0/3] task_work_queue() with 2 users

From: Oleg Nesterov
Date: Thu Apr 12 2012 - 17:12:53 EST


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/