lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Fri, 26 Jun 2015 17:40:16 -0400
From:	Steven Rostedt <rostedt@...dmis.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	Ingo Molnar <mingo@...nel.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [GIT PULL] tracing: Updates for 4.2

On Fri, 26 Jun 2015 14:09:11 -0700
Linus Torvalds <torvalds@...ux-foundation.org> wrote:

> On Fri, Jun 26, 2015 at 8:16 AM, Steven Rostedt <rostedt@...dmis.org> 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 majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists