From: Dave Jones <davej@suse.de>
To: J Sloan <joe@tmsusa.com>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: 2.5-dj merging status.
Date: Sun, 28 Apr 2002 01:55:13 +0200 [thread overview]
Message-ID: <20020428015513.B14743@suse.de> (raw)
In-Reply-To: <20020427170737.GA29275@suse.de> <3CCB37D2.9050300@tmsusa.com>
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
next prev parent reply other threads:[~2002-04-27 23:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-27 17:07 2.5-dj merging status Dave Jones
2002-04-27 23:44 ` J Sloan
2002-04-27 23:55 ` Dave Jones [this message]
2002-04-30 17:19 ` James Simmons
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020428015513.B14743@suse.de \
--to=davej@suse.de \
--cc=joe@tmsusa.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.