On Fri, 26 Jun 2015 14:09:11 -0700 Linus Torvalds <[email protected]> wrote:
> On Fri, Jun 26, 2015 at 8:16 AM, Steven Rostedt <[email protected]> wrote: > > > > 43 files changed, 2034 insertions(+), 2085 deletions(-) > > Please fix your script, and add the "-M" flag to the diff generation. > The above is incorrect. > > The real statistics are > > 41 files changed, 1024 insertions(+), 1075 deletions(-) > rename include/linux/{ftrace_event.h => trace_events.h} (76%) > create mode 100644 include/trace/perf.h > rename include/trace/{ftrace.h => trace_events.h} (51%) > > (and you get that filename change update too if you just add > "--summary" to the "git diff --stat" line too). > > Linus Added -M --summary and reran the script. It now has: 41 files changed, 1024 insertions(+), 1075 deletions(-) rename include/linux/{ftrace_event.h => trace_events.h} (76%) create mode 100644 include/trace/perf.h rename include/trace/{ftrace.h => trace_events.h} (51%) Seems like a match. Thanks! -- Steve -- 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/

