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]
Message-ID: <20160719095957.GA3691@gauravjindalubtnb.del.spreadtrum.com>
Date:	Tue, 19 Jul 2016 10:00:05 +0000
From:	"Gaurav Jindal (Gaurav Jindal)" <Gaurav.Jindal@...eadtrum.com>
To:	Thomas Gleixner <tglx@...utronix.de>
CC:	"Sanjeev Yadav (Sanjeev Kumar Yadav)" <Sanjeev.Yadav@...eadtrum.com>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH]time: Optimize nohz idle enter

On Tue, Jul 19, 2016 at 10:47:37AM +0200, Thomas Gleixner wrote:
> On Thu, 14 Jul 2016, Gaurav Jindal (Gaurav Jindal) wrote:
> > 
> > tick_nohz_start_idle is called before checking the condition if the idle tick
> > can be stopped. In case when can_stop_idle_tick returns 0, the function called
> > is of no use thus a extra call doing nothing.
> > 
> > Shifting calling of function tick_nohz_start_idle inside the if condition makes
> > sure that corresponding operations are done only if idle tick can be actually
> > stopped. Observance for 1 minute on arm64 architecture shows that shifting code
> > can prevent 1.5% of extra calls thus optimizing the idle call sequence.
> 
> Nice.
> 
> > Signed-off-by: gaurav jindal<gaurav.jindal@...eadtrum.com>
> > Signed-off-by: sanjeev yadav<sanjeev.yadav@...eadtrum.com>
> 
> This SOB chain is wrong. Sanjeev did not send the patch and is not the
> author. Please clarify.
>
Actually Sanjeev and me worked together, but since only one send the mail so I
included his name as SOB.
> Thanks,
> 
> 	tglx

-- 
Regards
Gaurav Jindal
+91-8800803297

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ