Re: [PATCH 07/28] ktap: add runtime/ktap.[c|h]

From: Greg Kroah-Hartman
Date: Sat Mar 29 2014 - 13:02:58 EST


On Sat, Mar 29, 2014 at 03:32:12PM +0800, Jovi Zhangwei wrote:
> >> +struct syscall_metadata **syscalls_metadata;
> >> +
> >> +/*TODO: kill this function in future */
> >> +static int __init init_dummy_kernel_functions(void)
> >> +{
> >> + unsigned long *addr;
> >> +
> >> + /*
> >> + * ktap need symbol ftrace_profile_set_filter to set event filter,
> >> + * export it in future.
> >
> > Obviously you need to fix that. Just export the symbols.
> >
> Yeah, will do after kernel community decide to merge ktap. :)

We already said we wanted it merged, so please send patches that do it
properly, by exporting the needed symbols as part of the patch series.

thanks,

greg k-h
--
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/