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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 24 Apr 2018 11:06:39 -0400
From:   Steven Rostedt <rostedt@...dmis.org>
To:     Peter Xu <peterx@...hat.com>
Cc:     linux-kernel@...r.kernel.org, Ingo Molnar <mingo@...nel.org>
Subject: Re: [PATCH] trace: fix missing tab for hwlat_detector

On Thu, 15 Mar 2018 14:06:39 +0800
Peter Xu <peterx@...hat.com> wrote:

> It's been missing for a while but no one is touching that up.  Fix it.

I just noticed this patch. I added it, thanks!

-- Steve

> 
> CC: Steven Rostedt <rostedt@...dmis.org>
> CC: Ingo Molnar <mingo@...nel.org>
> Signed-off-by: Peter Xu <peterx@...hat.com>
> ---
>  kernel/trace/trace_entries.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/kernel/trace/trace_entries.h b/kernel/trace/trace_entries.h
> index e954ae3d82c0..e3a658bac10f 100644
> --- a/kernel/trace/trace_entries.h
> +++ b/kernel/trace/trace_entries.h
> @@ -356,7 +356,7 @@ FTRACE_ENTRY(hwlat, hwlat_entry,
>  		__field(	unsigned int,		seqnum		)
>  	),
>  
> -	F_printk("cnt:%u\tts:%010llu.%010lu\tinner:%llu\touter:%llunmi-ts:%llu\tnmi-count:%u\n",
> +	F_printk("cnt:%u\tts:%010llu.%010lu\tinner:%llu\touter:%llu\tnmi-ts:%llu\tnmi-count:%u\n",
>  		 __entry->seqnum,
>  		 __entry->tv_sec,
>  		 __entry->tv_nsec,

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ