From: Andrew Morton <akpm@digeo.com>
To: Rusty Russell <rusty@rustcorp.com.au>
Cc: linux-kernel@vger.kernel.org, davidm@hpl.hp.com, dipankar@in.ibm.com
Subject: Re: [PATCH 1/3] Per-cpu UP unification
Date: Tue, 20 May 2003 03:53:22 -0700 [thread overview]
Message-ID: <20030520035322.27211c07.akpm@digeo.com> (raw)
In-Reply-To: <20030520012307.53A502C082@lists.samba.org>
Rusty Russell <rusty@rustcorp.com.au> wrote:
>
> [ Untested on ia64, but fairly trivial if I've broken something ].
>
> Name: Unification of per-cpu headers for non-SMP
> Author: Rusty Russell
> Status: Trivial
I applied all these to the ppc64 kernel (you missed ppc64 btw) and it dies.
Quite late in boot, during floppy_init->init_disk_stats->alloc_percpu.
I'm reduced to debugging with printk on ppc64. __alloc_percpu() calls
new_block(), loops around and then dies in here:
#define D() printk("at %s:%d\n", __FILE__, __LINE__)
D();
/* Transfer extra to previous block. */
if (b->size[i-1] < 0)
b->size[i-1] -= extra;
else
b->size[i-1] += extra;
b->size[i] -= extra;
ptr += extra;
D();
Not sure what happened - no oops, no xmon, no sysrq, no nuthin. It even
manages to lock up minicom on the other end of the cable. Impressed.
next prev parent reply other threads:[~2003-05-20 10:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-20 1:22 Rusty Russell
2003-05-20 10:53 ` Andrew Morton [this message]
2003-05-21 2:02 ` Rusty Russell
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=20030520035322.27211c07.akpm@digeo.com \
--to=akpm@digeo.com \
--cc=davidm@hpl.hp.com \
--cc=dipankar@in.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rusty@rustcorp.com.au \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®