login
Login
/
Register
Search
Header Space
Forums
News
Jobs
Blogs
Features
Man Pages
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
April
»
18
Re: 2.6.25-mm1: not looking good
view
thread
Score:
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Andrew Morton <akpm@...>
To: Pekka Enberg <penberg@...>
Cc: Ingo Molnar <mingo@...>, Thomas Gleixner <tglx@...>, <linux-usb@...>, <linux-kernel@...>, <linux-mm@...>, James Morris <jmorris@...>, Stephen Smalley <sds@...>
Subject:
Re: 2.6.25-mm1: not looking good
Date: Friday, April 18, 2008 - 2:56 am
On Fri, 18 Apr 2008 09:40:07 +0300 "Pekka Enberg" <penberg@cs.helsinki.fi> wrote:
quoted text
> On Fri, Apr 18, 2008 at 2:03 AM, Andrew Morton > <akpm@linux-foundation.org> wrote: > > After 10 or fifteen minutes uptime, slab declared game over: > > > > kernel BUG at mm/slab.c:590! > > invalid opcode: 0000 [1] SMP > > last sysfs file: /sys/devices/pci0000:00/0000:00:02.0/0000:01:00.0/0000:02:02.0/0000:05:00.1/irq > > CPU 5 > > Modules linked in: nfsd auth_rpcgss exportfs lockd nfs_acl autofs4 hidp rfcomm l2cap bluetooth sunrpc ipv6 dm_mirror dm_log dm_multipath dm_mod sbs sbshc battery ac parport_pc lp parport sg floppy snd_hda_intel snd_seq_dummy ide_cd_mod cdrom snd_seq_oss snd_seq_midi_event snd_seq serio_raw snd_seq_device snd_pcm_oss snd_mixer_oss snd_pcm snd_timer i2c_i801 snd button soundcore i2c_core snd_page_alloc shpchp pcspkr ehci_hcd ohci_hcd uhci_hcd > > Pid: 0, comm: swapper Tainted: G W 2.6.25-mm1 #4 > > RIP: 0010:[<ffffffff8028fea8>] [<ffffffff8028fea8>] page_get_cache+0x19/0x24 > > RSP: 0018:ffff81025f22fe88 EFLAGS: 00010046 > > RAX: 0000000000000000 RBX: ffffe20000028440 RCX: 0000000000000007 > > RDX: 0000000000000000 RSI: ffffe20000028440 RDI: 0000000000000040 > > RBP: ffff81025f22fe90 R08: 0000000000000006 R09: ffff810001080fe8 > > R10: ffff8100010b7a40 R11: ffff8100010b7a28 R12: 0000000000000282 > > R13: 0000000000000001 R14: 0000000000000001 R15: 0000000000000000 > > FS: 0000000000000000(0000) GS:ffff81025f1616c0(0000) knlGS:0000000000000000 > > CS: 0010 DS: 0018 ES: 0018 CR0: 000000008005003b > > CR2: 0000003e5f0948f0 CR3: 000000024a01e000 CR4: 00000000000006e0 > > DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 > > DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400 > > Process swapper (pid: 0, threadinfo ffff81025f22a000, task ffff81025f2294a0) > > Stack: ffffffff80a11690 ffff81025f22fea0 ffffffff8028fec4 ffff81025f22fec0 > > ffffffff802909af 0000000000000000 ffff8100010b4820 ffff81025f22fed0 > > ffffffff80327789 ffff81025f22ff00 ffffffff80268932 0000000000000001 > > Call Trace: > > <IRQ> [<ffffffff8028fec4>] virt_to_cache+0x11/0x13 > > [<ffffffff802909af>] kfree+0x20/0x38 > > [<ffffffff80327789>] sel_netnode_free+0xd/0xf > > [<ffffffff80268932>] __rcu_process_callbacks+0x147/0x1b6 > > [<ffffffff802689c4>] rcu_process_callbacks+0x23/0x44 > > [<ffffffff8023cc04>] __do_softirq+0x58/0xae > > [<ffffffff8020d1cc>] call_softirq+0x1c/0x28 > > [<ffffffff8020ed5c>] do_softirq+0x2f/0x6f > > [<ffffffff8023c72e>] irq_exit+0x36/0x38 > > [<ffffffff8021dedc>] smp_apic_timer_interrupt+0x74/0x81 > > [<ffffffff8020cc76>] apic_timer_interrupt+0x66/0x70 > > <EOI> [<ffffffff8020a2e1>] ? mwait_idle+0x38/0x42 > > [<ffffffff8020a2a9>] ? mwait_idle+0x0/0x42 > > [<ffffffff8020b2ff>] ? cpu_idle+0xcb/0xe0 > > [<ffffffff804eaefe>] ? start_secondary+0xb2/0xb4 > > > > > > Code: 3a 48 69 c0 80 0e 00 00 48 03 04 d5 00 35 92 80 c9 c3 55 48 89 e5 53 e8 87 ff ff ff 48 89 c7 48 89 c3 e8 69 ff ff ff 85 c0 75 04 <0f> 0b eb fe 48 8b 43 30 5b c9 c3 55 48 89 e5 e8 87 ff ff ff 48 > > RIP [<ffffffff8028fea8>] page_get_cache+0x19/0x24 > > RSP <ffff81025f22fe88> > > > > security/selinux/netnode.c looks to be doing simple old kzalloc/kfree, so > > I'd be suspecting slab. But there are significant changes netnode.c in > > git-selinux. > > Andrew, you don't seem to have slab debugging enabled: > > # CONFIG_DEBUG_SLAB is not set > > And quite frankly, the oops looks unlikely to be a slab bug but rather > a plain old slab corruption cause by the callers... >
Yes, I'd agree. All has been peachy since I dropped git-selinux. --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
2.6.25-mm1: not looking good
, Andrew Morton
, (Thu Apr 17, 7:03 pm)
2.6.25-mm1: Failing to probe IDE interface
, Mel Gorman
, (Mon Apr 28, 12:42 pm)
Re: 2.6.25-mm1: Failing to probe IDE interface
, Bartlomiej Zolnierkiewicz...
, (Mon Apr 28, 2:44 pm)
Re: 2.6.25-mm1: Failing to probe IDE interface
, Mel Gorman
, (Tue Apr 29, 5:43 am)
Re: 2.6.25-mm1: Failing to probe IDE interface
, Mel Gorman
, (Tue Apr 29, 11:49 am)
Re: 2.6.25-mm1: Failing to probe IDE interface
, Mel Gorman
, (Tue Apr 29, 12:58 pm)
Re: 2.6.25-mm1: Failing to probe IDE interface
, Bartlomiej Zolnierkiewicz...
, (Tue Apr 29, 5:37 pm)
Re: 2.6.25-mm1: Failing to probe IDE interface
, Mel Gorman
, (Wed Apr 30, 7:16 am)
Re: 2.6.25-mm1: Failing to probe IDE interface
, Andrew Morton
, (Mon Apr 28, 12:59 pm)
Re: 2.6.25-mm1: Failing to probe IDE interface
, Mel Gorman
, (Tue Apr 29, 5:39 am)
Re: 2.6.25-mm1: not looking good
, Andrew Morton
, (Fri Apr 18, 3:50 am)
Re: 2.6.25-mm1: not looking good
, Andrew Morton
, (Fri Apr 18, 3:53 am)
Re: 2.6.25-mm1: not looking good
, Pavel Machek
, (Fri Apr 18, 7:07 am)
Re: 2.6.25-mm1: not looking good
, Pavel Machek
, (Fri Apr 18, 5:42 am)
Re: 2.6.25-mm1: not looking good
, Alan Stern
, (Fri Apr 18, 11:22 am)
Re: 2.6.25-mm1: not looking good
, Andrew Morton
, (Fri Apr 18, 3:57 am)
Re: 2.6.25-mm1: not looking good
, Ingo Molnar
, (Fri Apr 18, 5:22 am)
Re: 2.6.25-mm1: not looking good
, Ingo Molnar
, (Fri Apr 18, 8:18 am)
Re: 2.6.25-mm1: not looking good
, Ingo Molnar
, (Fri Apr 18, 3:09 am)
Re: 2.6.25-mm1: not looking good
, Pekka Enberg
, (Fri Apr 18, 2:40 am)
Re: 2.6.25-mm1: not looking good
, Ingo Molnar
, (Fri Apr 18, 3:24 am)
Re: 2.6.25-mm1: not looking good
, James Morris
, (Fri Apr 18, 6:32 am)
Re: 2.6.25-mm1: not looking good
, Pekka Enberg
, (Fri Apr 18, 3:25 am)
Re: 2.6.25-mm1: not looking good
, Andrew Morton
, (Fri Apr 18, 2:56 am)
Re: 2.6.25-mm1: not looking good
, Arjan van de Ven
, (Fri Apr 18, 1:49 am)
Re: 2.6.25-mm1: not looking good
, Andrew Morton
, (Fri Apr 18, 2:10 am)
Re: 2.6.25-mm1: not looking good
, Ingo Molnar
, (Fri Apr 18, 3:19 am)
Re: 2.6.25-mm1: not looking good
, Andrew Morton
, (Fri Apr 18, 3:28 am)
Stack protector build failure (was Re: 2.6.25-mm1: not looki...
, Arjan van de Ven
, (Fri Apr 18, 9:58 am)
Re: Stack protector build failure (was Re: 2.6.25-mm1: not l...
, Arjan van de Ven
, (Fri Apr 18, 12:57 pm)
Re: 2.6.25-mm1: not looking good
, Ingo Molnar
, (Fri Apr 18, 5:28 am)
Re: 2.6.25-mm1: not looking good
, Paul Moore
, (Thu Apr 17, 7:55 pm)
Re: 2.6.25-mm1: not looking good
, Andrew Morton
, (Thu Apr 17, 9:35 pm)
Re: 2.6.25-mm1: not looking good
, Paul Moore
, (Fri Apr 18, 10:57 am)
Re: 2.6.25-mm1: not looking good
, Andrew Morton
, (Thu Apr 17, 8:04 pm)
Re: 2.6.25-mm1: not looking good
, Paul Moore
, (Fri Apr 18, 10:55 am)
Re: 2.6.25-mm1: not looking good
, Andrew Morton
, (Thu Apr 17, 7:40 pm)
Re: 2.6.25-mm1: not looking good
, Andrew Morton
, (Thu Apr 17, 8:14 pm)
Re: 2.6.25-mm1: not looking good
, Jason Wessel
, (Thu Apr 17, 11:05 pm)
Re: 2.6.25-mm1: not looking good
, Ingo Molnar
, (Fri Apr 18, 3:37 am)
Re: 2.6.25-mm1: not looking good
, Jason Wessel
, (Fri Apr 18, 5:54 pm)
Re: 2.6.25-mm1: not looking good
, Vegard Nossum
, (Fri Apr 18, 7:46 am)
Re: 2.6.25-mm1: not looking good
, Ingo Molnar
, (Fri Apr 18, 8:34 am)
Re: 2.6.25-mm1: not looking good
, Vegard Nossum
, (Fri Apr 18, 8:41 am)
Re: 2.6.25-mm1: not looking good
, Jason Wessel
, (Fri Apr 18, 9:02 am)
Re: 2.6.25-mm1: not looking good
, Vegard Nossum
, (Fri Apr 18, 9:22 am)
Re: 2.6.25-mm1: not looking good
, Jason Wessel
, (Fri Apr 18, 9:27 am)
Re: 2.6.25-mm1: not looking good
, Vegard Nossum
, (Fri Apr 18, 10:47 am)
Re: 2.6.25-mm1: not looking good
, Vegard Nossum
, (Fri Apr 18, 12:02 pm)
Re: 2.6.25-mm1: not looking good
, Greg KH
, (Thu Apr 17, 7:24 pm)
Re: 2.6.25-mm1: not looking good
, Kay Sievers
, (Thu Apr 17, 8:48 pm)
Re: 2.6.25-mm1: not looking good
, Andrew Morton
, (Fri Apr 18, 12:07 am)
Re: 2.6.25-mm1: not looking good
, Andrew Morton
, (Thu Apr 17, 9:12 pm)
Re: 2.6.25-mm1: not looking good
, Dan Williams
, (Thu Apr 17, 7:24 pm)
Navigation
Create content
Mailing list archives
Recent posts
Mail archive search
Enter your search terms.
all mailing lists
alsa-devel
dragonflybsd-bugs
dragonflybsd-commit
dragonflybsd-docs
dragonflybsd-kernel
dragonflybsd-submit
dragonflybsd-user
freebsd-announce
freebsd-bugs
freebsd-chat
freebsd-cluster
freebsd-current
freebsd-drivers
freebsd-embeded
freebsd-fs
freebsd-hackers
freebsd-hardware
freebsd-mobile
freebsd-net
freebsd-performance
freebsd-pf
freebsd-security
freebsd-security-notifications
freebsd-threads
git
git-commits-head
linux-activists
linux-arm
linux-ath5k-devel
linux-btrfs
linux-c-programming
linux-driver-devel
linux-ext4
linux-fsdevel
linux-ia64
linux-input
linux-kernel
linux-kernel-janitors
linux-kernel-mentors
linux-kernel-newbies
linux-kvm
linux-net
linux-netdev
linux-newbie
linux-nfs
linux-raid
linux-scsi
linux-security-module
linux-sparse
linux-usb
linux-usb-devel
madwifi-devel
netbsd-announce
netbsd-tech-kern
openbsd-announce
openbsd-bugs
openbsd-ipv6
openbsd-misc
openbsd-security-announce
openbsd-smp
openbsd-source-changes
openbsd-tech
openfabrics-general
openmoko-community
openmoko-devel
openmoko-kernel
reiserfs-devel
tux3
ucarp
Optionally limit your search to a specific mailing list.
advanced
Popular discussions
linux-kernel
:
Tomasz Kłoczko
Is it time for remove (crap) ALSA from kernel tree ?
Aubrey
O_DIRECT question
David Miller
Slow DOWN, please!!!
Linus Torvalds
Linux 2.6.27-rc8
git
:
Francis Moreau
emacs and git...
Linus Torvalds
I'm a total push-over..
Keith Packard
Re: parsecvs tool now creates git repositories
Andreas Hildebrandt
CVS-$Id:$ replacement in git?
openbsd-misc
:
Jason Dixon
Wasting our Freedom
Richard Stallman
Real men don't attack straw men
Edwin Eyan Moragas
poll(2) vs kqueue(2) performance
James Hartley
scp batch mode?
linux-netdev
:
Chris Peterson
[PATCH] drivers/net: remove network drivers' last few uses of IRQF_SAMPLE_RANDOM
Karen Xie
[RFC][PATCH 1/1] cxgb3i: cxgb3 iSCSI initiator
Lennert Buytenhek
[PATCH 14/39] mv643xx_eth: remove port serial status register bit defines
Andrew Morton
Re: [Bugme-new] [Bug 11036] New: atl1 tx busy and hw csum wrong
Latest forum posts
high memory
2 hours ago
Linux kernel
semaphore access speed
4 hours ago
Applications and Utilities
the kernel how to power off the machine
5 hours ago
Linux kernel
Easter Eggs in windows XP
8 hours ago
Windows
Shared swap partition
9 hours ago
Linux general
Root password
9 hours ago
Linux general
Where/when DNOTIFY is used?
11 hours ago
Linux kernel
How to convert Linux Kernel built-in module into a loadable module
13 hours ago
Linux kernel
Linux 2.6.24 and I/O schedulers
14 hours ago
Linux kernel
USB Driver -- Interrupt Polling -- A Little Help Please
20 hours ago
Linux general
Show all forums...
Recent Tags
-rc
-rc8
2.6.27
bugs
quote
Linus Torvalds
Linux
Intel
2.6.27-rc8
more tags
Colocation donated by:
Who's online
There are currently
9 users
and
1273 guests
online.
Online users
Jeremy
sci3ntist
keithmo
strcmp
kingneutron
gmicsko
zeekec
Mr_Z
sbrbot
Syndicate
speck-geostationary