[uml-devel] [-stable PATCH] UML - fix uptime

2006-06-20 Thread Jeff Dike
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.

Re: [uml-devel] [stable] [-stable PATCH] UML - fix uptime

2006-06-20 Thread Chris Wright
* 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

Re: [uml-devel] [stable] [-stable PATCH] UML - fix uptime

2006-06-20 Thread Jeff Dike
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.

Re: [uml-devel] [stable] [-stable PATCH] UML - fix uptime

2006-06-20 Thread Chris Wright
* 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