Hey!
Great work, it booted! I appended the log file, just in
case you want to check... Let me now if I should test
some more patches!
Xenomai latency test program seems good ;)
On 2013-02-19 21:17, Jan Kiszka wrote:
On 2013-02-19 19:48, Jan Kiszka wrote:
On 2013-02-19 13:05, Jan Kiszka wrote:
On 2013-02-19 12:22, Manuel Huber wrote:
Thanks for your reply and sorry for the delay ;)
I have tried disabling the options and attached the logs. It still fails :(
I hope it's okay to attach so many files... I can also add the config
files for
every build if that helps.
I'll try your config later, though in a different environment. If I'm
unable to reproduce, I'll provide further instrumentation suggestions.
No luck in reproducing, even with enforced IRQ7 injection. I suppose
there are more factors influencing this. Again my question: any
indication on normal Linux kernels that there are spurious IRQs? What is
associated with IRQ7 on your system?
Please also try this instrumentation and report back what the kernel
dumps to the console:
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 41196d2..39175e6 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -194,6 +194,7 @@ static void __cpuinit smp_callin(void)
* Need to setup vector mappings before we enable interrupts.
*/
setup_vector_irq(smp_processor_id());
+ printk("vector_irq[0x37] = %d\n", __this_cpu_read(vector_irq[0x37]));
/*
* Save our processor parameters. Note: this information
@@ -249,6 +250,7 @@ static void __cpuinit start_secondary(void *unused)
/* otherwise gcc will move up smp_processor_id before the cpu_init */
barrier();
+ printk("vector_irq[0x37] = %d\n", __this_cpu_read(vector_irq[0x37]));
/*
* Check TSC synchronization with the BP:
*/
@@ -274,6 +276,7 @@ static void __cpuinit start_secondary(void *unused)
per_cpu(cpu_state, smp_processor_id()) = CPU_ONLINE;
x86_platform.nmi_init();
+ printk("vector_irq[0x37] = %d\n", __this_cpu_read(vector_irq[0x37]));
/* enable local interrupts */
local_irq_enable();
Thanks,
Jan
-------------- next part --------------
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.5.7-xeno2621-patch5 (root@kuka) (gcc version
4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) ) #4 SMP PREEMPT Fri Feb 22 12:23:51 CET 2013
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cfd9ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cfda0000-0x00000000cfdd0fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cfdd1000-0x00000000cfdfffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000cfe00000-0x00000000cfefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.4 present.
[ 0.000000] e820: last_pfn = 0x430000 max_arch_pfn = 0x1000000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [mem 0x000f4bf0-0x000f4bff] mapped at
[c00f4bf0]
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x37bfdfff]
[ 0.000000] RAMDISK: [mem 0x377ef000-0x37feffff]
[ 0.000000] Allocated new RAMDISK: [mem 0x36fee000-0x377ee38c]
[ 0.000000] Move RAMDISK from [mem 0x377ef000-0x37fef38c] to [mem
0x36fee000-0x377ee38c]
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000042fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x42fffffff]
[ 0.000000] NODE_DATA [mem 0x2e600000-0x2e601fff] (remapped)
[ 0.000000] 16260MB HIGHMEM available.
[ 0.000000] 891MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 37bfe000
[ 0.000000] low ram: 0 - 37bfe000
[ 0.000000] Node: 0, start_pfn: 10, end_pfn: 9f
[ 0.000000] Node: 0, start_pfn: 100, end_pfn: cfda0
[ 0.000000] Node: 0, start_pfn: 100000, end_pfn: 430000
334000 338000 33c000 340000 344000 348000 34c000 350000 354000 358000 35c000 360000 364000 368000 36c000 370000 374000 378000 37c000 380000 384000 388000 38c000 390000 394000 398000 39c000 3a0000 3a4000 3a8000 3ac000 3b0000 3b4000 3b8000 3bc000 3c0000 3c4000 3c8000 3cc000 3d0000 3d4000 3d8000 3dc000 3e0000 3e4000 3e8000 3ec000 3f0000 3f4000 3f8000 3fc000 400000 404000 408000 40c000 410000 414000 418000 41c000 420000 424000 428000 42c000
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00010000-0x00ffffff]
[ 0.000000] Normal [mem 0x01000000-0x37bfdfff]
[ 0.000000] HighMem [mem 0x37bfe000-0x2fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00010000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0xcfd9ffff]
[ 0.000000] node 0: [mem 0x00000000-0x2fffffff]
[ 0.000000] Using APIC driver default
[ 0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[ 0.000000] Intel MultiProcessor Specification v1.4
[ 0.000000] Virtual Wire compatibility mode.
[ 0.000000] MPTABLE: OEM ID: OEM00000
[ 0.000000] MPTABLE: Product ID: PROD00000000
[ 0.000000] MPTABLE: APIC at: 0xFEE00000
[ 0.000000] Processor #0 (Bootup-CPU)
[ 0.000000] Processor #1
[ 0.000000] Processor #2
[ 0.000000] Processor #3
[ 0.000000] Processor #4
[ 0.000000] Processor #5
[ 0.000000] IOAPIC[0]: apic_id 8, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] Processors: 6
[ 0.000000] SMP: Allowing 6 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] e820: [mem 0xcff00000-0xdfffffff] available for PCI devices
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:6
nr_node_ids:1
[ 0.000000] PERCPU: Embedded 18 pages/cpu @f7b5b000 s49536 r0 d24192 u73728
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total
pages: 4159278
[ 0.000000] Policy zone: HighMem
[ 0.000000] Kernel command line:
BOOT_IMAGE=/boot/vmlinuz-3.5.7-xeno2621-patch5
root=UUID=e722c833-7422-4a40-9602-8d589eacd32c ro console=tty0
console=ttyS0,19200n8
[ 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] __ex_table already sorted, skipping sort
[ 0.000000] Xenomai: forcing noxsave
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 35127168 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want
memory cgroups
[ 0.000000] Initializing HighMem for node 0 (00037bfe:00430000)
[ 0.000000] Memory: 16438748k/17563648k available (5317k kernel code,
196320k reserved, 2133k data, 536k init, 15722120k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff17000 - 0xfffff000 ( 928 kB)
[ 0.000000] pkmap : 0xffc00000 - 0xffe00000 (2048 kB)
[ 0.000000] vmalloc : 0xf83fe000 - 0xffbfe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf7bfe000 ( 891 MB)
[ 0.000000] .init : 0xc0847000 - 0xc08cd000 ( 536 kB)
[ 0.000000] .data : 0xc063163d - 0xc0846a80 (2133 kB)
[ 0.000000] .text : 0xc0100000 - 0xc063163d (5317 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor
mode...Ok.
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=6,
Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] Additional per-CPU info printed with stalls.
[ 0.000000] NR_IRQS:2304 nr_irqs:728 16
[ 0.000000] Interrupt pipeline (release #3)
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc.,
Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.000000] ... CHAINHASH_SIZE: 16384
[ 0.000000] memory used by lock dependency info: 3551 kB
[ 0.000000] per task-struct memory footprint: 1152 bytes
[ 0.004000] Fast TSC calibration using PIT
[ 0.008000] Detected 3322.152 MHz processor.
[ 0.000003] Calibrating delay loop (skipped), value calculated using timer
frequency.. 6644.30 BogoMIPS (lpj=13288608)
[ 0.064224] pid_max: default: 32768 minimum: 301
[ 0.091905] Security Framework initialized
[ 0.116449] SELinux: Disabled at boot.
[ 0.139487] Mount-cache hash table entries: 512
[ 0.167229] Initializing cgroup subsys cpuacct
[ 0.193875] Initializing cgroup subsys memory
[ 0.220036] Initializing cgroup subsys devices
[ 0.246668] Initializing cgroup subsys freezer
[ 0.273328] Initializing cgroup subsys net_cls
[ 0.300027] CPU: Physical Processor ID: 0
[ 0.324040] CPU: Processor Core ID: 0
[ 0.346019] mce: CPU supports 7 MCE banks
[ 0.370083] LVT offset 1 assigned for vector 0xf9
[ 0.399076] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.431494] ExtINT not setup in hardware but reported by MP table
[ 0.468287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.542923] CPU0: AMD FX(tm)-6100 Six-Core Processor stepping 02
[ 0.800941] Performance Events: AMD Family 15h PMU driver.
[ 0.833903] ... version: 0
[ 0.857959] ... bit width: 48
[ 0.882536] ... generic registers: 6
[ 0.906596] ... value mask: 0000ffffffffffff
[ 0.938450] ... max period: 00007fffffffffff
[ 0.970304] ... fixed-purpose events: 0
[ 0.994359] ... event mask: 000000000000003f
[ 1.036941] NMI watchdog: enabled on all CPUs, permanently consumes one
hw-PMU counter.
[ 1.092797] lockdep: fixing up alternatives.
[ 1.118404] Booting Node 0, Processors #1[ 1.153826] Initializing CPU#1
[ 1.172073] vector_irq[0x37] = -1
[ 1.191935] vector_irq[0x37] = -1
[ 1.213777] vector_irq[0x37] = -1
lockdep: fixing up alternatives.
[ 1.258493] #2[ 1.278696] Initializing CPU#2
[ 1.296990] vector_irq[0x37] = -1
[ 1.316852] vector_irq[0x37] = -1
[ 1.338683] vector_irq[0x37] = -1
lockdep: fixing up alternatives.
[ 1.382373] #3[ 1.402577] Initializing CPU#3
[ 1.420869] vector_irq[0x37] = -1
[ 1.440731] vector_irq[0x37] = -1
[ 1.462564] vector_irq[0x37] = -1
lockdep: fixing up alternatives.
[ 1.506303] #4[ 1.526500] Initializing CPU#4
[ 1.544748] vector_irq[0x37] = -1
[ 1.564613] vector_irq[0x37] = -1
[ 1.586444] vector_irq[0x37] = -1
lockdep: fixing up alternatives.
[ 1.630235] #5 Ok.
[ 1.653549] Initializing CPU#5
[ 1.671798] vector_irq[0x37] = -1
[ 1.691661] vector_irq[0x37] = -1
[ 1.713491] vector_irq[0x37] = -1
[ 1.733443] Brought up 6 CPUs
[ 1.751259] ----------------
[ 1.768552] | NMI testsuite:
[ 1.785804] --------------------
[ 1.805135] remote IPI: ok |
[ 1.833146] local IPI: ok |
[ 1.872214] --------------------
[ 1.891601] Good, all 2 testcases passed! |
[ 1.917740] ---------------------------------
[ 1.943877] Total of 6 processors activated (39865.82 BogoMIPS).
[ 1.991198] devtmpfs: initialized
[ 2.012059] dummy:
[ 2.024748] RTC time: 12:16:17, date: 02/22/13
[ 2.051509] NET: Registered protocol family 16
[ 2.078425] EISA bus registered
[ 2.099060] PCI : PCI BIOS area is rw and x. Use pci=nobios if you want it
NX.
[ 2.142345] PCI: PCI BIOS revision 3.00 entry at 0xfa550, last bus=8
[ 2.180415] PCI: Using configuration type 1 for base access
[ 2.213826] PCI: Using configuration type 1 for extended access
[ 2.251853] bio: create slab <bio-0> at 0
[ 2.276159] vgaarb: loaded
[ 2.292531] SCSI subsystem initialized
[ 2.315169] usbcore: registered new interface driver usbfs
[ 2.348067] usbcore: registered new interface driver hub
[ 2.379962] usbcore: registered new device driver usb
[ 2.410409] PCI: Probing PCI hardware
[ 2.432459] PCI host bridge to bus 0000:00
[ 2.457012] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.494064] pci_bus 0000:00: root bus resource [mem
0x00000000-0xffffffffffff]
[ 2.538108] pci 0000:00:11.0: set SATA to AHCI mode
[ 2.575739] pci 0000:00:02.0: PCI bridge to [bus 01-01]
[ 2.615689] pci 0000:00:09.0: PCI bridge to [bus 02-02]
[ 2.651658] pci 0000:00:0a.0: PCI bridge to [bus 03-03]
[ 2.683447] pci 0000:00:14.4: PCI bridge to [bus 04-04] (subtractive decode)
[ 2.731629] pci 0000:00:15.0: PCI bridge to [bus 05-05]
[ 2.767574] pci 0000:00:15.1: PCI bridge to [bus 06-06]
[ 2.807580] pci 0000:00:15.2: PCI bridge to [bus 07-07]
[ 2.838981] pci 0000:00:15.3: PCI bridge to [bus 08-08]
[ 2.871951] vgaarb: device added:
PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 2.921582] pci 0000:00:00.0: default IRQ router [1002:5a14]
[ 2.955591] pci 0000:00:00.0: address space collision: [mem
0xe0000000-0xffffffff 64bit] conflicts with PCI Bus 0000:01 [mem
0xfb000000-0xfcffffff]
[ 3.035336] NetLabel: Initializing
[ 3.055725] NetLabel: domain hash size = 128
[ 3.081863] NetLabel: protocols = UNLABELED CIPSOv4
[ 3.111680] NetLabel: unlabeled traffic allowed by default
[ 3.145468] PnPBIOS: Scanning system for PnP BIOS support...
[ 3.179645] PnPBIOS: Found PnP BIOS installation structure at 0xc00fb080
[ 3.219779] PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0xb0b0, dseg 0xf0000
[ 3.263116] pnp 00:07: disabling [mem 0x00000000-0x0009ffff] because it
overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 3.335003] pnp 00:07: disabling [mem 0x00100000-0xffffffffcfefffff
disabled] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff
64bit]
[ 3.415787] pnp 00:07: [Firmware Bug]: [mem 0x00100000-0xffffffffcfefffff
disabled] covers only part of AMD MMCONFIG area [mem 0xe0000000-0xe00fffff];
adding more reservations
[ 3.509550] system 00:07: [mem 0xfffffffffffe0000-0xffffffffffffffff] could
not be reserved
[ 3.559580] system 00:07: [mem 0xfffffffffff80000-0xfffffffffffdffff] could
not be reserved
[ 3.609621] system 00:07: [mem 0xfffffffffec00000-0xfffffffffec0ffff] could
not be reserved
[ 3.659659] system 00:07: [mem 0xfffffffffee00000-0xfffffffffee0ffff] could
not be reserved
[ 3.709749] pnp 00:08: disabling [mem 0x000f0000-0x000f3fff] because it
overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 3.781622] pnp 00:08: disabling [mem 0x000f4000-0x000f7fff] because it
overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 3.853487] pnp 00:08: disabling [mem 0x000f8000-0x000fffff] because it
overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 3.925351] pnp 00:08: disabling [mem 0x000cda00-0x000cffff] because it
overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
[ 3.997533] PnPBIOS: 11 nodes reported by PnP BIOS; 11 recorded by driver
[ 4.042913] pci 0000:01:00.0: BAR 6: assigned [mem 0xd8000000-0xd807ffff
pref]
[ 4.086220] pci 0000:00:02.0: PCI bridge to [bus 01-01]
[ 4.117537] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
[ 4.154070] pci 0000:00:02.0: bridge window [mem 0xfb000000-0xfcffffff]
[ 4.194756] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff
64bit pref]
[ 4.241178] pci 0000:00:09.0: PCI bridge to [bus 02-02]
[ 4.272491] pci 0000:00:09.0: bridge window [io 0xd000-0xdfff]
[ 4.309022] pci 0000:00:09.0: bridge window [mem 0xfd100000-0xfd1fffff]
[ 4.349711] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff
64bit pref]
[ 4.396132] pci 0000:03:00.0: BAR 6: assigned [mem 0xfd200000-0xfd20ffff
pref]
[ 4.439414] pci 0000:00:0a.0: PCI bridge to [bus 03-03]
[ 4.470728] pci 0000:00:0a.0: bridge window [io 0xc000-0xcfff]
[ 4.507262] pci 0000:00:0a.0: bridge window [mem 0xfdb00000-0xfdbfffff]
[ 4.547947] pci 0000:00:0a.0: bridge window [mem 0xfd200000-0xfd2fffff
64bit pref]
[ 4.594369] pci 0000:00:14.4: PCI bridge to [bus 04-04]
[ 4.625681] pci 0000:00:14.4: bridge window [io 0xb000-0xbfff]
[ 4.662217] pci 0000:00:14.4: bridge window [mem 0xfdd00000-0xfddfffff]
[ 4.702902] pci 0000:00:14.4: bridge window [mem 0xfdc00000-0xfdcfffff
pref]
[ 4.746207] pci 0000:00:15.0: PCI bridge to [bus 05-05]
[ 4.777516] pci 0000:00:15.0: bridge window [io 0xa000-0xafff]
[ 4.814050] pci 0000:00:15.0: bridge window [mem 0xfda00000-0xfdafffff]
[ 4.854737] pci 0000:00:15.0: bridge window [mem 0xfd900000-0xfd9fffff
64bit pref]
[ 4.901159] pci 0000:00:15.1: PCI bridge to [bus 06-06]
[ 4.932470] pci 0000:00:15.1: bridge window [io 0x9000-0x9fff]
[ 4.969003] pci 0000:00:15.1: bridge window [mem 0xfd800000-0xfd8fffff]
[ 5.009691] pci 0000:00:15.1: bridge window [mem 0xfd700000-0xfd7fffff
64bit pref]
[ 5.056112] pci 0000:07:00.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff
pref]
[ 5.099390] pci 0000:00:15.2: PCI bridge to [bus 07-07]
[ 5.130707] pci 0000:00:15.2: bridge window [io 0x8000-0x8fff]
[ 5.167241] pci 0000:00:15.2: bridge window [mem 0xfd600000-0xfd6fffff]
[ 5.207929] pci 0000:00:15.2: bridge window [mem 0xfd500000-0xfd5fffff
64bit pref]
[ 5.254349] pci 0000:00:15.3: PCI bridge to [bus 08-08]
[ 5.285662] pci 0000:00:15.3: bridge window [io 0x7000-0x7fff]
[ 5.322196] pci 0000:00:15.3: bridge window [mem 0xfd400000-0xfd4fffff]
[ 5.362883] pci 0000:00:15.3: bridge window [mem 0xfd300000-0xfd3fffff
64bit pref]
[ 5.409315] pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 18
[ 5.448419] pci 0000:00:09.0: PCI->APIC IRQ transform: INT A -> IRQ 17
[ 5.487543] pci 0000:00:0a.0: PCI->APIC IRQ transform: INT A -> IRQ 18
[ 5.526683] pci 0000:00:15.0: can't find IRQ for PCI INT A; probably buggy
MP table
[ 5.572571] pci 0000:00:15.1: can't find IRQ for PCI INT A; probably buggy
MP table
[ 5.618456] pci 0000:00:15.2: can't find IRQ for PCI INT A; probably buggy
MP table
[ 5.664338] pci 0000:00:15.3: can't find IRQ for PCI INT A; probably buggy
MP table
[ 5.710329] NET: Registered protocol family 2
[ 5.736533] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 5.779513] TCP established hash table entries: 131072 (order: 8, 1048576
bytes)
[ 5.824352] TCP bind hash table entries: 65536 (order: 9, 2359296 bytes)
[ 5.873095] TCP: Hash tables configured (established 131072 bind 65536)
[ 5.912758] TCP: reno registered
[ 5.932131] UDP hash table entries: 512 (order: 3, 40960 bytes)
[ 5.967760] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
[ 6.006058] NET: Registered protocol family 1
[ 6.032200] pci 0000:00:12.0: PCI->APIC IRQ transform: INT A -> IRQ 18
[ 6.145218] pci 0000:00:12.2: PCI->APIC IRQ transform: INT B -> IRQ 17
[ 6.201180] pci 0000:00:13.0: PCI->APIC IRQ transform: INT A -> IRQ 18
[ 6.313096] pci 0000:00:13.2: PCI->APIC IRQ transform: INT B -> IRQ 17
[ 6.369106] pci 0000:00:14.5: PCI->APIC IRQ transform: INT C -> IRQ 18
[ 6.481009] pci 0000:00:16.0: PCI->APIC IRQ transform: INT A -> IRQ 18
[ 6.930309] pci 0000:00:16.2: PCI->APIC IRQ transform: INT B -> IRQ 17
[ 6.984783] pci 0000:02:00.0: PCI->APIC IRQ transform: INT A -> IRQ 17
[ 7.026140] pci 0000:06:00.0: PCI->APIC IRQ transform: INT A -> IRQ 17
[ 7.067598] Trying to unpack rootfs image as initramfs...
[ 7.308515] Freeing initrd memory: 8196k freed
[ 7.338358] LVT offset 0 assigned for vector 0x400
[ 7.367157] perf: AMD IBS detected (0x000000ff)
[ 7.394643] audit: initializing netlink socket (disabled)
[ 7.427034] type=2000 audit(1361535373.960:1): initialized
[ 7.460189] I-pipe: head domain Xenomai registered.
[ 7.489719] Xenomai: hal/i386 started.
[ 7.512268] Xenomai: scheduling class idle registered.
[ 7.543073] Xenomai: scheduling class rt registered.
[ 7.575230] Xenomai: real-time nucleus v2.6.2.1 (Day At The Beach) loaded.
[ 7.616395] Xenomai: debug mode enabled.
[ 7.642054] Xenomai: starting native API services.
[ 7.670753] Xenomai: starting POSIX services.
[ 7.697006] Xenomai: starting RTDM services.
[ 7.723541] highmem bounce pool size: 64 pages
[ 7.750154] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 7.792117] VFS: Disk quotas dquot_6.5.2
[ 7.815719] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 7.856255] fuse init (API version 7.19)
[ 7.879995] msgmni has been set to 1415
[ 7.903437] Block layer SCSI generic (bsg) driver version 0.4 loaded (major
252)
[ 7.947794] io scheduler noop registered
[ 7.971305] io scheduler deadline registered
[ 7.996932] io scheduler cfq registered (default)
[ 8.025141] start plist test
[ 8.043475] end plist test
[ 8.060208] pcieport 0000:00:15.0: device [1002:43a0] has invalid IRQ; check
vendor BIOS
[ 8.108730] pcieport 0000:00:15.1: device [1002:43a1] has invalid IRQ; check
vendor BIOS
[ 8.157264] pcieport 0000:00:15.2: device [1002:43a2] has invalid IRQ; check
vendor BIOS
[ 8.205795] pcieport 0000:00:15.3: device [1002:43a3] has invalid IRQ; check
vendor BIOS
[ 8.254358] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 8.287777] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 8.327580] isapnp: Scanning for PnP cards...
[ 8.706950] isapnp: No Plug & Play device found
[ 8.734200] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 8.792173] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 8.849503] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 8.886196] brd: module loaded
[ 8.906142] loop: module loaded
[ 8.926098] Fixed MDIO Bus: probed
[ 8.946548] tun: Universal TUN/TAP device driver, 1.6
[ 8.976846] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[ 9.014035] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 9.047433] r8169 0000:05:00.0: PCI->APIC IRQ transform: INT A -> IRQ 17
[ 9.087965] r8169 0000:05:00.0: eth0: RTL8168evl/8111evl at 0xf844a000,
50:e5:49:45:4f:14, XID 0c900800 IRQ 40
[ 9.147881] r8169 0000:05:00.0: eth0: jumbo features [frames: 9200 bytes, tx
checksumming: ko]
[ 9.199544] PPP generic driver version 2.4.2
[ 9.225343] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 9.264488] ehci_hcd 0000:00:12.2: PCI->APIC IRQ transform: INT B -> IRQ 17
[ 9.306203] ehci_hcd 0000:00:12.2: EHCI Host Controller
[ 9.337664] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus
number 1
[ 9.381972] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI
dummy qh workaround
[ 9.434208] ehci_hcd 0000:00:12.2: debug port 1
[ 9.461365] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfdffd000
[ 9.504629] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
[ 9.539514] hub 1-0:1.0: USB hub found
[ 9.563175] hub 1-0:1.0: 5 ports detected
[ 9.587466] ehci_hcd 0000:00:13.2: PCI->APIC IRQ transform: INT B -> IRQ 17
[ 9.629206] ehci_hcd 0000:00:13.2: EHCI Host Controller
[ 9.660623] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus
number 2
[ 9.704973] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI
dummy qh workaround
[ 9.757122] ehci_hcd 0000:00:13.2: debug port 1
[ 9.784308] ehci_hcd 0000:00:13.2: irq 17, io mem 0xfdffb000
[ 9.828389] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 9.863075] hub 2-0:1.0: USB hub found
[ 9.885576] hub 2-0:1.0: 5 ports detected
[ 9.909848] ehci_hcd 0000:00:16.2: PCI->APIC IRQ transform: INT B -> IRQ 17
[ 9.951582] ehci_hcd 0000:00:16.2: EHCI Host Controller
[ 9.983000] ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus
number 3
[ 10.027352] ehci_hcd 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI
dummy qh workaround
[ 10.079496] ehci_hcd 0000:00:16.2: debug port 1
[ 10.106688] ehci_hcd 0000:00:16.2: irq 17, io mem 0xfdff8000
[ 10.152137] ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00
[ 10.186849] hub 3-0:1.0: USB hub found
[ 10.209356] hub 3-0:1.0: 4 ports detected
[ 10.233629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 10.270766] ohci_hcd 0000:00:12.0: PCI->APIC IRQ transform: INT A -> IRQ 18
[ 10.312464] ohci_hcd 0000:00:12.0: OHCI Host Controller
[ 10.343887] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus
number 4
[ 10.388252] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfdffe000
[ 10.480528] hub 4-0:1.0: USB hub found
[ 10.503004] hub 4-0:1.0: 5 ports detected
[ 10.527259] ohci_hcd 0000:00:13.0: PCI->APIC IRQ transform: INT A -> IRQ 18
[ 10.569004] ohci_hcd 0000:00:13.0: OHCI Host Controller
[ 10.600422] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus
number 5
[ 10.644834] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfdffc000
[ 10.736271] hub 5-0:1.0: USB hub found
[ 10.758762] hub 5-0:1.0: 5 ports detected
[ 10.783051] ohci_hcd 0000:00:14.5: PCI->APIC IRQ transform: INT C -> IRQ 18
[ 10.824770] ohci_hcd 0000:00:14.5: OHCI Host Controller
[ 10.856192] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus
number 6
[ 10.900553] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfdffa000
[ 10.992067] hub 6-0:1.0: USB hub found
[ 11.014574] hub 6-0:1.0: 2 ports detected
[ 11.038817] ohci_hcd 0000:00:16.0: PCI->APIC IRQ transform: INT A -> IRQ 18
[ 11.080528] ohci_hcd 0000:00:16.0: OHCI Host Controller
[ 11.111947] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus
number 7
[ 11.156312] ohci_hcd 0000:00:16.0: irq 18, io mem 0xfdff9000
[ 11.219367] Switching to clocksource tsc
[ 11.243345] hub 3-0:1.0: unable to enumerate USB device on port 2
[ 11.263503] hub 7-0:1.0: USB hub found
[ 11.263510] hub 7-0:1.0: 4 ports detected
[ 11.263708] uhci_hcd: USB Universal Host Controller Interface driver
[ 11.263814] i8042: PNP: PS/2 Controller [PNP0303] at 0x60,0x64 irq 1
[ 11.263815] i8042: PNP: PS/2 appears to have AUX port disabled, if this is
incorrect please boot with i8042.nopnp
[ 11.263999] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 11.264235] mousedev: PS/2 mouse device common for all mice
[ 11.264492] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 11.264523] rtc0: alarms up to one day, 114 bytes nvram
[ 11.264690] device-mapper: uevent: version 1.0.3
[ 11.264843] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised:
[email protected]
[ 11.265020] device-mapper: multipath: version 1.4.0 loaded
[ 11.265034] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 11.265209] EISA: Probing bus 0 at eisa.0
[ 11.265257] Cannot allocate resource for EISA slot 7
[ 11.265259] Cannot allocate resource for EISA slot 8
[ 11.265260] EISA: Detected 0 cards.
[ 11.265270] cpuidle: using governor ladder
[ 11.265272] cpuidle: using governor menu
[ 11.265491] TCP: cubic registered
[ 11.265740] NET: Registered protocol family 10
[ 11.266149] NET: Registered protocol family 17
[ 11.266238] Key type dns_resolver registered
[ 11.266303] Using IPI No-Shortcut mode
[ 11.266535] registered taskstats version 1
[ 11.267416] Magic number: 1:619:279
[ 11.267430] tty tty16: hash matches
[ 12.085698] console [netcon0] enabled
[ 12.107658] netconsole: network logging started
[ 12.134860] rtc_cmos 00:03: setting system clock to 2013-02-22 12:16:27 UTC
(1361535387)
[ 12.183336] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 12.219326] EDD information not available.
[ 12.244508] Freeing unused kernel memory: 536k freed
[ 12.274645] Write protecting the kernel text: 5320k
[ 12.304108] Write protecting the kernel read-only data: 1824k
[ 12.338531] NX-protecting the kernel data: 3896k
Loading, please wait...
[ 12.402108] udev: starting version 151
Begin: Loading e[ 12.424737] udevd (85): /proc/85/oom_adj is deprecated,
please use /proc/85/oom_score_adj instead.
ssential drivers[ 12.474328] Clocksource tsc unstable (delta = 239948455 ns)
... ...
[ 12.474418] Switching to clocksource jiffies
Done.
Begin: Running /scripts/init-premount ...
Done.
Begin: Mountin[ 12.590121] ahci 0000:00:11.0: PCI->APIC IRQ transform: INT A
-> IRQ 19
[ 12.619156] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
g root file syst[ 12.619217] 8139cp 0000:04:06.0: This (id 10ec:8139 rev 10)
is not an 8139C+ compatible chip, use 8139too
em... ...
Begin[ 12.619963] 8139too: 8139too Fast Ethernet driver 0.9.28
: Running /scrip[ 12.620050] 8139too 0000:04:06.0: PCI->APIC IRQ transform: INT
A -> IRQ 20
ts/local-top ...[ 12.621521] 8139too 0000:04:06.0: eth1: RealTek RTL8139 at
0x0001bc00, 00:00:cb:59:e3:35, IRQ 20
Done.
[ 12.892648] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf
impl SATA mode
[ 12.945489] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
[ 12.994718] scsi0 : ahci
[ 13.010410] scsi1 : ahci
[ 13.025802] scsi2 : ahci
[ 13.041186] scsi3 : ahci
[ 13.056516] ata1: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff100
irq 19
[ 13.100851] ata2: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff180
irq 19
[ 13.145170] ata3: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff200
irq 19
[ 13.189491] ata4: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff280
irq 19
[ 13.193800] usb 7-1: new low-speed USB device number 2 using ohci_hcd
[ 13.272476] pata_atiixp 0000:00:14.1: PCI->APIC IRQ transform: INT B -> IRQ
18
[ 13.272497] ahci 0000:03:00.0: PCI->APIC IRQ transform: INT A -> IRQ 18
[ 13.272684] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3
impl IDE mode
[ 13.272687] ahci 0000:03:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[ 13.273349] scsi4 : ahci
[ 13.273510] scsi5 : ahci
[ 13.273637] ata5: SATA max UDMA/133 abar m512@0xfdbff000 port 0xfdbff100 irq
41
[ 13.273640] ata6: SATA max UDMA/133 abar m512@0xfdbff000 port 0xfdbff180 irq
41
[ 13.273688] ahci 0000:07:00.0: PCI->APIC IRQ transform: INT A -> IRQ 17
[ 13.273877] ahci 0000:07:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3
impl IDE mode
[ 13.273879] ahci 0000:07:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[ 13.274515] scsi6 : ahci
[ 13.274658] scsi7 : ahci
[ 13.274766] ata7: SATA max UDMA/133 abar m512@0xfd6ff000 port 0xfd6ff100 irq
42
[ 13.274768] ata8: SATA max UDMA/133 abar m512@0xfd6ff000 port 0xfd6ff180 irq
42
[ 13.589544] ata5: SATA link down (SStatus 0 SControl 300)
[ 13.589553] ata3: SATA link down (SStatus 0 SControl 300)
[ 13.589596] ata4: SATA link down (SStatus 0 SControl 300)
[ 13.593519] ata6: SATA link down (SStatus 0 SControl 300)
[ 13.593523] ata7: SATA link down (SStatus 0 SControl 300)
[ 13.593567] ata8: SATA link down (SStatus 0 SControl 300)
[ 13.761378] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 13.761409] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 13.761697] ata1.00: ATA-9: C300-CTFDDAC128MAG, 0002, max UDMA/100
[ 13.761699] ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 14.171501] ata1.00: configured for UDMA/100
[ 14.174962] scsi8 : pata_atiixp
[ 14.175383] scsi9 : pata_atiixp
[ 14.175727] ata9: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14
[ 14.175731] ata10: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15
[ 14.319029] scsi 0:0:0:0: Direct-Access ATA C300-CTFDDAC128M 0002
PQ: 0 ANSI: 5
[ 14.360526] ata2.00: ATA-7: ST3320620AS, 3.AAE, max UDMA/133
[ 14.360532] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 14.418765] ata2.00: configured for UDMA/133
[ 14.468144] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119
GiB)
[ 14.468311] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 14.545003] sd 0:0:0:0: [sda] Write Protect is off
[ 14.573758] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled,
doesn't support DPO or FUA
[ 14.628820] sda: sda1 sda2 < sda5 sda6 >
[ 14.653591] sd 0:0:0:0: [sda] Attached SCSI disk
[ 14.681480] scsi 1:0:0:0: Direct-Access ATA ST3320620AS 3.AA
PQ: 0 ANSI: 5
[ 14.730333] sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298
GiB)
[ 14.730598] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 14.807166] sd 1:0:0:0: [sdb] Write Protect is off
[ 14.835953] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled,
doesn't support DPO or FUA
[ 14.880536] usb 7-2: new low-speed USB device number 3 using ohci_hcd
Begin: Running /[ 14.949527] sdb: sdb1
scripts/local-pr[ 14.969138] sd 1:0:0:0: [sdb] Attached SCSI disk
emount ...
[ 15.010663] usbcore: registered new interface driver usbhid
[ 15.044234] usbhid: USB HID core driver
Done.
Begin: Running /scripts/local-bottom ...
Done.
Done.
Begin: Running /scripts/init-bottom ...
Done.
[ 20.484928] kvm: disabled by bios
[ 20.499920] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
[ 20.560023] kvm_amd: module is already loaded
[ 20.597927] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
[ 20.680225] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
[ 20.711606] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
[ 20.725738] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
[ 20.738670] microcode: failed to load file amd-ucode/microcode_amd_fam15h.bin
[ 20.741687] kvm: disabled by bios
[ 20.877675] kvm: disabled by bios
[ 20.960876] kvm: disabled by bios
mountall: Disconnected from Plymouth
_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai