All of lore.kernel.org
 help / color / mirror / Atom feed
* + kprobes-list-all-active-probes-in-the-system-fix.patch added to -mm tree
@ 2007-02-13  7:18 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-13  7:18 UTC (permalink / raw)
  To: mm-commits; +Cc: ananth


The patch titled
     kprobes-list-all-active-probes-in-the-system fix
has been added to the -mm tree.  Its filename is
     kprobes-list-all-active-probes-in-the-system-fix.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: kprobes-list-all-active-probes-in-the-system fix
From: Ananth N Mavinakayanahalli <ananth@in.ibm.com>

Fix kprobes compilation breakage on sparc64 caused due to
kprobes-list-all-active-probes-in-the-system.patch

Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 kernel/kprobes.c |    6 ++++++
 1 file changed, 6 insertions(+)

diff -puN kernel/kprobes.c~kprobes-list-all-active-probes-in-the-system-fix kernel/kprobes.c
--- a/kernel/kprobes.c~kprobes-list-all-active-probes-in-the-system-fix
+++ a/kernel/kprobes.c
@@ -780,6 +780,12 @@ int __kprobes register_kretprobe(struct 
 	return -ENOSYS;
 }
 
+static int __kprobes pre_handler_kretprobe(struct kprobe *p,
+					   struct pt_regs *regs)
+{
+	return 0;
+}
+
 #endif /* ARCH_SUPPORTS_KRETPROBES */
 
 void __kprobes unregister_kretprobe(struct kretprobe *rp)
_

Patches currently in -mm which might be from ananth@in.ibm.com are

kprobes-list-all-active-probes-in-the-system.patch
kprobes-list-all-active-probes-in-the-system-fix.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-13  7:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-13  7:18 + kprobes-list-all-active-probes-in-the-system-fix.patch added to -mm tree akpm

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.