[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1356088596-17858-1-git-send-email-anton@redhat.com>
Date: Fri, 21 Dec 2012 12:16:30 +0100
From: Anton Arapov <anton@...hat.com>
To: Oleg Nesterov <oleg@...hat.com>,
Srikar Dronamraju <srikar@...ux.vnet.ibm.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Josh Stone <jistone@...hat.com>,
Frank Eigler <fche@...hat.com>, Anton Arapov <anton@...hat.com>
Subject: [RFC PATCH 0/6] uprobes: return probe implementation
There are RFC uretprobes implementation. I'd be grateful for any review.
thanks,
Anton Arapov (6):
uretprobes/x86: hijack return address
uretprobes: trampoline implementation
uretprobes: return probe entry, prepare uretprobe
uretprobes: invoke return probe handlers
uprobes: add bp_vaddr argument to consumer handler
uretprobes: register() and unregister() implementation
arch/x86/include/asm/uprobes.h | 6 +
arch/x86/kernel/uprobes.c | 57 ++++++++
include/linux/uprobes.h | 28 +++-
kernel/events/uprobes.c | 305 ++++++++++++++++++++++++++++++++++++++---
kernel/trace/trace_uprobe.c | 20 +--
5 files changed, 383 insertions(+), 33 deletions(-)
--
1.8.0.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists