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:	Thu, 21 Jan 2016 02:08:50 -0700
From:	Jeff Merkey <linux.mdb@...il.com>
To:	Thomas Gleixner <tglx@...utronix.de>
Cc:	LKML <linux-kernel@...r.kernel.org>,
	John Stultz <john.stultz@...aro.org>
Subject: Re: [BUG REPORT] ktime_get_ts64 causes Hard Lockup

This bug has been fixed as of linux-next-20160121.  I just checked so
looks like its handled.

	delta = timekeeping_get_delta(tkr);

	nsec = (delta * tkr->mult + tkr->xtime_nsec) >> tkr->shift;
     251:	8b 15 00 00 00 00    	mov    0x0(%rip),%edx        # 257
<ktime_get_ts64+0x77>
     257:	49 0f 45 c4          	cmovne %r12,%rax
     25b:	48 0f af c2          	imul   %rdx,%rax
     25f:	48 03 05 00 00 00 00 	add    0x0(%rip),%rax        # 266
<ktime_get_ts64+0x86>
     266:	48 d3 e8             	shr    %cl,%rax    << correct
	

Jeff

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ