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] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 2 Jul 2012 22:08:21 +0200
From:	Sytse Wielinga <sytse@...elinga.nl>
To:	Richard Cochran <richardcochran@...il.com>
Cc:	John Stultz <johnstul@...ibm.com>,
	Prarit Bhargava <prarit@...hat.com>,
	Linux Kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] [RFC] Potential fix for leapsecond caused futex related
 load spikes

Hi Richard,

On Mon, Jul 02, 2012 at 12:16:08PM +0200, Richard Cochran wrote:
> I know you didn't like my (originally Michael Hack's) idea of keeping
> time in TAI, but wouldn't changing to an internal, continuous time
> scale (not necessary TAI) solve these sorts of timer issues?

Doesn't that actually make the problem of leap seconds worse, as you'd have to
start tabulating past leap seconds in the kernel?

Even worse, *future* leap seconds would need to be tracked and after they've
happened stored on disk, and loaded back into the kernel after booting, which
seems like a mess.  The trouble here is that leap seconds are only announced a
short while before they happen, so there's no way to bake leap seconds into
the software; they need to be dynamically added by ntpd.

Or is there somehow some way to avoid that?

> There have been a number of clock/timer/leap bugs over the last
> years. Some of these might have been avoided by using a continuous
> scale, since no special timer actions would be needed during a leap
> second.
> 
> The run time cost is low, just one additional test and addition when
> reading the time. It might be worth it for the peace of mind when
> the next leap second rolls around.

I don't know if reworking the system that's been in place for ages is a good
way to give us 'peace of mind'.  Then again, I love to be enlightened :-)

Sytse Wielinga
--
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