Bug 5041
Summary: | Encountered this kernel Panic on system boot up | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | Sharyathi (sharyathi) |
Component: | SCSI | Assignee: | Stephanie Glass (sglass) |
Status: | CLOSED CODE_FIX | ||
Severity: | high | CC: | bnpoorni, greg, jejb, sglass |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.13-rc5-mm1 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
Serial Console output while boot up
Configuration file used to build the kernel Kernel Panic with CONFIG_PREEMPT disabled |
Description
Sharyathi
2005-08-10 03:52:35 UTC
Created attachment 5578 [details]
Serial Console output while boot up
Grub Entry
----------------------
###Don't change this comment - YaST2 identifier: Original name: linux###
title Linux-2.6.13-rc5-mm1
kernel (hd0,0)/tmp/bzImage-2.6.13-rc5-mm1 root=/dev/sda5 vga=0x31a
selinux=
0 splash=silent acpi=oldboot resume=/dev/sda2 elevator=cfq showopts
crashkernel=
64M@16M nmi_watchdog=2 console=tty0 console=ttyS0,38400n1
Created attachment 5579 [details]
Configuration file used to build the kernel
Hm, that's bad. It might be caused by the scsi changes in -mm. I assume that 2.6.12-rc6 does not exhibit this bug? I'm about to disappear for 3-4 days - please remind me to look at this if it seems that I've forgotten ;) If you can do a bisection search through the patches in -mm that would help. I'd amek the first pivot point be around git-scsi-misc.patch. If you disable preempt, does that help? And this doesn't occur on 2.6.13-rc6, right? I looked for 2.6.13-rc6 and this panic doesn't occur for this. But for 2.6.13-rc5-mm1 I tried to build with CONFIG_PREEMPT disabled still it gets into panic. I will attach the Console output with preempt disabled Created attachment 5601 [details]
Kernel Panic with CONFIG_PREEMPT disabled
Is this still an issue with latest -mm tree ? Otherwise, can we close it ? Its not observed in the latest kernel 2.6.14-rc2-mm1 and 2.6.14-rc2-mm2 kernels Closing bug since you no longer can reproduce. |