Bug 144480
Summary: | Kernel 1069: Kernel panic on boot - buffered_rmqueue, __alloc_pages | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ivan Gyurdiev <ivg231> |
Component: | kernel | Assignee: | Dave Jones <davej> |
Status: | CLOSED RAWHIDE | QA Contact: | Brian Brock <bbrock> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | mtakahashi, pfrields, wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-01-11 21:11:13 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ivan Gyurdiev
2005-01-07 16:06:24 UTC
I met just the same symptom. 1. ENVIRONMENT kernel: 2.6.10-1.1069_FC4, 2.6.10-1.1070_FC4 CPU : Pentium4 2.66GHz CHIPSET : intel 82865G MEMORY : 512MB HDD : ATA 40GB 2. SYMPTOM Just same as this symptom. A Oops is occured on boot time. But, kernel-2.6.10-1.1053_FC4 and kernel-2.6.10-bk8 are OK. Cannot reproduce with kernel 1074. leave this open until I figure out *why* this happens. It was fixed by dropping the addition of GFP_ZERO. This patch is likely to spawn a whole bunch of users using it to obtain zeroed memory, so long-term this isn't a solution. Upstream are looking at this issue as well as its not fedora-specific. By the way while kernel 1074 does boot, it doesn't work well at all. Evolution starts the first time with it, and then locks up every time after. Furthermore the system froze within 10 mins of using it. Should I investigate further and file more bugzillas? Kernel 1063 works fine for me. no, I know whats causing that too. That's an unrelated issue. (incompatability between CONFIG_PAGEALLOC and the periodic-slab-checker) Kernel 1075 with the slab-checker fix did not correct the Evolution problem. However kernel 1076 boots, and fixes evolution too. fixed upstream now, and in the rebased update kernels in rawhide. |