Anthony Wright
2011-Sep-23 10:29 UTC
[Xen-devel] Getting mm.c errors from xl dmesg on certain hardware
Konrad Rzeszutek Wilk wrote:>> (XEN) mm.c:907:d0 Error getting mfn 3a09c (pfn 55555555) from L1 entry 000000003a09c023 for l1e_owner=0, pg_owner=0 >> (XEN) mm.c:907:d0 Error getting mfn 3a09d (pfn 55555555) from L1 entry 000000003a09d023 for l1e_owner=0, pg_owner=0 >> (XEN) mm.c:907:d0 Error getting mfn 3a09e (pfn 55555555) from L1 entry 000000003a09e023 for l1e_owner=0, pg_owner=0 >> (XEN) mm.c:907:d0 Error getting mfn 3a09f (pfn 55555555) from L1 entry 000000003a09f023 for l1e_owner=0, pg_owner=0 >> (XEN) traps.c:2388:d0 Domain attempted WRMSR c0010004 from 0x0000ab23d6d622da to 0x000000000000abcd. > Do they show up during bootup? As in do you see those _when_ you launch your guests? > To figure out this particular issue you should try using ''console_to_ring'' (so that > dom0 output and Xen output are mingled togehter) and also post this under a new subject > to not confuse this email thread.The messages show up during the initial dom0 boot, before any domUs are loaded. I''ve attached a second xl dmesg log which is similar to the first, but the numbers in the error messages are different. The messages are hardware dependant as I don''t get them on another system with different hardware configuration but with identical software. The motherboard is a ASUS M2N68 AM PLUS, with 4GB of RAM. If I remove one of the sticks of ram to take it down to 2GB, the mm.c errors are no longer displayed, but I still get the traps.c message. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jan Beulich
2011-Sep-23 10:46 UTC
Re: [Xen-devel] Getting mm.c errors from xl dmesg on certain hardware
>>> On 23.09.11 at 12:29, Anthony Wright <anthony@overnetdata.com> wrote: > Konrad Rzeszutek Wilk wrote: > >>> (XEN) mm.c:907:d0 Error getting mfn 3a09c (pfn 55555555) from L1 entry > 000000003a09c023 for l1e_owner=0, pg_owner=0 >>> (XEN) mm.c:907:d0 Error getting mfn 3a09d (pfn 55555555) from L1 entry > 000000003a09d023 for l1e_owner=0, pg_owner=0 >>> (XEN) mm.c:907:d0 Error getting mfn 3a09e (pfn 55555555) from L1 entry > 000000003a09e023 for l1e_owner=0, pg_owner=0 >>> (XEN) mm.c:907:d0 Error getting mfn 3a09f (pfn 55555555) from L1 entry > 000000003a09f023 for l1e_owner=0, pg_owner=0 >>> (XEN) traps.c:2388:d0 Domain attempted WRMSR c0010004 from > 0x0000ab23d6d622da to 0x000000000000abcd. >> Do they show up during bootup? As in do you see those _when_ you launch your > guests? >> To figure out this particular issue you should try using ''console_to_ring'' > (so that >> dom0 output and Xen output are mingled togehter) and also post this under a > new subject >> to not confuse this email thread. > The messages show up during the initial dom0 boot, before any domUs are > loaded. I''ve attached a second xl dmesg log which is similar to the > first, but the numbers in the error messages are different. > > The messages are hardware dependant as I don''t get them on another > system with different hardware configuration but with identical software. > > The motherboard is a ASUS M2N68 AM PLUS, with 4GB of RAM. If I remove > one of the sticks of ram to take it down to 2GB, the mm.c errors are no > longer displayed, but I still get the traps.c message.Would seem most likely to be I/O memory that doesn''t get marked properly when creating the page table entries, thus causing an unintended phys->mach translation. If there are no kernel messages associated with this, you will want to put some register/stack dumping code in to determine what component in the kernel is causing this. Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Konrad Rzeszutek Wilk
2011-Sep-23 13:29 UTC
Re: [Xen-devel] Getting mm.c errors from xl dmesg on certain hardware
On Fri, Sep 23, 2011 at 11:29:31AM +0100, Anthony Wright wrote:> Konrad Rzeszutek Wilk wrote: > > >> (XEN) mm.c:907:d0 Error getting mfn 3a09c (pfn 55555555) from L1 entry 000000003a09c023 for l1e_owner=0, pg_owner=0 > >> (XEN) mm.c:907:d0 Error getting mfn 3a09d (pfn 55555555) from L1 entry 000000003a09d023 for l1e_owner=0, pg_owner=0 > >> (XEN) mm.c:907:d0 Error getting mfn 3a09e (pfn 55555555) from L1 entry 000000003a09e023 for l1e_owner=0, pg_owner=0 > >> (XEN) mm.c:907:d0 Error getting mfn 3a09f (pfn 55555555) from L1 entry 000000003a09f023 for l1e_owner=0, pg_owner=0 > >> (XEN) traps.c:2388:d0 Domain attempted WRMSR c0010004 from 0x0000ab23d6d622da to 0x000000000000abcd. > > Do they show up during bootup? As in do you see those _when_ you launch your guests? > > To figure out this particular issue you should try using ''console_to_ring'' (so that > > dom0 output and Xen output are mingled togehter) and also post this under a new subject > > to not confuse this email thread. > The messages show up during the initial dom0 boot, before any domUs are > loaded. I''ve attached a second xl dmesg log which is similar to the > first, but the numbers in the error messages are different. > > The messages are hardware dependant as I don''t get them on another > system with different hardware configuration but with identical software. > > The motherboard is a ASUS M2N68 AM PLUS, with 4GB of RAM. If I remove > one of the sticks of ram to take it down to 2GB, the mm.c errors are no > longer displayed, but I still get the traps.c message. >Um, you might want to include ''loglevel=9 console=hvc0 initcall_debug'' on your Linux line so the output from Linux kernel gets intermingled with the Xen.> mapping kernel into physical memory > Xen: setup ISA identity maps > about to get started... > (XEN) mm.c:907:d0 Error getting mfn 3809c (pfn b602c) from L1 entry 000000003809c023 for l1e_owner=0, pg_owner=0 > (XEN) mm.c:907:d0 Error getting mfn 3809d (pfn b602d) from L1 entry 000000003809d023 for l1e_owner=0, pg_owner=0 > (XEN) mm.c:907:d0 Error getting mfn 3809e (pfn b602e) from L1 entry 000000003809e023 for l1e_owner=0, pg_owner=0 > (XEN) mm.c:907:d0 Error getting mfn 3809f (pfn b602f) from L1 entry 000000003809f023 for l1e_owner=0, pg_owner=0 > (XEN) traps.c:2388:d0 Domain attempted WRMSR c0010004 from 0x00009b27fe9726ca to 0x000000000000abcd._______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Anthony Wright
2011-Sep-23 14:42 UTC
Re: [Xen-devel] Getting mm.c errors from xl dmesg on certain hardware
On 23/09/2011 14:29, Konrad Rzeszutek Wilk wrote:> On Fri, Sep 23, 2011 at 11:29:31AM +0100, Anthony Wright wrote: >> Konrad Rzeszutek Wilk wrote: >> >>>> (XEN) mm.c:907:d0 Error getting mfn 3a09c (pfn 55555555) from L1 entry 000000003a09c023 for l1e_owner=0, pg_owner=0 >>>> (XEN) mm.c:907:d0 Error getting mfn 3a09d (pfn 55555555) from L1 entry 000000003a09d023 for l1e_owner=0, pg_owner=0 >>>> (XEN) mm.c:907:d0 Error getting mfn 3a09e (pfn 55555555) from L1 entry 000000003a09e023 for l1e_owner=0, pg_owner=0 >>>> (XEN) mm.c:907:d0 Error getting mfn 3a09f (pfn 55555555) from L1 entry 000000003a09f023 for l1e_owner=0, pg_owner=0 >>>> (XEN) traps.c:2388:d0 Domain attempted WRMSR c0010004 from 0x0000ab23d6d622da to 0x000000000000abcd. >>> Do they show up during bootup? As in do you see those _when_ you launch your guests? >>> To figure out this particular issue you should try using ''console_to_ring'' (so that >>> dom0 output and Xen output are mingled togehter) and also post this under a new subject >>> to not confuse this email thread. >> The messages show up during the initial dom0 boot, before any domUs are >> loaded. I''ve attached a second xl dmesg log which is similar to the >> first, but the numbers in the error messages are different. >> >> The messages are hardware dependant as I don''t get them on another >> system with different hardware configuration but with identical software. >> >> The motherboard is a ASUS M2N68 AM PLUS, with 4GB of RAM. If I remove >> one of the sticks of ram to take it down to 2GB, the mm.c errors are no >> longer displayed, but I still get the traps.c message. >> > Um, you might want to include ''loglevel=9 console=hvc0 initcall_debug'' on your Linux line > so the output from Linux kernel gets intermingled with the Xen. > >> mapping kernel into physical memory >> Xen: setup ISA identity maps >> about to get started... >> (XEN) mm.c:907:d0 Error getting mfn 3809c (pfn b602c) from L1 entry 000000003809c023 for l1e_owner=0, pg_owner=0 >> (XEN) mm.c:907:d0 Error getting mfn 3809d (pfn b602d) from L1 entry 000000003809d023 for l1e_owner=0, pg_owner=0 >> (XEN) mm.c:907:d0 Error getting mfn 3809e (pfn b602e) from L1 entry 000000003809e023 for l1e_owner=0, pg_owner=0 >> (XEN) mm.c:907:d0 Error getting mfn 3809f (pfn b602f) from L1 entry 000000003809f023 for l1e_owner=0, pg_owner=0 >> (XEN) traps.c:2388:d0 Domain attempted WRMSR c0010004 from 0x00009b27fe9726ca to 0x000000000000abcd.I ran with ''console_to_ring conring_size=65536'' on the xen command line & ''debug loglevel=9 console=hvc0 initcall_debug'' on the kernel command line. The output is attached. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Konrad Rzeszutek Wilk
2011-Sep-26 14:02 UTC
Re: [Xen-devel] Getting mm.c errors from xl dmesg on certain hardware
On Fri, Sep 23, 2011 at 03:42:55PM +0100, Anthony Wright wrote:> On 23/09/2011 14:29, Konrad Rzeszutek Wilk wrote: > > On Fri, Sep 23, 2011 at 11:29:31AM +0100, Anthony Wright wrote: > >> Konrad Rzeszutek Wilk wrote: > >> > >>>> (XEN) mm.c:907:d0 Error getting mfn 3a09c (pfn 55555555) from L1 entry 000000003a09c023 for l1e_owner=0, pg_owner=0 > >>>> (XEN) mm.c:907:d0 Error getting mfn 3a09d (pfn 55555555) from L1 entry 000000003a09d023 for l1e_owner=0, pg_owner=0 > >>>> (XEN) mm.c:907:d0 Error getting mfn 3a09e (pfn 55555555) from L1 entry 000000003a09e023 for l1e_owner=0, pg_owner=0 > >>>> (XEN) mm.c:907:d0 Error getting mfn 3a09f (pfn 55555555) from L1 entry 000000003a09f023 for l1e_owner=0, pg_owner=0 > >>>> (XEN) traps.c:2388:d0 Domain attempted WRMSR c0010004 from 0x0000ab23d6d622da to 0x000000000000abcd. > >>> Do they show up during bootup? As in do you see those _when_ you launch your guests? > >>> To figure out this particular issue you should try using ''console_to_ring'' (so that > >>> dom0 output and Xen output are mingled togehter) and also post this under a new subject > >>> to not confuse this email thread. > >> The messages show up during the initial dom0 boot, before any domUs are > >> loaded. I''ve attached a second xl dmesg log which is similar to the > >> first, but the numbers in the error messages are different. > >> > >> The messages are hardware dependant as I don''t get them on another > >> system with different hardware configuration but with identical software. > >> > >> The motherboard is a ASUS M2N68 AM PLUS, with 4GB of RAM. If I remove > >> one of the sticks of ram to take it down to 2GB, the mm.c errors are no > >> longer displayed, but I still get the traps.c message. > >> > > Um, you might want to include ''loglevel=9 console=hvc0 initcall_debug'' on your Linux line > > so the output from Linux kernel gets intermingled with the Xen. > > > >> mapping kernel into physical memory > >> Xen: setup ISA identity maps > >> about to get started... > >> (XEN) mm.c:907:d0 Error getting mfn 3809c (pfn b602c) from L1 entry 000000003809c023 for l1e_owner=0, pg_owner=0 > >> (XEN) mm.c:907:d0 Error getting mfn 3809d (pfn b602d) from L1 entry 000000003809d023 for l1e_owner=0, pg_owner=0 > >> (XEN) mm.c:907:d0 Error getting mfn 3809e (pfn b602e) from L1 entry 000000003809e023 for l1e_owner=0, pg_owner=0 > >> (XEN) mm.c:907:d0 Error getting mfn 3809f (pfn b602f) from L1 entry 000000003809f023 for l1e_owner=0, pg_owner=0 > >> (XEN) traps.c:2388:d0 Domain attempted WRMSR c0010004 from 0x00009b27fe9726ca to 0x000000000000abcd. > I ran with ''console_to_ring conring_size=65536'' on the xen command line > & ''debug loglevel=9 console=hvc0 initcall_debug'' on the kernel command line.For the fun of it, can you twiddle with dom0_mem=512MB just to see what transpires? Nothing really jumps at me in regards to what could be at fault here. Is the .config based on some distro? Or is it a distro''s config?> > The output is attached.> __ __ _ _ _ _ > \ \/ /___ _ __ | || | / | / | > \ // _ \ ''_ \ | || |_ | | | | > / \ __/ | | | |__ _|| |_| | > /_/\_\___|_| |_| |_|(_)_(_)_| > > (XEN) Xen version 4.1.1 (@[unknown]) (gcc version 4.4.3 (GCC) ) Wed Sep 21 08:25:36 GMT 2011 > (XEN) Latest ChangeSet: unavailable > (XEN) Bootloader: GNU GRUB 0.97 > (XEN) Command line: console_to_ring conring_size=65536 > (XEN) Video information: > (XEN) VGA is text mode 80x25, font 8x16 > (XEN) VBE/DDC methods: none; EDID transfer time: 0 seconds > (XEN) EDID info not retrieved because no DDC retrieval method detected > (XEN) Disc information: > (XEN) Found 2 MBR signatures > (XEN) Found 2 EDD information structures > (XEN) Xen-e820 RAM map: > (XEN) 0000000000000000 - 000000000009b400 (usable) > (XEN) 000000000009b400 - 00000000000a0000 (reserved) > (XEN) 00000000000e2000 - 0000000000100000 (reserved) > (XEN) 0000000000100000 - 00000000aff90000 (usable) > (XEN) 00000000aff90000 - 00000000aff9e000 (ACPI data) > (XEN) 00000000aff9e000 - 00000000affe0000 (ACPI NVS) > (XEN) 00000000affe0000 - 00000000affee000 (reserved) > (XEN) 00000000afff0000 - 00000000b0000000 (reserved) > (XEN) 00000000fec00000 - 00000000fec01000 (reserved) > (XEN) 00000000fee00000 - 00000000fef00000 (reserved) > (XEN) 00000000fff00000 - 0000000100000000 (reserved) > (XEN) 0000000100000000 - 0000000140000000 (usable) > (XEN) System RAM: 3839MB (3931308kB) > (XEN) ACPI: RSDP 000FB5D0, 0014 (r0 ACPIAM) > (XEN) ACPI: RSDT AFF90000, 0038 (r1 032210 RSDT1037 20100322 MSFT 97) > (XEN) ACPI: FACP AFF90200, 0084 (r2 032210 FACP1037 20100322 MSFT 97) > (XEN) ACPI: DSDT AFF90460, 7307 (r1 A1270 A1270000 0 INTL 20060113) > (XEN) ACPI: FACS AFF9E000, 0040 > (XEN) ACPI: APIC AFF90390, 0090 (r1 032210 APIC1037 20100322 MSFT 97) > (XEN) ACPI: MCFG AFF90420, 003C (r1 032210 OEMMCFG 20100322 MSFT 97) > (XEN) ACPI: OEMB AFF9E040, 0071 (r1 032210 OEMB1037 20100322 MSFT 97) > (XEN) ACPI: HPET AFF97770, 0038 (r1 032210 OEMHPET0 20100322 MSFT 97) > (XEN) Xen heap: 9MB (9788kB) > (XEN) Domain heap initialised > (XEN) Processor #0 0:6 APIC version 16 > (XEN) Processor #1 0:6 APIC version 16 > (XEN) IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23 > (XEN) Enabling APIC mode: Flat. Using 1 I/O APICs > (XEN) Table is not found! > (XEN) Using scheduler: SMP Credit Scheduler (credit) > (XEN) Detected 3013.751 MHz processor. > (XEN) AMD-Vi: IOMMU not found! > (XEN) I/O virtualisation disabled > (XEN) ENABLING IO-APIC IRQs > (XEN) -> Using new ACK method > (XEN) Platform timer is 25.000MHz HPET > (XEN) Allocated console ring of 4096 KiB. > (XEN) CPU0: AMD SVM Extension is disabled in BIOS. > (XEN) SVM: failed to initialise. > (XEN) Brought up 2 CPUs > (XEN) *** LOADING DOMAIN 0 *** > (XEN) Xen kernel: 32-bit, PAE, lsb > (XEN) Dom0 kernel: 32-bit, PAE, lsb, paddr 0x1000000 -> 0x1b38000 > (XEN) PHYSICAL MEMORY ARRANGEMENT: > (XEN) Dom0 alloc.: 0000000138000000->000000013c000000 (920701 pages to be allocated) > (XEN) Init. ramdisk: 000000013f6ef000->000000013ffffca4 > (XEN) VIRTUAL MEMORY ARRANGEMENT: > (XEN) Loaded kernel: c1000000->c1b38000 > (XEN) Init. ramdisk: c1b38000->c2448ca4 > (XEN) Phys-Mach map: c2449000->c27de638 > (XEN) Start info: c27df000->c27df47c > (XEN) Page tables: c27e0000->c27fb000 > (XEN) Boot stack: c27fb000->c27fc000 > (XEN) TOTAL: c0000000->c2c00000 > (XEN) ENTRY ADDRESS: c173e000 > (XEN) Dom0 has maximum 2 VCPUs > (XEN) Scrubbing Free RAM: .done. > (XEN) Xen trace buffers: disabled > (XEN) Std. Loglevel: Errors and warnings > (XEN) Guest Loglevel: Nothing (Rate-limited: Errors and warnings) > (XEN) Xen is relinquishing VGA console. > (XEN) *** Serial input -> DOM0 (type ''CTRL-a'' three times to switch input to Xen) > (XEN) Freed 188kB init memory. > mapping kernel into physical memory > Xen: setup ISA identity maps > about to get started... > (XEN) mm.c:907:d0 Error getting mfn 3809c (pfn b602c) from L1 entry 000000003809c023 for l1e_owner=0, pg_owner=0 > (XEN) mm.c:907:d0 Error getting mfn 3809d (pfn b602d) from L1 entry 000000003809d023 for l1e_owner=0, pg_owner=0 > (XEN) mm.c:907:d0 Error getting mfn 3809e (pfn b602e) from L1 entry 000000003809e023 for l1e_owner=0, pg_owner=0 > (XEN) mm.c:907:d0 Error getting mfn 3809f (pfn b602f) from L1 entry 000000003809f023 for l1e_owner=0, pg_owner=0 > [ 0.000000] Reserving virtual address space above 0xf5800000 > [ 0.000000] Initializing cgroup subsys cpuset > [ 0.000000] Initializing cgroup subsys cpu > [ 0.000000] Linux version 3.0.4 (root@linux-krq0) (gcc version 4.4.3 (GCC) ) #1 SMP Thu Sep 22 12:32:25 GMT 2011 > [ 0.000000] KERNEL supported cpus: > [ 0.000000] Intel GenuineIntel > [ 0.000000] AMD AuthenticAMD > [ 0.000000] NSC Geode by NSC > [ 0.000000] Cyrix CyrixInstead > [ 0.000000] Centaur CentaurHauls > [ 0.000000] Transmeta GenuineTMx86 > [ 0.000000] Transmeta TransmetaCPU > [ 0.000000] UMC UMC UMC UMC > [ 0.000000] xen_release_chunk: looking at area pfn affee-afff0: 2 pages freed > [ 0.000000] xen_release_chunk: looking at area pfn b0000-e558e: 218510 pages freed > [ 0.000000] released 218512 pages of unused memory > [ 0.000000] 1-1 mapping on 9c->100 > [ 0.000000] 1-1 mapping on aff90->100000 > [ 0.000000] Set 327892 page(s) to 1-1 mapping. > [ 0.000000] BIOS-provided physical RAM map: > [ 0.000000] Xen: 0000000000000000 - 000000000009b000 (usable) > [ 0.000000] Xen: 000000000009b400 - 0000000000100000 (reserved) > [ 0.000000] Xen: 0000000000100000 - 00000000aff90000 (usable) > [ 0.000000] Xen: 00000000aff90000 - 00000000aff9e000 (ACPI data) > [ 0.000000] Xen: 00000000aff9e000 - 00000000affe0000 (ACPI NVS) > [ 0.000000] Xen: 00000000affe0000 - 00000000affee000 (reserved) > [ 0.000000] Xen: 00000000afff0000 - 00000000b0000000 (reserved) > [ 0.000000] Xen: 00000000fec00000 - 00000000fec01000 (reserved) > [ 0.000000] Xen: 00000000fee00000 - 00000000fef00000 (reserved) > [ 0.000000] Xen: 00000000fff00000 - 0000000100000000 (reserved) > [ 0.000000] Xen: 0000000100000000 - 0000000175590000 (usable) > [ 0.000000] NX (Execute Disable) protection: active > [ 0.000000] DMI present. > [ 0.000000] DMI: System manufacturer System Product Name/M2N68-AM Plus, BIOS 1402 03/22/2010 > [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) > [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) > [ 0.000000] last_pfn = 0x175590 max_arch_pfn = 0x1000000 > [ 0.000000] found SMP MP-table at [c00ff780] ff780 > [ 0.000000] initial memory mapped : 0 - 033ff000 > [ 0.000000] Base memory trampoline at [c0097000] 97000 size 16384 > [ 0.000000] init_memory_mapping: 0000000000000000-000000002d3fe000 > [ 0.000000] 0000000000 - 002d3fe000 page 4k > [ 0.000000] kernel direct mapping tables up to 2d3fe000 @ 3292000-33ff000 > [ 0.000000] xen: setting RW the range 33e2000 - 33ff000 > [ 0.000000] RAMDISK: 01b38000 - 02449000 > [ 0.000000] ACPI: RSDP 000fb5d0 00014 (v00 ACPIAM) > [ 0.000000] ACPI: RSDT aff90000 00038 (v01 032210 RSDT1037 20100322 MSFT 00000097) > [ 0.000000] ACPI: FACP aff90200 00084 (v02 032210 FACP1037 20100322 MSFT 00000097) > [ 0.000000] ACPI: DSDT aff90460 07307 (v01 A1270 A1270000 00000000 INTL 20060113) > [ 0.000000] ACPI: FACS aff9e000 00040 > [ 0.000000] ACPI: APIC aff90390 00090 (v01 032210 APIC1037 20100322 MSFT 00000097) > [ 0.000000] ACPI: MCFG aff90420 0003C (v01 032210 OEMMCFG 20100322 MSFT 00000097) > [ 0.000000] ACPI: OEMB aff9e040 00071 (v01 032210 OEMB1037 20100322 MSFT 00000097) > [ 0.000000] ACPI: HPET aff97770 00038 (v01 032210 OEMHPET0 20100322 MSFT 00000097) > [ 0.000000] ACPI: Local APIC address 0xfee00000 > [ 0.000000] 5249MB HIGHMEM available. > [ 0.000000] 723MB LOWMEM available. > [ 0.000000] mapped low ram: 0 - 2d3fe000 > [ 0.000000] low ram: 0 - 2d3fe000 > [ 0.000000] Zone PFN ranges: > [ 0.000000] DMA 0x00000010 -> 0x00001000 > [ 0.000000] Normal 0x00001000 -> 0x0002d3fe > [ 0.000000] HighMem 0x0002d3fe -> 0x00175590 > [ 0.000000] Movable zone start PFN for each node > [ 0.000000] early_node_map[3] active PFN ranges > [ 0.000000] 0: 0x00000010 -> 0x0000009b > [ 0.000000] 0: 0x00000100 -> 0x000aff90 > [ 0.000000] 0: 0x00100000 -> 0x00175590 > [ 0.000000] On node 0 totalpages: 1201323 > [ 0.000000] free_area_init_node: node 0, pgdat c1733b40, node_mem_map ea54d200 > [ 0.000000] DMA zone: 32 pages used for memmap > [ 0.000000] DMA zone: 0 pages reserved > [ 0.000000] DMA zone: 3947 pages, LIFO batch:0 > [ 0.000000] Normal zone: 1416 pages used for memmap > [ 0.000000] Normal zone: 179830 pages, LIFO batch:31 > [ 0.000000] HighMem zone: 10500 pages used for memmap > [ 0.000000] HighMem zone: 1005598 pages, LIFO batch:31 > [ 0.000000] Using APIC driver default > [ 0.000000] ACPI: PM-Timer IO Port: 0x508 > [ 0.000000] ACPI: Local APIC address 0xfee00000 > [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) > [ 0.000000] BIOS bug: APIC version is 0 for CPU 0/0x0, fixing up to 0x10 > [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) > [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled) > [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled) > [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled) > [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled) > [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) > [ 0.000000] IOAPIC[0]: apic_id 2, version 255, address 0xfec00000, GSI 0-255 > [ 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: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge) > [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge) > [ 0.000000] ACPI: IRQ0 used by override. > [ 0.000000] ACPI: IRQ2 used by override. > [ 0.000000] ACPI: IRQ9 used by override. > [ 0.000000] ACPI: IRQ14 used by override. > [ 0.000000] ACPI: IRQ15 used by override. > [ 0.000000] Using ACPI (MADT) for SMP configuration information > [ 0.000000] ACPI: HPET id: 0x10de8201 base: 0xfed00000 > [ 0.000000] SMP: Allowing 6 CPUs, 4 hotplug CPUs > [ 0.000000] nr_irqs_gsi: 272 > [ 0.000000] PM: Registered nosave memory: 000000000009b000 - 000000000009c000 > [ 0.000000] PM: Registered nosave memory: 000000000009c000 - 0000000000100000 > [ 0.000000] Allocating PCI resources starting at b0000000 (gap: b0000000:4ec00000) > [ 0.000000] Booting paravirtualized kernel on Xen > [ 0.000000] Xen version: 4.1.1 (preserve-AD) > [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:6 nr_node_ids:1 > [ 0.000000] PERCPU: Embedded 12 pages/cpu @ea4f3000 s28352 r0 d20800 u49152 > [ 0.000000] pcpu-alloc: s28352 r0 d20800 u49152 alloc=12*4096 > [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 > [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1189375 > [ 0.000000] Kernel command line: boot_media=loop-disk boot_volume="/dev/sd?1" boot_volume_id=59e069103c926191 boot_mode=setup-automatic debug loglevel=9 console=hvc0 initcall_debug > [ 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] allocated 24467456 bytes of page_cgroup > [ 0.000000] please try ''cgroup_disable=memory'' option if you don''t want memory cgroups > [ 0.000000] Placing 64MB software IO TLB between e4cd9000 - e8cd9000 > [ 0.000000] software IO TLB at phys 0x24cd9000 - 0x28cd9000 > [ 0.000000] Initializing HighMem for node 0 (0002d3fe:00175590) > [ 0.000000] Memory: 2720416k/6116928k available (5077k kernel code, 162252k reserved, 2334k data, 676k init, 2141768k highmem) > [ 0.000000] virtual kernel memory layout: > [ 0.000000] fixmap : 0xf5716000 - 0xf57ff000 ( 932 kB) > [ 0.000000] pkmap : 0xf5400000 - 0xf5600000 (2048 kB) > [ 0.000000] vmalloc : 0xedbfe000 - 0xf53fe000 ( 120 MB) > [ 0.000000] lowmem : 0xc0000000 - 0xed3fe000 ( 723 MB) > [ 0.000000] .init : 0xc173e000 - 0xc17e7000 ( 676 kB) > [ 0.000000] .data : 0xc14f5620 - 0xc173d180 (2334 kB) > [ 0.000000] .text : 0xc1000000 - 0xc14f5620 (5077 kB) > [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1 > [ 0.000000] Hierarchical RCU implementation. > [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. > [ 0.000000] NR_IRQS:2304 nr_irqs:1536 16 > [ 0.000000] CPU 0 irqstacks, hard=e4818000 soft=e481a000 > [ 0.000000] xen: sci override: global_irq=9 trigger=0 polarity=0 > [ 0.000000] xen: registering gsi 9 triggering 0 polarity 0 > [ 0.000000] xen: --> pirq=9 -> irq=9 (gsi=9) > [ 0.000000] xen: acpi sci 9 > [ 0.000000] xen: --> pirq=1 -> irq=1 (gsi=1) > [ 0.000000] xen: --> pirq=2 -> irq=2 (gsi=2) > [ 0.000000] xen: --> pirq=3 -> irq=3 (gsi=3) > [ 0.000000] xen: --> pirq=4 -> irq=4 (gsi=4) > [ 0.000000] xen: --> pirq=5 -> irq=5 (gsi=5) > [ 0.000000] xen: --> pirq=6 -> irq=6 (gsi=6) > [ 0.000000] xen: --> pirq=7 -> irq=7 (gsi=7) > [ 0.000000] xen: --> pirq=8 -> irq=8 (gsi=8) > [ 0.000000] xen_map_pirq_gsi: returning irq 9 for gsi 9 > [ 0.000000] xen: --> pirq=9 -> irq=9 (gsi=9) > [ 0.000000] xen: --> pirq=10 -> irq=10 (gsi=10) > [ 0.000000] xen: --> pirq=11 -> irq=11 (gsi=11) > [ 0.000000] xen: --> pirq=12 -> irq=12 (gsi=12) > [ 0.000000] xen: --> pirq=13 -> irq=13 (gsi=13) > [ 0.000000] xen: --> pirq=14 -> irq=14 (gsi=14) > [ 0.000000] xen: --> pirq=15 -> irq=15 (gsi=15) > [ 0.000000] Console: colour VGA+ 80x25 > [ 0.000000] console [hvc0] enabled > [ 0.000000] Xen: using vcpuop timer interface > [ 0.000000] installing Xen timer for CPU 0 > [ 0.000000] Detected 3013.750 MHz processor. > [ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 6027.50 BogoMIPS (lpj=12055000) > [ 0.004000] pid_max: default: 32768 minimum: 301 > [ 0.004000] Mount-cache hash table entries: 512 > [ 0.004000] Initializing cgroup subsys cpuacct > [ 0.004000] Initializing cgroup subsys memory > [ 0.004000] Initializing cgroup subsys devices > [ 0.004000] Initializing cgroup subsys freezer > [ 0.004000] Initializing cgroup subsys net_cls > [ 0.004000] Initializing cgroup subsys blkio > [ 0.004000] CPU: Physical Processor ID: 0 > [ 0.004000] CPU: Processor Core ID: 0 > [ 0.004000] ACPI: Core revision 20110413 > [ 0.012000] ftrace: allocating 21320 entries in 42 pages > [ 0.016106] cpu 0 spinlock event irq 273 > [ 0.016154] calling trace_init_flags_sys_exit+0x0/0x11 @ 1 > [ 0.016166] initcall trace_init_flags_sys_exit+0x0/0x11 returned 0 after 0 usecs > [ 0.016180] calling trace_init_flags_sys_enter+0x0/0x11 @ 1 > [ 0.016192] initcall trace_init_flags_sys_enter+0x0/0x11 returned 0 after 0 usecs > [ 0.016206] calling init_hw_perf_events+0x0/0xef8 @ 1 > [ 0.016215] Performance Events: (XEN) traps.c:2388:d0 Domain attempted WRMSR c0010004 from 0x00009b27f69722da to 0x000000000000abcd. > Broken PMU hardware detected, using software events only. > [ 0.016245] initcall init_hw_perf_events+0x0/0xef8 returned 0 after 0 usecs > [ 0.016258] calling migration_init+0x0/0x5b @ 1 > [ 0.016271] initcall migration_init+0x0/0x5b returned 0 after 0 usecs > [ 0.016283] calling spawn_ksoftirqd+0x0/0x45 @ 1 > [ 0.016320] initcall spawn_ksoftirqd+0x0/0x45 returned 0 after 0 usecs > [ 0.016333] calling init_workqueues+0x0/0x287 @ 1 > [ 0.016409] initcall init_workqueues+0x0/0x287 returned 0 after 0 usecs > [ 0.016422] calling cpu_stop_init+0x0/0x83 @ 1 > [ 0.016459] initcall cpu_stop_init+0x0/0x83 returned 0 after 0 usecs > [ 0.016472] calling rcu_scheduler_really_started+0x0/0x11 @ 1 > [ 0.016485] initcall rcu_scheduler_really_started+0x0/0x11 returned 0 after 0 usecs > [ 0.016499] calling relay_init+0x0/0x11 @ 1 > [ 0.016509] initcall relay_init+0x0/0x11 returned 0 after 0 usecs > [ 0.016521] calling tracer_alloc_buffers+0x0/0x18b @ 1 > [ 0.016581] initcall tracer_alloc_buffers+0x0/0x18b returned 0 after 0 usecs > [ 0.016595] calling init_trace_printk+0x0/0xf @ 1 > [ 0.016606] initcall init_trace_printk+0x0/0xf returned 0 after 0 usecs > [ 0.016686] CPU 1 irqstacks, hard=e48b0000 soft=e48b2000 > [ 0.016698] installing Xen timer for CPU 1 > [ 0.016715] cpu 1 spinlock event irq 279 > [ 0.004000] Initializing CPU#1 > [ 0.016859] Brought up 2 CPUs > [ 0.016949] devtmpfs: initialized > [ 0.016949] calling init_mmap_min_addr+0x0/0x11 @ 1 > [ 0.016949] initcall init_mmap_min_addr+0x0/0x11 returned 0 after 0 usecs > [ 0.016949] calling init_cpufreq_transition_notifier_list+0x0/0x18 @ 1 > [ 0.016949] initcall init_cpufreq_transition_notifier_list+0x0/0x18 returned 0 after 0 usecs > [ 0.016949] calling net_ns_init+0x0/0xed @ 1 > [ 0.016949] initcall net_ns_init+0x0/0xed returned 0 after 0 usecs > [ 0.016949] calling e820_mark_nvs_memory+0x0/0x33 @ 1 > [ 0.016949] PM: Registering ACPI NVS region at aff9e000 (270336 bytes) > [ 0.016949] initcall e820_mark_nvs_memory+0x0/0x33 returned 0 after 0 usecs > [ 0.016949] calling cpufreq_tsc+0x0/0x26 @ 1 > [ 0.016949] initcall cpufreq_tsc+0x0/0x26 returned 0 after 0 usecs > [ 0.016949] calling pci_reboot_init+0x0/0x11 @ 1 > [ 0.016949] initcall pci_reboot_init+0x0/0x11 returned 0 after 0 usecs > [ 0.016949] calling reboot_init+0x0/0x11 @ 1 > [ 0.016949] initcall reboot_init+0x0/0x11 returned 0 after 0 usecs > [ 0.016949] calling init_lapic_sysfs+0x0/0x1b @ 1 > [ 0.016949] initcall init_lapic_sysfs+0x0/0x1b returned 0 after 0 usecs > [ 0.016949] calling init_smp_flush+0x0/0x2c @ 1 > [ 0.016949] initcall init_smp_flush+0x0/0x2c returned 0 after 0 usecs > [ 0.016949] calling alloc_frozen_cpus+0x0/0x10 @ 1 > [ 0.016949] initcall alloc_frozen_cpus+0x0/0x10 returned 0 after 0 usecs > [ 0.016949] calling sysctl_init+0x0/0x29 @ 1 > [ 0.016949] initcall sysctl_init+0x0/0x29 returned 0 after 0 usecs > [ 0.016949] calling ksysfs_init+0x0/0x74 @ 1 > [ 0.016949] initcall ksysfs_init+0x0/0x74 returned 0 after 0 usecs > [ 0.016949] calling init_jiffies_clocksource+0x0/0xf @ 1 > [ 0.016949] initcall init_jiffies_clocksource+0x0/0xf returned 0 after 0 usecs > [ 0.016949] calling pm_init+0x0/0x61 @ 1 > [ 0.016949] initcall pm_init+0x0/0x61 returned 0 after 0 usecs > [ 0.016949] calling pm_disk_init+0x0/0x14 @ 1 > [ 0.016949] initcall pm_disk_init+0x0/0x14 returned 0 after 0 usecs > [ 0.016949] calling swsusp_header_init+0x0/0x30 @ 1 > [ 0.016949] initcall swsusp_header_init+0x0/0x30 returned 0 after 0 usecs > [ 0.016949] calling init_ftrace_syscalls+0x0/0x6f @ 1 > [ 0.017052] initcall init_ftrace_syscalls+0x0/0x6f returned 0 after 0 usecs > [ 0.017064] calling init_zero_pfn+0x0/0x14 @ 1 > [ 0.017075] initcall init_zero_pfn+0x0/0x14 returned 0 after 0 usecs > [ 0.017087] calling fsnotify_init+0x0/0x24 @ 1 > [ 0.017098] initcall fsnotify_init+0x0/0x24 returned 0 after 0 usecs > [ 0.017110] calling filelock_init+0x0/0x2f @ 1 > [ 0.017123] initcall filelock_init+0x0/0x2f returned 0 after 0 usecs > [ 0.017135] calling init_script_binfmt+0x0/0x11 @ 1 > [ 0.017145] initcall init_script_binfmt+0x0/0x11 returned 0 after 0 usecs > [ 0.017157] calling init_elf_binfmt+0x0/0x11 @ 1 > [ 0.017167] initcall init_elf_binfmt+0x0/0x11 returned 0 after 0 usecs > [ 0.017179] calling debugfs_init+0x0/0x4a @ 1 > [ 0.017192] initcall debugfs_init+0x0/0x4a returned 0 after 0 usecs > [ 0.017204] calling securityfs_init+0x0/0x41 @ 1 > [ 0.017216] initcall securityfs_init+0x0/0x41 returned 0 after 0 usecs > [ 0.017228] calling random32_init+0x0/0xa8 @ 1 > [ 0.017239] initcall random32_init+0x0/0xa8 returned 0 after 0 usecs > [ 0.017251] calling sfi_sysfs_init+0x0/0xbe @ 1 > [ 0.017261] initcall sfi_sysfs_init+0x0/0xbe returned 0 after 0 usecs > [ 0.017275] calling virtio_init+0x0/0x30 @ 1 > [ 0.017290] initcall virtio_init+0x0/0x30 returned 0 after 0 usecs > [ 0.017302] calling __gnttab_init+0x0/0x21 @ 1 > [ 0.017326] Grant table initialized > [ 0.017335] initcall __gnttab_init+0x0/0x21 returned 0 after 0 usecs > [ 0.017347] calling regulator_init+0x0/0x5e @ 1 > [ 0.017397] print_constraints: dummy: > [ 0.017411] initcall regulator_init+0x0/0x5e returned 0 after 0 usecs > [ 0.017425] calling early_resume_init+0x0/0x1b0 @ 1 > [ 0.017475] Time: 14:34:24 Date: 09/23/11 > [ 0.017484] initcall early_resume_init+0x0/0x1b0 returned 0 after 0 usecs > [ 0.017496] calling cpufreq_core_init+0x0/0x84 @ 1 > [ 0.017508] initcall cpufreq_core_init+0x0/0x84 returned 0 after 0 usecs > [ 0.017520] calling cpuidle_init+0x0/0x32 @ 1 > [ 0.017533] initcall cpuidle_init+0x0/0x32 returned 0 after 0 usecs > [ 0.017545] calling sock_init+0x0/0x78 @ 1 > [ 0.017576] initcall sock_init+0x0/0x78 returned 0 after 0 usecs > [ 0.017588] calling net_inuse_init+0x0/0x24 @ 1 > [ 0.017600] initcall net_inuse_init+0x0/0x24 returned 0 after 0 usecs > [ 0.017612] calling netpoll_init+0x0/0x2f @ 1 > [ 0.017622] initcall netpoll_init+0x0/0x2f returned 0 after 0 usecs > [ 0.017634] calling netlink_proto_init+0x0/0x17b @ 1 > [ 0.017647] NET: Registered protocol family 16 > [ 0.017664] initcall netlink_proto_init+0x0/0x17b returned 0 after 0 usecs > [ 0.017676] calling bdi_class_init+0x0/0x40 @ 1 > [ 0.017691] initcall bdi_class_init+0x0/0x40 returned 0 after 0 usecs > [ 0.017703] calling kobject_uevent_init+0x0/0x1e @ 1 > [ 0.017715] initcall kobject_uevent_init+0x0/0x1e returned 0 after 0 usecs > [ 0.017726] calling gpiolib_sysfs_init+0x0/0x66 @ 1 > [ 0.017744] initcall gpiolib_sysfs_init+0x0/0x66 returned 0 after 0 usecs > [ 0.017755] calling pcibus_class_init+0x0/0x14 @ 1 > [ 0.017769] initcall pcibus_class_init+0x0/0x14 returned 0 after 0 usecs > [ 0.017781] calling pci_driver_init+0x0/0xf @ 1 > [ 0.017797] initcall pci_driver_init+0x0/0xf returned 0 after 0 usecs > [ 0.017809] calling backlight_class_init+0x0/0x53 @ 1 > [ 0.017824] initcall backlight_class_init+0x0/0x53 returned 0 after 0 usecs > [ 0.017837] calling video_output_class_init+0x0/0x14 @ 1 > [ 0.017850] initcall video_output_class_init+0x0/0x14 returned 0 after 0 usecs > [ 0.017864] calling xenbus_init+0x0/0x250 @ 1 > [ 0.017917] initcall xenbus_init+0x0/0x250 returned 0 after 0 usecs > [ 0.017917] calling tty_class_init+0x0/0x2f @ 1 > [ 0.017917] initcall tty_class_init+0x0/0x2f returned 0 after 0 usecs > [ 0.017917] calling vtconsole_class_init+0x0/0xc2 @ 1 > [ 0.017917] initcall vtconsole_class_init+0x0/0xc2 returned 0 after 0 usecs > [ 0.017917] calling wakeup_sources_debugfs_init+0x0/0x2f @ 1 > [ 0.017917] initcall wakeup_sources_debugfs_init+0x0/0x2f returned 0 after 0 usecs > [ 0.017917] calling i2c_init+0x0/0x57 @ 1 > [ 0.017917] initcall i2c_init+0x0/0x57 returned 0 after 0 usecs > [ 0.017917] calling eisa_init+0x0/0x29 @ 1 > [ 0.017917] EISA bus registered > [ 0.017917] initcall eisa_init+0x0/0x29 returned 0 after 0 usecs > [ 0.017917] calling amd_postcore_init+0x0/0x139 @ 1 > [ 0.017917] node 0 link 0: io port [5000, ffffff] > [ 0.017917] TOM: 00000000c0000000 aka 3072M > [ 0.017917] Fam 10h mmconf [e0000000, efffffff] > [ 0.017917] node 0 link 0: mmio [e0000000, efffffff] ==> none > [ 0.017917] node 0 link 0: mmio [a0000, bffff] > [ 0.017917] node 0 link 0: mmio [c0000000, fe0bffff] ==> [c0000000, dfffffff] and [f0000000, fe0bffff] > [ 0.017917] TOM2: 0000000140000000 aka 5120M > [ 0.017917] bus: [00, 07] on node 0 link 0 > [ 0.017917] bus: 00 index 0 [io 0x0000-0xffff] > [ 0.017917] bus: 00 index 1 [mem 0x000a0000-0x000bffff] > [ 0.017917] bus: 00 index 2 [mem 0xc0000000-0xdfffffff] > [ 0.017917] bus: 00 index 3 [mem 0xf0000000-0xffffffff] > [ 0.017917] bus: 00 index 4 [mem 0x140000000-0xfcffffffff] > [ 0.017917] Extended Config Space enabled on 1 nodes > [ 0.017917] initcall amd_postcore_init+0x0/0x139 returned 0 after 0 usecs > [ 0.017917] calling arch_kdebugfs_init+0x0/0x1e @ 1 > [ 0.017917] initcall arch_kdebugfs_init+0x0/0x1e returned 0 after 0 usecs > [ 0.017917] calling init_pit_clocksource+0x0/0x36 @ 1 > [ 0.017917] initcall init_pit_clocksource+0x0/0x36 returned 0 after 0 usecs > [ 0.017917] calling configure_trampolines+0x0/0x1f @ 1 > [ 0.017917] initcall configure_trampolines+0x0/0x1f returned 0 after 0 usecs > [ 0.017917] calling mtrr_if_init+0x0/0x56 @ 1 > [ 0.017917] initcall mtrr_if_init+0x0/0x56 returned -19 after 0 usecs > [ 0.017917] calling ffh_cstate_init+0x0/0x27 @ 1 > [ 0.017917] initcall ffh_cstate_init+0x0/0x27 returned -1 after 0 usecs > [ 0.017917] initcall ffh_cstate_init+0x0/0x27 returned with error code -1 > [ 0.017917] calling kdump_buf_page_init+0x0/0x41 @ 1 > [ 0.017917] initcall kdump_buf_page_init+0x0/0x41 returned 0 after 0 usecs > [ 0.017917] calling acpi_pci_init+0x0/0x5b @ 1 > [ 0.017917] ACPI: bus type pci registered > [ 0.017917] initcall acpi_pci_init+0x0/0x5b returned 0 after 0 usecs > [ 0.017917] calling dma_bus_init+0x0/0x32 @ 1 > [ 0.017917] initcall dma_bus_init+0x0/0x32 returned 0 after 0 usecs > [ 0.017917] calling dma_channel_table_init+0x0/0xe8 @ 1 > [ 0.017917] initcall dma_channel_table_init+0x0/0xe8 returned 0 after 0 usecs > [ 0.017917] calling setup_vcpu_hotplug_event+0x0/0x1f @ 1 > [ 0.017917] initcall setup_vcpu_hotplug_event+0x0/0x1f returned 0 after 0 usecs > [ 0.017917] calling register_xen_pci_notifier+0x0/0x2c @ 1 > [ 0.017917] initcall register_xen_pci_notifier+0x0/0x2c returned 0 after 0 usecs > [ 0.017917] calling dmi_id_init+0x0/0x2ad @ 1 > [ 0.017917] initcall dmi_id_init+0x0/0x2ad returned 0 after 0 usecs > [ 0.017917] calling pci_arch_init+0x0/0x65 @ 1 > [ 0.017917] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) > [ 0.017917] PCI: not using MMCONFIG > [ 0.020114] PCI : PCI BIOS aera is rw and x. Use pci=nobios if you want it NX. > [ 0.020267] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=4 > [ 0.020278] PCI: Using configuration type 1 for base access > [ 0.020287] PCI: Using configuration type 1 for extended access > [ 0.020307] initcall pci_arch_init+0x0/0x65 returned 0 after 3906 usecs > [ 0.020318] calling topology_init+0x0/0x36 @ 1 > [ 0.020337] initcall topology_init+0x0/0x36 returned 0 after 0 usecs > [ 0.020349] calling mtrr_init_finialize+0x0/0x30 @ 1 > [ 0.020360] initcall mtrr_init_finialize+0x0/0x30 returned 0 after 0 usecs > [ 0.020372] calling mca_init+0x0/0x2e4 @ 1 > [ 0.020386] initcall mca_init+0x0/0x2e4 returned -19 after 0 usecs > [ 0.020398] calling param_sysfs_init+0x0/0x166 @ 1 > [ 0.020933] initcall param_sysfs_init+0x0/0x166 returned 0 after 0 usecs > [ 0.020945] calling pm_sysrq_init+0x0/0x20 @ 1 > [ 0.020956] initcall pm_sysrq_init+0x0/0x20 returned 0 after 0 usecs > [ 0.020968] calling default_bdi_init+0x0/0xac @ 1 > [ 0.020997] initcall default_bdi_init+0x0/0xac returned 0 after 0 usecs > [ 0.020997] calling init_bio+0x0/0x100 @ 1 > [ 0.020997] bio: create slab <bio-0> at 0 > [ 0.020997] initcall init_bio+0x0/0x100 returned 0 after 0 usecs > [ 0.020997] calling fsnotify_notification_init+0x0/0x9c @ 1 > [ 0.020997] initcall fsnotify_notification_init+0x0/0x9c returned 0 after 0 usecs > [ 0.020997] calling cryptomgr_init+0x0/0xf @ 1 > [ 0.020997] initcall cryptomgr_init+0x0/0xf returned 0 after 0 usecs > [ 0.020997] calling blk_settings_init+0x0/0x21 @ 1 > [ 0.020997] initcall blk_settings_init+0x0/0x21 returned 0 after 0 usecs > [ 0.020997] calling blk_ioc_init+0x0/0x2f @ 1 > [ 0.020997] initcall blk_ioc_init+0x0/0x2f returned 0 after 0 usecs > [ 0.020997] calling blk_softirq_init+0x0/0x54 @ 1 > [ 0.020997] initcall blk_softirq_init+0x0/0x54 returned 0 after 0 usecs > [ 0.020997] calling blk_iopoll_setup+0x0/0x54 @ 1 > [ 0.020997] initcall blk_iopoll_setup+0x0/0x54 returned 0 after 0 usecs > [ 0.020997] calling genhd_device_init+0x0/0x61 @ 1 > [ 0.020997] initcall genhd_device_init+0x0/0x61 returned 0 after 0 usecs > [ 0.020997] calling blk_dev_integrity_init+0x0/0x2f @ 1 > [ 0.020997] initcall blk_dev_integrity_init+0x0/0x2f returned 0 after 0 usecs > [ 0.020997] calling gpiolib_debugfs_init+0x0/0x2a @ 1 > [ 0.020997] initcall gpiolib_debugfs_init+0x0/0x2a returned 0 after 0 usecs > [ 0.020997] calling stmpe_gpio_init+0x0/0xf @ 1 > [ 0.020997] initcall stmpe_gpio_init+0x0/0xf returned 0 after 0 usecs > [ 0.020997] calling tc3589x_gpio_init+0x0/0xf @ 1 > [ 0.020997] initcall tc3589x_gpio_init+0x0/0xf returned 0 after 0 usecs > [ 0.020997] calling sx150x_init+0x0/0x11 @ 1 > [ 0.020997] initcall sx150x_init+0x0/0x11 returned 0 after 0 usecs > [ 0.020997] calling pci_slot_init+0x0/0x50 @ 1 > [ 0.020997] initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs > [ 0.020997] calling acpi_init+0x0/0x272 @ 1 > [ 0.024240] ACPI: EC: Look up EC in DSDT > [ 0.028023] ACPI: Executed 1 blocks of module-level executable AML code > [ 0.032001] ACPI: Interpreter enabled > [ 0.032001] ACPI: (supports S0 S1 S3 S4 S5) > [ 0.032001] ACPI: Using IOAPIC for interrupt routing > [ 0.032027] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) > [ 0.033838] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources > [ 0.033853] PCI: Using MMCONFIG for extended config space > [ 0.041215] initcall acpi_init+0x0/0x272 returned 0 after 19532 usecs > [ 0.041229] calling dock_init+0x0/0xb3 @ 1 > [ 0.041447] ACPI: No dock devices found. > [ 0.041456] initcall dock_init+0x0/0xb3 returned 0 after 0 usecs > [ 0.041468] calling acpi_pci_root_init+0x0/0x2f @ 1 > [ 0.041477] HEST: Table not found. > [ 0.041486] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug > [ 0.041732] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) > [ 0.041944] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] > [ 0.041957] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] > [ 0.041968] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] > [ 0.041982] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] > [ 0.041995] pci_root PNP0A03:00: host bridge window [mem 0xb0000000-0xdfffffff] > [ 0.042007] pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfed44fff] > [ 0.042049] pci 0000:00:00.0: [10de:03e2] type 0 class 0x000500 > [ 0.042276] pci 0000:00:01.0: [10de:03e1] type 0 class 0x000601 > [ 0.042300] pci 0000:00:01.0: reg 10: [io 0x0900-0x09ff] > [ 0.042383] pci 0000:00:01.1: [10de:03eb] type 0 class 0x000c05 > [ 0.042414] pci 0000:00:01.1: reg 10: [io 0x0e00-0x0e3f] > [ 0.042458] pci 0000:00:01.1: reg 20: [io 0x0600-0x063f] > [ 0.042477] pci 0000:00:01.1: reg 24: [io 0x0700-0x073f] > [ 0.042521] pci 0000:00:01.1: PME# supported from D3hot D3cold > [ 0.042538] pci 0000:00:01.1: PME# disabled > [ 0.042560] pci 0000:00:01.2: [10de:03f5] type 0 class 0x000500 > [ 0.042662] pci 0000:00:02.0: [10de:03f1] type 0 class 0x000c03 > [ 0.042691] pci 0000:00:02.0: reg 10: [mem 0xdfffb000-0xdfffbfff] > [ 0.042773] pci 0000:00:02.0: supports D1 D2 > [ 0.042783] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold > [ 0.042797] pci 0000:00:02.0: PME# disabled > [ 0.042824] pci 0000:00:02.1: [10de:03f2] type 0 class 0x000c03 > [ 0.042856] pci 0000:00:02.1: reg 10: [mem 0xdfffac00-0xdfffacff] > [ 0.042946] pci 0000:00:02.1: supports D1 D2 > [ 0.042956] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold > [ 0.042970] pci 0000:00:02.1: PME# disabled > [ 0.043010] pci 0000:00:04.0: [10de:03f3] type 1 class 0x000604 > [ 0.043107] pci 0000:00:05.0: [10de:03f0] type 0 class 0x000403 > [ 0.043140] pci 0000:00:05.0: reg 10: [mem 0xdfff4000-0xdfff7fff] > [ 0.043233] pci 0000:00:05.0: PME# supported from D3hot D3cold > [ 0.043247] pci 0000:00:05.0: PME# disabled > [ 0.043287] pci 0000:00:06.0: [10de:03ec] type 0 class 0x000101 > [ 0.043349] pci 0000:00:06.0: reg 20: [io 0xffa0-0xffaf] > [ 0.043417] pci 0000:00:07.0: [10de:03ef] type 0 class 0x000680 > [ 0.043449] pci 0000:00:07.0: reg 10: [mem 0xdfff9000-0xdfff9fff] > [ 0.043468] pci 0000:00:07.0: reg 14: [io 0xe480-0xe487] > [ 0.043546] pci 0000:00:07.0: supports D1 D2 > [ 0.043556] pci 0000:00:07.0: PME# supported from D0 D1 D2 D3hot D3cold > [ 0.043571] pci 0000:00:07.0: PME# disabled > [ 0.043604] pci 0000:00:08.0: [10de:03f6] type 0 class 0x000101 > [ 0.043635] pci 0000:00:08.0: reg 10: [io 0xe400-0xe407] > [ 0.043652] pci 0000:00:08.0: reg 14: [io 0xe080-0xe083] > [ 0.043670] pci 0000:00:08.0: reg 18: [io 0xe000-0xe007] > [ 0.043688] pci 0000:00:08.0: reg 1c: [io 0xdc00-0xdc03] > [ 0.043705] pci 0000:00:08.0: reg 20: [io 0xd880-0xd88f] > [ 0.043723] pci 0000:00:08.0: reg 24: [mem 0xdfff8000-0xdfff8fff] > [ 0.043796] pci 0000:00:08.1: [10de:03f6] type 0 class 0x000101 > [ 0.043828] pci 0000:00:08.1: reg 10: [io 0xd800-0xd807] > [ 0.043846] pci 0000:00:08.1: reg 14: [io 0xd480-0xd483] > [ 0.043863] pci 0000:00:08.1: reg 18: [io 0xd400-0xd407] > [ 0.043881] pci 0000:00:08.1: reg 1c: [io 0xd080-0xd083] > [ 0.043898] pci 0000:00:08.1: reg 20: [io 0xd000-0xd00f] > [ 0.043916] pci 0000:00:08.1: reg 24: [mem 0xdffef000-0xdffeffff] > [ 0.043998] pci 0000:00:09.0: [10de:03e8] type 1 class 0x000604 > [ 0.044034] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold > [ 0.044048] pci 0000:00:09.0: PME# disabled > [ 0.044090] pci 0000:00:0b.0: [10de:03e9] type 1 class 0x000604 > [ 0.044169] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold > [ 0.044182] pci 0000:00:0b.0: PME# disabled > [ 0.044222] pci 0000:00:0c.0: [10de:03e9] type 1 class 0x000604 > [ 0.044300] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold > [ 0.044314] pci 0000:00:0c.0: PME# disabled > [ 0.044348] pci 0000:00:0d.0: [10de:03d6] type 0 class 0x000300 > [ 0.044376] pci 0000:00:0d.0: reg 10: [mem 0xde000000-0xdeffffff] > [ 0.044399] pci 0000:00:0d.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref] > [ 0.044424] pci 0000:00:0d.0: reg 1c: [mem 0xdd000000-0xddffffff 64bit] > [ 0.044450] pci 0000:00:0d.0: reg 30: [mem 0xdffc0000-0xdffdffff pref] > [ 0.044514] pci 0000:00:18.0: [1022:1200] type 0 class 0x000600 > [ 0.044582] pci 0000:00:18.1: [1022:1201] type 0 class 0x000600 > [ 0.044639] pci 0000:00:18.2: [1022:1202] type 0 class 0x000600 > [ 0.044697] pci 0000:00:18.3: [1022:1203] type 0 class 0x000600 > [ 0.044765] pci 0000:00:18.4: [1022:1204] type 0 class 0x000600 > [ 0.044917] pci 0000:00:04.0: PCI bridge to [bus 01-01] (subtractive decode) > [ 0.044933] pci 0000:00:04.0: bridge window [io 0xf000-0x0000] (disabled) > [ 0.044948] pci 0000:00:04.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) > [ 0.044964] pci 0000:00:04.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) > [ 0.044977] pci 0000:00:04.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) > [ 0.044991] pci 0000:00:04.0: bridge window [io 0x0d00-0xffff] (subtractive decode) > [ 0.045004] pci 0000:00:04.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) > [ 0.045019] pci 0000:00:04.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode) > [ 0.045034] pci 0000:00:04.0: bridge window [mem 0xb0000000-0xdfffffff] (subtractive decode) > [ 0.045049] pci 0000:00:04.0: bridge window [mem 0xf0000000-0xfed44fff] (subtractive decode) > [ 0.045123] pci 0000:00:09.0: PCI bridge to [bus 02-02] > [ 0.045137] pci 0000:00:09.0: bridge window [io 0xf000-0x0000] (disabled) > [ 0.045153] pci 0000:00:09.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) > [ 0.045170] pci 0000:00:09.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) > [ 0.045242] pci 0000:00:0b.0: PCI bridge to [bus 03-03] > [ 0.045256] pci 0000:00:0b.0: bridge window [io 0xf000-0x0000] (disabled) > [ 0.045272] pci 0000:00:0b.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) > [ 0.045289] pci 0000:00:0b.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) > [ 0.045361] pci 0000:00:0c.0: PCI bridge to [bus 04-04] > [ 0.045375] pci 0000:00:0c.0: bridge window [io 0xf000-0x0000] (disabled) > [ 0.045391] pci 0000:00:0c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) > [ 0.045408] pci 0000:00:0c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) > [ 0.045440] pci_bus 0000:00: on NUMA node 0 > [ 0.045450] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] > [ 0.045579] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT] > [ 0.045639] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR10._PRT] > [ 0.045681] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR11._PRT] > [ 0.045725] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR12._PRT] > [ 0.045888] pci0000:00: Requesting ACPI _OSC control (0x1d) > [ 0.046096] pci0000:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0c > [ 0.046110] ACPI _OSC control for PCIe not granted, disabling ASPM > [ 0.052327] initcall acpi_pci_root_init+0x0/0x2f returned 0 after 11719 usecs > [ 0.052342] calling acpi_pci_link_init+0x0/0x3f @ 1 > [ 0.052451] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *0, disabled. > [ 0.052590] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled. > [ 0.052726] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled. > [ 0.052862] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled. > [ 0.052998] ACPI: PCI Interrupt Link [LNEA] (IRQs 16 17 18 19) *0, disabled. > [ 0.053134] ACPI: PCI Interrupt Link [LNEB] (IRQs 16 17 18 19) *0, disabled. > [ 0.053269] ACPI: PCI Interrupt Link [LNEC] (IRQs 16 17 18 19) *0, disabled. > [ 0.053406] ACPI: PCI Interrupt Link [LNED] (IRQs 16 17 18 19) *0, disabled. > [ 0.053545] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *5 > [ 0.053681] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *11 > [ 0.053817] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *5 > [ 0.053955] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *10 > [ 0.054092] ACPI: PCI Interrupt Link [LMC9] (IRQs 20 21 22 23) *11 > [ 0.054229] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *10 > [ 0.054363] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *0, disabled. > [ 0.054503] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *11 > [ 0.054639] ACPI: PCI Interrupt Link [LSA1] (IRQs 20 21 22 23) *11 > [ 0.054786] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled. > [ 0.054842] initcall acpi_pci_link_init+0x0/0x3f returned 0 after 0 usecs > [ 0.054854] calling pnp_init+0x0/0xf @ 1 > [ 0.054870] initcall pnp_init+0x0/0xf returned 0 after 0 usecs > [ 0.054883] calling xen_setup_shutdown_event+0x0/0x30 @ 1 > [ 0.054894] initcall xen_setup_shutdown_event+0x0/0x30 returned 0 after 0 usecs > [ 0.054908] calling balloon_init+0x0/0x16b @ 1 > [ 0.054917] xen/balloon: Initialising balloon driver. > [ 0.054927] last_pfn = 0x175590 max_arch_pfn = 0x1000000 > [ 0.060367] initcall balloon_init+0x0/0x16b returned 0 after 7812 usecs > [ 0.060389] calling xenbus_probe_backend_init+0x0/0x23 @ 1 > [ 0.060425] initcall xenbus_probe_backend_init+0x0/0x23 returned 0 after 0 usecs > [ 0.060440] calling xenbus_probe_frontend_init+0x0/0x23 @ 1 > [ 0.060464] initcall xenbus_probe_frontend_init+0x0/0x23 returned 0 after 0 usecs > [ 0.060478] calling balloon_init+0x0/0xe5 @ 1 > [ 0.060487] xen-balloon: Initialising balloon driver. > [ 0.060511] initcall balloon_init+0x0/0xe5 returned 0 after 0 usecs > [ 0.060524] calling pm8607_regulator_init+0x0/0xf @ 1 > [ 0.060544] initcall pm8607_regulator_init+0x0/0xf returned 0 after 0 usecs > [ 0.060556] calling ab8500_regulator_init+0x0/0x2e @ 1 > [ 0.060572] initcall ab8500_regulator_init+0x0/0x2e returned 0 after 0 usecs > [ 0.060586] calling misc_init+0x0/0xad @ 1 > [ 0.060607] initcall misc_init+0x0/0xad returned 0 after 0 usecs > [ 0.060619] calling vga_arb_device_init+0x0/0xcc @ 1 > [ 0.060685] vgaarb: device added: PCI:0000:00:0d.0,decodes=io+mem,owns=io+mem,locks=none > [ 0.060702] vgaarb: loaded > [ 0.060708] vgaarb: bridge control possible 0000:00:0d.0 > [ 0.060718] initcall vga_arb_device_init+0x0/0xcc returned 0 after 0 usecs > [ 0.060731] calling cn_init+0x0/0x98 @ 1 > [ 0.060748] initcall cn_init+0x0/0x98 returned 0 after 0 usecs > [ 0.060760] calling pm860x_i2c_init+0x0/0x30 @ 1 > [ 0.060777] initcall pm860x_i2c_init+0x0/0x30 returned 0 after 0 usecs > [ 0.060789] calling stmpe_init+0x0/0x11 @ 1 > [ 0.060804] initcall stmpe_init+0x0/0x11 returned 0 after 0 usecs > [ 0.060816] calling tc3589x_init+0x0/0x11 @ 1 > [ 0.060831] initcall tc3589x_init+0x0/0x11 returned 0 after 0 usecs > [ 0.060842] calling wm831x_i2c_init+0x0/0x30 @ 1 > [ 0.060858] initcall wm831x_i2c_init+0x0/0x30 returned 0 after 0 usecs > [ 0.060870] calling wm8350_i2c_init+0x0/0x11 @ 1 > [ 0.060885] initcall wm8350_i2c_init+0x0/0x11 returned 0 after 0 usecs > [ 0.060896] calling da903x_init+0x0/0x11 @ 1 > [ 0.060911] initcall da903x_init+0x0/0x11 returned 0 after 0 usecs > [ 0.060923] calling max8925_i2c_init+0x0/0x30 @ 1 > [ 0.060938] initcall max8925_i2c_init+0x0/0x30 returned 0 after 0 usecs > [ 0.060950] calling max8998_i2c_init+0x0/0x11 @ 1 > [ 0.060965] initcall max8998_i2c_init+0x0/0x11 returned 0 after 0 usecs > [ 0.060977] calling ab3100_i2c_init+0x0/0x11 @ 1 > [ 0.060992] initcall ab3100_i2c_init+0x0/0x11 returned 0 after 0 usecs > [ 0.061004] calling ab3550_i2c_init+0x0/0x11 @ 1 > [ 0.061019] initcall ab3550_i2c_init+0x0/0x11 returned 0 after 0 usecs > [ 0.061031] calling ab8500_sysctrl_init+0x0/0xf @ 1 > [ 0.061047] initcall ab8500_sysctrl_init+0x0/0xf returned 0 after 0 usecs > [ 0.061058] calling ab8500_debug_init+0x0/0xf @ 1 > [ 0.061073] initcall ab8500_debug_init+0x0/0xf returned 0 after 0 usecs > [ 0.061085] calling tps6586x_init+0x0/0x11 @ 1 > [ 0.061103] initcall tps6586x_init+0x0/0x11 returned 0 after 0 usecs > [ 0.061115] calling init_scsi+0x0/0x90 @ 1 > [ 0.061198] SCSI subsystem initialized > [ 0.061207] initcall init_scsi+0x0/0x90 returned 0 after 0 usecs > [ 0.061219] calling ata_init+0x0/0x290 @ 1 > [ 0.061291] libata version 3.00 loaded. > [ 0.061291] initcall ata_init+0x0/0x290 returned 0 after 0 usecs > [ 0.061291] calling phy_init+0x0/0x2a @ 1 > [ 0.061291] initcall phy_init+0x0/0x2a returned 0 after 0 usecs > [ 0.061291] calling usb_init+0x0/0x142 @ 1 > [ 0.061291] usbcore: registered new interface driver usbfs > [ 0.061291] usbcore: registered new interface driver hub > [ 0.061291] usbcore: registered new device driver usb > [ 0.061291] initcall usb_init+0x0/0x142 returned 0 after 0 usecs > [ 0.061291] calling serio_init+0x0/0x2e @ 1 > [ 0.061291] initcall serio_init+0x0/0x2e returned 0 after 0 usecs > [ 0.061291] calling input_init+0x0/0xfd @ 1 > [ 0.061291] initcall input_init+0x0/0xfd returned 0 after 0 usecs > [ 0.061291] calling rtc_init+0x0/0x64 @ 1 > [ 0.061291] initcall rtc_init+0x0/0x64 returned 0 after 0 usecs > [ 0.061291] calling power_supply_class_init+0x0/0x39 @ 1 > [ 0.061291] initcall power_supply_class_init+0x0/0x39 returned 0 after 0 usecs > [ 0.061291] calling hwmon_init+0x0/0xe3 @ 1 > [ 0.061291] initcall hwmon_init+0x0/0xe3 returned 0 after 0 usecs > [ 0.061291] calling md_init+0x0/0x152 @ 1 > [ 0.061291] initcall md_init+0x0/0x152 returned 0 after 0 usecs > [ 0.061291] calling leds_init+0x0/0x3d @ 1 > [ 0.061291] initcall leds_init+0x0/0x3d returned 0 after 0 usecs > [ 0.061291] calling pci_subsys_init+0x0/0x48 @ 1 > [ 0.061291] PCI: Using ACPI for IRQ routing > [ 0.061291] PCI: pci_cache_line_size set to 64 bytes > [ 0.061291] reserve RAM buffer: 000000000009b000 - 000000000009ffff > [ 0.061291] reserve RAM buffer: 00000000aff90000 - 00000000afffffff > [ 0.061291] reserve RAM buffer: 0000000175590000 - 0000000177ffffff > [ 0.061291] initcall pci_subsys_init+0x0/0x48 returned 0 after 0 usecs > [ 0.061291] calling proto_init+0x0/0xf @ 1 > [ 0.061291] initcall proto_init+0x0/0xf returned 0 after 0 usecs > [ 0.061291] calling net_dev_init+0x0/0x161 @ 1 > [ 0.061291] initcall net_dev_init+0x0/0x161 returned 0 after 0 usecs > [ 0.061291] calling neigh_init+0x0/0x7c @ 1 > [ 0.061291] initcall neigh_init+0x0/0x7c returned 0 after 0 usecs > [ 0.061291] calling fib_rules_init+0x0/0xa4 @ 1 > [ 0.061291] initcall fib_rules_init+0x0/0xa4 returned 0 after 0 usecs > [ 0.061291] calling pktsched_init+0x0/0xe6 @ 1 > [ 0.061291] initcall pktsched_init+0x0/0xe6 returned 0 after 0 usecs > [ 0.061291] calling tc_filter_init+0x0/0x52 @ 1 > [ 0.061291] initcall tc_filter_init+0x0/0x52 returned 0 after 0 usecs > [ 0.061291] calling tc_action_init+0x0/0x52 @ 1 > [ 0.061291] initcall tc_action_init+0x0/0x52 returned 0 after 0 usecs > [ 0.061291] calling genl_init+0x0/0x76 @ 1 > [ 0.061291] initcall genl_init+0x0/0x76 returned 0 after 0 usecs > [ 0.061291] calling sysctl_init+0x0/0x3b @ 1 > [ 0.061291] initcall sysctl_init+0x0/0x3b returned 0 after 0 usecs > [ 0.061291] calling ab8500_gpadc_init+0x0/0xf @ 1 > [ 0.061291] initcall ab8500_gpadc_init+0x0/0xf returned 0 after 0 usecs > [ 0.061291] calling print_ICs+0x0/0x4ee @ 1 > [ 0.061291] initcall print_ICs+0x0/0x4ee returned 0 after 0 usecs > [ 0.061291] calling hpet_late_init+0x0/0xdc @ 1 > [ 0.061291] initcall hpet_late_init+0x0/0xdc returned -19 after 0 usecs > [ 0.061291] calling init_amd_nbs+0x0/0xba @ 1 > [ 0.061291] initcall init_amd_nbs+0x0/0xba returned 0 after 0 usecs > [ 0.061291] calling clocksource_done_booting+0x0/0x4f @ 1 > [ 0.061291] Switching to clocksource xen > [ 0.061291] initcall clocksource_done_booting+0x0/0x4f returned 0 after 3 usecs > [ 0.061291] calling ftrace_init_debugfs+0x0/0x21b @ 1 > [ 0.061291] initcall ftrace_init_debugfs+0x0/0x21b returned 0 after 19 usecs > [ 0.061291] calling rb_init_debugfs+0x0/0x2f @ 1 > [ 0.061291] initcall rb_init_debugfs+0x0/0x2f returned 0 after 1 usecs > [ 0.061291] calling tracer_init_debugfs+0x0/0x367 @ 1 > [ 0.061291] initcall tracer_init_debugfs+0x0/0x367 returned 0 after 45 usecs > [ 0.061291] calling init_trace_printk_function_export+0x0/0x33 @ 1 > [ 0.061291] initcall init_trace_printk_function_export+0x0/0x33 returned 0 after 1 usecs > [ 0.061291] calling event_trace_init+0x0/0x2a8 @ 1 > [ 0.061508] Switched to NOHz mode on CPU #1 > [ 0.061652] Switched to NOHz mode on CPU #0 > [ 0.065001] initcall event_trace_init+0x0/0x2a8 returned 0 after 4686 usecs > [ 0.065024] calling init_pipe_fs+0x0/0x3d @ 1 > [ 0.065051] initcall init_pipe_fs+0x0/0x3d returned 0 after 16 usecs > [ 0.065063] calling eventpoll_init+0x0/0xef @ 1 > [ 0.065084] initcall eventpoll_init+0x0/0xef returned 0 after 10 usecs > [ 0.065097] calling anon_inode_init+0x0/0x100 @ 1 > [ 0.065114] initcall anon_inode_init+0x0/0x100 returned 0 after 6 usecs > [ 0.065126] calling blk_scsi_ioctl_init+0x0/0x288 @ 1 > [ 0.065137] initcall blk_scsi_ioctl_init+0x0/0x288 returned 0 after 0 usecs > [ 0.065149] calling acpi_event_init+0x0/0x79 @ 1 > [ 0.065172] initcall acpi_event_init+0x0/0x79 returned 0 after 11 usecs > [ 0.065184] calling pnp_system_init+0x0/0xf @ 1 > [ 0.065211] initcall pnp_system_init+0x0/0xf returned 0 after 16 usecs > [ 0.065224] calling pnpacpi_init+0x0/0x88 @ 1 > [ 0.065233] pnp: PnP ACPI init > [ 0.065254] ACPI: bus type pnp registered > [ 0.065407] pnp 00:00: [bus 00-ff] > [ 0.065417] pnp 00:00: [io 0x0cf8-0x0cff] > [ 0.065426] pnp 00:00: [io 0x0000-0x0cf7 window] > [ 0.065436] pnp 00:00: [io 0x0d00-0xffff window] > [ 0.065446] pnp 00:00: [mem 0x000a0000-0x000bffff window] > [ 0.065456] pnp 00:00: [mem 0x000d0000-0x000dffff window] > [ 0.065466] pnp 00:00: [mem 0xb0000000-0xdfffffff window] > [ 0.065476] pnp 00:00: [mem 0xf0000000-0xfed44fff window] > [ 0.065561] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active) > [ 0.065605] pnp 00:01: [dma 4] > [ 0.065614] pnp 00:01: [io 0x0000-0x000f] > [ 0.065622] pnp 00:01: [io 0x0081-0x0083] > [ 0.065630] pnp 00:01: [io 0x0087] > [ 0.065638] pnp 00:01: [io 0x0089-0x008b] > [ 0.065646] pnp 00:01: [io 0x008f] > [ 0.065654] pnp 00:01: [io 0x00c0-0x00df] > [ 0.065683] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active) > [ 0.065708] pnp 00:02: [io 0x0070-0x0071] > [ 0.065718] xen: registering gsi 8 triggering 1 polarity 0 > [ 0.065729] xen_map_pirq_gsi: returning irq 8 for gsi 8 > [ 0.065738] xen: --> pirq=8 -> irq=8 (gsi=8) > [ 0.065760] pnp 00:02: [irq 8] > [ 0.065792] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) > [ 0.065812] pnp 00:03: [io 0x0061] > [ 0.065839] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active) > [ 0.065863] pnp 00:04: [io 0x00f0-0x00ff] > [ 0.065872] xen: registering gsi 13 triggering 1 polarity 0 > [ 0.065882] xen_map_pirq_gsi: returning irq 13 for gsi 13 > [ 0.065891] xen: --> pirq=13 -> irq=13 (gsi=13) > [ 0.065906] pnp 00:04: [irq 13] > [ 0.065935] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active) > [ 0.066902] pnp 00:05: [io 0x0378-0x037f] > [ 0.066911] xen: registering gsi 7 triggering 1 polarity 0 > [ 0.066921] xen_map_pirq_gsi: returning irq 7 for gsi 7 > [ 0.066930] xen: --> pirq=7 -> irq=7 (gsi=7) > [ 0.066945] pnp 00:05: [irq 7] > [ 0.066953] pnp 00:05: [dma 0 disabled] > [ 0.067207] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 (active) > [ 0.067785] pnp 00:06: [mem 0x000d0000-0x000d3fff window] > [ 0.067796] pnp 00:06: [mem 0x000d4000-0x000d7fff window] > [ 0.067806] pnp 00:06: [mem 0x000de000-0x000dffff window] > [ 0.067816] pnp 00:06: [io 0x0010-0x001f] > [ 0.067825] pnp 00:06: [io 0x0022-0x003f] > [ 0.067833] pnp 00:06: [io 0x0044-0x004d] > [ 0.067841] pnp 00:06: [io 0x0050-0x005f] > [ 0.067849] pnp 00:06: [io 0x0062-0x0063] > [ 0.067857] pnp 00:06: [io 0x0065-0x006f] > [ 0.067865] pnp 00:06: [io 0x0072-0x007f] > [ 0.067873] pnp 00:06: [io 0x0080] > [ 0.067881] pnp 00:06: [io 0x0084-0x0086] > [ 0.067889] pnp 00:06: [io 0x0088] > [ 0.067897] pnp 00:06: [io 0x008c-0x008e] > [ 0.067905] pnp 00:06: [io 0x0090-0x009f] > [ 0.067914] pnp 00:06: [io 0x00a2-0x00bf] > [ 0.067922] pnp 00:06: [io 0x00e0-0x00ef] > [ 0.067930] pnp 00:06: [io 0x04d0-0x04d1] > [ 0.067938] pnp 00:06: [io 0x0800-0x080f] > [ 0.067946] pnp 00:06: [io 0x0500-0x057f] > [ 0.067954] pnp 00:06: [io 0x0580-0x05ff] > [ 0.067962] pnp 00:06: [io 0x0800-0x087f] > [ 0.067970] pnp 00:06: [io 0x0880-0x08ff] > [ 0.067978] pnp 00:06: [io 0x0d00-0x0d7f] > [ 0.067987] pnp 00:06: [io 0x0d80-0x0dff] > [ 0.067995] pnp 00:06: [io 0x0900-0x097f] > [ 0.068003] pnp 00:06: [io 0x0980-0x09ff] > [ 0.068011] pnp 00:06: [io 0x1100-0x117f] > [ 0.068019] pnp 00:06: [io 0x1180-0x11ff] > [ 0.068028] pnp 00:06: [mem 0xfec80000-0x1fd93ffff] > [ 0.068038] pnp 00:06: [mem 0xfefe0000-0xfefe01ff] > [ 0.068047] pnp 00:06: [mem 0xfefe1000-0xfefe1fff] > [ 0.068058] pnp 00:06: [mem 0xfee01000-0xfeefffff] > [ 0.068068] pnp 00:06: disabling [io 0x0900-0x097f] because it overlaps 0000:00:01.0 BAR 0 [io 0x0900-0x09ff] > [ 0.068068] pnp 00:06: disabling [io 0x0980-0x09ff] because it overlaps 0000:00:01.0 BAR 0 [io 0x0900-0x09ff] > [ 0.068177] system 00:06: [io 0x04d0-0x04d1] has been reserved > [ 0.068190] system 00:06: [io 0x0800-0x080f] has been reserved > [ 0.068202] system 00:06: [io 0x0500-0x057f] has been reserved > [ 0.068214] system 00:06: [io 0x0580-0x05ff] has been reserved > [ 0.068226] system 00:06: [io 0x0800-0x087f] could not be reserved > [ 0.068238] system 00:06: [io 0x0880-0x08ff] has been reserved > [ 0.068250] system 00:06: [io 0x0d00-0x0d7f] has been reserved > [ 0.068262] system 00:06: [io 0x0d80-0x0dff] has been reserved > [ 0.068274] system 00:06: [io 0x1100-0x117f] has been reserved > [ 0.068285] system 00:06: [io 0x1180-0x11ff] has been reserved > [ 0.068298] system 00:06: [mem 0x000d0000-0x000d3fff window] could not be reserved > [ 0.068312] system 00:06: [mem 0x000d4000-0x000d7fff window] could not be reserved > [ 0.068325] system 00:06: [mem 0x000de000-0x000dffff window] could not be reserved > [ 0.068339] system 00:06: [mem 0xfec80000-0x1fd93ffff] could not be reserved > [ 0.068353] system 00:06: [mem 0xfefe0000-0xfefe01ff] has been reserved > [ 0.068365] system 00:06: [mem 0xfefe1000-0xfefe1fff] has been reserved > [ 0.068378] system 00:06: [mem 0xfee01000-0xfeefffff] has been reserved > [ 0.068390] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) > [ 0.068480] pnp 00:07: [mem 0xfed00000-0xfed00fff] > [ 0.068514] pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active) > [ 0.068609] pnp 00:08: [mem 0xfec00000-0xfec00fff] > [ 0.068620] pnp 00:08: [mem 0xfee00000-0xfee00fff] > [ 0.068629] pnp 00:08: [mem 0xb0000000-0xbfffffff] > [ 0.068675] system 00:08: [mem 0xfec00000-0xfec00fff] could not be reserved > [ 0.068688] system 00:08: [mem 0xfee00000-0xfee00fff] has been reserved > [ 0.068702] system 00:08: [mem 0xb0000000-0xbfffffff] has been reserved > [ 0.068714] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) > [ 0.068752] pnp 00:09: [io 0x0060] > [ 0.068760] pnp 00:09: [io 0x0064] > [ 0.068768] xen: registering gsi 1 triggering 1 polarity 0 > [ 0.068778] xen_map_pirq_gsi: returning irq 1 for gsi 1 > [ 0.068787] xen: --> pirq=1 -> irq=1 (gsi=1) > [ 0.068802] pnp 00:09: [irq 1] > [ 0.068839] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) > [ 0.069074] pnp 00:0a: [io 0x0000-0xffffffffffffffff disabled] > [ 0.069086] pnp 00:0a: [io 0x0230-0x023f] > [ 0.069094] pnp 00:0a: [io 0x0290-0x029f] > [ 0.069103] pnp 00:0a: [io 0x0a00-0x0a0f] > [ 0.069111] pnp 00:0a: [io 0x0a10-0x0a1f] > [ 0.069157] system 00:0a: [io 0x0230-0x023f] has been reserved > [ 0.069169] system 00:0a: [io 0x0290-0x029f] has been reserved > [ 0.069181] system 00:0a: [io 0x0a00-0x0a0f] has been reserved > [ 0.069193] system 00:0a: [io 0x0a10-0x0a1f] has been reserved > [ 0.069206] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active) > [ 0.069720] pnp 00:0b: [io 0x03f8-0x03ff] > [ 0.069729] xen: registering gsi 4 triggering 1 polarity 0 > [ 0.069739] xen_map_pirq_gsi: returning irq 4 for gsi 4 > [ 0.069748] xen: --> pirq=4 -> irq=4 (gsi=4) > [ 0.069763] pnp 00:0b: [irq 4] > [ 0.069771] pnp 00:0b: [dma 0 disabled] > [ 0.069833] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active) > [ 0.069911] pnp 00:0c: [mem 0xe0000000-0xefffffff] > [ 0.069959] system 00:0c: [mem 0xe0000000-0xefffffff] has been reserved > [ 0.069972] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active) > [ 0.070207] pnp 00:0d: [mem 0x00000000-0x0009ffff] > [ 0.070218] pnp 00:0d: [mem 0x000c0000-0x000cffff] > [ 0.070228] pnp 00:0d: [mem 0x000e0000-0x000fffff] > [ 0.070238] pnp 00:0d: [mem 0x00100000-0xafffffff] > [ 0.070247] pnp 00:0d: [mem 0xfed45000-0xffffffff] > [ 0.070308] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved > [ 0.070320] system 00:0d: [mem 0x000c0000-0x000cffff] could not be reserved > [ 0.070332] system 00:0d: [mem 0x000e0000-0x000fffff] could not be reserved > [ 0.070344] system 00:0d: [mem 0x00100000-0xafffffff] could not be reserved > [ 0.070356] system 00:0d: [mem 0xfed45000-0xffffffff] could not be reserved > [ 0.070369] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active) > [ 0.070722] pnp: PnP ACPI: found 14 devices > [ 0.070731] ACPI: ACPI bus type pnp unregistered > [ 0.070742] initcall pnpacpi_init+0x0/0x88 returned 0 after 5378 usecs > [ 0.070754] calling pnpbios_init+0x0/0x39f @ 1 > [ 0.070764] PnPBIOS: Disabled > [ 0.070773] initcall pnpbios_init+0x0/0x39f returned -19 after 8 usecs > [ 0.070786] calling chr_dev_init+0x0/0xc9 @ 1 > [ 0.071722] initcall chr_dev_init+0x0/0xc9 returned 0 after 903 usecs > [ 0.071735] calling firmware_class_init+0x0/0x14 @ 1 > [ 0.071752] initcall firmware_class_init+0x0/0x14 returned 0 after 5 usecs > [ 0.071764] calling thermal_init+0x0/0x5f @ 1 > [ 0.071781] initcall thermal_init+0x0/0x5f returned 0 after 6 usecs > [ 0.071793] calling cpufreq_gov_performance_init+0x0/0xf @ 1 > [ 0.071807] initcall cpufreq_gov_performance_init+0x0/0xf returned 0 after 0 usecs > [ 0.071821] calling init_acpi_pm_clocksource+0x0/0x18d @ 1 > [ 0.074186] PM-Timer failed consistency check (0x0xffffff) - aborting. > [ 0.074199] initcall init_acpi_pm_clocksource+0x0/0x18d returned -19 after 2311 usecs > [ 0.074212] calling pcibios_assign_resources+0x0/0x86 @ 1 > [ 0.074232] PCI: max bus depth: 1 pci_try_num: 2 > [ 0.074271] pci 0000:00:04.0: PCI bridge to [bus 01-01] > [ 0.074281] pci 0000:00:04.0: bridge window [io disabled] > [ 0.074296] pci 0000:00:04.0: bridge window [mem disabled] > [ 0.074309] pci 0000:00:04.0: bridge window [mem pref disabled] > [ 0.074326] pci 0000:00:09.0: PCI bridge to [bus 02-02] > [ 0.074335] pci 0000:00:09.0: bridge window [io disabled] > [ 0.074349] pci 0000:00:09.0: bridge window [mem disabled] > [ 0.074363] pci 0000:00:09.0: bridge window [mem pref disabled] > [ 0.074378] pci 0000:00:0b.0: PCI bridge to [bus 03-03] > [ 0.074388] pci 0000:00:0b.0: bridge window [io disabled] > [ 0.074402] pci 0000:00:0b.0: bridge window [mem disabled] > [ 0.074415] pci 0000:00:0b.0: bridge window [mem pref disabled] > [ 0.074431] pci 0000:00:0c.0: PCI bridge to [bus 04-04] > [ 0.074440] pci 0000:00:0c.0: bridge window [io disabled] > [ 0.074454] pci 0000:00:0c.0: bridge window [mem disabled] > [ 0.074467] pci 0000:00:0c.0: bridge window [mem pref disabled] > [ 0.074491] pci 0000:00:04.0: setting latency timer to 64 > [ 0.074508] pci 0000:00:09.0: setting latency timer to 64 > [ 0.074525] pci 0000:00:0b.0: setting latency timer to 64 > [ 0.074541] pci 0000:00:0c.0: setting latency timer to 64 > [ 0.074552] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] > [ 0.074562] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] > [ 0.074572] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] > [ 0.074584] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff] > [ 0.074595] pci_bus 0000:00: resource 8 [mem 0xb0000000-0xdfffffff] > [ 0.074607] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed44fff] > [ 0.074619] pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7] > [ 0.074628] pci_bus 0000:01: resource 5 [io 0x0d00-0xffff] > [ 0.074638] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff] > [ 0.074650] pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff] > [ 0.074661] pci_bus 0000:01: resource 8 [mem 0xb0000000-0xdfffffff] > [ 0.074673] pci_bus 0000:01: resource 9 [mem 0xf0000000-0xfed44fff] > [ 0.074686] initcall pcibios_assign_resources+0x0/0x86 returned 0 after 451 usecs > [ 0.074699] calling sysctl_core_init+0x0/0x2d @ 1 > [ 0.074723] initcall sysctl_core_init+0x0/0x2d returned 0 after 14 usecs > [ 0.074736] calling inet_init+0x0/0x243 @ 1 > [ 0.074760] NET: Registered protocol family 2 > [ 0.074823] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) > [ 0.075038] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) > [ 0.075469] TCP bind hash table entries: 65536 (order: 7, 524288 bytes) > [ 0.075694] TCP: Hash tables configured (established 131072 bind 65536) > [ 0.075706] TCP reno registered > [ 0.075716] UDP hash table entries: 512 (order: 2, 16384 bytes) > [ 0.075737] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) > [ 0.075844] initcall inet_init+0x0/0x243 returned 0 after 1068 usecs > [ 0.075858] calling af_unix_init+0x0/0x4d @ 1 > [ 0.075869] NET: Registered protocol family 1 > [ 0.075885] initcall af_unix_init+0x0/0x4d returned 0 after 16 usecs > [ 0.075898] calling pci_apply_final_quirks+0x0/0x106 @ 1 > [ 0.656244] pci 0000:00:00.0: Found enabled HT MSI Mapping > [ 0.656346] pci 0000:00:00.0: Found enabled HT MSI Mapping > [ 0.656462] pci 0000:00:00.0: Found enabled HT MSI Mapping > [ 0.656578] pci 0000:00:00.0: Found enabled HT MSI Mapping > [ 0.656694] pci 0000:00:00.0: Found enabled HT MSI Mapping > [ 0.656826] pci 0000:00:00.0: Found enabled HT MSI Mapping > [ 0.656973] pci 0000:00:00.0: Found enabled HT MSI Mapping > [ 0.657133] pci 0000:00:00.0: Found enabled HT MSI Mapping > [ 0.657153] pci 0000:00:0d.0: Boot video device > [ 0.657174] PCI: CLS 64 bytes, default 64 > [ 0.657186] initcall pci_apply_final_quirks+0x0/0x106 returned 0 after 567650 usecs > [ 0.657203] calling populate_rootfs+0x0/0x24b @ 1 > [ 0.657256] Trying to unpack rootfs image as initramfs... > [ 2.108479] Freeing initrd memory: 9284k freed > [ 2.111767] initcall populate_rootfs+0x0/0x24b returned 0 after 1420455 usecs > [ 2.111789] calling pci_iommu_init+0x0/0x34 @ 1 > [ 2.111801] initcall pci_iommu_init+0x0/0x34 returned 0 after 0 usecs > [ 2.111812] calling i8259A_init_ops+0x0/0x1d @ 1 > [ 2.111824] initcall i8259A_init_ops+0x0/0x1d returned 0 after 1 usecs > [ 2.111835] calling sbf_init+0x0/0xe4 @ 1 > [ 2.111844] initcall sbf_init+0x0/0xe4 returned 0 after 0 usecs > [ 2.111856] calling init_tsc_clocksource+0x0/0x58 @ 1 > [ 2.111878] initcall init_tsc_clocksource+0x0/0x58 returned 0 after 11 usecs > [ 2.111892] calling add_rtc_cmos+0x0/0x7d @ 1 > [ 2.111904] initcall add_rtc_cmos+0x0/0x7d returned 0 after 2 usecs > [ 2.111916] calling i8237A_init_ops+0x0/0x11 @ 1 > [ 2.111993] initcall i8237A_init_ops+0x0/0x11 returned 0 after 64 usecs > [ 2.112007] calling cache_sysfs_init+0x0/0x4f @ 1 > [ 2.112180] initcall cache_sysfs_init+0x0/0x4f returned 0 after 157 usecs > [ 2.112193] calling mcheck_init_device+0x0/0xfe @ 1 > [ 2.112204] initcall mcheck_init_device+0x0/0xfe returned -5 after 0 usecs > [ 2.112216] initcall mcheck_init_device+0x0/0xfe returned with error code -5 > [ 2.112230] calling threshold_init_device+0x0/0x71 @ 1 > [ 2.112241] initcall threshold_init_device+0x0/0x71 returned 0 after 0 usecs > [ 2.112255] calling thermal_throttle_init_device+0x0/0x77 @ 1 > [ 2.112267] initcall thermal_throttle_init_device+0x0/0x77 returned 0 after 0 usecs > [ 2.112280] calling ioapic_init_ops+0x0/0x11 @ 1 > [ 2.112291] initcall ioapic_init_ops+0x0/0x11 returned 0 after 0 usecs > [ 2.112302] calling add_pcspkr+0x0/0x43 @ 1 > [ 2.112335] initcall add_pcspkr+0x0/0x43 returned 0 after 22 usecs > [ 2.112349] calling start_periodic_check_for_corruption+0x0/0x50 @ 1 > [ 2.112362] initcall start_periodic_check_for_corruption+0x0/0x50 returned 0 after 0 usecs > [ 2.112376] calling crc32c_intel_mod_init+0x0/0x22 @ 1 > [ 2.112387] initcall crc32c_intel_mod_init+0x0/0x22 returned -19 after 0 usecs > [ 2.112400] calling init_sched_debug_procfs+0x0/0x30 @ 1 > [ 2.112416] initcall init_sched_debug_procfs+0x0/0x30 returned 0 after 5 usecs > [ 2.112429] calling proc_schedstat_init+0x0/0x27 @ 1 > [ 2.112442] initcall proc_schedstat_init+0x0/0x27 returned 0 after 1 usecs > [ 2.112454] calling proc_execdomains_init+0x0/0x27 @ 1 > [ 2.112466] initcall proc_execdomains_init+0x0/0x27 returned 0 after 1 usecs > [ 2.112479] calling ioresources_init+0x0/0x44 @ 1 > [ 2.112492] initcall ioresources_init+0x0/0x44 returned 0 after 2 usecs > [ 2.112504] calling uid_cache_init+0x0/0x8a @ 1 > [ 2.112521] initcall uid_cache_init+0x0/0x8a returned 0 after 6 usecs > [ 2.112533] calling init_posix_timers+0x0/0x1cb @ 1 > [ 2.112554] initcall init_posix_timers+0x0/0x1cb returned 0 after 10 usecs > [ 2.112566] calling init_posix_cpu_timers+0x0/0x9b @ 1 > [ 2.112577] initcall init_posix_cpu_timers+0x0/0x9b returned 0 after 0 usecs > [ 2.112591] calling nsproxy_cache_init+0x0/0x32 @ 1 > [ 2.112602] initcall nsproxy_cache_init+0x0/0x32 returned 0 after 1 usecs > [ 2.112614] calling timekeeping_init_ops+0x0/0x11 @ 1 > [ 2.112625] initcall timekeeping_init_ops+0x0/0x11 returned 0 after 0 usecs > [ 2.112637] calling init_clocksource_sysfs+0x0/0x43 @ 1 > [ 2.112657] initcall init_clocksource_sysfs+0x0/0x43 returned 0 after 9 usecs > [ 2.112671] calling init_timer_list_procfs+0x0/0x30 @ 1 > [ 2.112684] initcall init_timer_list_procfs+0x0/0x30 returned 0 after 1 usecs > [ 2.112697] calling alarmtimer_init+0x0/0x136 @ 1 > [ 2.112728] initcall alarmtimer_init+0x0/0x136 returned 0 after 20 usecs > [ 2.112741] calling init_tstats_procfs+0x0/0x30 @ 1 > [ 2.112754] initcall init_tstats_procfs+0x0/0x30 returned 0 after 2 usecs > [ 2.112766] calling futex_init+0x0/0x5a @ 1 > [ 2.112781] initcall futex_init+0x0/0x5a returned 0 after 4 usecs > [ 2.112792] calling proc_dma_init+0x0/0x27 @ 1 > [ 2.112804] initcall proc_dma_init+0x0/0x27 returned 0 after 1 usecs > [ 2.112816] calling proc_modules_init+0x0/0x27 @ 1 > [ 2.112829] initcall proc_modules_init+0x0/0x27 returned 0 after 1 usecs > [ 2.112841] calling kallsyms_init+0x0/0x2a @ 1 > [ 2.112853] initcall kallsyms_init+0x0/0x2a returned 0 after 1 usecs > [ 2.112865] calling snapshot_device_init+0x0/0xf @ 1 > [ 2.112920] initcall snapshot_device_init+0x0/0xf returned 0 after 43 usecs > [ 2.112932] calling crash_save_vmcoreinfo_init+0x0/0x4b4 @ 1 > [ 2.112959] initcall crash_save_vmcoreinfo_init+0x0/0x4b4 returned 0 after 14 usecs > [ 2.112973] calling crash_notes_memory_init+0x0/0x35 @ 1 > [ 2.112986] initcall crash_notes_memory_init+0x0/0x35 returned 0 after 2 usecs > [ 2.113000] calling user_namespaces_init+0x0/0x32 @ 1 > [ 2.113014] initcall user_namespaces_init+0x0/0x32 returned 0 after 3 usecs > [ 2.113026] calling pid_namespaces_init+0x0/0x32 @ 1 > [ 2.113037] initcall pid_namespaces_init+0x0/0x32 returned 0 after 0 usecs > [ 2.113049] calling ikconfig_init+0x0/0x43 @ 1 > [ 2.113062] initcall ikconfig_init+0x0/0x43 returned 0 after 1 usecs > [ 2.113074] calling audit_init+0x0/0x12c @ 1 > [ 2.113084] audit: initializing netlink socket (disabled) > [ 2.113103] type=2000 audit(1316788467.439:1): initialized > [ 2.113115] initcall audit_init+0x0/0x12c returned 0 after 29 usecs > [ 2.113127] calling audit_watch_init+0x0/0x31 @ 1 > [ 2.113138] initcall audit_watch_init+0x0/0x31 returned 0 after 0 usecs > [ 2.113150] calling audit_tree_init+0x0/0x3b @ 1 > [ 2.113161] initcall audit_tree_init+0x0/0x3b returned 0 after 0 usecs > [ 2.113173] calling hung_task_init+0x0/0x56 @ 1 > [ 2.113260] initcall hung_task_init+0x0/0x56 returned 0 after 73 usecs > [ 2.113273] calling utsname_sysctl_init+0x0/0x11 @ 1 > [ 2.113300] initcall utsname_sysctl_init+0x0/0x11 returned 0 after 15 usecs > [ 2.113313] calling init_tracepoints+0x0/0x20 @ 1 > [ 2.113324] initcall init_tracepoints+0x0/0x20 returned 0 after 0 usecs > [ 2.113336] calling init_lstats_procfs+0x0/0x2a @ 1 > [ 2.113348] initcall init_lstats_procfs+0x0/0x2a returned 0 after 1 usecs > [ 2.113360] calling ftrace_mod_cmd_init+0x0/0xf @ 1 > [ 2.113370] initcall ftrace_mod_cmd_init+0x0/0xf returned 0 after 0 usecs > [ 2.113382] calling init_events+0x0/0x5f @ 1 > [ 2.113397] initcall init_events+0x0/0x5f returned 0 after 4 usecs > [ 2.113408] calling init_function_trace+0x0/0x35 @ 1 > [ 2.113420] initcall init_function_trace+0x0/0x35 returned 0 after 1 usecs > [ 2.113432] calling init_wakeup_tracer+0x0/0x1d @ 1 > [ 2.113443] initcall init_wakeup_tracer+0x0/0x1d returned 0 after 0 usecs > [ 2.113454] calling stack_trace_init+0x0/0x68 @ 1 > [ 2.113470] initcall stack_trace_init+0x0/0x68 returned 0 after 5 usecs > [ 2.113482] calling init_mmio_trace+0x0/0xf @ 1 > [ 2.113493] initcall init_mmio_trace+0x0/0xf returned 0 after 0 usecs > [ 2.113505] calling init_graph_trace+0x0/0x6e @ 1 > [ 2.113517] initcall init_graph_trace+0x0/0x6e returned 0 after 2 usecs > [ 2.113528] calling init_blk_tracer+0x0/0x56 @ 1 > [ 2.113540] initcall init_blk_tracer+0x0/0x56 returned 0 after 1 usecs > [ 2.113552] calling perf_event_sysfs_init+0x0/0x8f @ 1 > [ 2.113599] initcall perf_event_sysfs_init+0x0/0x8f returned 0 after 35 usecs > [ 2.113614] calling init_per_zone_wmark_min+0x0/0x77 @ 1 > [ 2.116055] initcall init_per_zone_wmark_min+0x0/0x77 returned 0 after 4343 usecs > [ 2.116055] calling kswapd_init+0x0/0x1d @ 1 > [ 2.118270] initcall kswapd_init+0x0/0x1d returned 0 after 159 usecs > [ 2.118284] calling extfrag_debug_init+0x0/0x72 @ 1 > [ 2.118304] initcall extfrag_debug_init+0x0/0x72 returned 0 after 8 usecs > [ 2.118316] calling setup_vmstat+0x0/0xca @ 1 > [ 2.118341] initcall setup_vmstat+0x0/0xca returned 0 after 14 usecs > [ 2.118353] calling mm_sysfs_init+0x0/0x22 @ 1 > [ 2.118369] initcall mm_sysfs_init+0x0/0x22 returned 0 after 4 usecs > [ 2.118381] calling proc_vmalloc_init+0x0/0x2a @ 1 > [ 2.118393] initcall proc_vmalloc_init+0x0/0x2a returned 0 after 1 usecs > [ 2.118405] calling init_emergency_pool+0x0/0x7e @ 1 > [ 2.118436] highmem bounce pool size: 64 pages > [ 2.118447] initcall init_emergency_pool+0x0/0x7e returned 0 after 30 usecs > [ 2.118459] calling procswaps_init+0x0/0x27 @ 1 > [ 2.118471] initcall procswaps_init+0x0/0x27 returned 0 after 1 usecs > [ 2.118483] calling hugetlb_init+0x0/0x321 @ 1 > [ 2.118494] HugeTLB registered 2 MB page size, pre-allocated 0 pages > [ 2.118511] initcall hugetlb_init+0x0/0x321 returned 0 after 17 usecs > [ 2.118523] calling ksm_init+0x0/0x15c @ 1 > [ 2.118615] initcall ksm_init+0x0/0x15c returned 0 after 80 usecs > [ 2.118629] calling slab_proc_init+0x0/0x2a @ 1 > [ 2.118641] initcall slab_proc_init+0x0/0x2a returned 0 after 2 usecs > [ 2.118653] calling slab_sysfs_init+0x0/0xdf @ 1 > [ 2.119725] initcall slab_sysfs_init+0x0/0xdf returned 0 after 1036 usecs > [ 2.119737] calling fcntl_init+0x0/0x2f @ 1 > [ 2.119752] initcall fcntl_init+0x0/0x2f returned 0 after 4 usecs > [ 2.119764] calling proc_filesystems_init+0x0/0x27 @ 1 > [ 2.119777] initcall proc_filesystems_init+0x0/0x27 returned 0 after 2 usecs > [ 2.119791] calling fsnotify_mark_init+0x0/0x46 @ 1 > [ 2.119868] initcall fsnotify_mark_init+0x0/0x46 returned 0 after 64 usecs > [ 2.119880] calling dnotify_init+0x0/0x7c @ 1 > [ 2.119898] initcall dnotify_init+0x0/0x7c returned 0 after 7 usecs > [ 2.119910] calling inotify_user_setup+0x0/0x78 @ 1 > [ 2.119928] initcall inotify_user_setup+0x0/0x78 returned 0 after 6 usecs > [ 2.119940] calling aio_setup+0x0/0x87 @ 1 > [ 2.119960] initcall aio_setup+0x0/0x87 returned 0 after 10 usecs > [ 2.119972] calling proc_locks_init+0x0/0x27 @ 1 > [ 2.119984] initcall proc_locks_init+0x0/0x27 returned 0 after 2 usecs > [ 2.119996] calling init_mbcache+0x0/0x11 @ 1 > [ 2.120008] initcall init_mbcache+0x0/0x11 returned 0 after 1 usecs > [ 2.120020] calling proc_cmdline_init+0x0/0x27 @ 1 > [ 2.120032] initcall proc_cmdline_init+0x0/0x27 returned 0 after 2 usecs > [ 2.120044] calling proc_consoles_init+0x0/0x27 @ 1 > [ 2.120061] initcall proc_consoles_init+0x0/0x27 returned 0 after 1 usecs > [ 2.120073] calling proc_cpuinfo_init+0x0/0x27 @ 1 > [ 2.120085] initcall proc_cpuinfo_init+0x0/0x27 returned 0 after 1 usecs > [ 2.120097] calling proc_devices_init+0x0/0x27 @ 1 > [ 2.120110] initcall proc_devices_init+0x0/0x27 returned 0 after 1 usecs > [ 2.120122] calling proc_interrupts_init+0x0/0x27 @ 1 > [ 2.120134] initcall proc_interrupts_init+0x0/0x27 returned 0 after 1 usecs > [ 2.120146] calling proc_loadavg_init+0x0/0x27 @ 1 > [ 2.120158] initcall proc_loadavg_init+0x0/0x27 returned 0 after 1 usecs > [ 2.120169] calling proc_meminfo_init+0x0/0x27 @ 1 > [ 2.120181] initcall proc_meminfo_init+0x0/0x27 returned 0 after 1 usecs > [ 2.120193] calling proc_stat_init+0x0/0x27 @ 1 > [ 2.120204] initcall proc_stat_init+0x0/0x27 returned 0 after 1 usecs > [ 2.120216] calling proc_uptime_init+0x0/0x27 @ 1 > [ 2.120228] initcall proc_uptime_init+0x0/0x27 returned 0 after 1 usecs > [ 2.120240] calling proc_version_init+0x0/0x27 @ 1 > [ 2.120251] initcall proc_version_init+0x0/0x27 returned 0 after 1 usecs > [ 2.120263] calling proc_softirqs_init+0x0/0x27 @ 1 > [ 2.120275] initcall proc_softirqs_init+0x0/0x27 returned 0 after 1 usecs > [ 2.120287] calling proc_kcore_init+0x0/0xae @ 1 > [ 2.120299] initcall proc_kcore_init+0x0/0xae returned 0 after 2 usecs > [ 2.120311] calling vmcore_init+0x0/0x37c @ 1 > [ 2.120321] initcall vmcore_init+0x0/0x37c returned 0 after 0 usecs > [ 2.120333] calling proc_kmsg_init+0x0/0x2a @ 1 > [ 2.120345] initcall proc_kmsg_init+0x0/0x2a returned 0 after 1 usecs > [ 2.120357] calling proc_page_init+0x0/0x4a @ 1 > [ 2.120369] initcall proc_page_init+0x0/0x4a returned 0 after 2 usecs > [ 2.120381] calling init_devpts_fs+0x0/0x3d @ 1 > [ 2.120402] initcall init_devpts_fs+0x0/0x3d returned 0 after 10 usecs > [ 2.120414] calling init_ext3_fs+0x0/0x6a @ 1 > [ 2.120481] initcall init_ext3_fs+0x0/0x6a returned 0 after 55 usecs > [ 2.120494] calling init_ext2_fs+0x0/0x6a @ 1 > [ 2.120526] initcall init_ext2_fs+0x0/0x6a returned 0 after 21 usecs > [ 2.120538] calling ext4_init_fs+0x0/0x1ba @ 1 > [ 2.120677] initcall ext4_init_fs+0x0/0x1ba returned 0 after 125 usecs > [ 2.120690] calling journal_init+0x0/0xa3 @ 1 > [ 2.120763] initcall journal_init+0x0/0xa3 returned 0 after 61 usecs > [ 2.120776] calling journal_init+0x0/0x104 @ 1 > [ 2.120821] initcall journal_init+0x0/0x104 returned 0 after 33 usecs > [ 2.120833] calling init_squashfs_fs+0x0/0x64 @ 1 > [ 2.120862] squashfs: version 4.0 (2009/01/31) Phillip Lougher > [ 2.120874] initcall init_squashfs_fs+0x0/0x64 returned 0 after 29 usecs > [ 2.120886] calling init_ramfs_fs+0x0/0xf @ 1 > [ 2.120898] initcall init_ramfs_fs+0x0/0xf returned 0 after 0 usecs > [ 2.120909] calling init_hugetlbfs_fs+0x0/0x8b @ 1 > [ 2.120954] initcall init_hugetlbfs_fs+0x0/0x8b returned 0 after 33 usecs > [ 2.120966] calling init_fat_fs+0x0/0x4c @ 1 > [ 2.121011] initcall init_fat_fs+0x0/0x4c returned 0 after 33 usecs > [ 2.121023] calling init_vfat_fs+0x0/0xf @ 1 > [ 2.121035] initcall init_vfat_fs+0x0/0xf returned 0 after 1 usecs > [ 2.121047] calling init_msdos_fs+0x0/0xf @ 1 > [ 2.121058] initcall init_msdos_fs+0x0/0xf returned 0 after 0 usecs > [ 2.121070] calling init_iso9660_fs+0x0/0x6a @ 1 > [ 2.121129] initcall init_iso9660_fs+0x0/0x6a returned 0 after 47 usecs > [ 2.121142] calling init_pstore_fs+0x0/0xf @ 1 > [ 2.121154] initcall init_pstore_fs+0x0/0xf returned 0 after 1 usecs > [ 2.121166] calling ipc_init+0x0/0x20 @ 1 > [ 2.121176] msgmni has been set to 1148 > [ 2.121189] initcall ipc_init+0x0/0x20 returned 0 after 13 usecs > [ 2.121201] calling ipc_sysctl_init+0x0/0x11 @ 1 > [ 2.121231] initcall ipc_sysctl_init+0x0/0x11 returned 0 after 19 usecs > [ 2.121243] calling init_mqueue_fs+0x0/0x9f @ 1 > [ 2.121292] initcall init_mqueue_fs+0x0/0x9f returned 0 after 36 usecs > [ 2.121305] calling crypto_wq_init+0x0/0x38 @ 1 > [ 2.121380] initcall crypto_wq_init+0x0/0x38 returned 0 after 62 usecs > [ 2.121393] calling crypto_algapi_init+0x0/0xc @ 1 > [ 2.121406] initcall crypto_algapi_init+0x0/0xc returned 0 after 2 usecs > [ 2.121419] calling skcipher_module_init+0x0/0x2e @ 1 > [ 2.121430] initcall skcipher_module_init+0x0/0x2e returned 0 after 0 usecs > [ 2.121441] calling chainiv_module_init+0x0/0xf @ 1 > [ 2.121452] initcall chainiv_module_init+0x0/0xf returned 0 after 1 usecs > [ 2.121464] calling eseqiv_module_init+0x0/0xf @ 1 > [ 2.121474] initcall eseqiv_module_init+0x0/0xf returned 0 after 0 usecs > [ 2.121485] calling hmac_module_init+0x0/0xf @ 1 > [ 2.121496] initcall hmac_module_init+0x0/0xf returned 0 after 0 usecs > [ 2.121507] calling md5_mod_init+0x0/0xf @ 1 > [ 2.121597] initcall md5_mod_init+0x0/0xf returned 0 after 77 usecs > [ 2.121609] calling sha1_generic_mod_init+0x0/0xf @ 1 > [ 2.121665] initcall sha1_generic_mod_init+0x0/0xf returned 0 after 44 usecs > [ 2.121679] calling crypto_ecb_module_init+0x0/0xf @ 1 > [ 2.121690] initcall crypto_ecb_module_init+0x0/0xf returned 0 after 0 usecs > [ 2.121703] calling crypto_cbc_module_init+0x0/0xf @ 1 > [ 2.121714] initcall crypto_cbc_module_init+0x0/0xf returned 0 after 0 usecs > [ 2.121727] calling crc32c_mod_init+0x0/0xf @ 1 > [ 2.121814] initcall crc32c_mod_init+0x0/0xf returned 0 after 74 usecs > [ 2.121826] calling krng_mod_init+0x0/0xf @ 1 > [ 2.121882] initcall krng_mod_init+0x0/0xf returned 0 after 44 usecs > [ 2.121895] calling proc_genhd_init+0x0/0x44 @ 1 > [ 2.121908] initcall proc_genhd_init+0x0/0x44 returned 0 after 3 usecs > [ 2.121920] calling bsg_init+0x0/0x119 @ 1 > [ 2.121961] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) > [ 2.121974] initcall bsg_init+0x0/0x119 returned 0 after 44 usecs > [ 2.121986] calling init_cgroup_blkio+0x0/0xf @ 1 > [ 2.121997] initcall init_cgroup_blkio+0x0/0xf returned 0 after 0 usecs > [ 2.122008] calling throtl_init+0x0/0x49 @ 1 > [ 2.122086] initcall throtl_init+0x0/0x49 returned 0 after 66 usecs > [ 2.122098] calling noop_init+0x0/0x11 @ 1 > [ 2.122107] io scheduler noop registered > [ 2.122115] initcall noop_init+0x0/0x11 returned 0 after 8 usecs > [ 2.122127] calling deadline_init+0x0/0x11 @ 1 > [ 2.122137] io scheduler deadline registered > [ 2.122147] initcall deadline_init+0x0/0x11 returned 0 after 9 usecs > [ 2.122158] calling cfq_init+0x0/0xbb @ 1 > [ 2.122175] io scheduler cfq registered (default) > [ 2.122185] initcall cfq_init+0x0/0xbb returned 0 after 18 usecs > [ 2.122197] calling libcrc32c_mod_init+0x0/0x25 @ 1 > [ 2.122209] initcall libcrc32c_mod_init+0x0/0x25 returned 0 after 2 usecs > [ 2.122221] calling percpu_counter_startup+0x0/0x2e @ 1 > [ 2.122232] initcall percpu_counter_startup+0x0/0x2e returned 0 after 0 usecs > [ 2.122245] calling audit_classes_init+0x0/0x4f @ 1 > [ 2.122257] initcall audit_classes_init+0x0/0x4f returned 0 after 1 usecs > [ 2.122268] calling lnw_gpio_init+0x0/0x3a @ 1 > [ 2.122305] initcall lnw_gpio_init+0x0/0x3a returned 0 after 25 usecs > [ 2.122317] calling timbgpio_init+0x0/0xf @ 1 > [ 2.122333] initcall timbgpio_init+0x0/0xf returned 0 after 5 usecs > [ 2.122344] calling pci_proc_init+0x0/0x64 @ 1 > [ 2.122392] initcall pci_proc_init+0x0/0x64 returned 0 after 36 usecs > [ 2.122404] calling pcie_portdrv_init+0x0/0x6f @ 1 > [ 2.122449] pcieport 0000:00:09.0: setting latency timer to 64 > [ 2.122587] pcieport 0000:00:0b.0: setting latency timer to 64 > [ 2.122709] pcieport 0000:00:0c.0: setting latency timer to 64 > [ 2.122825] initcall pcie_portdrv_init+0x0/0x6f returned 0 after 401 usecs > [ 2.122838] calling aer_service_init+0x0/0x28 @ 1 > [ 2.122854] initcall aer_service_init+0x0/0x28 returned 0 after 5 usecs > [ 2.122866] calling pcie_pme_service_init+0x0/0xf @ 1 > [ 2.122882] initcall pcie_pme_service_init+0x0/0xf returned 0 after 5 usecs > [ 2.122894] calling ioapic_init+0x0/0x16 @ 1 > [ 2.122912] initcall ioapic_init+0x0/0x16 returned 0 after 8 usecs > [ 2.122924] calling pci_hotplug_init+0x0/0x4d @ 1 > [ 2.122934] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 > [ 2.122944] initcall pci_hotplug_init+0x0/0x4d returned 0 after 9 usecs > [ 2.122956] calling pcied_init+0x0/0xf1 @ 1 > [ 2.122983] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 > [ 2.122996] initcall pcied_init+0x0/0xf1 returned 0 after 29 usecs > [ 2.123008] calling intel_idle_init+0x0/0x377 @ 1 > [ 2.123018] initcall intel_idle_init+0x0/0x377 returned -19 after 0 usecs > [ 2.123031] calling acpi_reserve_resources+0x0/0xc8 @ 1 > [ 2.123044] initcall acpi_reserve_resources+0x0/0xc8 returned 0 after 3 usecs > [ 2.123058] calling irqrouter_init_ops+0x0/0x23 @ 1 > [ 2.123069] initcall irqrouter_init_ops+0x0/0x23 returned 0 after 0 usecs > [ 2.123081] calling acpi_ac_init+0x0/0x3d @ 1 > [ 2.123115] initcall acpi_ac_init+0x0/0x3d returned 0 after 23 usecs > [ 2.123128] calling acpi_button_init+0x0/0xf @ 1 > [ 2.123177] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 > [ 2.123193] ACPI: Power Button [PWRB] > [ 2.123231] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 > [ 2.123245] ACPI: Power Button [PWRF] > [ 2.123272] initcall acpi_button_init+0x0/0xf returned 0 after 130 usecs > [ 2.123284] calling acpi_fan_init+0x0/0x15 @ 1 > [ 2.123307] initcall acpi_fan_init+0x0/0x15 returned 0 after 12 usecs > [ 2.123320] calling acpi_pci_slot_init+0x0/0x1b @ 1 > [ 2.123480] initcall acpi_pci_slot_init+0x0/0x1b returned 0 after 145 usecs > [ 2.123493] calling acpi_processor_init+0x0/0xd0 @ 1 > [ 2.123503] ACPI: acpi_idle registered with cpuidle > [ 2.123643] initcall acpi_processor_init+0x0/0xd0 returned 0 after 135 usecs > [ 2.123658] calling acpi_container_init+0x0/0x4d @ 1 > [ 2.125862] initcall acpi_container_init+0x0/0x4d returned 0 after 2141 usecs > [ 2.125877] calling acpi_thermal_init+0x0/0x3e @ 1 > [ 2.125902] initcall acpi_thermal_init+0x0/0x3e returned 0 after 13 usecs > [ 2.125914] calling acpi_battery_init+0x0/0x13 @ 1 > [ 2.125929] initcall acpi_battery_init+0x0/0x13 returned 0 after 4 usecs > [ 2.125941] calling acpi_smb_hc_init+0x0/0x15 @ 1 > [ 2.125989] initcall acpi_smb_hc_init+0x0/0x15 returned 0 after 36 usecs > [ 2.126002] calling acpi_sbs_init+0x0/0x46 @ 1 > [ 2.126026] initcall acpi_sbs_init+0x0/0x46 returned 0 after 12 usecs > [ 2.126039] calling erst_init+0x0/0x2c4 @ 1 > [ 2.126048] ERST: Table is not found! > [ 2.126057] initcall erst_init+0x0/0x2c4 returned 0 after 7 usecs > [ 2.126069] calling pnpbios_thread_init+0x0/0x5e @ 1 > [ 2.126102] calling 1_acpi_battery_init_async+0x0/0x34 @ 5 > [ 2.126127] initcall 1_acpi_battery_init_async+0x0/0x34 returned 0 after 13 usecs > [ 2.126150] initcall pnpbios_thread_init+0x0/0x5e returned 0 after 68 usecs > [ 2.126163] calling isapnp_init+0x0/0x642 @ 1 > [ 2.126180] isapnp: Scanning for PnP cards... > [ 2.480760] isapnp: No Plug & Play device found > [ 2.480772] initcall isapnp_init+0x0/0x642 returned 0 after 346287 usecs > [ 2.480784] calling virtio_pci_init+0x0/0x16 @ 1 > [ 2.480807] initcall virtio_pci_init+0x0/0x16 returned 0 after 12 usecs > [ 2.480820] calling xenbus_probe_initcall+0x0/0x38 @ 1 > [ 2.480831] initcall xenbus_probe_initcall+0x0/0x38 returned 0 after 0 usecs > [ 2.480844] calling xen_tmem_init+0x0/0x7 @ 1 > [ 2.480855] initcall xen_tmem_init+0x0/0x7 returned 0 after 0 usecs > [ 2.480867] calling evtchn_init+0x0/0x69 @ 1 > [ 2.480919] Event-channel device installed. > [ 2.480929] initcall evtchn_init+0x0/0x69 returned 0 after 49 usecs > [ 2.480941] calling gntdev_init+0x0/0x45 @ 1 > [ 2.480966] initcall gntdev_init+0x0/0x45 returned 0 after 14 usecs > [ 2.480978] calling gntalloc_init+0x0/0x37 @ 1 > [ 2.481003] initcall gntalloc_init+0x0/0x37 returned 0 after 13 usecs > [ 2.481015] calling xenfs_init+0x0/0x2b @ 1 > [ 2.481028] initcall xenfs_init+0x0/0x2b returned 0 after 1 usecs > [ 2.481040] calling hypervisor_subsys_init+0x0/0x21 @ 1 > [ 2.481051] initcall hypervisor_subsys_init+0x0/0x21 returned 0 after 0 usecs > [ 2.481064] calling hyper_sysfs_init+0x0/0xc4 @ 1 > [ 2.481081] initcall hyper_sysfs_init+0x0/0xc4 returned 0 after 5 usecs > [ 2.481093] calling platform_pci_module_init+0x0/0x24 @ 1 > [ 2.481104] initcall platform_pci_module_init+0x0/0x24 returned -19 after 0 usecs > [ 2.481117] calling pty_init+0x0/0x2bd @ 1 > [ 2.481165] initcall pty_init+0x0/0x2bd returned 0 after 37 usecs > [ 2.481177] calling sysrq_init+0x0/0x7a @ 1 > [ 2.481191] initcall sysrq_init+0x0/0x7a returned 0 after 3 usecs > [ 2.481203] calling xen_hvc_init+0x0/0x115 @ 1 > [ 2.481397] initcall xen_hvc_init+0x0/0x115 returned 0 after 179 usecs > [ 2.481410] calling serial8250_init+0x0/0x154 @ 1 > [ 2.481420] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled > [ 2.485280] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A > [ 2.624160] initcall serial8250_init+0x0/0x154 returned 0 after 139389 usecs > [ 2.624184] calling serial8250_pnp_init+0x0/0xf @ 1 > [ 2.628097] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A > [ 2.648158] initcall serial8250_pnp_init+0x0/0xf returned 0 after 23397 usecs > [ 2.648182] calling serial8250_pci_init+0x0/0x16 @ 1 > [ 2.648225] initcall serial8250_pci_init+0x0/0x16 returned 0 after 31 usecs > [ 2.648238] calling init_kgdboc+0x0/0x15 @ 1 > [ 2.648250] initcall init_kgdboc+0x0/0x15 returned 0 after 2 usecs > [ 2.648263] calling rand_initialize+0x0/0x30 @ 1 > [ 2.648288] initcall rand_initialize+0x0/0x30 returned 0 after 15 usecs > [ 2.648300] calling ttyprintk_init+0x0/0x12d @ 1 > [ 2.648377] initcall ttyprintk_init+0x0/0x12d returned 0 after 65 usecs > [ 2.648389] calling hpet_init+0x0/0x57 @ 1 > [ 2.648525] hpet_acpi_add: no address or irqs in _CRS > [ 2.648554] initcall hpet_init+0x0/0x57 returned 0 after 152 usecs > [ 2.648566] calling agp_init+0x0/0x2f @ 1 > [ 2.648574] Linux agpgart interface v0.103 > [ 2.648582] initcall agp_init+0x0/0x2f returned 0 after 7 usecs > [ 2.648594] calling agp_amdk7_init+0x0/0x24 @ 1 > [ 2.648613] initcall agp_amdk7_init+0x0/0x24 returned 0 after 9 usecs > [ 2.648625] calling agp_amd64_mod_init+0x0/0xa @ 1 > [ 2.648837] initcall agp_amd64_mod_init+0x0/0xa returned -19 after 197 usecs > [ 2.648851] calling agp_intel_init+0x0/0x24 @ 1 > [ 2.648874] initcall agp_intel_init+0x0/0x24 returned 0 after 12 usecs > [ 2.648886] calling agp_nvidia_init+0x0/0x24 @ 1 > [ 2.648904] initcall agp_nvidia_init+0x0/0x24 returned 0 after 8 usecs > [ 2.648916] calling agp_via_init+0x0/0x24 @ 1 > [ 2.648937] initcall agp_via_init+0x0/0x24 returned 0 after 11 usecs > [ 2.648949] calling cn_proc_init+0x0/0x33 @ 1 > [ 2.648960] initcall cn_proc_init+0x0/0x33 returned 0 after 1 usecs > [ 2.648972] calling isa_bus_init+0x0/0x33 @ 1 > [ 2.648997] initcall isa_bus_init+0x0/0x33 returned 0 after 14 usecs > [ 2.649010] calling topology_sysfs_init+0x0/0x4c @ 1 > [ 2.649032] initcall topology_sysfs_init+0x0/0x4c returned 0 after 11 usecs > [ 2.649043] calling brd_init+0x0/0x18a @ 1 > [ 2.649796] brd: module loaded > [ 2.649805] initcall brd_init+0x0/0x18a returned 0 after 735 usecs > [ 2.649817] calling loop_init+0x0/0x1a4 @ 1 > [ 2.650195] loop: module loaded > [ 2.650205] initcall loop_init+0x0/0x1a4 returned 0 after 368 usecs > [ 2.650216] calling pkt_init+0x0/0x1a2 @ 1 > [ 2.650262] initcall pkt_init+0x0/0x1a2 returned 0 after 36 usecs > [ 2.650274] calling init+0x0/0x79 @ 1 > [ 2.650294] initcall init+0x0/0x79 returned 0 after 11 usecs > [ 2.650306] calling htcpld_core_init+0x0/0x24 @ 1 > [ 2.650334] initcall htcpld_core_init+0x0/0x24 returned -19 after 18 usecs > [ 2.650346] calling wm8994_i2c_init+0x0/0x30 @ 1 > [ 2.650362] initcall wm8994_i2c_init+0x0/0x30 returned 0 after 5 usecs > [ 2.650374] calling adp5520_init+0x0/0x11 @ 1 > [ 2.650389] initcall adp5520_init+0x0/0x11 returned 0 after 5 usecs > [ 2.650401] calling mac_hid_init+0x0/0x1c @ 1 > [ 2.650418] initcall mac_hid_init+0x0/0x1c returned 0 after 6 usecs > [ 2.650430] calling spi_transport_init+0x0/0x75 @ 1 > [ 2.650452] initcall spi_transport_init+0x0/0x75 returned 0 after 11 usecs > [ 2.650464] calling scsi_dh_init+0x0/0x4c @ 1 > [ 2.650475] initcall scsi_dh_init+0x0/0x4c returned 0 after 0 usecs > [ 2.650487] calling sym2_init+0x0/0xe4 @ 1 > [ 2.650508] initcall sym2_init+0x0/0xe4 returned 0 after 12 usecs > [ 2.650520] calling init_sd+0x0/0x14b @ 1 > [ 2.650561] initcall init_sd+0x0/0x14b returned 0 after 31 usecs > [ 2.650573] calling init_sr+0x0/0x3d @ 1 > [ 2.650587] initcall init_sr+0x0/0x3d returned 0 after 5 usecs > [ 2.650599] calling init_sg+0x0/0x111 @ 1 > [ 2.650621] initcall init_sg+0x0/0x111 returned 0 after 13 usecs > [ 2.650633] calling adma_ata_init+0x0/0x16 @ 1 > [ 2.650654] initcall adma_ata_init+0x0/0x16 returned 0 after 10 usecs > [ 2.650666] calling piix_init+0x0/0x24 @ 1 > [ 2.650690] initcall piix_init+0x0/0x24 returned 0 after 15 usecs > [ 2.650702] calling sis_init+0x0/0x16 @ 1 > [ 2.650723] initcall sis_init+0x0/0x16 returned 0 after 12 usecs > [ 2.650735] calling pacpi_init+0x0/0x16 @ 1 > [ 2.650788] pata_acpi 0000:00:06.0: setting latency timer to 64 > [ 2.651003] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23 > [ 2.651016] xen: registering gsi 23 triggering 0 polarity 1 > [ 2.651035] xen: --> pirq=23 -> irq=23 (gsi=23) > [ 2.651055] pata_acpi 0000:00:08.0: PCI INT A -> Link[LSA0] -> GSI 23 (level, low) -> IRQ 23 > [ 2.651089] pata_acpi 0000:00:08.0: setting latency timer to 64 > [ 2.651109] pata_acpi 0000:00:08.0: PCI INT A disabled > [ 2.651289] ACPI: PCI Interrupt Link [LSA1] enabled at IRQ 22 > [ 2.651301] xen: registering gsi 22 triggering 0 polarity 1 > [ 2.651315] xen: --> pirq=22 -> irq=22 (gsi=22) > [ 2.651329] pata_acpi 0000:00:08.1: PCI INT B -> Link[LSA1] -> GSI 22 (level, low) -> IRQ 22 > [ 2.651360] pata_acpi 0000:00:08.1: setting latency timer to 64 > [ 2.651379] pata_acpi 0000:00:08.1: PCI INT B disabled > [ 2.651401] initcall pacpi_init+0x0/0x16 returned 0 after 639 usecs > [ 2.651413] calling ata_generic_init+0x0/0x16 @ 1 > [ 2.651445] initcall ata_generic_init+0x0/0x16 returned 0 after 21 usecs > [ 2.651457] calling marvell_init+0x0/0x4c @ 1 > [ 2.651504] initcall marvell_init+0x0/0x4c returned 0 after 36 usecs > [ 2.651516] calling davicom_init+0x0/0x4d @ 1 > [ 2.651539] initcall davicom_init+0x0/0x4d returned 0 after 12 usecs > [ 2.651551] calling cicada_init+0x0/0x33 @ 1 > [ 2.651570] initcall cicada_init+0x0/0x33 returned 0 after 8 usecs > [ 2.651582] calling lxt_init+0x0/0x4d @ 1 > [ 2.651605] initcall lxt_init+0x0/0x4d returned 0 after 13 usecs > [ 2.651616] calling qs6612_init+0x0/0xf @ 1 > [ 2.651632] initcall qs6612_init+0x0/0xf returned 0 after 5 usecs > [ 2.651644] calling smsc_init+0x0/0x81 @ 1 > [ 2.651674] initcall smsc_init+0x0/0x81 returned 0 after 20 usecs > [ 2.651686] calling vsc82xx_init+0x0/0x33 @ 1 > [ 2.651705] initcall vsc82xx_init+0x0/0x33 returned 0 after 9 usecs > [ 2.651717] calling broadcom_init+0x0/0x135 @ 1 > [ 2.651778] initcall broadcom_init+0x0/0x135 returned 0 after 49 usecs > [ 2.651790] calling icplus_init+0x0/0x24 @ 1 > [ 2.651811] initcall icplus_init+0x0/0x24 returned 0 after 10 usecs > [ 2.651823] calling realtek_init+0x0/0xf @ 1 > [ 2.651839] initcall realtek_init+0x0/0xf returned 0 after 5 usecs > [ 2.651850] calling et1011c_init+0x0/0xf @ 1 > [ 2.651866] initcall et1011c_init+0x0/0xf returned 0 after 5 usecs > [ 2.651878] calling fixed_mdio_bus_init+0x0/0xf3 @ 1 > [ 2.651912] Fixed MDIO Bus: probed > [ 2.651921] initcall fixed_mdio_bus_init+0x0/0xf3 returned 0 after 32 usecs > [ 2.651933] calling mdio_gpio_init+0x0/0xf @ 1 > [ 2.651949] initcall mdio_gpio_init+0x0/0xf returned 0 after 6 usecs > [ 2.651961] calling ns_init+0x0/0xf @ 1 > [ 2.651975] initcall ns_init+0x0/0xf returned 0 after 5 usecs > [ 2.651987] calling ste10Xp_init+0x0/0x1d @ 1 > [ 2.652006] initcall ste10Xp_init+0x0/0x1d returned 0 after 9 usecs > [ 2.652018] calling net_olddevs_init+0x0/0x84 @ 1 > [ 2.652032] initcall net_olddevs_init+0x0/0x84 returned 0 after 3 usecs > [ 2.652044] calling ppp_init+0x0/0xe5 @ 1 > [ 2.652052] PPP generic driver version 2.4.2 > [ 2.652106] initcall ppp_init+0x0/0xe5 returned 0 after 51 usecs > [ 2.652118] calling netif_init+0x0/0x5f @ 1 > [ 2.652129] initcall netif_init+0x0/0x5f returned 0 after 0 usecs > [ 2.652141] calling netback_init+0x0/0x1fa @ 1 > [ 2.652378] initcall netback_init+0x0/0x1fa returned 0 after 220 usecs > [ 2.652391] calling tun_init+0x0/0x8b @ 1 > [ 2.652399] tun: Universal TUN/TAP device driver, 1.6 > [ 2.652409] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> > [ 2.652445] initcall tun_init+0x0/0x8b returned 0 after 43 usecs > [ 2.652457] calling init+0x0/0xf @ 1 > [ 2.652471] initcall init+0x0/0xf returned 0 after 5 usecs > [ 2.652482] calling cdrom_init+0x0/0xc @ 1 > [ 2.652502] initcall cdrom_init+0x0/0xc returned 0 after 11 usecs > [ 2.652514] calling mon_init+0x0/0xe2 @ 1 > [ 2.652550] initcall mon_init+0x0/0xe2 returned 0 after 26 usecs > [ 2.652563] calling ehci_hcd_init+0x0/0x6f @ 1 > [ 2.652573] ehci_hcd: USB 2.0 ''Enhanced'' Host Controller (EHCI) Driver > [ 2.652758] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 21 > [ 2.652770] xen: registering gsi 21 triggering 0 polarity 1 > [ 2.652784] xen: --> pirq=21 -> irq=21 (gsi=21) > [ 2.652799] ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUB2] -> GSI 21 (level, low) -> IRQ 21 > [ 2.652825] ehci_hcd 0000:00:02.1: setting latency timer to 64 > [ 2.652838] ehci_hcd 0000:00:02.1: EHCI Host Controller > [ 2.652871] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1 > [ 2.652933] ehci_hcd 0000:00:02.1: debug port 1 > [ 2.652952] ehci_hcd 0000:00:02.1: cache line size of 64 is not supported > [ 2.652991] ehci_hcd 0000:00:02.1: irq 21, io mem 0xdfffac00 > [ 2.664116] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00 > [ 2.664300] hub 1-0:1.0: USB hub found > [ 2.664312] hub 1-0:1.0: 10 ports detected > [ 2.664392] initcall ehci_hcd_init+0x0/0x6f returned 0 after 11538 usecs > [ 2.664405] calling ohci_hcd_mod_init+0x0/0x51 @ 1 > [ 2.664415] ohci_hcd: USB 1.1 ''Open'' Host Controller (OHCI) Driver > [ 2.664642] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 20 > [ 2.664654] xen: registering gsi 20 triggering 0 polarity 1 > [ 2.664675] xen: --> pirq=20 -> irq=20 (gsi=20) > [ 2.664694] ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUB0] -> GSI 20 (level, low) -> IRQ 20 > [ 2.664730] ohci_hcd 0000:00:02.0: setting latency timer to 64 > [ 2.664744] ohci_hcd 0000:00:02.0: OHCI Host Controller > [ 2.664783] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2 > [ 2.664852] ohci_hcd 0000:00:02.0: irq 20, io mem 0xdfffb000 > [ 2.722246] hub 2-0:1.0: USB hub found > [ 2.722266] hub 2-0:1.0: 10 ports detected > [ 2.722352] initcall ohci_hcd_mod_init+0x0/0x51 returned 0 after 56575 usecs > [ 2.722366] calling uhci_hcd_init+0x0/0xb8 @ 1 > [ 2.722377] uhci_hcd: USB Universal Host Controller Interface driver > [ 2.722431] initcall uhci_hcd_init+0x0/0xb8 returned 0 after 53 usecs > [ 2.722444] calling i8042_init+0x0/0x39e @ 1 > [ 2.722489] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 > [ 2.722501] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp > [ 2.722689] serio: i8042 KBD port at 0x60,0x64 irq 1 > [ 2.722734] initcall i8042_init+0x0/0x39e returned 0 after 274 usecs > [ 2.722747] calling mousedev_init+0x0/0x7f @ 1 > [ 2.722799] mousedev: PS/2 mouse device common for all mice > [ 2.722811] initcall mousedev_init+0x0/0x7f returned 0 after 52 usecs > [ 2.722823] calling evdev_init+0x0/0xf @ 1 > [ 2.722863] initcall evdev_init+0x0/0xf returned 0 after 30 usecs > [ 2.722875] calling atkbd_init+0x0/0x20 @ 1 > [ 2.722899] initcall atkbd_init+0x0/0x20 returned 0 after 13 usecs > [ 2.722911] calling uinput_init+0x0/0xf @ 1 > [ 2.722952] initcall uinput_init+0x0/0xf returned 0 after 30 usecs > [ 2.722965] calling cmos_init+0x0/0x5e @ 1 > [ 2.723000] rtc_cmos 00:02: RTC can wake from S4 > [ 2.723148] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 > [ 2.723201] rtc0: alarms up to one year, y3k, 114 bytes nvram > [ 2.723223] initcall cmos_init+0x0/0x5e returned 0 after 243 usecs > [ 2.723235] calling dm_init+0x0/0x3f @ 1 > [ 2.723289] device-mapper: uevent: version 1.0.3 > [ 2.723348] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: dm-devel@redhat.com > [ 2.723364] initcall dm_init+0x0/0x3f returned 0 after 117 usecs > [ 2.723376] calling dm_multipath_init+0x0/0x133 @ 1 > [ 2.723518] device-mapper: multipath: version 1.3.0 loaded > [ 2.723531] initcall dm_multipath_init+0x0/0x133 returned 0 after 140 usecs > [ 2.723543] calling dm_rr_init+0x0/0x3a @ 1 > [ 2.723553] device-mapper: multipath round-robin: version 1.0.0 loaded > [ 2.723565] initcall dm_rr_init+0x0/0x3a returned 0 after 11 usecs > [ 2.723577] calling dm_snapshot_init+0x0/0x1fd @ 1 > [ 2.723605] initcall dm_snapshot_init+0x0/0x1fd returned 0 after 16 usecs > [ 2.723617] calling dm_mirror_init+0x0/0x77 @ 1 > [ 2.723654] initcall dm_mirror_init+0x0/0x77 returned 0 after 25 usecs > [ 2.723666] calling dm_dirty_log_init+0x0/0x4d @ 1 > [ 2.723677] initcall dm_dirty_log_init+0x0/0x4d returned 0 after 0 usecs > [ 2.723689] calling pci_eisa_init_module+0x0/0x16 @ 1 > [ 2.723710] initcall pci_eisa_init_module+0x0/0x16 returned 0 after 9 usecs > [ 2.723722] calling virtual_eisa_root_init+0x0/0x4d @ 1 > [ 2.723744] EISA: Probing bus 0 at eisa.0 > [ 2.723752] EISA: Cannot allocate resource for mainboard > [ 2.723762] Cannot allocate resource for EISA slot 1 > [ 2.723771] Cannot allocate resource for EISA slot 2 > [ 2.723781] Cannot allocate resource for EISA slot 3 > [ 2.723790] Cannot allocate resource for EISA slot 4 > [ 2.723800] Cannot allocate resource for EISA slot 5 > [ 2.723809] Cannot allocate resource for EISA slot 6 > [ 2.723819] Cannot allocate resource for EISA slot 7 > [ 2.723828] Cannot allocate resource for EISA slot 8 > [ 2.723837] EISA: Detected 0 cards. > [ 2.723846] initcall virtual_eisa_root_init+0x0/0x4d returned 0 after 110 usecs > [ 2.723860] calling cpufreq_stats_init+0x0/0x84 @ 1 > [ 2.723873] initcall cpufreq_stats_init+0x0/0x84 returned 0 after 2 usecs > [ 2.723885] calling cpufreq_gov_powersave_init+0x0/0xf @ 1 > [ 2.723896] initcall cpufreq_gov_powersave_init+0x0/0xf returned 0 after 0 usecs > [ 2.723910] calling cpufreq_gov_userspace_init+0x0/0xf @ 1 > [ 2.723921] initcall cpufreq_gov_userspace_init+0x0/0xf returned 0 after 0 usecs > [ 2.723934] calling cpufreq_gov_dbs_init+0x0/0x5b @ 1 > [ 2.723946] initcall cpufreq_gov_dbs_init+0x0/0x5b returned 0 after 0 usecs > [ 2.723958] calling cpufreq_gov_dbs_init+0x0/0xf @ 1 > [ 2.723969] initcall cpufreq_gov_dbs_init+0x0/0xf returned 0 after 0 usecs > [ 2.723981] calling powernow_k6_init+0x0/0xb1 @ 1 > [ 2.723991] initcall powernow_k6_init+0x0/0xb1 returned -19 after 0 usecs > [ 2.724003] calling longrun_init+0x0/0x2e @ 1 > [ 2.724014] initcall longrun_init+0x0/0x2e returned -19 after 0 usecs > [ 2.724026] calling cpufreq_gx_init+0x0/0x10a @ 1 > [ 2.724036] initcall cpufreq_gx_init+0x0/0x10a returned -19 after 0 usecs > [ 2.724048] calling speedstep_init+0x0/0x1a8 @ 1 > [ 2.724064] initcall speedstep_init+0x0/0x1a8 returned -19 after 0 usecs > [ 2.724076] calling speedstep_init+0x0/0xb0 @ 1 > [ 2.724087] initcall speedstep_init+0x0/0xb0 returned -19 after 0 usecs > [ 2.724100] calling nforce2_init+0x0/0x6f @ 1 > [ 2.724111] cpufreq-nforce2: No nForce2 chipset. > [ 2.724122] initcall nforce2_init+0x0/0x6f returned -19 after 11 usecs > [ 2.724133] calling init_ladder+0x0/0xf @ 1 > [ 2.724143] cpuidle: using governor ladder > [ 2.724152] initcall init_ladder+0x0/0xf returned 0 after 8 usecs > [ 2.724163] calling init_menu+0x0/0xf @ 1 > [ 2.724171] cpuidle: using governor menu > [ 2.724180] initcall init_menu+0x0/0xf returned 0 after 7 usecs > [ 2.724192] calling efivars_init+0x0/0xda @ 1 > [ 2.724201] EFI Variables Facility v0.08 2004-May-17 > [ 2.724212] initcall efivars_init+0x0/0xda returned 0 after 9 usecs > [ 2.724223] calling flow_cache_init_global+0x0/0x10d @ 1 > [ 2.724245] initcall flow_cache_init_global+0x0/0x10d returned 0 after 10 usecs > [ 2.724258] calling llc_init+0x0/0x1b @ 1 > [ 2.724267] initcall llc_init+0x0/0x1b returned 0 after 0 usecs > [ 2.724278] calling snap_init+0x0/0x35 @ 1 > [ 2.724287] initcall snap_init+0x0/0x35 returned 0 after 1 usecs > [ 2.724299] calling rif_init+0x0/0x70 @ 1 > [ 2.724320] initcall rif_init+0x0/0x70 returned 0 after 13 usecs > [ 2.724332] calling blackhole_module_init+0x0/0xf @ 1 > [ 2.724343] initcall blackhole_module_init+0x0/0xf returned 0 after 0 usecs > [ 2.724355] calling init_cgroup_cls+0x0/0x33 @ 1 > [ 2.724366] initcall init_cgroup_cls+0x0/0x33 returned 0 after 0 usecs > [ 2.724378] calling sysctl_ipv4_init+0x0/0x71 @ 1 > [ 2.724542] initcall sysctl_ipv4_init+0x0/0x71 returned 0 after 150 usecs > [ 2.724554] calling init_syncookies+0x0/0x16 @ 1 > [ 2.724586] initcall init_syncookies+0x0/0x16 returned 0 after 21 usecs > [ 2.724599] calling ipv4_netfilter_init+0x0/0x20 @ 1 > [ 2.724610] initcall ipv4_netfilter_init+0x0/0x20 returned 0 after 0 usecs > [ 2.724621] calling inet_diag_init+0x0/0x79 @ 1 > [ 2.724644] initcall inet_diag_init+0x0/0x79 returned 0 after 11 usecs > [ 2.724656] calling tcp_diag_init+0x0/0xf @ 1 > [ 2.724667] initcall tcp_diag_init+0x0/0xf returned 0 after 0 usecs > [ 2.724678] calling cubictcp_register+0x0/0x82 @ 1 > [ 2.724689] TCP cubic registered > [ 2.724697] initcall cubictcp_register+0x0/0x82 returned 0 after 8 usecs > [ 2.724709] calling inet6_init+0x0/0x287 @ 1 > [ 2.724810] NET: Registered protocol family 10 > [ 2.725283] initcall inet6_init+0x0/0x287 returned 0 after 550 usecs > [ 2.725297] calling packet_init+0x0/0x39 @ 1 > [ 2.725309] NET: Registered protocol family 17 > [ 2.725322] initcall packet_init+0x0/0x39 returned 0 after 12 usecs > [ 2.725334] calling br_init+0x0/0xa0 @ 1 > [ 2.725369] Bridge firewalling registered > [ 2.725379] initcall br_init+0x0/0xa0 returned 0 after 35 usecs > [ 2.725391] calling vlan_proto_init+0x0/0x88 @ 1 > [ 2.725400] 802.1Q VLAN Support v1.8 > [ 2.725413] initcall vlan_proto_init+0x0/0x88 returned 0 after 12 usecs > [ 2.725425] calling sctp_init+0x0/0x701 @ 1 > [ 2.725872] sctp: Hash tables configured (established 65536 bind 65536) > [ 2.726063] initcall sctp_init+0x0/0x701 returned 0 after 609 usecs > [ 2.726077] calling mcheck_debugfs_init+0x0/0x3e @ 1 > [ 2.726098] initcall mcheck_debugfs_init+0x0/0x3e returned 0 after 10 usecs > [ 2.726111] calling severities_debugfs_init+0x0/0x3e @ 1 > [ 2.726123] initcall severities_debugfs_init+0x0/0x3e returned 0 after 1 usecs > [ 2.726137] calling hpet_insert_resource+0x0/0x1e @ 1 > [ 2.726150] initcall hpet_insert_resource+0x0/0x1e returned 0 after 1 usecs > [ 2.726162] calling update_mp_table+0x0/0x543 @ 1 > [ 2.726173] initcall update_mp_table+0x0/0x543 returned 0 after 0 usecs > [ 2.726186] calling lapic_insert_resource+0x0/0x46 @ 1 > [ 2.726197] initcall lapic_insert_resource+0x0/0x46 returned 0 after 0 usecs > [ 2.726210] calling io_apic_bug_finalize+0x0/0x1a @ 1 > [ 2.726221] initcall io_apic_bug_finalize+0x0/0x1a returned 0 after 0 usecs > [ 2.726233] calling print_ipi_mode+0x0/0x2e @ 1 > [ 2.726243] Using IPI No-Shortcut mode > [ 2.726251] initcall print_ipi_mode+0x0/0x2e returned 0 after 7 usecs > [ 2.726264] calling check_early_ioremap_leak+0x0/0x69 @ 1 > [ 2.726275] initcall check_early_ioremap_leak+0x0/0x69 returned 0 after 0 usecs > [ 2.726288] calling pat_memtype_list_init+0x0/0x37 @ 1 > [ 2.726302] initcall pat_memtype_list_init+0x0/0x37 returned 0 after 2 usecs > [ 2.726315] calling sched_init_debug+0x0/0x2a @ 1 > [ 2.726328] initcall sched_init_debug+0x0/0x2a returned 0 after 2 usecs > [ 2.726341] calling init_oops_id+0x0/0x50 @ 1 > [ 2.726354] initcall init_oops_id+0x0/0x50 returned 0 after 2 usecs > [ 2.726366] calling printk_late_init+0x0/0x4d @ 1 > [ 2.726379] initcall printk_late_init+0x0/0x4d returned 0 after 1 usecs > [ 2.726391] calling pm_qos_power_init+0x0/0x65 @ 1 > [ 2.726476] initcall pm_qos_power_init+0x0/0x65 returned 0 after 72 usecs > [ 2.726489] calling test_suspend+0x0/0x19a @ 1 > [ 2.726501] initcall test_suspend+0x0/0x19a returned 0 after 0 usecs > [ 2.726517] calling software_resume+0x0/0x1f0 @ 1 > [ 2.726528] PM: Hibernation image not present or could not be loaded. > [ 2.726540] initcall software_resume+0x0/0x1f0 returned -2 after 11 usecs > [ 2.726553] initcall software_resume+0x0/0x1f0 returned with error code -2 > [ 2.726565] calling taskstats_init+0x0/0x85 @ 1 > [ 2.726579] registered taskstats version 1 > [ 2.726588] initcall taskstats_init+0x0/0x85 returned 0 after 12 usecs > [ 2.726600] calling clear_boot_tracer+0x0/0x2d @ 1 > [ 2.726611] initcall clear_boot_tracer+0x0/0x2d returned 0 after 0 usecs > [ 2.726623] calling kdb_ftrace_register+0x0/0x35 @ 1 > [ 2.726636] initcall kdb_ftrace_register+0x0/0x35 returned 0 after 2 usecs > [ 2.726649] calling max_swapfiles_check+0x0/0x7 @ 1 > [ 2.726660] initcall max_swapfiles_check+0x0/0x7 returned 0 after 0 usecs > [ 2.726672] calling random32_reseed+0x0/0x83 @ 1 > [ 2.726690] initcall random32_reseed+0x0/0x83 returned 0 after 8 usecs > [ 2.726702] calling pci_resource_alignment_sysfs_init+0x0/0x14 @ 1 > [ 2.726717] initcall pci_resource_alignment_sysfs_init+0x0/0x14 returned 0 after 2 usecs > [ 2.726730] calling pci_sysfs_init+0x0/0x44 @ 1 > [ 2.727049] initcall pci_sysfs_init+0x0/0x44 returned 0 after 301 usecs > [ 2.727063] calling boot_wait_for_devices+0x0/0x2f @ 1 > [ 2.727076] initcall boot_wait_for_devices+0x0/0x2f returned 0 after 1 usecs > [ 2.727090] calling regulator_init_complete+0x0/0x14c @ 1 > [ 2.727101] initcall regulator_init_complete+0x0/0x14c returned 0 after 0 usecs > [ 2.727115] calling random_int_secret_init+0x0/0x16 @ 1 > [ 2.727138] initcall random_int_secret_init+0x0/0x16 returned 0 after 12 usecs > [ 2.727154] calling late_resume_init+0x0/0x1a0 @ 1 > [ 2.727164] Magic number: 11:261:587 > [ 2.727239] initcall late_resume_init+0x0/0x1a0 returned 0 after 73 usecs > [ 2.727253] calling scsi_complete_async_scans+0x0/0x120 @ 1 > [ 2.727266] initcall scsi_complete_async_scans+0x0/0x120 returned 0 after 0 usecs > [ 2.727280] calling rtc_hctosys+0x0/0x110 @ 1 > [ 2.727372] rtc_cmos 00:02: setting system clock to 2011-09-23 14:34:27 UTC (1316788467) > [ 2.727387] initcall rtc_hctosys+0x0/0x110 returned 0 after 94 usecs > [ 2.727401] calling powernowk8_init+0x0/0x179 @ 1 > [ 2.727421] powernow-k8: Found 1 AMD Athlon(tm) II X2 250 Processor (2 cpu cores) (version 2.20.00) > [ 2.727442] [Firmware Bug]: powernow-k8: No compatible ACPI _PSS objects found. > [ 2.727443] [Firmware Bug]: powernow-k8: Try again with latest BIOS. > [ 2.727467] initcall powernowk8_init+0x0/0x179 returned -19 after 54 usecs > [ 2.727479] calling acpi_cpufreq_init+0x0/0x8f @ 1 > [ 2.727512] initcall acpi_cpufreq_init+0x0/0x8f returned -5 after 21 usecs > [ 2.727525] initcall acpi_cpufreq_init+0x0/0x8f returned with error code -5 > [ 2.727539] calling powernow_init+0x0/0x114 @ 1 > [ 2.727550] initcall powernow_init+0x0/0x114 returned -19 after 0 usecs > [ 2.727562] calling longhaul_init+0x0/0x95 @ 1 > [ 2.727573] initcall longhaul_init+0x0/0x95 returned -19 after 0 usecs > [ 2.727585] calling centrino_init+0x0/0x26 @ 1 > [ 2.727596] initcall centrino_init+0x0/0x26 returned -19 after 0 usecs > [ 2.727609] calling edd_init+0x0/0x312 @ 1 > [ 2.727617] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found > [ 2.727628] EDD information not available. > [ 2.727637] initcall edd_init+0x0/0x312 returned -19 after 18 usecs > [ 2.727649] calling memmap_init+0x0/0x29 @ 1 > [ 2.727681] initcall memmap_init+0x0/0x29 returned 0 after 19 usecs > [ 2.727693] calling pci_mmcfg_late_insert_resources+0x0/0x53 @ 1 > [ 2.727707] initcall pci_mmcfg_late_insert_resources+0x0/0x53 returned 0 after 0 usecs > [ 2.727721] calling net_secret_init+0x0/0x16 @ 1 > [ 2.727743] initcall net_secret_init+0x0/0x16 returned 0 after 11 usecs > [ 2.727755] calling tcp_congestion_default+0x0/0xf @ 1 > [ 2.727767] initcall tcp_congestion_default+0x0/0xf returned 0 after 1 usecs > [ 2.727781] calling initialize_hashrnd+0x0/0x16 @ 1 > [ 2.727794] initcall initialize_hashrnd+0x0/0x16 returned 0 after 2 usecs > [ 2.727939] async_waiting @ 1 > [ 2.727949] async_continuing @ 1 after 0 usec > [ 2.728211] Freeing unused kernel memory: 676k freed > [ 2.729609] Write protecting the kernel text: 5080k > [ 2.730085] Write protecting the kernel read-only data: 1936k > [ 2.730097] NX-protecting the kernel data: 3112k > /init: Mounting /proc... > /init: Mounting /sys... > /init: Mounting /workspace > [ 2.742100] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 > /init: Mounting /dev... > /init: Notifying init of /dev creation... > /init: Starting syslogd... > /init: Starting klogd... > /init: Searching for boot volume on /dev/sda1 /dev/sdb1 > /init: Boot volume found on /dev/sdb1. > /init: Generating /sysconfig > /init: Mounting /boot/master/XenMaster-5.10/rootfs on /sysroot. > /init: Stopping initramfs processes... > /init: Remounting /workspace > /init: Remounting /dev > /init: Remounting /sys > /init: Remounting /proc > /init: Remounting /sysconfig > /init: Remounting /boot > /init: Switching root to /sysroot >INIT: version 2.86 booting> Setting the console log level to 7... > [1A[0G[72G[1;34m[[1;32m OK [1;34m][0;39m > Restarting system log daemon... > [1A[0G[72G[1;34m[[1;32m OK [1;34m][0;39m > Restarting kernel log daemon... > [1A[0G[72G[1;34m[[1;32m OK [1;34m][0;39m > Starting udevd... > [1A[0G[72G[1;34m[[1;32m OK [1;34m][0;39m > Mounting /dev/pts... > [1A[0G[72G[1;34m[[1;32m OK [1;34m][0;39m > Creating /workspace/persist... > [1A[0G[72G[1;34m[[1;32m OK [1;34m][0;39m > Setting system clock... > [1A[0G[72G[1;34m[[1;32m OK [1;34m][0;39m > Setting up Linux console... > [1A[0G[72G[1;34m[[1;32m OK [1;34m][0;39m > Bringing up the loopback interface... > [1A[0G[72G[1;34m[[1;32m OK [1;34m][0;39m > Setting hostname to Setup... > [1A[0G[72G[1;34m[[1;32m OK [1;34m][0;39m > Starting xenstored... > Setting domain 0 name... > Starting xenconsoled... > Installing EBTables rules... > [1A[0G[72G[1;34m[[1;32m OK [1;34m][0;39m > Installing IPTables rules... > [1A[0G[72G[1;34m[[1;32m OK [1;34m][0;39m >INIT: Entering runlevel: 3> Starting ntpd... > [1A[0G[72G[1;34m[[1;32m OK [1;34m][0;39m > Starting management agent... > [1A[0G[72G[1;34m[[1;32m OK [1;34m][0;39m_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Anthony Wright
2011-Sep-26 15:00 UTC
Re: [Xen-devel] Getting mm.c errors from xl dmesg on certain hardware
On 26/09/2011 15:02, Konrad Rzeszutek Wilk wrote:> On Fri, Sep 23, 2011 at 03:42:55PM +0100, Anthony Wright wrote: >> On 23/09/2011 14:29, Konrad Rzeszutek Wilk wrote: >>> On Fri, Sep 23, 2011 at 11:29:31AM +0100, Anthony Wright wrote: >>>> Konrad Rzeszutek Wilk wrote: >>>> >>>>>> (XEN) mm.c:907:d0 Error getting mfn 3a09c (pfn 55555555) from L1 entry 000000003a09c023 for l1e_owner=0, pg_owner=0 >>>>>> (XEN) mm.c:907:d0 Error getting mfn 3a09d (pfn 55555555) from L1 entry 000000003a09d023 for l1e_owner=0, pg_owner=0 >>>>>> (XEN) mm.c:907:d0 Error getting mfn 3a09e (pfn 55555555) from L1 entry 000000003a09e023 for l1e_owner=0, pg_owner=0 >>>>>> (XEN) mm.c:907:d0 Error getting mfn 3a09f (pfn 55555555) from L1 entry 000000003a09f023 for l1e_owner=0, pg_owner=0 >>>>>> (XEN) traps.c:2388:d0 Domain attempted WRMSR c0010004 from 0x0000ab23d6d622da to 0x000000000000abcd. >>>>> Do they show up during bootup? As in do you see those _when_ you launch your guests? >>>>> To figure out this particular issue you should try using ''console_to_ring'' (so that >>>>> dom0 output and Xen output are mingled togehter) and also post this under a new subject >>>>> to not confuse this email thread. >>>> The messages show up during the initial dom0 boot, before any domUs are >>>> loaded. I''ve attached a second xl dmesg log which is similar to the >>>> first, but the numbers in the error messages are different. >>>> >>>> The messages are hardware dependant as I don''t get them on another >>>> system with different hardware configuration but with identical software. >>>> >>>> The motherboard is a ASUS M2N68 AM PLUS, with 4GB of RAM. If I remove >>>> one of the sticks of ram to take it down to 2GB, the mm.c errors are no >>>> longer displayed, but I still get the traps.c message. >>>> >>> Um, you might want to include ''loglevel=9 console=hvc0 initcall_debug'' on your Linux line >>> so the output from Linux kernel gets intermingled with the Xen. >>> >>>> mapping kernel into physical memory >>>> Xen: setup ISA identity maps >>>> about to get started... >>>> (XEN) mm.c:907:d0 Error getting mfn 3809c (pfn b602c) from L1 entry 000000003809c023 for l1e_owner=0, pg_owner=0 >>>> (XEN) mm.c:907:d0 Error getting mfn 3809d (pfn b602d) from L1 entry 000000003809d023 for l1e_owner=0, pg_owner=0 >>>> (XEN) mm.c:907:d0 Error getting mfn 3809e (pfn b602e) from L1 entry 000000003809e023 for l1e_owner=0, pg_owner=0 >>>> (XEN) mm.c:907:d0 Error getting mfn 3809f (pfn b602f) from L1 entry 000000003809f023 for l1e_owner=0, pg_owner=0 >>>> (XEN) traps.c:2388:d0 Domain attempted WRMSR c0010004 from 0x00009b27fe9726ca to 0x000000000000abcd. >> I ran with ''console_to_ring conring_size=65536'' on the xen command line >> & ''debug loglevel=9 console=hvc0 initcall_debug'' on the kernel command line. > For the fun of it, can you twiddle with dom0_mem=512MB just to see what transpires?I booted with dom0_mem=512MB on the xen command line (without the other debug parameters), and got the mm.c & traps.c message as before.> Nothing really jumps at me in regards to what could be at fault here. Is the .config > based on some distro? Or is it a distro''s config?The .config is fairly home grown, but I''ve had a number of substantially different kernel configs and they all consistantly produce this error on this particular machine, but not on any other machines (aparts from the traps on the old Dell). This is the same machine that we had problems with the USB access (I''ve seen the problem once since, but can''t reliably reproduce it). The system seems to work ok, but I worry when I see errors messages!! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel