Please consider this for 2.6.17-stable. It made -mm briefly, but missed
2.6.17. It fixes the value of uptime, which was broken by a patch late in
2.6.17-rc.
The use of unsigned instead of unsigned here broke the calculations on
negative numbers that are involved in calculating wall_to_monotonic.
* Jeff Dike ([EMAIL PROTECTED]) wrote:
> The use of unsigned instead of unsigned here broke the calculations on
Hard to imagine how that would cause a problem ;-)
Queued for -stable, thanks.
-chris
___
User-mod
On Tue, Jun 20, 2006 at 03:55:22PM -0700, Chris Wright wrote:
> * Jeff Dike ([EMAIL PROTECTED]) wrote:
> > The use of unsigned instead of unsigned here broke the calculations on
>
> Hard to imagine how that would cause a problem ;-)
Heh, feel free to fix.
* Jeff Dike ([EMAIL PROTECTED]) wrote:
> On Tue, Jun 20, 2006 at 03:55:22PM -0700, Chris Wright wrote:
> > * Jeff Dike ([EMAIL PROTECTED]) wrote:
> > > The use of unsigned instead of unsigned here broke the calculations on
> >
> > Hard to imagine how that w