From: Nick Piggin <nickpiggin@yahoo.com.au>
To: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Cc: Andrew Morton <akpm@osdl.org>, linux-kernel@vger.kernel.org
Subject: Re: 2.6.16-rc1-mm3
Date: Wed, 01 Feb 2006 19:30:07 +1100 [thread overview]
Message-ID: <43E0718F.1020604@yahoo.com.au> (raw)
In-Reply-To: <6bffcb0e0601270211v787f91d2r@mail.gmail.com>
Michal Piotrowski wrote:
> Hi,
>
> On 26/01/06, Nick Piggin <nickpiggin@yahoo.com.au> wrote:
>
>>Nick Piggin wrote:
>>Sorry, wrong patch.
>>
>>Note the warnings you are seeing should not result in memory
>>corruption, but will result in the given hugepage leaking.
>>
>>--
>>SUSE Labs, Novell Inc.
>>
>>
>>Index: linux-2.6/include/linux/mm.h
>>===================================================================
>>--- linux-2.6.orig/include/linux/mm.h
>>+++ linux-2.6/include/linux/mm.h
>>@@ -294,6 +294,8 @@ struct page {
>> */
>> static inline int put_page_testzero(struct page *page)
>> {
>>+ if (unlikely(PageCompound(page)))
>>+ page = (struct page *)page_private(page);
>> BUG_ON(atomic_read(&page->_count) == 0);
>> return atomic_dec_and_test(&page->_count);
>> }
>>
>>
>>
>
>
> Now I have got this:
>
> BUG: unable to handle kernel paging request at virtual address eaa34b3c
> printing eip:
> b0161cdd
> *pde = 0048a067
> *pte = 3aa34000
> Oops: 0000 [#1]
> PREEMPT SMP DEBUG_PAGEALLOC
> last sysfs file: /devices/pci0000:00/0000:00:1d.1/usb3/idVendor
> Modules linked in: snd_intel8x0 snd_ac97_codec snd_ac97_bus
> snd_pcm_oss snd_mixer_oss snd_pcm snd_timer ide_cd cdrom intel_agp
> agpgart snd i2c_i801 hw_random soundcore snd_page_alloc unix
> CPU: 0
> EIP: 0060:[<b0161cdd>] Not tainted VLI
> EFLAGS: 00010282 (2.6.16-rc1-mm3 #4)
> EIP is at do_path_lookup+0x22b/0x259
> eax: eaa34b20 ebx: eb328000 ecx: 00000000 edx: eb328f4c
> esi: ffffff9c edi: fffffffe ebp: eb328f24 esp: eb328f0c
> ds: 007b es: 007b ss: 0068
> Process udevd (pid: 731, threadinfo=eb328000 task=eb30ca80)
> Stack: <0>00000000 eb5cb000 b015fab1 eb5cb000 eb5cb000 00000000
> eb328f40 b01621f3
> eb328f4c ffffff9c afbf6dec afbf6dec 00000100 eb328f9c b015bf69 eb328f4c
> eaa34b20 b23d5f28 00000000 eb329003 b015f8ce 00000000 00000001 00000000
> Call Trace:
> [<b0103917>] show_stack_log_lvl+0xaa/0xb5
> [<b0103a54>] show_registers+0x132/0x19d
> [<b0103d91>] die+0x171/0x1fb
> [<b02ab110>] do_page_fault+0x3be/0x568
> [<b010343f>] error_code+0x4f/0x54
> [<b01621f3>] __user_walk_fd+0x2d/0x41
> [<b015bf69>] sys_readlinkat+0x26/0x93
> [<b015bfe9>] sys_readlink+0x13/0x15
> [<b01028bf>] sysenter_past_esp+0x54/0x75
> Code: 00 83 c0 04 e8 9a 82 14 00 8b 03 c7 80 e4 01 00 00 00 00 00 00
> 8b 55 08 8b 45 ec e8 55 fa ff ff 89 c7 8b 55 08 8b 02 85 c0 74 24 <8b>
> 50 1c 85 d2 74 1d b8 00 f0 ff ff 21 e0 8b 00 83 b8 d4 04 00
> <6>ACPI: PCI Interrupt 0000:02:05.0[A] -> GSI 22 (level, low) -> IRQ 21
>
> Here is dmesg:
> http://www.stardust.webpages.pl/files/mm/2.6.16-rc1-mm3/mm-dmesg2
>
> Here is config
> http://www.stardust.webpages.pl/files/mm/2.6.16-rc1-mm3/mm-config
>
> Regards,
> Michal Piotrowski
>
Thanks for testing Michal. Andrew this one looks unrelated -
have you seen anything similar? Any ideas?
Nick
--
SUSE Labs, Novell Inc.
Send instant messages to your online friends http://au.messenger.yahoo.com
next prev parent reply other threads:[~2006-02-01 8:30 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-25 7:24 2.6.16-rc1-mm3 Andrew Morton
2006-01-25 8:38 ` [PATCH] convert a for (i = 0 ; i < NR_CPUS ; i++) to for_each_cpu(i) in sched_init() Eric Dumazet
2006-01-25 8:42 ` [PATCH, resent] " Eric Dumazet
2006-01-25 9:14 ` [PATCH] convert a for (i = 0 ; i < NR_CPUS ; i++) to for_each_cpu(i) in files_defer_init() Eric Dumazet
2006-01-25 12:01 ` [PATCH, resent] convert a for (i = 0 ; i < NR_CPUS ; i++) to for_each_cpu(i) in sched_init() Ingo Molnar
2006-01-25 9:01 ` [PATCH] mips: follow the change of split_page() Yoichi Yuasa
2006-01-25 9:16 ` 2.6.16-rc1-mm3: mips, sparc64 split_page breakage Alexey Dobriyan
2006-01-25 9:26 ` [PATCH -mm] Mark ppc_htab_operations as const Alexey Dobriyan
2006-01-25 9:32 ` [PATCH -mm] s390: dasd_eckd: add missing } Alexey Dobriyan
2006-01-25 10:44 ` 2.6.16-rc1-mm3 Reuben Farrelly
2006-01-26 5:39 ` [linux-usb-devel] 2.6.16-rc1-mm3 Greg KH
2006-01-27 12:46 ` Reuben Farrelly
2006-01-27 17:27 ` Greg KH
2006-01-27 17:49 ` 2.6.16-rc1-mm3 Pete Zaitcev
2006-01-27 19:40 ` 2.6.16-rc1-mm3 Reuben Farrelly
2006-01-27 19:57 ` 2.6.16-rc1-mm3 Pete Zaitcev
2006-01-25 11:40 ` 2.6.16-rc1-mm3 Michal Piotrowski
2006-01-25 15:59 ` 2.6.16-rc1-mm3 Nick Piggin
2006-01-26 19:02 ` 2.6.16-rc1-mm3 Michal Piotrowski
2006-01-26 19:47 ` 2.6.16-rc1-mm3 Nick Piggin
2006-01-26 19:50 ` 2.6.16-rc1-mm3 Nick Piggin
2006-01-27 10:11 ` 2.6.16-rc1-mm3 Michal Piotrowski
2006-02-01 8:30 ` Nick Piggin [this message]
2006-02-01 8:51 ` 2.6.16-rc1-mm3 Andrew Morton
2006-02-02 21:06 ` 2.6.16-rc1-mm3 Michal Piotrowski
2006-02-02 22:20 ` 2.6.16-rc1-mm3 Andrew Morton
2006-02-02 23:48 ` 2.6.16-rc1-mm3 Michal Piotrowski
2006-02-03 0:12 ` 2.6.16-rc1-mm3 Michal Piotrowski
2006-01-26 19:58 ` 2.6.16-rc1-mm3 Michal Piotrowski
2006-01-25 14:06 ` 2.6.16-rc1-mm3 Andy Whitcroft
2006-01-25 14:44 ` 2.6.16-rc1-mm3 Pekka Enberg
2006-01-25 16:46 ` 2.6.16-rc1-mm3 Andy Whitcroft
2006-01-25 18:16 ` 2.6.16-rc1-mm3 Pekka Enberg
2006-01-25 21:06 ` 2.6.16-rc1-mm3 Andy Whitcroft
2006-01-26 7:03 ` 2.6.16-rc1-mm3 Pekka Enberg
2006-01-27 0:20 ` 2.6.16-rc1-mm3 Andy Whitcroft
2006-01-27 3:23 ` 2.6.16-rc1-mm3 Andrew Morton
2006-01-27 6:03 ` 2.6.16-rc1-mm3 Eric Dumazet
2006-01-27 10:12 ` 2.6.16-rc1-mm3 Andy Whitcroft
2006-01-27 10:37 ` 2.6.16-rc1-mm3 Eric Dumazet
2006-01-25 19:55 ` 2.6.16-rc1-mm3 / netfilter / firehol problems? thunder7
2006-01-25 20:59 ` Jiri Slaby
2006-01-26 8:29 ` Harald Welte
2006-01-26 5:29 ` [BUG] Invalid sleeping function call in 2.6.16-rc1-mm3 Peter Williams
2006-01-26 18:13 ` 2.6.16-rc1-mm3 (soft lockup) Dominik Karall
2006-01-26 19:01 ` 2.6.16-rc1-mm3 (psmouse.c) Dominik Karall
2006-01-26 22:23 ` [RFC: -mm patch] drivers/serial/jsm/: cleanups Adrian Bunk
2006-01-27 11:47 ` 2.6.16-rc1-mm3 Reuben Farrelly
-- strict thread matches above, loose matches on Subject: below --
2006-01-25 7:24 2.6.16-rc1-mm3 Andrew Morton
2006-01-25 13:48 2.6.16-rc1-mm3 Alexander Gran
2006-01-25 17:21 ` 2.6.16-rc1-mm3 Andrew Morton
2006-01-26 1:48 ` 2.6.16-rc1-mm3 Alexander Gran
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=43E0718F.1020604@yahoo.com.au \
--to=nickpiggin@yahoo.com.au \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.k.k.piotrowski@gmail.com \
/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.