[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <p73zlvgowwn.fsf@bingen.suse.de>
Date: Tue, 08 Jan 2008 22:00:24 +0100
From: Andi Kleen <andi@...stfloor.org>
To: ananth@...ibm.com
Cc: akpm@...ux-foundation.org, lkml <linux-kernel@...r.kernel.org>,
mingo@...e.hu, Jim Keniston <jkenisto@...ibm.com>,
mhiramat@...hat.com, davem@...emloft.net, hskinnemoen@...el.com
Subject: Re: [PATCH] Kprobes: Add kprobes smoke tests that run on boot
Ananth N Mavinakayanahalli <ananth@...ibm.com> writes:
> kernel/kprobes.c | 2
> kernel/test_kprobes.c | 216 ++++++++++++++++++++++++++++++++++++++++++++++++
Can you put this somewhere else please? I know there are already some
test files in kernel/* but imho they all belong into some other directory.
+ if (!err)
+ init_test_probes();
return err;
Couldn't this be just a normal initcall? Perhaps even a module_init(),
then it would be possible to use as a module too.
-Andi
--
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