LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "David S. Miller" <davem@redhat.com>
To: "Zhenmin Li" <zli4@cs.uiuc.edu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [OPERA] Potential bug in /arch/sparc/prom/memory.c &  /arch/sparc64/prom/memory.c
Date: Wed, 19 May 2004 20:57:45 -0700	[thread overview]
Message-ID: <20040519205745.58bc824a.davem@redhat.com> (raw)
In-Reply-To: <001201c43e14$73e8c840$76f6ae80@Turandot>

On Wed, 19 May 2004 21:45:03 -0500
"Zhenmin Li" <zli4@cs.uiuc.edu> wrote:

> 158            prom_prom_taken[iter].theres_more =
> !159                    &prom_phys_total[iter+1];
> 158            prom_prom_taken[iter].theres_more =
> !159                    & prom_prom_taken[iter+1];

It's a bug, but luckily harmless as we never actually
walk the link of this table's elements, and in most
other places we only test it against NULL :-)

But I've added the fix to my tree(s), thanks a lot!

      reply	other threads:[~2004-05-20  3:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-20  2:45 Zhenmin Li
2004-05-20  3:57 ` David S. Miller [this message]

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=20040519205745.58bc824a.davem@redhat.com \
    --to=davem@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=zli4@cs.uiuc.edu \
    --subject='Re: [OPERA] Potential bug in /arch/sparc/prom/memory.c &  /arch/sparc64/prom/memory.c' \
    /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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).