From: Andrew Morton <akpm@linux-foundation.org>
To: Johannes Weiner <hannes@saeurebad.de>
Cc: David Miller <davem@davemloft.net>,
sparclinux@vger.kernel.org, bugme-daemon@bugzilla.kernel.org,
lomp0101@gmx.net, linux-kernel@vger.kernel.org
Subject: Re: [Bug 11046] New: Kernel bug in mm/bootmem.c on Sparc machines
Date: Thu, 24 Jul 2008 18:37:48 +0000 [thread overview]
Message-ID: <20080724113748.160faff2.akpm@linux-foundation.org> (raw)
In-Reply-To: <877ibb7abh.fsf@saeurebad.de>
On Thu, 24 Jul 2008 14:09:38 +0200 Johannes Weiner <hannes@saeurebad.de> wrote:
> Hi,
>
> Andrew Morton <akpm@linux-foundation.org> writes:
>
> > On Wed, 23 Jul 2008 20:25:33 -0700 (PDT) David Miller <davem@davemloft.net> wrote:
> >
> >> From: Andrew Morton <akpm@linux-foundation.org>
> >> Date: Sun, 6 Jul 2008 13:20:49 -0700
> >>
> >> > On Sun, 6 Jul 2008 13:02:28 -0700 (PDT) bugme-daemon@bugzilla.kernel.org wrote:
> >> >
> >> > > http://bugzilla.kernel.org/show_bug.cgi?id\x11046
> >> ...
> >> > > Here is the BUG:
> >> > >
> >> > > [ 0.000000] PROMLIB: Sun IEEE Boot Prom 'OBP 4.11.5 2003/11/12 10:40'
> >> > > [ 0.000000] PROMLIB: Root node compatible:
> >> > > [ 0.000000] Linux version 2.6.25.10 (root@sparc1) (gcc version 4.1.2
> >> > > 20061115 (prerelease) (Debian 4.1.1-21)) #5 SMP Sun Jul 6 21:05:42 CEST 2008
> >> > > [ 0.000000] console [earlyprom0] enabled
> >> > > [ 0.000000] ARCH: SUN4U
> >> > > [ 0.000000] Ethernet address: 00:03:ba:7a:f3:d6
> >> > > [ 0.000000] Kernel: Using 2 locked TLB entries for main kernel image.
> >> > > [ 0.000000] Remapping the kernel... done.
> >> > > [ 0.000000] kernel BUG at mm/bootmem.c:125!
> >>
> >> This can only happen if you attach a zero-sized initrd to the kernel.
> >>
> >> I see platforms like x86 sometimes have explicit checks for a zero
> >> size to guard reserve_bootmem() and similar calls, but if that's what
> >> callers are all going to do doesn't it make better sense for
> >> reserve_bootmem_core() to just return instead of BUG on a zero size
> >> argument?
> >
> > Sounds logical.
> >
> > Johannes just rewrote the bootmem code, but from a quick read it
> > appears that this behaviour has been retained.
>
> In the new version, zero sized ranges are okay for reservation and
> freeing. It still bugs on allocation, though.
>
Interesting. So from Dave's patch (which changes only
reserve_bootmem_core() and free_bootmem_core()), it sounds like we
have already fixed 2.6.27?
In which case David's 2.6.26 patch is a "minimal backport".
WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: Johannes Weiner <hannes@saeurebad.de>
Cc: David Miller <davem@davemloft.net>,
sparclinux@vger.kernel.org, bugme-daemon@bugzilla.kernel.org,
lomp0101@gmx.net, linux-kernel@vger.kernel.org
Subject: Re: [Bug 11046] New: Kernel bug in mm/bootmem.c on Sparc machines
Date: Thu, 24 Jul 2008 11:37:48 -0700 [thread overview]
Message-ID: <20080724113748.160faff2.akpm@linux-foundation.org> (raw)
In-Reply-To: <877ibb7abh.fsf@saeurebad.de>
On Thu, 24 Jul 2008 14:09:38 +0200 Johannes Weiner <hannes@saeurebad.de> wrote:
> Hi,
>
> Andrew Morton <akpm@linux-foundation.org> writes:
>
> > On Wed, 23 Jul 2008 20:25:33 -0700 (PDT) David Miller <davem@davemloft.net> wrote:
> >
> >> From: Andrew Morton <akpm@linux-foundation.org>
> >> Date: Sun, 6 Jul 2008 13:20:49 -0700
> >>
> >> > On Sun, 6 Jul 2008 13:02:28 -0700 (PDT) bugme-daemon@bugzilla.kernel.org wrote:
> >> >
> >> > > http://bugzilla.kernel.org/show_bug.cgi?id=11046
> >> ...
> >> > > Here is the BUG:
> >> > >
> >> > > [ 0.000000] PROMLIB: Sun IEEE Boot Prom 'OBP 4.11.5 2003/11/12 10:40'
> >> > > [ 0.000000] PROMLIB: Root node compatible:
> >> > > [ 0.000000] Linux version 2.6.25.10 (root@sparc1) (gcc version 4.1.2
> >> > > 20061115 (prerelease) (Debian 4.1.1-21)) #5 SMP Sun Jul 6 21:05:42 CEST 2008
> >> > > [ 0.000000] console [earlyprom0] enabled
> >> > > [ 0.000000] ARCH: SUN4U
> >> > > [ 0.000000] Ethernet address: 00:03:ba:7a:f3:d6
> >> > > [ 0.000000] Kernel: Using 2 locked TLB entries for main kernel image.
> >> > > [ 0.000000] Remapping the kernel... done.
> >> > > [ 0.000000] kernel BUG at mm/bootmem.c:125!
> >>
> >> This can only happen if you attach a zero-sized initrd to the kernel.
> >>
> >> I see platforms like x86 sometimes have explicit checks for a zero
> >> size to guard reserve_bootmem() and similar calls, but if that's what
> >> callers are all going to do doesn't it make better sense for
> >> reserve_bootmem_core() to just return instead of BUG on a zero size
> >> argument?
> >
> > Sounds logical.
> >
> > Johannes just rewrote the bootmem code, but from a quick read it
> > appears that this behaviour has been retained.
>
> In the new version, zero sized ranges are okay for reservation and
> freeing. It still bugs on allocation, though.
>
Interesting. So from Dave's patch (which changes only
reserve_bootmem_core() and free_bootmem_core()), it sounds like we
have already fixed 2.6.27?
In which case David's 2.6.26 patch is a "minimal backport".
next prev parent reply other threads:[~2008-07-24 18:37 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <bug-11046-27@http.bugzilla.kernel.org/>
2008-07-06 20:20 ` [Bug 11046] New: Kernel bug in mm/bootmem.c on Sparc machines Andrew Morton
2008-07-24 3:25 ` David Miller
2008-07-24 3:25 ` David Miller
2008-07-24 3:38 ` Andrew Morton
2008-07-24 3:38 ` Andrew Morton
2008-07-24 3:42 ` David Miller
2008-07-24 3:42 ` David Miller
2008-07-24 21:32 ` Johannes Weiner
2008-07-24 21:32 ` Johannes Weiner
2008-07-24 21:59 ` David Miller
2008-07-24 21:59 ` David Miller
2008-07-24 12:09 ` Johannes Weiner
2008-07-24 12:09 ` Johannes Weiner
2008-07-24 18:37 ` Andrew Morton [this message]
2008-07-24 18:37 ` Andrew Morton
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=20080724113748.160faff2.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=bugme-daemon@bugzilla.kernel.org \
--cc=davem@davemloft.net \
--cc=hannes@saeurebad.de \
--cc=linux-kernel@vger.kernel.org \
--cc=lomp0101@gmx.net \
--cc=sparclinux@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.