hi, sending v3 for initial patchset: https://lkml.org/lkml/2013/3/1/324
basically just sending remaining (not pulled) patches, with '*-by: *' tags updated. v3 changes: - perf test patches already pulled in - added Oleg's Tested-by for signal related patches - added Frederic's Reviewed-by for signal related patches - added Peter's Reviewed-by for perf patch. v2 changes: - added patch to merge EFLAGS bit clearing into single statement Also available at: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/linux.git tip/perf/RF thanks, jirka Signed-off-by: Jiri Olsa <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: H. Peter Anvin <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Oleg Nesterov <[email protected]> Cc: Arnaldo Carvalho de Melo <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Corey Ashford <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Vince Weaver <[email protected]> Cc: Stephane Eranian <[email protected]> --- Jiri Olsa (4): signal x86: Propage RF EFLAGS bit throught the signal restore call signal x86: Clear RF EFLAGS bit for signal handler signal x86: Merge EFLAGS bit clearing into single statement perf: Fix hw breakpoints overflow period sampling arch/x86/ia32/ia32_signal.c | 2 -- arch/x86/include/asm/sighandling.h | 4 ++-- arch/x86/kernel/signal.c | 16 ++++++---------- include/linux/perf_event.h | 2 ++ kernel/events/core.c | 2 +- kernel/events/hw_breakpoint.c | 5 +++++ 6 files changed, 16 insertions(+), 15 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/

