Re: [PATCH] Kprobes: Add kprobes smoke tests that run on boot

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Ananth N Mavinakayanahalli <ananth@...>
Cc: <akpm@...>, lkml <linux-kernel@...>, Jim Keniston <jkenisto@...>, <mhiramat@...>, <davem@...>, <hskinnemoen@...>
Date: Tuesday, January 8, 2008 - 5:15 am

* Ananth N Mavinakayanahalli <ananth@in.ibm.com> wrote:


yay! Picked this up into x86.git for testing.

small detail: i moved the kernel/Makefile change to another spot (see 
below), this way it integrates without rejects with rcu-preempt and with 
the kgdb changes.

	Ingo

Index: linux-x86.q/kernel/Makefile
===================================================================
--- linux-x86.q.orig/kernel/Makefile
+++ linux-x86.q/kernel/Makefile
@@ -43,6 +43,7 @@ obj-$(CONFIG_CPUSETS) += cpuset.o
 obj-$(CONFIG_CGROUP_NS) += ns_cgroup.o
 obj-$(CONFIG_IKCONFIG) += configs.o
 obj-$(CONFIG_STOP_MACHINE) += stop_machine.o
+obj-$(CONFIG_KPROBES_SANITY_TEST) += test_kprobes.o
 obj-$(CONFIG_AUDIT) += audit.o auditfilter.o
 obj-$(CONFIG_AUDITSYSCALL) += auditsc.o
 obj-$(CONFIG_AUDIT_TREE) += audit_tree.o
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Kprobes: Add kprobes smoke tests that run on boot, Ananth N Mavinakayanahalli..., (Tue Jan 8, 2:33 am)
Re: [PATCH] Kprobes: Add kprobes smoke tests that run on boot, Christoph Hellwig, (Wed Jan 9, 4:00 am)
Re: [PATCH] Kprobes: Add kprobes smoke tests that run on boot, Ingo Molnar, (Tue Jan 8, 5:15 am)