public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Ellerman <michael@ellerman.id.au>
To: Andrew Morton <akpm@osdl.org>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>,
	linux-kernel@vger.kernel.org, Paul Mackerras <paulus@samba.org>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Rusty Russell <rusty@rustcorp.com.au>
Subject: Re: 2.6.19-rc2-mm1
Date: Wed, 18 Oct 2006 20:05:48 +1000	[thread overview]
Message-ID: <1161165948.7906.33.camel@localhost.localdomain> (raw)
In-Reply-To: <20061017132245.12499c1d.akpm@osdl.org>

[-- Attachment #1: Type: text/plain, Size: 2925 bytes --]

On Tue, 2006-10-17 at 13:22 -0700, Andrew Morton wrote:
> On Tue, 17 Oct 2006 12:37:48 -0700
> Jeremy Fitzhardinge <jeremy@goop.org> wrote:
> 
> > Andrew Morton wrote:
> > > -generic-implementatation-of-bug.patch
> > > -generic-implementatation-of-bug-fix.patch
> > > +generic-bug-implementation.patch
> > >  generic-bug-for-i386.patch
> > >  generic-bug-for-x86-64.patch
> > >  uml-add-generic-bug-support.patch
> > >  use-generic-bug-for-ppc.patch
> > >  bug-test-1.patch
> > >
> > >  Updated generic-BUG-handling patches
> > >   
> > I thought the powerpc patch had been given a clean bill of health?  Or 
> > was there still a problem with it?
> 
> No, last time I tested it the machine still froze after "returning from
> prom_init".  ie: before it had done any WARNs or BUGs.  It's rather
> mysterious.

Works for me:

Diego5:~# uname -a
Linux Diego5 2.6.19-rc2-mm1-git #9 SMP Wed Oct 18 19:30:38 EST 2006 ppc64 GNU/Linux
Diego5:~# echo 4 > /proc/sys/vm/drop_caches
Badness in drop_caches_sysctl_handler at /home/michael/src/auto/git/fs/drop_caches.c:67
Call Trace:
[C0000000431F7760] [C00000000000F8E4] .show_stack+0x6c/0x1a0 (unreliable)
[C0000000431F7800] [C000000000447B8C] .program_check_exception+0x19c/0x5cc
[C0000000431F78A0] [C00000000000446C] program_check_common+0xec/0x100
--- Exception: 700 at .drop_caches_sysctl_handler+0x5c/0x88
    LR = .drop_caches_sysctl_handler+0x20/0x88
[C0000000431F7C20] [C00000000005725C] .do_rw_proc+0x168/0x230
[C0000000431F7CF0] [C0000000000BC76C] .vfs_write+0xd0/0x1b4
[C0000000431F7D90] [C0000000000BD134] .sys_write+0x4c/0x8c
[C0000000431F7E30] [C00000000000861C] syscall_exit+0x0/0x40
Diego5:~# echo 8 > /proc/sys/vm/drop_caches
kernel BUG in drop_caches_sysctl_handler at /home/michael/src/auto/git/fs/drop_caches.c:69!
cpu 0xd: Vector: 700 (Program Check) at [c0000000431f7910]
    pc: c0000000000e3a5c: .drop_caches_sysctl_handler+0x68/0x88
    lr: c0000000000e3a14: .drop_caches_sysctl_handler+0x20/0x88
    sp: c0000000431f7b90
   msr: 8000000000029032
  current = 0xc00000000fc8c810
  paca    = 0xc000000000564e00
    pid   = 1465, comm = bash
kernel BUG in drop_caches_sysctl_handler at /home/michael/src/auto/git/fs/drop_caches.c:69!
enter ? for help
[c0000000431f7c20] c00000000005725c .do_rw_proc+0x168/0x230
[c0000000431f7cf0] c0000000000bc76c .vfs_write+0xd0/0x1b4
[c0000000431f7d90] c0000000000bd134 .sys_write+0x4c/0x8c
[c0000000431f7e30] c00000000000861c syscall_exit+0x0/0x40
--- Exception: c01 (System Call) at 000000000fec9aac
SP (ff8416f0) is in userspace
d:mon> 

There's some NUMA badness going around that you might be hitting.

cheers

-- 
Michael Ellerman
OzLabs, IBM Australia Development Lab

wwweb: http://michael.ellerman.id.au
phone: +61 2 6212 1183 (tie line 70 21183)

We do not inherit the earth from our ancestors,
we borrow it from our children. - S.M.A.R.T Person

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 191 bytes --]

  reply	other threads:[~2006-10-18 10:05 UTC|newest]

Thread overview: 67+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-17  6:06 2.6.19-rc2-mm1 Andrew Morton
     [not found] ` <a44ae5cd0610170003r77595cc0p8ed66badde952859@mail.gmail.com>
2006-10-17  7:36   ` 2.6.19-rc2-mm1 Andrew Morton
2006-10-17  8:41 ` 2.6.19-rc2-mm1 Brice Goglin
2006-10-17 12:54   ` [PATCH] backlight users need to select BACKLIGHT_CLASS_DEVICE Andy Whitcroft
2006-10-17 13:17 ` 2.6.19-rc2-mm1 Rafael J. Wysocki
2006-10-17 14:23 ` 2.6.19-rc2-mm1 Andy Whitcroft
2006-10-17 16:07   ` 2.6.19-rc2-mm1 Cedric Le Goater
2006-10-17 18:22   ` 2.6.19-rc2-mm1 Andrew Morton
2006-10-18 22:44   ` 2.6.19-rc2-mm1 Dylan Taft
2006-10-17 15:45 ` 2.6.19-rc2-mm1 Cedric Le Goater
2006-10-17 18:29   ` 2.6.19-rc2-mm1 Andrew Morton
2006-10-20 13:40     ` 2.6.19-rc2-mm1 Carsten Otte
2006-10-17 19:37 ` 2.6.19-rc2-mm1 Jeremy Fitzhardinge
2006-10-17 20:22   ` 2.6.19-rc2-mm1 Andrew Morton
2006-10-18 10:05     ` Michael Ellerman [this message]
2006-10-18 19:05       ` 2.6.19-rc2-mm1 Andrew Morton
2006-10-17 19:53 ` [2.6.19-rc2-mm1] error: too few arguments to function ‘crypto_alloc_hash’ Andrew James Wade
2006-10-17 21:19   ` Edward Shishkin
2006-10-18 16:53     ` Andrew James Wade
2006-10-18 15:33 ` 2.6.19-rc2-mm1 Badari Pulavarty
2006-10-18 15:48   ` 2.6.19-rc2-mm1 Nick Piggin
2006-10-18 17:15     ` 2.6.19-rc2-mm1 Badari Pulavarty
2006-10-18 17:26       ` 2.6.19-rc2-mm1 Chris Mason
2006-10-18 17:32       ` 2.6.19-rc2-mm1 Nick Piggin
2006-10-18 17:41         ` 2.6.19-rc2-mm1 Badari Pulavarty
2006-10-18 17:56           ` 2.6.19-rc2-mm1 Nick Piggin
2006-10-18 17:58         ` 2.6.19-rc2-mm1 Badari Pulavarty
2006-10-18 18:14           ` 2.6.19-rc2-mm1 Nick Piggin
2006-10-18 18:22             ` 2.6.19-rc2-mm1 Badari Pulavarty
2006-10-18 18:31             ` 2.6.19-rc2-mm1 Nick Piggin
2006-10-18 23:59               ` 2.6.19-rc2-mm1 Badari Pulavarty
2006-10-18 22:44           ` 2.6.19-rc2-mm1 Andrew Morton
2006-10-18 23:01             ` 2.6.19-rc2-mm1 Badari Pulavarty
2006-10-18 23:25               ` 2.6.19-rc2-mm1 Andrew Morton
2006-10-19  0:07                 ` 2.6.19-rc2-mm1 Badari Pulavarty
2006-10-19  0:21                   ` 2.6.19-rc2-mm1 Andrew Morton
2006-10-19 15:28                     ` 2.6.19-rc2-mm1 Badari Pulavarty
2006-10-19 12:32                 ` 2.6.19-rc2-mm1 Andi Kleen
2006-10-19 16:18                   ` 2.6.19-rc2-mm1 Andrew Morton
2006-10-19 16:57                     ` 2.6.19-rc2-mm1 Andi Kleen
2006-10-18 18:27 ` 2.6.19-rc2-mm1 Gabriel C
2006-10-18 19:18   ` 2.6.19-rc2-mm1 Rafael J. Wysocki
2006-10-18 19:33     ` 2.6.19-rc2-mm1 Cedric Le Goater
2006-10-18 19:42       ` 2.6.19-rc2-mm1 Nick Piggin
2006-10-18 20:20         ` 2.6.19-rc2-mm1 Rafael J. Wysocki
2006-10-18 20:26         ` 2.6.19-rc2-mm1 Cedric Le Goater
2006-10-18 22:23           ` 2.6.19-rc2-mm1 Andrew Morton
2006-10-19 16:05             ` 2.6.19-rc2-mm1 Carsten Otte
2006-10-19 18:10               ` 2.6.19-rc2-mm1 Nick Piggin
2006-10-20  7:37                 ` 2.6.19-rc2-mm1 Carsten Otte
2006-10-18 20:22       ` 2.6.19-rc2-mm1 Gabriel C
2006-10-18 18:42 ` 2.6.19-rc2-mm1 Gabriel C
2006-10-18 21:44   ` 2.6.19-rc2-mm1 Jiri Kosina
2006-10-18 22:29     ` 2.6.19-rc2-mm1 Andrew Morton
2006-10-18 22:41       ` 2.6.19-rc2-mm1 Jiri Kosina
2006-10-18 22:46         ` 2.6.19-rc2-mm1 Andrew Morton
2006-10-18 22:57           ` 2.6.19-rc2-mm1 Jiri Kosina
2006-10-18 23:04             ` 2.6.19-rc2-mm1 Jiri Kosina
2006-10-18 23:12               ` 2.6.19-rc2-mm1 Andrew Morton
2006-10-19 14:45 ` 2.6.19-rc2-mm1 // errors in verify_redzone_free() Mariusz Kozlowski
2006-10-19 17:03   ` Andrew Morton
2006-10-19 17:17     ` Jean Tourrilhes
2006-10-19 17:25       ` Andrew Morton
2006-10-19 17:47         ` Jean Tourrilhes
2006-10-19 18:31           ` Mariusz Kozlowski
2006-10-19 18:33             ` Jean Tourrilhes
2006-10-19 17:33       ` Mariusz Kozlowski

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=1161165948.7906.33.camel@localhost.localdomain \
    --to=michael@ellerman.id.au \
    --cc=akpm@osdl.org \
    --cc=benh@kernel.crashing.org \
    --cc=jeremy@goop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulus@samba.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