From: William Lee Irwin III <wli@holomorphy.com>
To: Thunder from the hill <thunder@ngforever.de>
Cc: Lightweight patch manager <patch@luckynet.dynu.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Daniel Phillips <phillips@bonn-fries.net>,
Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>
Subject: Re: linux-2.5.20-ct1
Date: Mon, 3 Jun 2002 21:48:08 -0700 [thread overview]
Message-ID: <20020604044808.GF8263@holomorphy.com> (raw)
In-Reply-To: <20020604043724.GB8263@holomorphy.com> <Pine.LNX.4.44.0206032239500.3833-100000@hawkeye.luckynet.adm>
On Mon, 3 Jun 2002, William Lee Irwin III wrote:
>> Please discard the atomic update patch altogether; there were enough
>> eyebrows raised that this cannot qualify as a simple cleanup.
On Mon, Jun 03, 2002 at 10:41:15PM -0600, Thunder from the hill wrote:
> Is there something serious to add about them? Is it sure that they won't
> work or such? Otherwise I'd suggest just getting them tested.
The original patch as posted is incorrect due to a misreading on my
part of what the flags clearing did. One of the few remotely close
to correct alternatives follows, but I will not endorse it as a
candidate for inclusion, but give it only as an illustration of how
incorrect the originally posted patch was.
Cheers,
Bill
===== mm/page_alloc.c 1.63 vs edited =====
--- 1.63/mm/page_alloc.c Tue May 28 16:57:49 2002
+++ edited/mm/page_alloc.c Mon Jun 3 16:27:41 2002
@@ -111,7 +111,7 @@
if (PageWriteback(page))
BUG();
ClearPageDirty(page);
- page->flags &= ~(1<<PG_referenced);
+ __clear_bit(PG_referenced, &page->flags);
if (current->flags & PF_FREE_PAGES)
goto local_freelist;
next prev parent reply other threads:[~2002-06-04 4:48 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-04 3:58 linux-2.5.20-ct1 Lightweight patch manager
2002-06-04 4:23 ` linux-2.5.20-ct1 William Lee Irwin III
2002-06-04 4:30 ` linux-2.5.20-ct1 Thunder from the hill
2002-06-04 4:37 ` linux-2.5.20-ct1 William Lee Irwin III
2002-06-04 4:41 ` linux-2.5.20-ct1 Thunder from the hill
2002-06-04 4:48 ` William Lee Irwin III [this message]
2002-06-04 16:48 ` linux-2.5.20-ct1 Robert Love
2002-06-04 16:58 ` linux-2.5.20-ct1 Thunder from the hill
2002-06-04 4:40 ` linux-2.5.20-ct1 William Lee Irwin III
2002-06-04 4:41 ` linux-2.5.20-ct1 William Lee Irwin III
2002-06-04 4:42 ` linux-2.5.20-ct1 William Lee Irwin III
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=20020604044808.GF8263@holomorphy.com \
--to=wli@holomorphy.com \
--cc=kai@tp1.ruhr-uni-bochum.de \
--cc=linux-kernel@vger.kernel.org \
--cc=patch@luckynet.dynu.com \
--cc=phillips@bonn-fries.net \
--cc=thunder@ngforever.de \
/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.