[Bug 567572] New: crashkernel reservation fails after kdump was setup with yast2-kdump
http://bugzilla.novell.com/show_bug.cgi?id=567572 http://bugzilla.novell.com/show_bug.cgi?id=567572#c0 Summary: crashkernel reservation fails after kdump was setup with yast2-kdump Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: x86-64 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: bernhard@bwalle.de QAContact: jsrain@novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.6) Gecko/20091201 SUSE/3.5.6-1.1.1 Firefox/3.5.6 I tried to setup kdump on openSUSE 11.2. The yast2-kdump module added following kernel parameter to my /boot/grub/menu.lst: crashkernel=256M-:128M@16M On reboot, the crashkernel reservation failed with the error "memory in use" in the kernel log. Looking at /proc/iomem, the reason is clear: 00100000-bfedffff : System RAM 01000000-0155e6d2 : Kernel code 0155e6d3-019bcdcf : Kernel data 01abc000-01c4bf6f : Kernel bss (0x01c4bf6f == 28M) Because 28M is larger than 16M, the memory is in use. The kernel is just too big. However, the solution is easy: Since http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdif... the kernel can detect the offset automatically the right offset. Since we use a relocatable kernel, the offset doesn't matter when loading the kernel. So my request is to simply remove the '@16M' offset for x86-64, and while we are at it, also for x86(-32). So after that change there should be no architecture with a fixed offset in the kernel command line any more. I know that kdump is not important for openSUSE, so the request is to change that for next release only (11.3 or whatever that means). (I hope the description of the problem is clear enough, without the "Steps to Reproduce", "Actual Results" and "Expected Results" magic). Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=567572 http://bugzilla.novell.com/show_bug.cgi?id=567572#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |juhliarik@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=567572 http://bugzilla.novell.com/show_bug.cgi?id=567572#c1 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |ASSIGNED --- Comment #1 from Jozef Uhliarik <juhliarik@novell.com> 2010-01-04 15:56:05 UTC --- Hi Bernhard, for i586 and x86_64 is used "constant" offset @16M. The problem is also on SLE11 SP1. I am working on problem with Tony Jones please see bnc#563905 and bnc#565122 The fix is simple but I want be sure if fix doesn't break something else. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=567572 http://bugzilla.novell.com/show_bug.cgi?id=567572#c2 --- Comment #2 from Bernhard Walle <bernhard@bwalle.de> 2010-01-04 16:11:14 UTC --- Okay, I added some comments. But in general, openSUSE is different from SLES. Community vs. business, you know. :) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=567572 http://bugzilla.novell.com/show_bug.cgi?id=567572#c3 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |FIXED --- Comment #3 from Jozef Uhliarik <juhliarik@novell.com> 2010-01-12 12:04:54 UTC --- fixed for openSUSE 11.3 in yast2-kdump version 2.19.0 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com