Re: 2.5-dj merging status.

From: Dave Jones (davej@suse.de)
Date: Sat Apr 27 2002 - 18:55:13 EST


On Sat, Apr 27, 2002 at 04:44:18PM -0700, J Sloan wrote:
> Dave Jones wrote:
>
> >+ numerous jiffy wrap fixes
> >
> Hello, would this include the fix for the
> infamous 497 day uptime wraparound bug?

Different problem. This is a collection of fixes of the form..

- while (jiffies < timeout);
+ while (time_before(jiffies, timeout));

And similiar.

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Apr 30 2002 - 22:00:15 EST