On Wed, Jul 30, 2008 at 09:34:24PM +0530, Sachin P. Sant wrote: > Hi Vivek, > > There have been few kdump bugs reported against rt kernels. > I think Ankita would have sent out a mail regarding this. > > I had been debugging one of that problem which involves > LS21 hardware. What i found was kdump kernel hangs during > ACPI initialization. (acpi_sleep_init() function from > drivers/acpi/sleep/main.c file) > > I also found that rt kernel ignores irqpoll option. So can > this be the reason for these IRQ related problems during > kdump kernel ? > I think it might not be related to irqpoll. irqpoll will make system work if kernel has explicitly disabled the irq. > I remember some time back you had debugged a similar issue > related to interrupts not being properly routed during kdump > boot. Could you throw some light on what could be happening ? > > If i disable ACPI using pci=noacpi or acpi=noirq kdump kernel > boots fine. Also if i use plain vanilla kernel or RHEL kernels > kdump works fine. So this is rt specific issue. > Ok, so as long as acpi is removed from the picture, things seems to be fine. So it definitely looks something related to acpi data structures and initialization. Have you made sure that kexec-tools are parsing ACPI tables and ACPI non volatile RAM area from /proc/iomem and passing it to second kernel? Other than that I would think of diving deeper into the acpi code to find out where it is hanging. CCing ACPI mailing list. Hopefully we might get some ideas about what's wrong here. Thanks Vivek -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html