Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 27 Apr 2002 19:55:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 27 Apr 2002 19:55:28 -0400 Received: from ns.suse.de ([213.95.15.193]:62217 "HELO Cantor.suse.de") by vger.kernel.org with SMTP id ; Sat, 27 Apr 2002 19:55:27 -0400 Date: Sun, 28 Apr 2002 01:55:13 +0200 From: Dave Jones To: J Sloan Cc: Linux Kernel Subject: Re: 2.5-dj merging status. Message-ID: <20020428015513.B14743@suse.de> Mail-Followup-To: Dave Jones , J Sloan , Linux Kernel In-Reply-To: <20020427170737.GA29275@suse.de> <3CCB37D2.9050300@tmsusa.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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/