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] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 27 May 2015 14:43:23 +0530
From:	Viresh Kumar <viresh.kumar@...aro.org>
To:	Thomas Gleixner <tglx@...utronix.de>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	Ingo Molnar <mingo@...nel.org>,
	Peter Zijlstra <peterz@...radead.org>,
	Paul McKenney <paulmck@...ux.vnet.ibm.com>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Eric Dumazet <edumazet@...gle.com>,
	John Stultz <john.stultz@...aro.org>,
	Joonwoo Park <joonwoop@...eaurora.org>,
	Wenbo Wang <wenbo.wang@...blaze.com>
Subject: Re: [patch 3/7] timer: Use hlist for the timer wheel hash buckets

On 26-05-15, 22:50, Thomas Gleixner wrote:
> This reduces the size of struct tvec_base by 50% and results in
> slightly smaller code as well.
> 
> Before:
>    struct tvec_base: size: 8256, cachelines: 129
> 
>    text	   data	    bss	    dec	    hex	filename
>   17698	  13297	   8256	  39251	   9953	../build/kernel/time/timer.o
> 
> After:
>   struct tvec_base: 4160, cachelines: 65, members: 12 */
> 
>    text	   data	    bss	    dec	    hex	filename
>   17491	   9201	   4160	  30852	   7884	../build/kernel/time/timer.o
> 
> Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
> ---
>  include/linux/timer.h |    6 ++--
>  kernel/time/timer.c   |   64 +++++++++++++++++++++-----------------------------
>  2 files changed, 30 insertions(+), 40 deletions(-)

Reviewed-by: Viresh Kumar <viresh.kumar@...aro.org>

-- 
viresh
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ