Created attachment 108631 [details] Picture of stacktrace. For me to reproduce this error, I reboot, and pick the kernel I just built. It doesn't seem to happen in linux-3.11, but I have changed a ton of things. I took a picture of the stacktrace as it didn't seem saved anywhere. I copied my config file to pastebin http://pastebin.com/81Bnp4NP Any ideas? Regards, Raj A. Upadhyaya
Created attachment 109241 [details] A picture of a newer stacktrace from 3.12.0-rc1
I have also experienced this in linux 3.12.0-rc1 which I just downloaded and built. Here is my config file. http://pastebin.com/fwEHes8f Please let me know if I am opening up the ticket correctly. email: raj@upadhyaya.com Regards, Raj A. Upadhyaya
I have experienced this error too, I'm using Linux 3.13.4. I've attached a picture of the stacktrace. The error does not occur anymore if i disable these options: --- IOMMU Hardware Support [ ] Support for Intel IOMMU using DMA Remapping Devices [ ] Enable Intel DMA Remapping Devices by default [ ] Support for Interrupt Remapping Hardware: Gigabyte Z87X-D3H Intel Xeon E3-1240v3 16 GB RAM GeForce GTX 560 Ti GeForce GT 610
Created attachment 127331 [details] Picture of a stacktrace, Kernel 3.13.4
I have the same problem on an IBM IntelliStation Z Pro Type 9228
Created attachment 131591 [details] Kernel Stack Trace
I can trace your bug to these lines. if (unlikely(cpu_is_offline(cpu))) { WARN_ON(1); return; } Seems that due to your CPU being offline at this point , it goes into the WARN_ON which warns but doesn't reschedule. There are two issues here. 1. Your CPU core is offline and therefore needs to be online before this function 2.WARN_ON is there but we need to reschedule to another core or we panic as it seems in your trace attachment. Cheers Nick
I'm experiencing exactly the same problem with kernels 3.18.4 and 3.19-rc6. Everything worked fine with kernels 3.14 through 3.17. I tried to change some kernel options (including disabling all "IOMMU Hardware Support" options as suggested above) to no avail. Hardware: Dell Latitude E7440 Intel i7-4600U / 8 GB RAM lspci output: 00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b) 00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b) 00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b) 00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04) 00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04) 00:16.3 Serial controller: Intel Corporation 8 Series HECI KT (rev 04) 00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I218-LM (rev 04) 00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04) 00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 1 (rev e4) 00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4) 00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4) 00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04) 00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04) 00:1f.2 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 04) 00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04) 02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 73) 03:00.0 SD Host controller: O2 Micro, Inc. SD/MMC Card Reader Controller (rev 01)
Backtrace and kernel config: BT: https://drive.google.com/file/d/0B2_rCC8X5Yt7bGt0WHBZYkVCZHRXOGVHOXhpaFIzamJPUnQ0/view?usp=sharing Kernel config: https://drive.google.com/file/d/0B2_rCC8X5Yt7NTl6TW51SVRjV3M/view?usp=sharing
Coming back to this after some some time now, I can report that I still get the same crash with mainline kernel 4.1 but only when my extern USB 3.0 HD is attached. I didn't see it happening anymore without it beign attached but now it consistently crashes whenever I forgot to detach my hard drive during boot.