From: Sachin Sant <sachinp@in.ibm.com>
To: dwg@au1.ibm.com
Cc: Linux/PPC Development <linuxppc-dev@ozlabs.org>,
Stephen Rothwell <sfr@canb.auug.org.au>,
linux-next@vger.kernel.org,
Benjamin Herrenschmidt <benh@kernel.crashing.org>
Subject: Re: [powerpc] Next tree Nov 2 : kernel BUG at mm/mmap.c:2135!
Date: Thu, 12 Nov 2009 16:46:40 +0530 [thread overview]
Message-ID: <4AFBEE98.2070208@in.ibm.com> (raw)
In-Reply-To: <20091105001650.GD3613@yookeroo.seuss>
David Gibson wrote:
> On Wed, Nov 04, 2009 at 06:08:44PM +0530, Sachin Sant wrote:
>
>> Sachin Sant wrote:
>>
>>> Today's next tree failed to boot on a POWER 6 box with :
>>>
>>> ------------[ cut here ]------------
>>> kernel BUG at mm/mmap.c:2135!
>>> Oops: Exception in kernel mode, sig: 5 [#2]
>>> SMP NR_CPUS=1024 NUMA pSeries
>>>
>> Problem exists with today's next as well.
>>
>> Likely cause for this problem seems to the following commit.
>> If i revert this patch the machine boots fine.
>>
>> commit a0668cdc154e54bf0c85182e0535eea237d53146
>> powerpc/mm: Cleanup management of kmem_caches for pagetables
>>
>
> Ugh. Ok, it's not at all obvious how my patch could cause this bug.
> Can you send your .config?
>
>
Still present in today's next.
Thanks
-Sachin
>>> Modules linked in: ibmvscsic scsi_transport_srp scsi_tgt scsi_mod
>>> NIP: c00000000014e30c LR: c00000000014e2f8 CTR: c00000000014db88
>>> REGS: c0000000db703620 TRAP: 0700 Tainted: G D
>>> (2.6.32-rc5-autotest-next-20091102)
>>> MSR: 8000000000029032 <EE,ME,CE,IR,DR> CR: 24022442 XER: 2000000c
>>> TASK = c0000000db7f6fe0[76] 'init' THREAD: c0000000db700000 CPU: 1
>>> GPR00: 0000000000000001 c0000000db7038a0 c000000000b19900
>>> 0000000000000000
>>> GPR04: c0000000db406a40 000000000000000c c0000000fe10c370
>>> c000000000bb2800
>>> GPR08: 000000000000db40 0000000000000000 c0000000dfdc0e00
>>> 000000000000000c
>>> GPR12: 0000000044022442 c000000000bb2800 00000000ffffffff
>>> ffffffffffffffff
>>> GPR16: 0000000008430000 00000000003c0000 c0000000db703ea0
>>> c0000000db569108
>>> GPR20: c0000000db568908 0000000000000000 c0000000db703d60
>>> 0000000000000000
>>> GPR24: 0000000000000001 0000000000040100 c0000000fe503580
>>> c0000000db1ac180
>>> GPR28: 0000000000000000 c000000000f812d0 c000000000a84f00
>>> 0000000000000000
>>> NIP [c00000000014e30c] .exit_mmap+0x190/0x1b8
>>> LR [c00000000014e2f8] .exit_mmap+0x17c/0x1b8
>>> Call Trace:
>>> [c0000000db7038a0] [c00000000014e2f8] .exit_mmap+0x17c/0x1b8 (unreliable)
>>> [c0000000db703950] [c0000000000916cc] .mmput+0x54/0x164
>>> [c0000000db7039e0] [c0000000000968d8] .exit_mm+0x17c/0x1a0
>>> [c0000000db703a90] [c000000000098cb8] .do_exit+0x248/0x784
>>> [c0000000db703b70] [c0000000000992a8] .do_group_exit+0xb4/0xe8
>>> [c0000000db703c00] [c0000000000aca2c] .get_signal_to_deliver+0x3ec/0x478
>>> [c0000000db703cf0] [c0000000000134ac] .do_signal+0x6c/0x31c
>>> [c0000000db703e30] [c000000000008b7c] do_work+0x24/0x28
>>> Instruction dump:
>>> 7c8407b4 387d0018 4800ab11 60000000 939d0008 7fe3fb78 4bfffdbd 7c7f1b79
>>> 4082fff4 e81b00e8 3120ffff 7c090110 <0b000000> 382100b0 e8010010 eb61ffd8
>>> ---[ end trace ec052ac77a8e7cb4 ]---
>>> Fixing recursive fault but reboot is needed!
>>>
>>> mm/mmap.c:2135 corresponds to :
>>>
>>> BUG_ON(mm->nr_ptes > (FIRST_USER_ADDRESS+PMD_SIZE-1)>>PMD_SHIFT);
>>>
>>>
>
>
--
---------------------------------
Sachin Sant
IBM Linux Technology Center
India Systems and Technology Labs
Bangalore, India
---------------------------------
WARNING: multiple messages have this Message-ID (diff)
From: Sachin Sant <sachinp@in.ibm.com>
To: dwg@au1.ibm.com
Cc: Linux/PPC Development <linuxppc-dev@ozlabs.org>,
linux-next@vger.kernel.org,
Stephen Rothwell <sfr@canb.auug.org.au>
Subject: Re: [powerpc] Next tree Nov 2 : kernel BUG at mm/mmap.c:2135!
Date: Thu, 12 Nov 2009 16:46:40 +0530 [thread overview]
Message-ID: <4AFBEE98.2070208@in.ibm.com> (raw)
In-Reply-To: <20091105001650.GD3613@yookeroo.seuss>
David Gibson wrote:
> On Wed, Nov 04, 2009 at 06:08:44PM +0530, Sachin Sant wrote:
>
>> Sachin Sant wrote:
>>
>>> Today's next tree failed to boot on a POWER 6 box with :
>>>
>>> ------------[ cut here ]------------
>>> kernel BUG at mm/mmap.c:2135!
>>> Oops: Exception in kernel mode, sig: 5 [#2]
>>> SMP NR_CPUS=1024 NUMA pSeries
>>>
>> Problem exists with today's next as well.
>>
>> Likely cause for this problem seems to the following commit.
>> If i revert this patch the machine boots fine.
>>
>> commit a0668cdc154e54bf0c85182e0535eea237d53146
>> powerpc/mm: Cleanup management of kmem_caches for pagetables
>>
>
> Ugh. Ok, it's not at all obvious how my patch could cause this bug.
> Can you send your .config?
>
>
Still present in today's next.
Thanks
-Sachin
>>> Modules linked in: ibmvscsic scsi_transport_srp scsi_tgt scsi_mod
>>> NIP: c00000000014e30c LR: c00000000014e2f8 CTR: c00000000014db88
>>> REGS: c0000000db703620 TRAP: 0700 Tainted: G D
>>> (2.6.32-rc5-autotest-next-20091102)
>>> MSR: 8000000000029032 <EE,ME,CE,IR,DR> CR: 24022442 XER: 2000000c
>>> TASK = c0000000db7f6fe0[76] 'init' THREAD: c0000000db700000 CPU: 1
>>> GPR00: 0000000000000001 c0000000db7038a0 c000000000b19900
>>> 0000000000000000
>>> GPR04: c0000000db406a40 000000000000000c c0000000fe10c370
>>> c000000000bb2800
>>> GPR08: 000000000000db40 0000000000000000 c0000000dfdc0e00
>>> 000000000000000c
>>> GPR12: 0000000044022442 c000000000bb2800 00000000ffffffff
>>> ffffffffffffffff
>>> GPR16: 0000000008430000 00000000003c0000 c0000000db703ea0
>>> c0000000db569108
>>> GPR20: c0000000db568908 0000000000000000 c0000000db703d60
>>> 0000000000000000
>>> GPR24: 0000000000000001 0000000000040100 c0000000fe503580
>>> c0000000db1ac180
>>> GPR28: 0000000000000000 c000000000f812d0 c000000000a84f00
>>> 0000000000000000
>>> NIP [c00000000014e30c] .exit_mmap+0x190/0x1b8
>>> LR [c00000000014e2f8] .exit_mmap+0x17c/0x1b8
>>> Call Trace:
>>> [c0000000db7038a0] [c00000000014e2f8] .exit_mmap+0x17c/0x1b8 (unreliable)
>>> [c0000000db703950] [c0000000000916cc] .mmput+0x54/0x164
>>> [c0000000db7039e0] [c0000000000968d8] .exit_mm+0x17c/0x1a0
>>> [c0000000db703a90] [c000000000098cb8] .do_exit+0x248/0x784
>>> [c0000000db703b70] [c0000000000992a8] .do_group_exit+0xb4/0xe8
>>> [c0000000db703c00] [c0000000000aca2c] .get_signal_to_deliver+0x3ec/0x478
>>> [c0000000db703cf0] [c0000000000134ac] .do_signal+0x6c/0x31c
>>> [c0000000db703e30] [c000000000008b7c] do_work+0x24/0x28
>>> Instruction dump:
>>> 7c8407b4 387d0018 4800ab11 60000000 939d0008 7fe3fb78 4bfffdbd 7c7f1b79
>>> 4082fff4 e81b00e8 3120ffff 7c090110 <0b000000> 382100b0 e8010010 eb61ffd8
>>> ---[ end trace ec052ac77a8e7cb4 ]---
>>> Fixing recursive fault but reboot is needed!
>>>
>>> mm/mmap.c:2135 corresponds to :
>>>
>>> BUG_ON(mm->nr_ptes > (FIRST_USER_ADDRESS+PMD_SIZE-1)>>PMD_SHIFT);
>>>
>>>
>
>
--
---------------------------------
Sachin Sant
IBM Linux Technology Center
India Systems and Technology Labs
Bangalore, India
---------------------------------
next prev parent reply other threads:[~2009-11-12 11:16 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-02 6:38 linux-next: Tree for November 2 Stephen Rothwell
2009-11-02 9:12 ` [powerpc] Next tree Nov 2 : kernel BUG at mm/mmap.c:2135! Sachin Sant
2009-11-02 9:12 ` Sachin Sant
2009-11-04 12:38 ` Sachin Sant
2009-11-04 12:38 ` Sachin Sant
2009-11-05 0:16 ` David Gibson
2009-11-05 0:16 ` David Gibson
2009-11-05 4:42 ` Sachin Sant
2009-11-12 11:16 ` Sachin Sant [this message]
2009-11-12 11:16 ` Sachin Sant
2009-11-13 1:37 ` David Gibson
2009-11-13 1:37 ` David Gibson
2009-11-13 2:10 ` David Gibson
2009-11-13 2:10 ` David Gibson
2009-11-13 9:35 ` Sachin Sant
2009-11-13 9:35 ` Sachin Sant
2009-11-17 5:25 ` David Gibson
2009-11-17 7:37 ` Sachin Sant
2009-11-18 2:36 ` David Gibson
[not found] ` <20091102173845.210d1c57.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2009-11-02 17:13 ` linux-next: Tree for November 2 (usb/whci) Randy Dunlap
2009-11-02 17:13 ` Randy Dunlap
2009-11-11 17:04 ` Randy Dunlap
[not found] ` <20091111090403.5fb0229e.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2009-11-11 17:30 ` Greg KH
2009-11-11 17:30 ` Greg KH
2009-11-17 11:40 ` David Vrabel
2009-11-17 15:51 ` Randy Dunlap
[not found] ` <20091117075101.0bf72415.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2009-11-17 18:49 ` David Vrabel
2009-11-17 18:49 ` David Vrabel
2009-11-02 18:01 ` linux-next: Tree for November 2 (wireless/wl1271) Randy Dunlap
2009-11-02 18:44 ` John W. Linville
2009-11-02 18:48 ` John W. Linville
2009-11-02 21:10 ` Luciano Coelho
2009-11-03 6:03 ` Luciano Coelho
2009-11-07 10:37 ` Kalle Valo
2009-11-07 10:37 ` Kalle Valo
2009-11-09 11:20 ` Luciano Coelho
2009-11-04 21:56 ` [PATCH] staging: RTL8192SU depends on USB Randy Dunlap
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=4AFBEE98.2070208@in.ibm.com \
--to=sachinp@in.ibm.com \
--cc=benh@kernel.crashing.org \
--cc=dwg@au1.ibm.com \
--cc=linux-next@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=sfr@canb.auug.org.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 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.