hi, sending fix for issue caused by using smp_processor_id() in preemptible path discussed in here: http://marc.info/?l=linux-kernel&m=136733569907888&w=2
I also noticed there's a space for some code factoring saving some .text size and centralizing auxiliary events notification. Changes could be reached in here: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/aux4 thanks, jirka Signed-off-by: Jiri Olsa <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Corey Ashford <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Cc: Borislav Petkov <[email protected]> --- Jiri Olsa (2): perf: Fix EXIT event notification perf: Factor auxiliary events notification kernel/events/core.c | 240 +++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------- 1 file changed, 89 insertions(+), 151 deletions(-) -- 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/

