On 09/09/2011 11:34 PM, Ram Pai wrote:
My patch assumed that the resource-range returned by __find_resource() will
always return a range that when allocated through request_resource() will not
lead to conflicts. However your platform somehow breaks that assumption.
I have rearranged the code to ensure that request_resource() returns
without conflicting overlaps; before returning success.
Hi Ram,
applied your patch on top of 3.1.0-rc5 and unfortunately it's not much
better than it was. Log attached.
BTW Kernel bugzilla seems to be down, will update it later.
Michal
Loading Linux 3.1.0-rc5-jetway-00064-ge9459e6 ...
Loading initial ramdisk ...
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.1.0-rc5-jetway-00064-ge9459e6 (root@jetway) (gcc version 4.6.1 (Debian 4.6.1-4) ) #34 SMP Sat Sep 10 00:47:51 NZST 2011
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
[ 0.000000] BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007f590000 (usable)
[ 0.000000] BIOS-e820: 000000007f590000 - 000000007f59e000 (ACPI data)
[ 0.000000] BIOS-e820: 000000007f59e000 - 000000007f5d0000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007f5d0000 - 000000007f5e0000 (reserved)
[ 0.000000] BIOS-e820: 000000007f5e8000 - 0000000080000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] DMI present.
[ 0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./To be filled by O.E.M., BIOS 080016 02/09/2011
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x7f590 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-D3FFF write-protect
[ 0.000000] D4000-DFFFF uncachable
[ 0.000000] E0000-EFFFF write-through
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask 080000000 write-back
[ 0.000000] 1 base 07F600000 mask 0FFF00000 write-through
[ 0.000000] 2 base 07F700000 mask 0FFF00000 uncachable
[ 0.000000] 3 base 07F800000 mask 0FF800000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [c00ff780] ff780
[ 0.000000] initial memory mapped : 0 - 01800000
[ 0.000000] Base memory trampoline at [c009e000] 9e000 size 4096
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037400000 page 2M
[ 0.000000] 0037400000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 377fe000 @ 17fb000-1800000
[ 0.000000] RAMDISK: 37a80000 - 37d38000
[ 0.000000] Allocated new RAMDISK: 37546000 - 377fd2d4
[ 0.000000] Move RAMDISK from 0000000037a80000 - 0000000037d372d3 to 37546000 - 377fd2d3
[ 0.000000] ACPI: RSDP 000f9fe0 00024 (v02 ACPIAM)
[ 0.000000] ACPI: XSDT 7f590100 0005C (v01 020911 XSDT1955 20110209 MSFT 00000097)
[ 0.000000] ACPI: FACP 7f590290 000F4 (v04 020911 FACP1955 20110209 MSFT 00000097)
[ 0.000000] ACPI: DSDT 7f590440 06DB0 (v02 BC9CA BC9CA004 00000004 INTL 20051117)
[ 0.000000] ACPI: FACS 7f59e000 00040
[ 0.000000] ACPI: APIC 7f590390 0006C (v02 020911 APIC1955 20110209 MSFT 00000097)
[ 0.000000] ACPI: MCFG 7f590400 0003C (v01 020911 OEMMCFG 20110209 MSFT 00000097)
[ 0.000000] ACPI: OEMB 7f59e040 00082 (v01 020911 OEMB1955 20110209 MSFT 00000097)
[ 0.000000] ACPI: HPET 7f59a440 00038 (v01 020911 OEMHPET 20110209 MSFT 00000097)
[ 0.000000] ACPI: GSCI 7f59e0d0 02024 (v01 020911 GMCHSCI 20110209 MSFT 00000097)
[ 0.000000] ACPI: SSDT 7f5a0a40 004F0 (v01 PmRef CpuPm 00003000 INTL 20051117)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 1149MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x0007f590
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0007f590
[ 0.000000] On node 0 totalpages: 521503
[ 0.000000] free_area_init_node: node 0, pgdat c1329580, node_mem_map f6555200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3951 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 221486 pages, LIFO batch:31
[ 0.000000] HighMem zone: 2300 pages used for memmap
[ 0.000000] HighMem zone: 291990 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
[ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:7ee00000)
[ 0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 12 pages/cpu @f6000000 s27584 r0 d21568 u1048576
[ 0.000000] pcpu-alloc: s27584 r0 d21568 u1048576 alloc=1*4194304
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 517427
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.1.0-rc5-jetway-00064-ge9459e6 root=/dev/mapper/jetway-root ro console=tty console=ttyS0,9600 ignore_loglevel
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] Initializing HighMem for node 0 (000377fe:0007f590)
[ 0.000000] Memory: 2061772k/2086464k available (2207k kernel code, 24240k reserved, 1054k data, 312k init, 1177160k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff67000 - 0xfffff000 ( 608 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.000000] .init : 0xc1330000 - 0xc137e000 ( 312 kB)
[ 0.000000] .data : 0xc1227e04 - 0xc132f780 (1054 kB)
[ 0.000000] .text : 0xc1000000 - 0xc1227e04 (2207 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:384
[ 0.000000] CPU 0 irqstacks, hard=f5c0c000 soft=f5c0e000
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1500.117 MHz processor.
[ 0.030004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3000.23 BogoMIPS (lpj=15001170)
[ 0.050007] pid_max: default: 32768 minimum: 301
[ 0.060113] Security Framework initialized
[ 0.070017] TOMOYO Linux initialized
[ 0.080058] Mount-cache hash table entries: 512
[ 0.090385] Initializing cgroup subsys cpuacct
[ 0.100029] Initializing cgroup subsys devices
[ 0.110018] Initializing cgroup subsys freezer
[ 0.120006] Initializing cgroup subsys perf_event
[ 0.130087] CPU: Physical Processor ID: 0
[ 0.140006] CPU: Processor Core ID: 0
[ 0.150007] mce: CPU supports 5 MCE banks
[ 0.160017] CPU0: Thermal monitoring enabled (TM2)
[ 0.170018] using mwait in idle threads.
[ 0.180062] ACPI: Core revision 20110623
[ 0.210125] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.220341] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.338687] CPU0: Intel(R) Atom(TM) CPU N550 @ 1.50GHz stepping 0a
[ 0.370000] Performance Events: PEBS fmt0+, Atom events, Intel PMU driver.
[ 0.400006] ... version: 3
[ 0.410004] ... bit width: 40
[ 0.420014] ... generic registers: 2
[ 0.430004] ... value mask: 000000ffffffffff
[ 0.440004] ... max period: 000000007fffffff
[ 0.450003] ... fixed-purpose events: 3
[ 0.460004] ... event mask: 0000000700000003
[ 0.470488] CPU 1 irqstacks, hard=f5c90000 soft=f5c92000
[ 0.480008] Booting Node 0, Processors #1
[ 0.493207] smpboot cpu 1: start_ip = 9e000
[ 0.040000] Initializing CPU#1
[ 0.040000] Disabled fast string operations
[ 0.750000] TSC synchronization [CPU#0 -> CPU#1]:
[ 0.750000] Measured 9 cycles TSC warp between CPUs, turning off TSC clock.
[ 0.750000] Marking TSC unstable due to check_tsc_sync_source failed
[ 0.750203] CPU 2 irqstacks, hard=f5c9c000 soft=f5c9e000
[ 0.760006] #2
[ 0.770005] smpboot cpu 2: start_ip = 9e000
[ 0.040000] Initializing CPU#2
[ 0.040000] Disabled fast string operations
[ 1.020204] CPU 3 irqstacks, hard=f5ca8000 soft=f5caa000
[ 1.030005] #3 Ok.
[ 1.040004] smpboot cpu 3: start_ip = 9e000
[ 0.040000] Initializing CPU#3
[ 0.040000] Disabled fast string operations
[ 1.300039] Brought up 4 CPUs
[ 1.310006] Total of 4 processors activated (11999.89 BogoMIPS).
[ 1.321263] devtmpfs: initialized
[ 1.330327] NET: Registered protocol family 16
[ 1.340173] ACPI: bus type pci registered
[ 1.350103] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 1.360013] PCI: not using MMCONFIG
[ 1.370234] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
[ 1.380004] PCI: Using configuration type 1 for base access
[ 1.400296] bio: create slab <bio-0> at 0
[ 1.410082] ACPI: Added _OSI(Module Device)
[ 1.420016] ACPI: Added _OSI(Processor Device)
[ 1.430005] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 1.440005] ACPI: Added _OSI(Processor Aggregator Device)
[ 1.452332] ACPI: EC: Look up EC in DSDT
[ 1.463042] ACPI: Executed 1 blocks of module-level executable AML code
[ 1.491241] ACPI: SSDT 7f5a0210 001FB (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 1.520589] ACPI: Dynamic OEM Table Load:
[ 1.550004] ACPI: SSDT (null) 001FB (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 1.580348] ACPI: SSDT 7f5a04a0 00594 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 1.602712] ACPI: Dynamic OEM Table Load:
[ 1.630004] ACPI: SSDT (null) 00594 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 1.660584] ACPI: SSDT 7f5a0100 0010F (v01 PmRef Cpu1Ist 00003000 INTL 20051117)
[ 1.682726] ACPI: Dynamic OEM Table Load:
[ 1.710010] ACPI: SSDT (null) 0010F (v01 PmRef Cpu1Ist 00003000 INTL 20051117)
[ 1.732385] ACPI: SSDT 7f5a0410 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
[ 1.752710] ACPI: Dynamic OEM Table Load:
[ 1.780004] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
[ 1.802972] ACPI: Interpreter enabled
[ 1.810009] ACPI: (supports S0 S5)
[ 1.826407] ACPI: Using IOAPIC for interrupt routing
[ 1.830078] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 1.852682] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[ 1.860011] PCI: Using MMCONFIG for extended config space
[ 1.884105] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 1.890670] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 1.901218] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 1.910007] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 1.920021] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 1.930007] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[ 1.940006] pci_root PNP0A08:00: host bridge window [mem 0x7f700000-0xdfffffff]
[ 1.950016] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfed8ffff]
[ 1.960007] pci_root PNP0A08:00: host bridge window [mem 0x00000000-0xffffffff]
[ 1.970017] pci_root PNP0A08:00: host bridge window expanded to [mem 0x00000000-0xffffffff]; [mem 0x00000000-0xffffffff] ignored
[ 1.980038] pci 0000:00:00.0: [8086:a010] type 0 class 0x000600
[ 1.990060] pci 0000:00:02.0: [8086:a011] type 0 class 0x000300
[ 2.000019] pci 0000:00:02.0: reg 10: [mem 0xfea00000-0xfea7ffff]
[ 2.010023] pci 0000:00:02.0: reg 14: [io 0xbc00-0xbc07]
[ 2.020012] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref]
[ 2.030011] pci 0000:00:02.0: reg 1c: [mem 0xfe900000-0xfe9fffff]
[ 2.040058] pci 0000:00:02.1: [8086:a012] type 0 class 0x000380
[ 2.050028] pci 0000:00:02.1: reg 10: [mem 0xfe880000-0xfe8fffff]
[ 2.060103] pci 0000:00:1b.0: [8086:27d8] type 0 class 0x000403
[ 2.070025] pci 0000:00:1b.0: reg 10: [mem 0xfeaf0000-0xfeaf3fff 64bit]
[ 2.080085] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 2.090009] pci 0000:00:1b.0: PME# disabled
[ 2.100040] pci 0000:00:1c.0: [8086:27d0] type 1 class 0x000604
[ 2.110070] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 2.120018] pci 0000:00:1c.0: PME# disabled
[ 2.130041] pci 0000:00:1c.1: [8086:27d2] type 1 class 0x000604
[ 2.140074] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 2.150008] pci 0000:00:1c.1: PME# disabled
[ 2.160051] pci 0000:00:1c.2: [8086:27d4] type 1 class 0x000604
[ 2.170074] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 2.180008] pci 0000:00:1c.2: PME# disabled
[ 2.190033] pci 0000:00:1c.3: [8086:27d6] type 1 class 0x000604
[ 2.200087] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 2.210008] pci 0000:00:1c.3: PME# disabled
[ 2.220039] pci 0000:00:1d.0: [8086:27c8] type 0 class 0x000c03
[ 2.230053] pci 0000:00:1d.0: reg 20: [io 0xb880-0xb89f]
[ 2.240066] pci 0000:00:1d.1: [8086:27c9] type 0 class 0x000c03
[ 2.250051] pci 0000:00:1d.1: reg 20: [io 0xb800-0xb81f]
[ 2.260043] pci 0000:00:1d.2: [8086:27ca] type 0 class 0x000c03
[ 2.270049] pci 0000:00:1d.2: reg 20: [io 0xb480-0xb49f]
[ 2.280063] pci 0000:00:1d.3: [8086:27cb] type 0 class 0x000c03
[ 2.290051] pci 0000:00:1d.3: reg 20: [io 0xb400-0xb41f]
[ 2.300053] pci 0000:00:1d.7: [8086:27cc] type 0 class 0x000c03
[ 2.310027] pci 0000:00:1d.7: reg 10: [mem 0xfeaefc00-0xfeaeffff]
[ 2.320097] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 2.330009] pci 0000:00:1d.7: PME# disabled
[ 2.340041] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[ 2.350095] pci 0000:00:1f.0: [8086:27bc] type 0 class 0x000601
[ 2.360092] pci 0000:00:1f.0: [Firmware Bug]: TigerPoint LPC.BM_STS cleared
[ 2.370049] pci 0000:00:1f.2: [8086:27c1] type 0 class 0x000106
[ 2.380026] pci 0000:00:1f.2: reg 10: [io 0xa800-0xa807]
[ 2.390026] pci 0000:00:1f.2: reg 14: [io 0xb080-0xb083]
[ 2.400014] pci 0000:00:1f.2: reg 18: [io 0xb000-0xb007]
[ 2.410014] pci 0000:00:1f.2: reg 1c: [io 0xac00-0xac03]
[ 2.420016] pci 0000:00:1f.2: reg 20: [io 0xa880-0xa89f]
[ 2.430025] pci 0000:00:1f.2: reg 24: [mem 0xfeaef800-0xfeaefbff]
[ 2.440047] pci 0000:00:1f.2: PME# supported from D3hot
[ 2.450008] pci 0000:00:1f.2: PME# disabled
[ 2.460032] pci 0000:00:1f.3: [8086:27da] type 0 class 0x000c05
[ 2.470072] pci 0000:00:1f.3: reg 20: [io 0x0400-0x041f]
[ 2.480104] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[ 2.490086] pci 0000:02:00.0: [10ec:8168] type 0 class 0x000200
[ 2.500025] pci 0000:02:00.0: reg 10: [io 0xc800-0xc8ff]
[ 2.510049] pci 0000:02:00.0: reg 18: [mem 0xfdefb000-0xfdefbfff 64bit pref]
[ 2.520025] pci 0000:02:00.0: reg 20: [mem 0xfdefc000-0xfdefffff 64bit pref]
[ 2.530067] pci 0000:02:00.0: supports D1 D2
[ 2.540013] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.550012] pci 0000:02:00.0: PME# disabled
[ 2.580029] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[ 2.590010] pci 0000:00:1c.1: bridge window [io 0xc000-0xcfff]
[ 2.600023] pci 0000:00:1c.1: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
[ 2.610082] pci 0000:03:00.0: [10ec:8168] type 0 class 0x000200
[ 2.620030] pci 0000:03:00.0: reg 10: [io 0xd800-0xd8ff]
[ 2.630048] pci 0000:03:00.0: reg 18: [mem 0xfdffb000-0xfdffbfff 64bit pref]
[ 2.640025] pci 0000:03:00.0: reg 20: [mem 0xfdffc000-0xfdffffff 64bit pref]
[ 2.650067] pci 0000:03:00.0: supports D1 D2
[ 2.660006] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.670018] pci 0000:03:00.0: PME# disabled
[ 2.700029] pci 0000:00:1c.2: PCI bridge to [bus 03-03]
[ 2.710009] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
[ 2.720024] pci 0000:00:1c.2: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
[ 2.730091] pci 0000:04:00.0: [197b:2363] type 0 class 0x000106
[ 2.740103] pci 0000:04:00.0: reg 24: [mem 0xfebfe000-0xfebfffff]
[ 2.750060] pci 0000:04:00.0: PME# supported from D3hot
[ 2.760019] pci 0000:04:00.0: PME# disabled
[ 2.770049] pci 0000:04:00.1: [197b:2363] type 0 class 0x000101
[ 2.780034] pci 0000:04:00.1: reg 10: [io 0xec00-0xec07]
[ 2.790020] pci 0000:04:00.1: reg 14: [io 0xe880-0xe883]
[ 2.800030] pci 0000:04:00.1: reg 18: [io 0xe800-0xe807]
[ 2.810020] pci 0000:04:00.1: reg 1c: [io 0xe480-0xe483]
[ 2.820019] pci 0000:04:00.1: reg 20: [io 0xe400-0xe40f]
[ 2.830090] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 2.840034] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
[ 2.850011] pci 0000:00:1c.3: bridge window [io 0xe000-0xefff]
[ 2.860009] pci 0000:00:1c.3: bridge window [mem 0xfeb00000-0xfebfffff]
[ 2.870097] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
[ 2.880021] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 2.890007] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 2.900016] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[ 2.910007] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[ 2.920016] pci 0000:00:1e.0: bridge window [mem 0x7f700000-0xdfffffff] (subtractive decode)
[ 2.930007] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
[ 2.940039] pci 0000:00:1c.0: Dev MPS 128 MPSS 128 MRRS 128
[ 2.950021] pci 0000:00:1c.0: Dev MPS 128 MPSS 128 MRRS 128
[ 2.960010] pci 0000:00:1c.1: Dev MPS 128 MPSS 128 MRRS 128
[ 2.970011] pci 0000:00:1c.1: Dev MPS 128 MPSS 128 MRRS 128
[ 2.980010] pci 0000:02:00.0: Dev MPS 128 MPSS 256 MRRS 512
[ 2.990028] pci 0000:02:00.0: Dev MPS 128 MPSS 128 MRRS 128
[ 3.000012] pci 0000:00:1c.2: Dev MPS 128 MPSS 128 MRRS 128
[ 3.010013] pci 0000:00:1c.2: Dev MPS 128 MPSS 128 MRRS 128
[ 3.020025] pci 0000:03:00.0: Dev MPS 128 MPSS 256 MRRS 512
[ 3.030019] pci 0000:03:00.0: Dev MPS 128 MPSS 128 MRRS 128
[ 3.040010] pci 0000:00:1c.3: Dev MPS 128 MPSS 128 MRRS 128
[ 3.050011] pci 0000:00:1c.3: Dev MPS 128 MPSS 128 MRRS 128
[ 3.060022] pci 0000:04:00.0: Dev MPS 128 MPSS 128 MRRS 512
[ 3.070021] pci 0000:04:00.0: Dev MPS 128 MPSS 128 MRRS 128
[ 3.080007] pci_bus 0000:00: on NUMA node 0
[ 3.090014] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 3.100218] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 3.110289] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[ 3.120085] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
[ 3.130108] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
[ 3.140134] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT]
[ 3.150105] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 3.160010] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[ 3.170009] ACPI _OSC control for PCIe not granted, disabling ASPM
[ 3.197056] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 *10 11 12 14 15)
[ 3.230077] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 *11 12 14 15)
[ 3.272303] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 10 11 12 14 15)
[ 3.313348] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 *15)
[ 3.347556] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[ 3.392329] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[ 3.442297] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[ 3.492286] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 *14 15)
[ 3.530192] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 3.540024] vgaarb: loaded
[ 3.550004] vgaarb: bridge control possible 0000:00:02.0
[ 3.560131] PCI: Using ACPI for IRQ routing
[ 3.570010] PCI: pci_cache_line_size set to 64 bytes
[ 3.580016] pci 0000:00:1c.1: address space collision: [mem 0xfde00000-0xfdefffff 64bit pref] conflicts with PCI Bus 0000:00 [mem 0xf0000000-0xfed8ffff]
[ 3.590021] pci 0000:00:1c.2: address space collision: [mem 0xfdf00000-0xfdffffff 64bit pref] conflicts with PCI Bus 0000:00 [mem 0xf0000000-0xfed8ffff]
[ 3.600011] pci 0000:00:1c.3: address space collision: [mem 0xfeb00000-0xfebfffff] conflicts with PCI Bus 0000:00 [mem 0xf0000000-0xfed8ffff]
[ 3.610030] pci 0000:00:02.0: address space collision: [mem 0xfea00000-0xfea7ffff] conflicts with PCI Bus 0000:00 [mem 0xf0000000-0xfed8ffff]
[ 3.620010] pci 0000:00:02.0: address space collision: [mem 0xd0000000-0xdfffffff pref] conflicts with PCI Bus 0000:00 [mem 0x7f700000-0xdfffffff]
[ 3.630020] pci 0000:00:02.0: address space collision: [mem 0xfe900000-0xfe9fffff] conflicts with PCI Bus 0000:00 [mem 0xf0000000-0xfed8ffff]
[ 3.640028] pci 0000:00:02.1: address space collision: [mem 0xfe880000-0xfe8fffff] conflicts with PCI Bus 0000:00 [mem 0xf0000000-0xfed8ffff]
[ 3.650012] pci 0000:00:1b.0: address space collision: [mem 0xfeaf0000-0xfeaf3fff 64bit] conflicts with PCI Bus 0000:00 [mem 0xf0000000-0xfed8ffff]
[ 3.660055] pci 0000:00:1d.7: address space collision: [mem 0xfeaefc00-0xfeaeffff] conflicts with PCI Bus 0000:00 [mem 0xf0000000-0xfed8ffff]
[ 3.670018] pci 0000:00:1f.2: address space collision: [mem 0xfeaef800-0xfeaefbff] conflicts with PCI Bus 0000:00 [mem 0xf0000000-0xfed8ffff]
[ 3.680031] pci 0000:02:00.0: no compatible bridge window for [mem 0xfdefb000-0xfdefbfff 64bit pref]
[ 3.690007] pci 0000:02:00.0: no compatible bridge window for [mem 0xfdefc000-0xfdefffff 64bit pref]
[ 3.700026] pci 0000:03:00.0: no compatible bridge window for [mem 0xfdffb000-0xfdffbfff 64bit pref]
[ 3.710007] pci 0000:03:00.0: no compatible bridge window for [mem 0xfdffc000-0xfdffffff 64bit pref]
[ 3.720026] pci 0000:04:00.0: no compatible bridge window for [mem 0xfebfe000-0xfebfffff]
[ 3.730062] Expanded resource reserved due to conflict with PCI Bus 0000:00
[ 3.740006] reserve RAM buffer: 000000000009f400 - 000000000009ffff
[ 3.750015] reserve RAM buffer: 000000007f590000 - 000000007fffffff
[ 3.760263] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 3.770009] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 3.792152] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 3.830038] Switching to clocksource hpet
[ 3.841921] Switched to NOHz mode on CPU #0
[ 3.841960] Switched to NOHz mode on CPU #2
[ 3.841981] Switched to NOHz mode on CPU #3
[ 3.842716] pnp: PnP ACPI init
[ 3.842746] ACPI: bus type pnp registered
[ 3.843412] pnp 00:00: [bus 00-ff]
[ 3.843420] pnp 00:00: [io 0x0cf8-0x0cff]
[ 3.843426] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 3.843432] pnp 00:00: [io 0x0d00-0xffff window]
[ 3.843438] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 3.843444] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[ 3.843450] pnp 00:00: [mem 0x7f700000-0xdfffffff window]
[ 3.843456] pnp 00:00: [mem 0xf0000000-0xfed8ffff window]
[ 3.843462] pnp 00:00: [mem 0x00000000-0xffffffff window]
[ 3.843591] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 3.843620] pnp 00:01: [mem 0xfed14000-0xfed19fff]
[ 3.843626] pnp 00:01: [mem 0xfed90000-0xfed93fff]
[ 3.843723] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
[ 3.843731] system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved
[ 3.843739] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 3.843820] pnp 00:02: [dma 4]
[ 3.843826] pnp 00:02: [io 0x0000-0x000f]
[ 3.843831] pnp 00:02: [io 0x0081-0x0083]
[ 3.843836] pnp 00:02: [io 0x0087]
[ 3.843841] pnp 00:02: [io 0x0089-0x008b]
[ 3.843846] pnp 00:02: [io 0x008f]
[ 3.843851] pnp 00:02: [io 0x00c0-0x00df]
[ 3.843906] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 3.843935] pnp 00:03: [io 0x0070-0x0071]
[ 3.843956] pnp 00:03: [irq 8]
[ 3.844010] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 3.844034] pnp 00:04: [io 0x0061]
[ 3.844096] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[ 3.844121] pnp 00:05: [io 0x00f0-0x00ff]
[ 3.844135] pnp 00:05: [irq 13]
[ 3.844189] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 3.844770] pnp 00:06: [io 0x03f8-0x03ff]
[ 3.844778] pnp 00:06: IRQ 4 override to edge, high
[ 3.844791] pnp 00:06: [irq 4]
[ 3.844796] pnp 00:06: [dma 0 disabled]
[ 3.844963] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 3.845533] pnp 00:07: [io 0x02f8-0x02ff]
[ 3.845540] pnp 00:07: IRQ 3 override to edge, high
[ 3.845553] pnp 00:07: [irq 3]
[ 3.845558] pnp 00:07: [dma 0 disabled]
[ 3.845797] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[ 3.846965] pnp 00:08: [io 0x0000-0xffffffff disabled]
[ 3.847074] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.847294] pnp 00:09: [io 0x0010-0x001f]
[ 3.847300] pnp 00:09: [io 0x0022-0x003f]
[ 3.847306] pnp 00:09: [io 0x0044-0x005f]
[ 3.847311] pnp 00:09: [io 0x0062-0x0063]
[ 3.847316] pnp 00:09: [io 0x0065-0x006f]
[ 3.847321] pnp 00:09: [io 0x0072-0x007f]
[ 3.847326] pnp 00:09: [io 0x0080]
[ 3.847331] pnp 00:09: [io 0x0084-0x0086]
[ 3.847336] pnp 00:09: [io 0x0088]
[ 3.847341] pnp 00:09: [io 0x008c-0x008e]
[ 3.847346] pnp 00:09: [io 0x0090-0x009f]
[ 3.847351] pnp 00:09: [io 0x00a2-0x00bf]
[ 3.847357] pnp 00:09: [io 0x00e0-0x00ef]
[ 3.847362] pnp 00:09: [io 0x04d0-0x04d1]
[ 3.847367] pnp 00:09: [io 0x0800-0x087f]
[ 3.847373] pnp 00:09: [io 0x0000-0xffffffff disabled]
[ 3.847378] pnp 00:09: [io 0x0480-0x04bf]
[ 3.847384] pnp 00:09: [mem 0xfed1c000-0xfed1ffff]
[ 3.847390] pnp 00:09: [mem 0xfed20000-0xfed8ffff]
[ 3.847516] system 00:09: [io 0x04d0-0x04d1] has been reserved
[ 3.847523] system 00:09: [io 0x0800-0x087f] has been reserved
[ 3.847530] system 00:09: [io 0x0480-0x04bf] has been reserved
[ 3.847538] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 3.847545] system 00:09: [mem 0xfed20000-0xfed8ffff] has been reserved
[ 3.847553] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.847706] pnp 00:0a: [mem 0xfed00000-0xfed003ff]
[ 3.847719] Switched to NOHz mode on CPU #1
[ 3.847777] pnp 00:0a: Plug and Play ACPI device, IDs PNP0103 (active)
[ 3.847911] pnp 00:0b: [mem 0xffb00000-0xffbfffff]
[ 3.847918] pnp 00:0b: [mem 0xfff00000-0xffffffff]
[ 3.847979] pnp 00:0b: Plug and Play ACPI device, IDs INT0800 (active)
[ 3.848095] pnp 00:0c: [mem 0xffc00000-0xffefffff]
[ 3.848191] system 00:0c: [mem 0xffc00000-0xffefffff] has been reserved
[ 3.848200] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.848426] pnp 00:0d: [io 0x0060]
[ 3.848432] pnp 00:0d: [io 0x0064]
[ 3.848438] pnp 00:0d: [mem 0xfec00000-0xfec00fff]
[ 3.848443] pnp 00:0d: [mem 0xfee00000-0xfee00fff]
[ 3.848541] system 00:0d: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 3.848548] system 00:0d: [mem 0xfee00000-0xfee00fff] has been reserved
[ 3.848556] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.848892] pnp 00:0e: [io 0x0000-0xffffffff disabled]
[ 3.848899] pnp 00:0e: [io 0x0290-0x0291]
[ 3.848904] pnp 00:0e: [io 0x0ae0-0x0aef]
[ 3.849001] system 00:0e: [io 0x0290-0x0291] has been reserved
[ 3.849008] system 00:0e: [io 0x0ae0-0x0aef] has been reserved
[ 3.849016] system 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.849110] pnp 00:0f: [mem 0xe0000000-0xefffffff]
[ 3.849209] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
[ 3.849217] system 00:0f: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 3.849659] pnp 00:10: [mem 0x00000000-0x0009ffff]
[ 3.849666] pnp 00:10: [mem 0x000c0000-0x000cffff]
[ 3.849672] pnp 00:10: [mem 0x000e0000-0x000fffff]
[ 3.849677] pnp 00:10: [mem 0x00100000-0x7f6fffff]
[ 3.849683] pnp 00:10: [mem 0xfed90000-0xffffffff]
[ 3.849698] pnp 00:10: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:02.0 BAR 2 [mem 0x00000000-0x0fffffff pref]
[ 3.849708] pnp 00:10: disabling [mem 0x000c0000-0x000cffff] because it overlaps 0000:00:02.0 BAR 2 [mem 0x00000000-0x0fffffff pref]
[ 3.849717] pnp 00:10: disabling [mem 0x000e0000-0x000fffff] because it overlaps 0000:00:02.0 BAR 2 [mem 0x00000000-0x0fffffff pref]
[ 3.849727] pnp 00:10: disabling [mem 0x00100000-0x7f6fffff] because it overlaps 0000:00:02.0 BAR 2 [mem 0x00000000-0x0fffffff pref]
[ 3.849736] pnp 00:10: disabling [mem 0x00000000-0x0009ffff disabled] because it overlaps 0000:00:02.0 BAR 3 [mem 0x00000000-0x000fffff]
[ 3.849746] pnp 00:10: disabling [mem 0x000c0000-0x000cffff disabled] because it overlaps 0000:00:02.0 BAR 3 [mem 0x00000000-0x000fffff]
[ 3.849756] pnp 00:10: disabling [mem 0x000e0000-0x000fffff disabled] because it overlaps 0000:00:02.0 BAR 3 [mem 0x00000000-0x000fffff]
[ 3.849868] system 00:10: [mem 0xfed90000-0xffffffff] could not be reserved
[ 3.849877] system 00:10: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 3.850240] pnp: PnP ACPI: found 17 devices
[ 3.850245] ACPI: ACPI bus type pnp unregistered
[ 3.891038] PCI: max bus depth: 1 pci_try_num: 2
[ 3.891133] pci 0000:00:02.0: BAR 2: assigned [mem 0x80000000-0x8fffffff pref]
[ 3.891144] pci 0000:00:02.0: BAR 2: set to [mem 0x80000000-0x8fffffff pref] (PCI address [0x80000000-0x8fffffff])
[ 3.891156] pci 0000:00:02.0: BAR 3: assigned [mem 0xfef00000-0xfeffffff]
[ 3.891165] pci 0000:00:02.0: BAR 3: set to [mem 0xfef00000-0xfeffffff] (PCI address [0xfef00000-0xfeffffff])
[ 3.891178] pci 0000:00:1c.1: BAR 15: assigned [mem 0xff000000-0xff0fffff 64bit pref]
[ 3.891190] pci 0000:00:1c.2: BAR 15: assigned [mem 0xff100000-0xff1fffff 64bit pref]
[ 3.891202] pci 0000:00:1c.3: BAR 14: assigned [mem 0xff200000-0xff2fffff]
[ 3.891212] pci 0000:00:02.0: BAR 0: assigned [mem 0xfee80000-0xfeefffff]
[ 3.891222] pci 0000:00:02.0: BAR 0: set to [mem 0xfee80000-0xfeefffff] (PCI address [0xfee80000-0xfeefffff])
[ 3.891235] pci 0000:00:02.1: BAR 0: assigned [mem 0xff300000-0xff37ffff]
[ 3.891244] pci 0000:00:02.1: BAR 0: set to [mem 0xff300000-0xff37ffff] (PCI address [0xff300000-0xff37ffff])
[ 3.891256] pci 0000:00:1b.0: BAR 0: assigned [mem 0xfed94000-0xfed97fff 64bit]
[ 3.891271] pci 0000:00:1b.0: BAR 0: set to [mem 0xfed94000-0xfed97fff 64bit] (PCI address [0xfed94000-0xfed97fff])
[ 3.891283] pci 0000:00:1d.7: BAR 0: assigned [mem 0xfed98000-0xfed983ff]
[ 3.891296] pci 0000:00:1d.7: BAR 0: set to [mem 0xfed98000-0xfed983ff] (PCI address [0xfed98000-0xfed983ff])
[ 3.891307] pci 0000:00:1f.2: BAR 5: assigned [mem 0xfed98400-0xfed987ff]
[ 3.891318] pci 0000:00:1f.2: BAR 5: set to [mem 0xfed98400-0xfed987ff] (PCI address [0xfed98400-0xfed987ff])
[ 3.891333] pci 0000:00:1c.3: BAR 14: assigned [mem 0xff400000-0xff6fffff]
[ 3.891346] pci 0000:00:1c.3: BAR 15: assigned [mem 0xff700000-0xff8fffff 64bit pref]
[ 3.891360] pci 0000:00:1c.2: BAR 14: assigned [mem 0xff900000-0xffafffff]
[ 3.891382] ------------[ cut here ]------------
[ 3.891386] kernel BUG at kernel/resource.c:205!
[ 3.891391] invalid opcode: 0000 [#1] SMP
[ 3.891396] Modules linked in:
[ 3.891400]
[ 3.891406] Pid: 1, comm: swapper Not tainted 3.1.0-rc5-jetway-00064-ge9459e6 #34 To Be Filled By O.E.M. To Be Filled By O.E.M./To be filled by O.E.M.
[ 3.891416] EIP: 0060:[<c102fae4>] EFLAGS: 00010246 CPU: 3
[ 3.891428] EIP is at reallocate_resource+0xef/0x127
[ 3.891433] EAX: 00000000 EBX: f5c14b4c ECX: 90000000 EDX: 00000000
[ 3.891439] ESI: f5c121f4 EDI: 902fffff EBP: 00000000 ESP: f5c5fe40
[ 3.891444] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
[ 3.891451] Process swapper (pid: 1, ti=f5c5e000 task=f5c60000 task.ti=f5c5e000)
[ 3.891454] Stack:
[ 3.891457] 00300000 f5c121f4 90000000 902fffff f5d17e52 00182201 f5c2af38 f5c129a8
[ 3.891468] 00000000 f5c14b4c f5c2af70 f5c14b4c 00182001 c102fb6d f5c5fe80 c11947f4
[ 3.891478] 7f700000 ffffffff 00100000 c11947f4 f5c14800 00000008 fffffff0 f5c14b4c
[ 3.891489] Call Trace:
[ 3.891498] [<c102fb6d>] ? allocate_resource+0x51/0xa2
[ 3.891507] [<c11947f4>] ? free_dmar_iommu+0x1f7/0x1f7
[ 3.891514] [<c11947f4>] ? free_dmar_iommu+0x1f7/0x1f7
[ 3.891523] [<c112ce47>] ? pci_bus_alloc_resource+0x5f/0x87
[ 3.891531] [<c11947f4>] ? free_dmar_iommu+0x1f7/0x1f7
[ 3.891539] [<c1132a19>] ? _pci_assign_resource+0x99/0x101
[ 3.891546] [<c11947f4>] ? free_dmar_iommu+0x1f7/0x1f7
[ 3.891554] [<c1132cde>] ? pci_reassign_resource+0x4e/0x84
[ 3.891562] [<c1139970>] ? __assign_resources_sorted+0x119/0x19b
[ 3.891571] [<c121540a>] ? __pci_bus_assign_resources+0x3e/0xb7
[ 3.891580] [<c1221636>] ? printk+0xe/0x11
[ 3.891588] [<c134b964>] ? pci_assign_unassigned_resources+0x7a/0x1b0
[ 3.891597] [<c10a4fed>] ? kfree+0x3e/0xba
[ 3.891604] [<c11313a7>] ? pci_get_subsys+0x48/0x50
[ 3.891611] [<c11313a7>] ? pci_get_subsys+0x48/0x50
[ 3.891619] [<c1352d99>] ? pcibios_allocate_bus_resources+0x80/0x80
[ 3.891627] [<c1352df7>] ? pcibios_assign_resources+0x5e/0x62
[ 3.891634] [<c1001066>] ? do_one_initcall+0x66/0x104
[ 3.891641] [<c1330752>] ? kernel_init+0x9f/0x111
[ 3.891648] [<c13306b3>] ? start_kernel+0x306/0x306
[ 3.891656] [<c12274fe>] ? kernel_thread_helper+0x6/0xd
[ 3.891660] Code: 76 40 39 da 89 6c 24 04 75 07 89 0a 89 7a 04 eb 3e 85 f6 75 18 8b 74 24 04 eb 03 8d 75 14 8b 2e 85 ed 74 07 3b 5d 14 75 f2 eb 02 <0f> 0b 8b 6b 14 89 2e 89 53 14 8b 54 24 04 89 0b 89 7b 04 89 1a
[ 3.891713] EIP: [<c102fae4>] reallocate_resource+0xef/0x127 SS:ESP 0068:f5c5fe40
[ 3.891733] ---[ end trace 44593438a59a9533 ]---
[ 3.891759] Kernel panic - not syncing: Attempted to kill init!
[ 3.891766] Pid: 1, comm: swapper Tainted: G D 3.1.0-rc5-jetway-00064-ge9459e6 #34
[ 3.891770] Call Trace:
[ 3.891777] [<c1221547>] ? panic+0x4d/0x12e
[ 3.891784] [<c102ce38>] ? do_exit+0x70/0x62c
[ 3.891790] [<c1002553>] ? do_bounds+0x4c/0x4c
[ 3.891796] [<c102b9e0>] ? kmsg_dump+0x35/0xad
[ 3.891803] [<c1002553>] ? do_bounds+0x4c/0x4c
[ 3.891809] [<c10044e8>] ? oops_end+0x72/0x75
[ 3.891815] [<c10025bd>] ? do_invalid_op+0x6a/0x77
[ 3.891823] [<c102fae4>] ? reallocate_resource+0xef/0x127
[ 3.891830] [<c11222e9>] ? vsnprintf+0x86/0x249
[ 3.891838] [<c102f9ac>] ? __find_resource+0xd9/0x122
[ 3.891845] [<c1226d37>] ? error_code+0x67/0x6c
[ 3.891853] [<c102fae4>] ? reallocate_resource+0xef/0x127
[ 3.891861] [<c102fb6d>] ? allocate_resource+0x51/0xa2
[ 3.891868] [<c11947f4>] ? free_dmar_iommu+0x1f7/0x1f7
[ 3.891875] [<c11947f4>] ? free_dmar_iommu+0x1f7/0x1f7
[ 3.891882] [<c112ce47>] ? pci_bus_alloc_resource+0x5f/0x87
[ 3.891890] [<c11947f4>] ? free_dmar_iommu+0x1f7/0x1f7
[ 3.891897] [<c1132a19>] ? _pci_assign_resource+0x99/0x101
[ 3.891904] [<c11947f4>] ? free_dmar_iommu+0x1f7/0x1f7
[ 3.891912] [<c1132cde>] ? pci_reassign_resource+0x4e/0x84
[ 3.891919] [<c1139970>] ? __assign_resources_sorted+0x119/0x19b
[ 3.891937] [<c121540a>] ? __pci_bus_assign_resources+0x3e/0xb7
[ 3.891944] [<c1221636>] ? printk+0xe/0x11
[ 3.891951] [<c134b964>] ? pci_assign_unassigned_resources+0x7a/0x1b0
[ 3.891959] [<c10a4fed>] ? kfree+0x3e/0xba
[ 3.891965] [<c11313a7>] ? pci_get_subsys+0x48/0x50
[ 3.891972] [<c11313a7>] ? pci_get_subsys+0x48/0x50
[ 3.891980] [<c1352d99>] ? pcibios_allocate_bus_resources+0x80/0x80
[ 3.891988] [<c1352df7>] ? pcibios_assign_resources+0x5e/0x62
[ 3.891994] [<c1001066>] ? do_one_initcall+0x66/0x104
[ 3.892001] [<c1330752>] ? kernel_init+0x9f/0x111
[ 3.892007] [<c13306b3>] ? start_kernel+0x306/0x306
[ 3.892014] [<c12274fe>] ? kernel_thread_helper+0x6/0xd