Em Thu, May 28, 2015 at 02:27:13PM +0900, Masami Hiramatsu escreveu: > On 2015/05/28 11:25, Wang Nan wrote: > > By 'make build-test' a warning is found in probe-event.c that, after > > commit 419e873828 (perf probe: Show the error reason comes from > > invalid DSO) the only user of kernel_get_module_dso() is > > open_debuginfo(). Which is not compiled if HAVE_DWARF_SUPPORT not set. > > 'make build-test' found this problem when make_minimal. > > Ah, right! > > > > > This patch moves kernel_get_module_dso() to HAVE_DWARF_SUPPORT ifdef > > section. > > > > Signed-off-by: Wang Nan <[email protected]> > > Acked-by: Masami Hiramatsu <[email protected]>
Thanks, applied! - Arnaldo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

