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:	Mon, 22 Mar 2010 17:41:37 +0100
From:	Johannes Weiner <hannes@...xchg.org>
To:	Thomas Gleixner <tglx@...utronix.de>
Cc:	Ivan Kokshaysky <ink@...assic.park.msu.ru>,
	john stultz <johnstul@...ibm.com>,
	Richard Henderson <rth@...ddle.net>,
	lkml <linux-kernel@...r.kernel.org>,
	Matt Turner <mattst88@...il.com>
Subject: Re: [RFC][PATCH] Convert alpha to use clocksource

On Mon, Mar 22, 2010 at 03:22:12PM +0100, Thomas Gleixner wrote:
> On Mon, 22 Mar 2010, Johannes Weiner wrote:
> > > Though, even after a glance over the clocksource code, I've not
> > > gotten yet to how one could estimate the "shift" value...
> > > Any hints?
> > 
> > I had the same problem with xtensa and added a comment about what I
> > did in there, maybe it helps:
> > 
> > 	arch/xtensa/kernel/time.c
> > 
> > I took the upper bound of the multiplicator (nsecs per counter unit)
> > and subtracted its logarithm from my available 32 bits.  The result
> > is the highest possible shift value that works for the clocksource.
> 
> clocks_calc_mult_shift() is what you are looking for.

Oh, thanks!  That was not yet around at the time.

	Hannes

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