[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-03-07 Thread Dominic Raferd
I am using the 3.19.0-031900 kernel with Ubuntu 14.04 and I am seeing the 'Magrathea' message in dmesg: $ dmesg -T|grep -E "(319|Magra)" [Sat Mar 7 11:39:12 2015] Linux version 3.19.0-031900-generic (kernel@tangerine) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201502091451 SMP Mon Feb

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-20 Thread Luis Henriques
Awesome, thanks for testing. The kernel currently in -proposed is 3.18.0-14.15 and it's likely the last 3.18 kernel for Vivid -- the next one should already be a 3.19 kernel. Since 3.19 kernel already contains the fix for this bug, I don't think there's a need to actually SRU the fix as it will n

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-18 Thread Sander Jonkers
After 24 hours of use, still no slub.c error message in dmesg. $ dmesg | grep -i slub [0.00] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [0.00] Linux version 3.18.0-13-generic (root@gloin) (gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu5) ) #14 SMP Tue Feb 17 11:13:29 UTC

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-17 Thread Sander Jonkers
After the autoremove & purge, reboot into 3.19, and a fresh install of your kernel debs, things look better: sander@superstreamer:~$ dmesg | grep -i -e "Linux version" -e slub [0.00] Linux version 3.18.0-13-generic (root@gloin) (gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu5) ) #14 SMP Tue Feb

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-17 Thread Sander Jonkers
Rebooted, and same result sander@superstreamer:~$ uname -a Linux superstreamer 3.18.0-13-generic #14-Ubuntu SMP Fri Feb 6 09:55:14 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux sander@superstreamer:~$ sander@superstreamer:~$ dpkg -l | grep -e linux-image- -e "^|" | Status=Not/Inst/Conf-files/Unpacke

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-17 Thread Sander Jonkers
Thanks. Current situtation: sander@superstreamer:~$ uptime && dmesg | grep -i -e "Linux version" -e slub 22:22:32 up 2:59, 1 user, load average: 1,74, 0,90, 0,70 [0.00] Linux version 3.18.0-13-generic (buildd@komainu) (gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu5) ) #14-Ubuntu SMP Fri F

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-17 Thread Luis Henriques
>From the above, it looks like you are not running the test kernel. I don't think 'uname -a' would show the "lp1418286v1" string, but the build date should be Feb 17, not 6. (BTW, running something like 'dmesg|grep "Linux version"' should show that "~lp1418286v1" string). So, it looks like the i

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-17 Thread Sander Jonkers
OK, now running that new kernel. Well, at least I think it is, but it says: $ uname -a Linux superstreamer 3.18.0-13-generic #14-Ubuntu SMP Fri Feb 6 09:55:14 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux Made on Feb 6? Can that be right? There was no sign of "3.18.0-13.14~lp1418286v1" in my Grub menu

Re: [Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-17 Thread Luis Henriques
> Question: should I install all four debs, so also the linux-image- extra? Yes. Thanks! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1418286 Title: kernel BUG at /build/buildd/linux-3.18.0/mm/sl

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-17 Thread Sander Jonkers
Thanks! I'll do that tonight. Question: should I install all four debs, so also the linux-image-extra? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1418286 Title: kernel BUG at /build/buildd/linux

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-17 Thread Luis Henriques
I took a quick look at recent commits that affect drivers/thermal/int340x_thermal/acpi_thermal_rel.c and the following commit caught my attention: commit 7b09406390e76df97c9f5f29c23a4f56d982f22c Author: Ilkka Koskinen Date: Tue Dec 9 12:34:03 2014 -0800 Thermal/int340x: Handle properly the

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-15 Thread Sander Jonkers
full dmesg ** Attachment added: "dmesg-3.18.0-13-generic.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1418286/+attachment/4319682/+files/dmesg-3.18.0-13-generic.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. http

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-15 Thread Sander Jonkers
Ouch, it's still there in 3.18.0-13-generic: sander@superstreamer:~$ uname -a Linux superstreamer 3.18.0-13-generic #14-Ubuntu SMP Fri Feb 6 09:55:14 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux sander@superstreamer:~$ sander@superstreamer:~$ dmesg | grep -i slub [0.00] SLUB: HWalign=64, Ord

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-10 Thread Sander Jonkers
FWIW: I'm now running the latest 3.18 (3.18.0-13-generic) which arrived today (Feb 10), and no more slub.c messages in dmesg. So ... was it solved in 3.18.0-13-generic? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-08 Thread Christopher M. Penalver
Jacobvisick, as per http://www.asus.com/supportonly/Q501LA/HelpDesk_Download/ an update to your computer's buggy and outdated BIOS is available (209). If you update to this following https://help.ubuntu.com/community/BIOSUpdate does it change anything? If it doesn't, could you please both speci

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-06 Thread Sander Jonkers
@myself: It was a noob thing indeed: I had linux-headers-3.19.0-031900rc7-generic_3.19.0-031900rc7.201502020035_amd64.deb linux-image-3.19.0-031900rc7-generic_3.19.0-031900rc7.201502020035_amd64.deb and needed the "all.deb" file too: linux-headers-3.19.0-031900rc7_3.19.0-031900rc7.201502020035

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-06 Thread Sander Jonkers
I've installed v3.19-rc7-vivid (thus now running 3.19.0-031900rc7-generic) and the dmesg message is gone now. Good! FWIW: with linux-headers-3.19.0-031900rc7-generic_3.19.0-031900rc7.201502020035_amd64.deb linux-image-3.19.0-031900rc7-generic_3.19.0-031900rc7.201502020035_amd64.deb I did sudo

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-05 Thread Jacobvisick
** Tags added: kernel-unable-to-test-upstream ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1418286 Title: kernel BUG at /build/

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-05 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v3.19 kernel[0]. If this bug is fixed in the mainline kernel, please add the following tag 'kernel-fixed-upstream'. If the mainline kernel does not fix t

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-05 Thread Sander Jonkers
Happens on my system too. I did a fresh install of Vivid daily two days ago (Feb 3), did a update/upgrade today (Feb 5), and after the reboot dmesg shows: [ 11.252422] [ cut here ] [ 11.252475] kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334! [ 11.252526] inva

[Bug 1418286] Re: kernel BUG at /build/buildd/linux-3.18.0/mm/slub.c:3334!

2015-02-05 Thread Alberto Salvia Novella
Does this bug prevent the system from booting? When answered, please set this bug status back to "confirmed". Thank you. ** Changed in: linux (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu