All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benedikt Boeck <benedikt.boeck@inmess.de>
To: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
Cc: Jan Kiszka <jan.kiszka@web.de>,
	"xenomai@xenomai.org" <xenomai@xenomai.org>
Subject: Re: [Xenomai] two dd processes: soft lockup
Date: Tue, 27 Aug 2013 15:56:50 +0200	[thread overview]
Message-ID: <521CB022.3080703@inmess.de> (raw)
In-Reply-To: <521C8A19.3080102@xenomai.org>

On 08/27/2013 01:14 PM, Gilles Chanteperdrix wrote:
> On 08/27/2013 12:47 PM, Benedikt Boeck wrote:
>> On 08/24/2013 10:42 AM, Jan Kiszka wrote:
>>> On 2013-08-22 09:59, Benedikt Boeck wrote:
>>>> Hello,
>>>>
>>>> I got a problem. After starting two dd processes (if=/dev/zero
>>>> of=/dev/null), I get first a few messages about soft lockup:
>>>> kernel:[...] BUG: soft lockup - CPU#. stuck for ..s! [dd:...]
>>>> and little later a
>>>> Kernel panic - not syncing: Fatal exception in interrupt
>>>>
>>>> But if I had running xeno-test before and then starting two dd processes
>>>> I don't get a soft lockup. Strange?
>>>>
>>>> Also there is no soft lockup with a kernel identical till a deactivated
>>>> CONFIG_XENOMAI.
>>>> A deactivated CONFIG_SMP also prevent the error. But I like to have both
>>>> cores. Trying all four variants of CONFIG_SCHED_SMT=y/n and
>>>> CONFIG_SCHED_MC=y/n didn't effect the error.
>>>>
>>>> Tested with different kernel versions (3.4.6, 3.5.7, 3.8) always with
>>>> matching ipipe patch.  I think with 3.8 I didn't get a kernel panic but
>>>> still soft lockups.
>>>> Using Xenomai 2.6.2.1 and haven't tried other versions yet. The
>>>> processor is a Celeron Dual-Core T3100.
>>>>
>>>> Does somebody have a idea? Maybe I just made a simple (but effective)
>>>> mistake.
>>> I've tried your configuration on ipipe-3.8 [1] but wasn't able to
>>> reproduced it in a 2-cpu VM with 2 dd instances. Could you provide the
>>> 3.8 config as well that generates the warnings for you? And please
>>> provide the information Gilles asked for,
>>>
>>> Thanks,
>>> Jan
>>>
>>> [1] http://git.xenomai.org/?p=ipipe.git;a=shortlog;h=refs/heads/ipipe-3.8
>>>
>>>
>> Thanks for your replys
>>
>> Tested a 3.8 kernel again. I'm using
>> http://download.gna.org/adeos/patches/v3.x/x86/ipipe-core-3.8-x86-1.patch as
>> patch. Now I'm know for sure the dd processes generate soft lockups but
>> no kernel panic occurs (running two hours). Attached todays 3.8 config.
>>
>> In my VM (VirtualBox) I can't produce the error either. But the host has
>> a different CPU (Core 2 Quad Q6600, reduced numbers of cores for guest).
>> Unfortunately I haven't got another System for testing here.
>>
>> Tested yesterday the 3.5.7 config with disabled CONFIG_NO_HZ: got the
>> same behavior.
>> Attached content of /proc/xenomai/timer and /proc/timer_list before
>> starting dd or xeno-test (enabled NO_HZ). If needed i can also provide
>> the content after calling xeno-test.
> Yes please, the contents of the kernel boot logs would help too, as well
> as /proc/interrupts before and after xeno-test.
>
> You have the HPET timer in broadcast mode, but the LAPIC timers are
> started, now it would be interesting to know whether they ticked, cat
> /proc/interrupts will tell us that.
>

For the purpose  to get related output, I got also the timer and 
timer_list new. Here are the boot log, interrupts (after/before), timer 
(after/before), timer_list (after/before)

Benedikt

-------------- next part --------------
dmesg

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.5.7-withhz-xenomai-2.6.2.1 (root@inmessOS) (gcc version 4.7.2 (Debian 4.7.2-5) ) #5 SMP PREEMPT Fri Aug 23 13:08:36 CEST 2013
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.5.7-withhz-xenomai-2.6.2.1 root=/dev/sda1 ro quiet
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000093fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000094000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007fc8ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007fc90000-0x000000007fce2fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007fce3000-0x000000007fceffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007fcf0000-0x000000007fcfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.5 present.
[    0.000000] DMI: OEM OEM/Cantiga, BIOS 6.00 PG 03/29/2011
[    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x7fc90 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-E7FFF write-protect
[    0.000000]   E8000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-through
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07FE00000 mask FFFE00000 uncachable
[    0.000000]   2 base 07FD00000 mask FFFF00000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
[    0.000000] Base memory trampoline at [ffff88000008e000] 8e000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x7fc8ffff]
[    0.000000]  [mem 0x00000000-0x7fbfffff] page 2M
[    0.000000]  [mem 0x7fc00000-0x7fc8ffff] page 4k
[    0.000000] kernel direct mapping tables up to 0x7fc8ffff @ [mem 0x1fbfe000-0x1fffffff]
[    0.000000] RAMDISK: [mem 0x372ac000-0x3794dfff]
[    0.000000] ACPI: RSDP 00000000000f8360 00024 (v02 IntelR)
[    0.000000] ACPI: XSDT 000000007fce3080 00044 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: FACP 000000007fcea640 000F4 (v03 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: DSDT 000000007fce3200 07409 (v01 INTELR AWRDACPI 00001000 MSFT 03000000)
[    0.000000] ACPI: FACS 000000007fc90000 00040
[    0.000000] ACPI: HPET 000000007fcea840 00038 (v01 IntelR AWRDACPI 42302E31 AWRD 00000098)
[    0.000000] ACPI: MCFG 000000007fcea880 0003C (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: APIC 000000007fcea740 00084 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff88007d400000-ffff88007effffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00010000-0x00093fff]
[    0.000000]   node   0: [mem 0x00100000-0x7fc8ffff]
[    0.000000] On node 0 totalpages: 523284
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 6 pages reserved
[    0.000000]   DMA zone: 3910 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7100 pages used for memmap
[    0.000000]   DMA32 zone: 512212 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] e820: [mem 0x7fd00000-0xdfffffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 45 pages/cpu @ffff88007fa00000 s152704 r8192 d23424 u1048576
[    0.000000] pcpu-alloc: s152704 r8192 d23424 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 516122
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.5.7-withhz-xenomai-2.6.2.1 root=/dev/sda1 ro quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] Xenomai: forcing noxsave
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 2044904k/2093632k available (3304k kernel code, 496k absent, 48232k reserved, 3289k data, 556k init)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] NR_IRQS:4352 nr_irqs:512 16
[    0.000000] Interrupt pipeline (release #3)
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1899.926 MHz processor.
[    0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3799.85 BogoMIPS (lpj=7599704)
[    0.004009] pid_max: default: 32768 minimum: 301
[    0.004096] Mount-cache hash table entries: 256
[    0.004370] Initializing cgroup subsys cpuacct
[    0.004374] Initializing cgroup subsys devices
[    0.004378] Initializing cgroup subsys freezer
[    0.004380] Initializing cgroup subsys net_cls
[    0.004383] Initializing cgroup subsys blkio
[    0.004385] Initializing cgroup subsys perf_event
[    0.004415] CPU: Physical Processor ID: 0
[    0.004417] CPU: Processor Core ID: 0
[    0.004419] mce: CPU supports 6 MCE banks
[    0.004429] CPU0: Thermal monitoring enabled (TM1)
[    0.004507] Freeing SMP alternatives: 8k freed
[    0.004519] ACPI: Core revision 20120320
[    0.012438] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.053868] CPU0: Intel Celeron(R) Dual-Core CPU       T3100  @ 1.90GHz stepping 0a
[    0.056003] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.056003] ... version:                2
[    0.056003] ... bit width:              40
[    0.056003] ... generic registers:      2
[    0.056003] ... value mask:             000000ffffffffff
[    0.056003] ... max period:             000000007fffffff
[    0.056003] ... fixed-purpose events:   3
[    0.056003] ... event mask:             0000000700000003
[    0.064129] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.072011] Booting Node   0, Processors  #1 Ok.
[    0.102489] Brought up 2 CPUs
[    0.102493] Total of 2 processors activated (7599.70 BogoMIPS).
[    0.103434] devtmpfs: initialized
[    0.104770] NET: Registered protocol family 16
[    0.104770] ACPI: bus type pci registered
[    0.104770] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.104770] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.120449] PCI: Using configuration type 1 for base access
[    0.120537] mtrr: your CPUs had inconsistent fixed MTRR settings
[    0.120539] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.120541] mtrr: probably your BIOS does not setup all CPUs.
[    0.120543] mtrr: corrected configuration.
[    0.121099] bio: create slab <bio-0> at 0
[    0.121099] ACPI: Added _OSI(Module Device)
[    0.121099] ACPI: Added _OSI(Processor Device)
[    0.121099] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.121099] ACPI: Added _OSI(Processor Aggregator Device)
[    0.122401] ACPI: EC: Look up EC in DSDT
[    0.141590] ACPI: Interpreter enabled
[    0.141594] ACPI: (supports S0 S5)
[    0.141612] ACPI: Using IOAPIC for interrupt routing
[    0.149815] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.149900] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.150022] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.150026] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.150030] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
[    0.150034] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.150037] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff]
[    0.150041] pci_root PNP0A08:00: host bridge window [mem 0x7fd00000-0xfebfffff]
[    0.150083] PCI host bridge to bus 0000:00
[    0.150088] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.150091] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.150095] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[    0.150099] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.150102] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.150106] pci_bus 0000:00: root bus resource [mem 0x7fd00000-0xfebfffff]
[    0.150122] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
[    0.150178] pci 0000:00:01.0: [8086:2a41] type 01 class 0x060400
[    0.150223] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.150278] pci 0000:00:19.0: [8086:10e5] type 00 class 0x020000
[    0.150301] pci 0000:00:19.0: reg 10: [mem 0xfdfc0000-0xfdfdffff]
[    0.150313] pci 0000:00:19.0: reg 14: [mem 0xfdfff000-0xfdffffff]
[    0.150324] pci 0000:00:19.0: reg 18: [io  0xff00-0xff1f]
[    0.150386] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.150411] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[    0.150464] pci 0000:00:1a.0: reg 20: [io  0xfe00-0xfe1f]
[    0.150520] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[    0.150572] pci 0000:00:1a.1: reg 20: [io  0xfd00-0xfd1f]
[    0.150626] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[    0.150678] pci 0000:00:1a.2: reg 20: [io  0xfc00-0xfc1f]
[    0.150743] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[    0.150769] pci 0000:00:1a.7: reg 10: [mem 0xfdffe000-0xfdffe3ff]
[    0.150856] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.150886] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[    0.150953] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.150985] pci 0000:00:1c.4: [8086:2948] type 01 class 0x060400
[    0.151054] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.151085] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.151137] pci 0000:00:1d.0: reg 20: [io  0xfb00-0xfb1f]
[    0.151192] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.151244] pci 0000:00:1d.1: reg 20: [io  0xfa00-0xfa1f]
[    0.151297] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.151350] pci 0000:00:1d.2: reg 20: [io  0xf900-0xf91f]
[    0.151415] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.151441] pci 0000:00:1d.7: reg 10: [mem 0xfdffd000-0xfdffd3ff]
[    0.151528] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.151555] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.151625] pci 0000:00:1f.0: [8086:2916] type 00 class 0x060100
[    0.151721] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 007f)
[    0.151727] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 03e8 (mask 0007)
[    0.151732] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 02e8 (mask 0007)
[    0.151778] pci 0000:00:1f.2: [8086:2822] type 00 class 0x010400
[    0.151802] pci 0000:00:1f.2: reg 10: [io  0xf800-0xf807]
[    0.151813] pci 0000:00:1f.2: reg 14: [io  0xf700-0xf703]
[    0.151823] pci 0000:00:1f.2: reg 18: [io  0xf600-0xf607]
[    0.151834] pci 0000:00:1f.2: reg 1c: [io  0xf500-0xf503]
[    0.151845] pci 0000:00:1f.2: reg 20: [io  0xf400-0xf41f]
[    0.151856] pci 0000:00:1f.2: reg 24: [mem 0xfdffc000-0xfdffc7ff]
[    0.151898] pci 0000:00:1f.2: PME# supported from D3hot
[    0.151922] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[    0.151942] pci 0000:00:1f.3: reg 10: [mem 0xfdffb000-0xfdffb0ff 64bit]
[    0.151969] pci 0000:00:1f.3: reg 20: [io  0x0500-0x051f]
[    0.152063] pci 0000:01:00.0: [1002:68f9] type 00 class 0x030000
[    0.152081] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.152096] pci 0000:01:00.0: reg 18: [mem 0xfdcc0000-0xfdcdffff 64bit]
[    0.152106] pci 0000:01:00.0: reg 20: [io  0xde00-0xdeff]
[    0.152124] pci 0000:01:00.0: reg 30: [mem 0xfdca0000-0xfdcbffff pref]
[    0.152148] pci 0000:01:00.0: supports D1 D2
[    0.152175] pci 0000:01:00.1: [1002:aa68] type 00 class 0x040300
[    0.152192] pci 0000:01:00.1: reg 10: [mem 0xfdcfc000-0xfdcfffff 64bit]
[    0.152251] pci 0000:01:00.1: supports D1 D2
[    0.160025] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.160030] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.160035] pci 0000:00:01.0:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    0.160042] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.160093] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.160099] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    0.160105] pci 0000:00:1c.0:   bridge window [mem 0xfd900000-0xfd9fffff]
[    0.160112] pci 0000:00:1c.0:   bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[    0.160182] pci 0000:03:00.0: [197b:2363] type 00 class 0x010601
[    0.160283] pci 0000:03:00.0: reg 24: [mem 0xfdeff000-0xfdeff1ff]
[    0.160334] pci 0000:03:00.0: PME# supported from D3hot
[    0.160378] pci 0000:03:00.1: [197b:0368] type 00 class 0x010185
[    0.160400] pci 0000:03:00.1: reg 10: [io  0xbf00-0xbf07]
[    0.160417] pci 0000:03:00.1: reg 14: [io  0xbe00-0xbe03]
[    0.160434] pci 0000:03:00.1: reg 18: [io  0xbd00-0xbd07]
[    0.160451] pci 0000:03:00.1: reg 1c: [io  0xbc00-0xbc03]
[    0.160467] pci 0000:03:00.1: reg 20: [io  0xbb00-0xbb0f]
[    0.168030] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
[    0.168036] pci 0000:00:1c.4:   bridge window [io  0xb000-0xbfff]
[    0.168041] pci 0000:00:1c.4:   bridge window [mem 0xfde00000-0xfdefffff]
[    0.168049] pci 0000:00:1c.4:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    0.168123] pci 0000:00:1e.0: PCI bridge to [bus 04-04] (subtractive decode)
[    0.168129] pci 0000:00:1e.0:   bridge window [io  0xa000-0xafff]
[    0.168134] pci 0000:00:1e.0:   bridge window [mem 0xfdb00000-0xfdbfffff]
[    0.168142] pci 0000:00:1e.0:   bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[    0.168146] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.168150] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.168154] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
[    0.168158] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.168161] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[    0.168165] pci 0000:00:1e.0:   bridge window [mem 0x7fd00000-0xfebfffff] (subtractive decode)
[    0.168186] pci_bus 0000:00: on NUMA node 0
[    0.168191] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.168452] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    0.168530] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX4._PRT]
[    0.168620] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[    0.168860]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0f)
[    0.185552] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.185635] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.185717] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.185798] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.185879] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.185960] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.186041] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.186124] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.186210] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.186210] vgaarb: loaded
[    0.186210] vgaarb: bridge control possible 0000:01:00.0
[    0.186210] PCI: Using ACPI for IRQ routing
[    0.193534] PCI: pci_cache_line_size set to 64 bytes
[    0.193635] e820: reserve RAM buffer [mem 0x00094000-0x0009ffff]
[    0.193638] e820: reserve RAM buffer [mem 0x7fc90000-0x7fffffff]
[    0.193799] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.193807] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.195830] Switching to clocksource hpet
[    0.195840] pnp: PnP ACPI init
[    0.195840] ACPI: bus type pnp registered
[    0.195840] pnp 00:00: [bus 00-ff]
[    0.195840] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.195840] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.195840] pnp 00:00: [io  0x0d00-0xffff window]
[    0.195840] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[    0.195840] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.195840] pnp 00:00: [mem 0x000c0000-0x000dffff window]
[    0.195840] pnp 00:00: [mem 0x7fd00000-0xfebfffff window]
[    0.195840] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.195840] pnp 00:01: [io  0x0010-0x001f]
[    0.195840] pnp 00:01: [io  0x0022-0x003f]
[    0.195840] pnp 00:01: [io  0x0044-0x004d]
[    0.195840] pnp 00:01: [io  0x0050-0x005e]
[    0.195840] pnp 00:01: [io  0x0062-0x0063]
[    0.195840] pnp 00:01: [io  0x0065-0x006f]
[    0.195840] pnp 00:01: [io  0x0074-0x007f]
[    0.195840] pnp 00:01: [io  0x0091-0x0093]
[    0.195840] pnp 00:01: [io  0x00a2-0x00bf]
[    0.195840] pnp 00:01: [io  0x00e0-0x00ef]
[    0.195840] pnp 00:01: [io  0x04d0-0x04d1]
[    0.195840] pnp 00:01: [io  0x0800-0x087f]
[    0.195840] pnp 00:01: [io  0x0880-0x088f]
[    0.195924] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.195928] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.195933] system 00:01: [io  0x0880-0x088f] has been reserved
[    0.195938] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.195957] pnp 00:02: [dma 4]
[    0.195961] pnp 00:02: [io  0x0000-0x000f]
[    0.195964] pnp 00:02: [io  0x0080-0x0090]
[    0.195968] pnp 00:02: [io  0x0094-0x009f]
[    0.195971] pnp 00:02: [io  0x00c0-0x00df]
[    0.196039] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.196130] pnp 00:03: [irq 0 disabled]
[    0.196144] pnp 00:03: [irq 8]
[    0.196148] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    0.196193] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.196239] pnp 00:04: [io  0x0070-0x0073]
[    0.196285] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.196300] pnp 00:05: [io  0x0061]
[    0.196342] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.196357] pnp 00:06: [io  0x00f0-0x00ff]
[    0.196365] pnp 00:06: [irq 13]
[    0.196410] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.196677] pnp 00:07: [io  0x03f8-0x03ff]
[    0.196681] pnp 00:07: IRQ 4 override to edge, high
[    0.196689] pnp 00:07: [irq 4]
[    0.196755] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.196955] pnp 00:08: [io  0x02f8-0x02ff]
[    0.196959] pnp 00:08: IRQ 3 override to edge, high
[    0.196966] pnp 00:08: [irq 3]
[    0.197032] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.197229] pnp 00:09: [io  0x03e8-0x03ef]
[    0.197238] pnp 00:09: [irq 11]
[    0.197301] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.197500] pnp 00:0a: [io  0x02e8-0x02ef]
[    0.197508] pnp 00:0a: [irq 10]
[    0.197574] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.197804] pnp 00:0b: [io  0x0378-0x037f]
[    0.197812] pnp 00:0b: [irq 7]
[    0.197877] pnp 00:0b: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.198042] pnp 00:0c: [io  0x0400-0x04bf]
[    0.198115] system 00:0c: [io  0x0400-0x04bf] has been reserved
[    0.198120] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.198152] pnp 00:0d: [mem 0xffb80000-0xffbfffff]
[    0.198202] pnp 00:0d: Plug and Play ACPI device, IDs INT0800 (active)
[    0.198570] pnp 00:0e: [mem 0xe0000000-0xefffffff]
[    0.198659] system 00:0e: [mem 0xe0000000-0xefffffff] has been reserved
[    0.198664] system 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.198780] pnp 00:0f: [mem 0x000f0000-0x000fffff]
[    0.198784] pnp 00:0f: [mem 0x7fd00000-0x7fdfffff]
[    0.198787] pnp 00:0f: [mem 0xfed00000-0xfed000ff]
[    0.198791] pnp 00:0f: [mem 0x7fc90000-0x7fcfffff]
[    0.198794] pnp 00:0f: [mem 0x00000000-0x0009ffff]
[    0.198798] pnp 00:0f: [mem 0x00100000-0x7fc8ffff]
[    0.198801] pnp 00:0f: [mem 0xfec00000-0xfec00fff]
[    0.198804] pnp 00:0f: [mem 0xfed13000-0xfed1ffff]
[    0.198808] pnp 00:0f: [mem 0xfed20000-0xfed3ffff]
[    0.198811] pnp 00:0f: [mem 0xfed45000-0xfed9ffff]
[    0.198814] pnp 00:0f: [mem 0xfee00000-0xfee00fff]
[    0.198818] pnp 00:0f: [mem 0xffb00000-0xffb7ffff]
[    0.198821] pnp 00:0f: [mem 0xfff00000-0xffffffff]
[    0.198824] pnp 00:0f: [mem 0x000e0000-0x000effff]
[    0.198926] system 00:0f: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.198930] system 00:0f: [mem 0x7fd00000-0x7fdfffff] has been reserved
[    0.198935] system 00:0f: [mem 0xfed00000-0xfed000ff] has been reserved
[    0.198941] system 00:0f: [mem 0x7fc90000-0x7fcfffff] could not be reserved
[    0.198945] system 00:0f: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.198950] system 00:0f: [mem 0x00100000-0x7fc8ffff] could not be reserved
[    0.198954] system 00:0f: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.198959] system 00:0f: [mem 0xfed13000-0xfed1ffff] has been reserved
[    0.198963] system 00:0f: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.198967] system 00:0f: [mem 0xfed45000-0xfed9ffff] has been reserved
[    0.198971] system 00:0f: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.198975] system 00:0f: [mem 0xffb00000-0xffb7ffff] has been reserved
[    0.198979] system 00:0f: [mem 0xfff00000-0xffffffff] has been reserved
[    0.198984] system 00:0f: [mem 0x000e0000-0x000effff] has been reserved
[    0.198988] system 00:0f: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.199008] pnp: PnP ACPI: found 16 devices
[    0.199010] ACPI: ACPI bus type pnp unregistered
[    0.206389] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.206395] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.206401] pci 0000:00:01.0:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    0.206406] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.206413] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.206417] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    0.206424] pci 0000:00:1c.0:   bridge window [mem 0xfd900000-0xfd9fffff]
[    0.206430] pci 0000:00:1c.0:   bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
[    0.206438] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
[    0.206443] pci 0000:00:1c.4:   bridge window [io  0xb000-0xbfff]
[    0.206449] pci 0000:00:1c.4:   bridge window [mem 0xfde00000-0xfdefffff]
[    0.206455] pci 0000:00:1c.4:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    0.206463] pci 0000:00:1e.0: PCI bridge to [bus 04-04]
[    0.206468] pci 0000:00:1e.0:   bridge window [io  0xa000-0xafff]
[    0.206474] pci 0000:00:1e.0:   bridge window [mem 0xfdb00000-0xfdbfffff]
[    0.206480] pci 0000:00:1e.0:   bridge window [mem 0xfda00000-0xfdafffff 64bit pref]
[    0.206518] pci 0000:00:1e.0: setting latency timer to 64
[    0.206523] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.206527] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.206530] pci_bus 0000:00: resource 6 [mem 0xfed40000-0xfed44fff]
[    0.206534] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
[    0.206537] pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
[    0.206541] pci_bus 0000:00: resource 9 [mem 0x7fd00000-0xfebfffff]
[    0.206545] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.206548] pci_bus 0000:01: resource 1 [mem 0xfdc00000-0xfdcfffff]
[    0.206552] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.206555] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    0.206559] pci_bus 0000:02: resource 1 [mem 0xfd900000-0xfd9fffff]
[    0.206562] pci_bus 0000:02: resource 2 [mem 0xfd800000-0xfd8fffff 64bit pref]
[    0.206566] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
[    0.206569] pci_bus 0000:03: resource 1 [mem 0xfde00000-0xfdefffff]
[    0.206573] pci_bus 0000:03: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
[    0.206577] pci_bus 0000:04: resource 0 [io  0xa000-0xafff]
[    0.206580] pci_bus 0000:04: resource 1 [mem 0xfdb00000-0xfdbfffff]
[    0.206584] pci_bus 0000:04: resource 2 [mem 0xfda00000-0xfdafffff 64bit pref]
[    0.206587] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7]
[    0.206590] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff]
[    0.206594] pci_bus 0000:04: resource 6 [mem 0xfed40000-0xfed44fff]
[    0.206597] pci_bus 0000:04: resource 7 [mem 0x000a0000-0x000bffff]
[    0.206600] pci_bus 0000:04: resource 8 [mem 0x000c0000-0x000dffff]
[    0.206604] pci_bus 0000:04: resource 9 [mem 0x7fd00000-0xfebfffff]
[    0.206689] NET: Registered protocol family 2
[    0.206767] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.207151] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.209810] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.210493] TCP: Hash tables configured (established 262144 bind 65536)
[    0.210497] TCP: reno registered
[    0.210503] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.210528] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.210691] NET: Registered protocol family 1
[    0.210953] pci 0000:01:00.0: Boot video device
[    0.210968] PCI: CLS 64 bytes, default 64
[    0.211034] Unpacking initramfs...
[    0.386590] Freeing initrd memory: 6792k freed
[    0.391327] I-pipe: head domain Xenomai registered.
[    0.391374] Xenomai: hal/x86_64 started.
[    0.391394] Xenomai: scheduling class idle registered.
[    0.391397] Xenomai: scheduling class rt registered.
[    0.392815] Xenomai: real-time nucleus v2.6.2.1 (Day At The Beach) loaded.
[    0.392996] Xenomai: starting native API services.
[    0.392999] Xenomai: starting POSIX services.
[    0.393039] Xenomai: starting RTDM services.
[    0.393198] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.393443] VFS: Disk quotas dquot_6.5.2
[    0.393477] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.393754] msgmni has been set to 4007
[    0.394075] alg: No test for stdrng (krng)
[    0.394112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    0.394115] io scheduler noop registered
[    0.394118] io scheduler deadline registered
[    0.394141] io scheduler cfq registered (default)
[    0.394481] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    0.394484] vesafb: scrolling: redraw
[    0.394487] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    0.394655] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010100000, using 3072k, total 3072k
[    0.400008] Console: switching to colour frame buffer device 128x48
[    0.400008] fb0: VESA VGA frame buffer device
[    0.400008] GHES: HEST is not enabled!
[    0.490020] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.510419] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.530829] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.551232] serial8250: ttyS2 at I/O 0x3e8 (irq = 4) is a 16550A
[    0.571636] serial8250: ttyS3 at I/O 0x2e8 (irq = 3) is a 16550A
[    0.592221] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.612678] 00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    0.633132] 00:09: ttyS2 at I/O 0x3e8 (irq = 11) is a 16550A
[    0.653589] 00:0a: ttyS3 at I/O 0x2e8 (irq = 10) is a 16550A
[    0.653911] Linux agpgart interface v0.103
[    0.654227] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.904357] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.904489] mousedev: PS/2 mouse device common for all mice
[    0.904567] drop_monitor: Initializing network drop monitor service
[    0.904675] TCP: cubic registered
[    0.904739] NET: Registered protocol family 10
[    0.904995] mip6: Mobile IPv6
[    0.904999] NET: Registered protocol family 17
[    0.905018] Key type dns_resolver registered
[    0.906997] Freeing unused kernel memory: 556k freed
[    0.907179] Write protecting the kernel read-only data: 6144k
[    0.910169] Freeing unused kernel memory: 784k freed
[    0.913206] Freeing unused kernel memory: 736k freed
[    0.928692] udevd[52]: starting version 175
[    0.949557] e1000e: Intel(R) PRO/1000 Network Driver - 2.0.0-k
[    0.949563] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
[    0.949632] e1000e 0000:00:19.0: setting latency timer to 64
[    0.949716] e1000e 0000:00:19.0: (unregistered net_device): Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    0.961457] ACPI: bus type usb registered
[    0.961502] usbcore: registered new interface driver usbfs
[    0.961519] usbcore: registered new interface driver hub
[    0.986743] SCSI subsystem initialized
[    0.993844] usbcore: registered new device driver usb
[    0.995532] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.998007] libata version 3.00 loaded.
[    1.007910] ACPI: Fan [FAN] (on)
[    1.008538] uhci_hcd: USB Universal Host Controller Interface driver
[    1.017320] scsi0 : pata_jmicron
[    1.020126] scsi1 : pata_jmicron
[    1.020950] ata1: PATA max UDMA/100 cmd 0xbf00 ctl 0xbe00 bmdma 0xbb00 irq 17
[    1.020955] ata2: PATA max UDMA/100 cmd 0xbd00 ctl 0xbc00 bmdma 0xbb08 irq 17
[    1.148072] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:01:05:11:08:f0
[    1.148078] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    1.148100] e1000e 0000:00:19.0: eth0: MAC: 7, PHY: 8, PBA No: FFFFFF-0FF
[    1.148172] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.148177] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.148186] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.148221] ehci_hcd 0000:00:1a.7: debug port 1
[    1.152099] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
[    1.152127] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfdffe000
[    1.164019] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.164051] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.164055] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.164058] usb usb1: Product: EHCI Host Controller
[    1.164062] usb usb1: Manufacturer: Linux 3.5.7-withhz-xenomai-2.6.2.1 ehci_hcd
[    1.164065] usb usb1: SerialNumber: 0000:00:1a.7
[    1.164228] hub 1-0:1.0: USB hub found
[    1.164235] hub 1-0:1.0: 6 ports detected
[    1.164321] ahci 0000:00:1f.2: version 3.0
[    1.164367] ahci 0000:00:1f.2: controller can't do SNTF, turning off CAP_SNTF
[    1.164421] ahci: SSS flag set, parallel bus scan disabled
[    1.164463] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl RAID mode
[    1.164468] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ccc ems 
[    1.164474] ahci 0000:00:1f.2: setting latency timer to 64
[    1.204759] scsi2 : ahci
[    1.204863] scsi3 : ahci
[    1.204957] scsi4 : ahci
[    1.205053] scsi5 : ahci
[    1.205146] scsi6 : ahci
[    1.205238] scsi7 : ahci
[    1.205540] ata3: SATA max UDMA/133 abar m2048@0xfdffc000 port 0xfdffc100 irq 20
[    1.205544] ata4: SATA max UDMA/133 abar m2048@0xfdffc000 port 0xfdffc180 irq 20
[    1.205547] ata5: SATA max UDMA/133 abar m2048@0xfdffc000 port 0xfdffc200 irq 20
[    1.205551] ata6: SATA max UDMA/133 abar m2048@0xfdffc000 port 0xfdffc280 irq 20
[    1.205554] ata7: SATA max UDMA/133 abar m2048@0xfdffc000 port 0xfdffc300 irq 20
[    1.205557] ata8: SATA max UDMA/133 abar m2048@0xfdffc000 port 0xfdffc380 irq 20
[    1.205722] ahci 0000:03:00.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    1.205727] ahci 0000:03:00.0: flags: 64bit ncq led clo pmp pio 
[    1.206179] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.206185] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.206195] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 2
[    1.206224] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000fe00
[    1.206282] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.206286] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.206289] usb usb2: Product: UHCI Host Controller
[    1.206292] usb usb2: Manufacturer: Linux 3.5.7-withhz-xenomai-2.6.2.1 uhci_hcd
[    1.206296] usb usb2: SerialNumber: 0000:00:1a.0
[    1.207119] scsi8 : ahci
[    1.207238] hub 2-0:1.0: USB hub found
[    1.207246] hub 2-0:1.0: 2 ports detected
[    1.207337] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    1.207342] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.207353] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 3
[    1.207401] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fd00
[    1.207454] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.207458] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.207461] usb usb3: Product: UHCI Host Controller
[    1.207465] usb usb3: Manufacturer: Linux 3.5.7-withhz-xenomai-2.6.2.1 uhci_hcd
[    1.207468] usb usb3: SerialNumber: 0000:00:1a.1
[    1.207695] scsi9 : ahci
[    1.207857] ata9: SATA max UDMA/133 abar m512@0xfdeff000 port 0xfdeff100 irq 16
[    1.207863] ata10: SATA max UDMA/133 abar m512@0xfdeff000 port 0xfdeff180 irq 16
[    1.207990] hub 3-0:1.0: USB hub found
[    1.208024] hub 3-0:1.0: 2 ports detected
[    1.208103] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    1.208108] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.208115] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 4
[    1.208159] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000fc00
[    1.208205] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.208209] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.208212] usb usb4: Product: UHCI Host Controller
[    1.208215] usb usb4: Manufacturer: Linux 3.5.7-withhz-xenomai-2.6.2.1 uhci_hcd
[    1.208219] usb usb4: SerialNumber: 0000:00:1a.2
[    1.208355] hub 4-0:1.0: USB hub found
[    1.208363] hub 4-0:1.0: 2 ports detected
[    1.208443] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.208448] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.208460] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    1.208503] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fb00
[    1.208551] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.208555] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.208558] usb usb5: Product: UHCI Host Controller
[    1.208562] usb usb5: Manufacturer: Linux 3.5.7-withhz-xenomai-2.6.2.1 uhci_hcd
[    1.208565] usb usb5: SerialNumber: 0000:00:1d.0
[    1.208708] hub 5-0:1.0: USB hub found
[    1.208716] hub 5-0:1.0: 2 ports detected
[    1.208803] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    1.208808] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.208816] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    1.208846] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fa00
[    1.208896] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.208901] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.208904] usb usb6: Product: UHCI Host Controller
[    1.208907] usb usb6: Manufacturer: Linux 3.5.7-withhz-xenomai-2.6.2.1 uhci_hcd
[    1.208911] usb usb6: SerialNumber: 0000:00:1d.1
[    1.209686] hub 6-0:1.0: USB hub found
[    1.209695] hub 6-0:1.0: 2 ports detected
[    1.209783] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    1.209788] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.209796] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    1.209829] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000f900
[    1.209881] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.209885] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.209888] usb usb7: Product: UHCI Host Controller
[    1.209892] usb usb7: Manufacturer: Linux 3.5.7-withhz-xenomai-2.6.2.1 uhci_hcd
[    1.209895] usb usb7: SerialNumber: 0000:00:1d.2
[    1.210029] hub 7-0:1.0: USB hub found
[    1.210037] hub 7-0:1.0: 2 ports detected
[    1.210153] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.210158] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.210166] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 8
[    1.210203] ehci_hcd 0000:00:1d.7: debug port 1
[    1.214111] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[    1.214127] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdffd000
[    1.224020] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.224060] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[    1.224064] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.224067] usb usb8: Product: EHCI Host Controller
[    1.224071] usb usb8: Manufacturer: Linux 3.5.7-withhz-xenomai-2.6.2.1 ehci_hcd
[    1.224074] usb usb8: SerialNumber: 0000:00:1d.7
[    1.224229] hub 8-0:1.0: USB hub found
[    1.224238] hub 8-0:1.0: 6 ports detected
[    1.388015] Refined TSC clocksource calibration: 1899.999 MHz.
[    1.388022] Switching to clocksource tsc
[    1.524032] ata9: SATA link down (SStatus 0 SControl 300)
[    1.524034] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.525212] ata3.00: ATA-8: ST250DM000-1BD141, KC45, max UDMA/133
[    1.525216] ata3.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    1.526647] ata3.00: configured for UDMA/133
[    1.526796] scsi 2:0:0:0: Direct-Access     ATA      ST250DM000-1BD14 KC45 PQ: 0 ANSI: 5
[    1.532031] ata10: SATA link down (SStatus 0 SControl 300)
[    1.844017] ata4: SATA link down (SStatus 0 SControl 300)
[    2.032013] usb 5-1: new low-speed USB device number 2 using uhci_hcd
[    2.164016] ata5: SATA link down (SStatus 0 SControl 300)
[    2.220554] usb 5-1: New USB device found, idVendor=04d9, idProduct=1133
[    2.220558] usb 5-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.464016] usb 5-2: new low-speed USB device number 3 using uhci_hcd
[    2.484019] ata6: SATA link down (SStatus 0 SControl 300)
[    2.652555] usb 5-2: New USB device found, idVendor=046a, idProduct=0011
[    2.652559] usb 5-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.729619] usbcore: registered new interface driver usbhid
[    2.729623] usbhid: USB HID core driver
[    2.804025] ata7: SATA link down (SStatus 0 SControl 300)
[    3.124017] ata8: SATA link down (SStatus 0 SControl 300)
[    3.129635] input: HID 04d9:1133 as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0/input/input0
[    3.130280] hid-generic 0003:04D9:1133.0001: input,hidraw0: USB HID v1.10 Mouse [HID 04d9:1133] on usb-0000:00:1d.0-1/input0
[    3.131951] input: HID 046a:0011 as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/input/input1
[    3.132084] hid-generic 0003:046A:0011.0002: input,hidraw1: USB HID v1.11 Keyboard [HID 046a:0011] on usb-0000:00:1d.0-2/input0
[    3.139546] sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    3.139552] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    3.139642] sd 2:0:0:0: [sda] Write Protect is off
[    3.139646] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.139682] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.192199]  sda: sda1 sda2 < sda5 sda6 sda7 >
[    3.192764] sd 2:0:0:0: [sda] Attached SCSI disk
[    3.194880] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    3.564995] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    4.861632] udevd[362]: starting version 175
[    5.319748] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[    5.319757] ACPI: Power Button [PWRB]
[    5.319868] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    5.319873] ACPI: Power Button [PWRF]
[    5.386370] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
[    5.397630] ACPI Warning: 0x0000000000000460-0x000000000000047f SystemIO conflicts with Region \TCOI 1 (20120320/utaddress-251)
[    5.397640] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    5.397643] lpc_ich: Resource conflict(s) found affecting iTCO_wdt
[    5.397647] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PM2S 1 (20120320/utaddress-251)
[    5.397654] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    5.397658] ACPI Warning: 0x0000000000000580-0x00000000000005bf SystemIO conflicts with Region \GPO2 1 (20120320/utaddress-251)
[    5.397665] ACPI Warning: 0x0000000000000580-0x00000000000005bf SystemIO conflicts with Region \GPO_ 2 (20120320/utaddress-251)
[    5.397671] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    5.397673] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    5.407570] parport_pc 00:0b: reported by Plug and Play ACPI
[    5.407601] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
[    5.492638] [drm] Initialized drm 1.1.0 20060810
[    5.549658] [drm] radeon kernel modesetting enabled.
[    5.549744] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[    5.549747] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
[    5.549782] Console: switching to colour dummy device 80x25
[    5.550721] [drm] initializing kernel modesetting (CEDAR 0x1002:0x68F9 0x174B:0xE233).
[    5.550749] [drm] register mmio base: 0xFDCC0000
[    5.550751] [drm] register mmio size: 131072
[    5.550983] ATOM BIOS: Cedar
[    5.551065] radeon 0000:01:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
[    5.551069] radeon 0000:01:00.0: GTT: 512M 0x0000000020000000 - 0x000000003FFFFFFF
[    5.551736] [drm] Detected VRAM RAM=512M, BAR=256M
[    5.551740] [drm] RAM width 64bits DDR
[    5.551816] [TTM] Zone  kernel: Available graphics memory: 1026890 kiB
[    5.551819] [TTM] Initializing pool allocator
[    5.551826] [TTM] Initializing DMA pool allocator
[    5.551854] [drm] radeon: 512M of VRAM memory ready
[    5.551858] [drm] radeon: 512M of GTT memory ready.
[    5.551881] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    5.551883] [drm] Driver supports precise vblank timestamp query.
[    5.551907] [drm] radeon: irq initialized.
[    5.551913] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    5.553087] [drm] Loading CEDAR Microcode
[    5.661269] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
[    5.661346] r600_cp: Failed to load firmware "radeon/CEDAR_pfp.bin"
[    5.661355] [drm:evergreen_startup] *ERROR* Failed to load firmware!
[    5.661363] radeon 0000:01:00.0: disabling GPU acceleration
[    5.662376] radeon 0000:01:00.0: ffff8800377c7400 unpin not necessary
[    5.662417] radeon 0000:01:00.0: ffff88007b5d3800 unpin not necessary
[    5.662422] radeon 0000:01:00.0: ffff88007b5d3800 unpin not necessary
[    5.662804] [drm] Radeon Display Connectors
[    5.662807] [drm] Connector 0:
[    5.662810] [drm]   HDMI-A-1
[    5.662812] [drm]   HPD2
[    5.662814] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    5.662817] [drm]   Encoders:
[    5.662819] [drm]     DFP1: INTERNAL_UNIPHY1
[    5.662821] [drm] Connector 1:
[    5.662823] [drm]   DVI-I-1
[    5.662825] [drm]   HPD4
[    5.662828] [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
[    5.662830] [drm]   Encoders:
[    5.662832] [drm]     DFP2: INTERNAL_UNIPHY
[    5.662834] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    5.662836] [drm] Connector 2:
[    5.662838] [drm]   VGA-1
[    5.662841] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    5.662842] [drm]   Encoders:
[    5.662844] [drm]     CRT2: INTERNAL_KLDSCP_DAC2
[    5.662882] [drm] Internal thermal controller without fan control
[    5.662940] [drm] radeon: power management initialized
[    5.670003] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    5.716007] [drm] fb mappable at 0xD0040000
[    5.716007] [drm] vram apper at 0xD0000000
[    5.716007] [drm] size 7299072
[    5.716007] [drm] fb depth is 24
[    5.716007] [drm]    pitch is 6912
[    5.719970] fbcon: radeondrmfb (fb0) is primary device
[    5.936177] Console: switching to colour frame buffer device 210x65
[    5.940004] fb0: radeondrmfb frame buffer device
[    5.940004] drm: registered panic notifier
[    5.940004] [drm] Initialized radeon 2.18.0 20080528 for 0000:01:00.0 on minor 0
[    6.137854] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input4
[    7.284366] Adding 192744k swap on /dev/sda5.  Priority:-1 extents:1 across:192744k 
[    7.302431] EXT4-fs (sda1): re-mounted. Opts: (null)
[    7.666548] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    7.764375] loop: module loaded
[    8.988044] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[    9.161188] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[   10.068599] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   17.166522] postgres (2531): /proc/2531/oom_adj is deprecated, please use /proc/2531/oom_score_adj instead.
-------------- next part --------------
interrupts after

           CPU0       CPU1       
  0:         40          0   IO-APIC-edge      timer
  1:          2          1   IO-APIC-edge      i8042
  7:          0          0   IO-APIC-edge      parport0
  9:          0          0   IO-APIC-fasteoi   acpi
 16:          0          0   IO-APIC-fasteoi   ahci, uhci_hcd:usb2
 17:         14         14   IO-APIC-fasteoi   pata_jmicron, snd_hda_intel
 18:          0          0   IO-APIC-fasteoi   ehci_hcd:usb1, uhci_hcd:usb7
 19:          0          0   IO-APIC-fasteoi   uhci_hcd:usb4, uhci_hcd:usb6
 20:      33197      33198   IO-APIC-fasteoi   ahci, eth0
 21:          0          0   IO-APIC-fasteoi   uhci_hcd:usb3
 23:        585        584   IO-APIC-fasteoi   uhci_hcd:usb5, ehci_hcd:usb8
NMI:        821        823   Non-maskable interrupts
LOC:     291053     308506   Local timer interrupts
SPU:          0          0   Spurious interrupts
PMI:        821        823   Performance monitoring interrupts
IWI:          0          0   IRQ work interrupts
RTR:          0          0   APIC ICR read retries
RES:      33329      23626   Rescheduling interrupts
CAL:        183        282   Function call interrupts
TLB:       1117       1217   TLB shootdowns
TRM:          0          0   Thermal event interrupts
THR:          0          0   Threshold APIC interrupts
MCE:          0          0   Machine check exceptions
MCP:          8          8   Machine check polls
ERR:          0
MIS:          0
-------------- next part --------------
interrupts before

           CPU0       CPU1       
  0:         40          0   IO-APIC-edge      timer
  1:          2          1   IO-APIC-edge      i8042
  7:          0          0   IO-APIC-edge      parport0
  9:          0          0   IO-APIC-fasteoi   acpi
 16:          0          0   IO-APIC-fasteoi   ahci, uhci_hcd:usb2
 17:         14         14   IO-APIC-fasteoi   pata_jmicron, snd_hda_intel
 18:          0          0   IO-APIC-fasteoi   ehci_hcd:usb1, uhci_hcd:usb7
 19:          0          0   IO-APIC-fasteoi   uhci_hcd:usb4, uhci_hcd:usb6
 20:       4614       4612   IO-APIC-fasteoi   ahci, eth0
 21:          0          0   IO-APIC-fasteoi   uhci_hcd:usb3
 23:        101        102   IO-APIC-fasteoi   uhci_hcd:usb5, ehci_hcd:usb8
NMI:          4          3   Non-maskable interrupts
LOC:      10184      10783   Local timer interrupts
SPU:          0          0   Spurious interrupts
PMI:          4          3   Performance monitoring interrupts
IWI:          0          0   IRQ work interrupts
RTR:          0          0   APIC ICR read retries
RES:       6742       6605   Rescheduling interrupts
CAL:        183        282   Function call interrupts
TLB:       1076       1175   TLB shootdowns
TRM:          0          0   Thermal event interrupts
THR:          0          0   Threshold APIC interrupts
MCE:          0          0   Machine check exceptions
MCP:          1          1   Machine check polls
ERR:          0
MIS:          0
-------------- next part --------------
timer after

status=on:setup=14:clock=4423910685329:timerdev=lapic:clockdev=tsc
-------------- next part --------------
timer before

status=on:setup=14:clock=824869793882:timerdev=lapic:clockdev=tsc
-------------- next part --------------
timerlist after

Timer List Version: v0.6
HRTIMER_MAX_CLOCK_BASES: 3
now at 2314745001100 nsecs

cpu: 0
 clock 0:
  .base:       ffff88007fa0d500
  .index:      0
  .resolution: 1 nsecs
  .get_time:   ktime_get
  .offset:     0 nsecs
active timers:
 #0: <ffff88007fa0d690>, tick_sched_timer, S:01, hrtimer_start_expires.constprop.7, swapper/0/0
 # expires at 2314748000000-2314748000000 nsecs [in 2998900 to 2998900 nsecs]
 #1: <ffff880037507ab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, pcmanfm/2575
 # expires at 2314754049730-2314754099730 nsecs [in 9048630 to 9098630 nsecs]
 #2: <ffff88007b7939a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, postgres/2534
 # expires at 2314805948578-2314806148577 nsecs [in 60947478 to 61147477 nsecs]
 #3: <ffff88007c213ec8>, hrtimer_wakeup, S:01, hrtimer_start_expires, gvfs-afc-volume/2914
 # expires at 2314835640923-2314835690923 nsecs [in 90639823 to 90689823 nsecs]
 #4: <ffff880037483ab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, lxpanel/2574
 # expires at 2315039965942-2315040261941 nsecs [in 294964842 to 295260841 nsecs]
 #5: <ffff88007b7979a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, postgres/2535
 # expires at 2315632803963-2315633803962 nsecs [in 887802863 to 888802862 nsecs]
 #6: <ffff88007f0a39a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, init/1
 # expires at 2315913171414-2315918171413 nsecs [in 1168170314 to 1173170313 nsecs]
 #7: <ffff88007fa0d800>, watchdog_timer_fn, S:01, watchdog, watchdog/0/7
 # expires at 2316064003352-2316064003352 nsecs [in 1319002252 to 1319002252 nsecs]
 #8: <ffff88007ca93ab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, xscreensaver/2576
 # expires at 2316543916220-2316545717219 nsecs [in 1798915120 to 1800716119 nsecs]
 #9: <ffff88007c6afab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, menu-cached/2901
 # expires at 2317914189009-2317918185008 nsecs [in 3169187909 to 3173183908 nsecs]
 #10: <ffff88007ca6bab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, rpcbind/1777
 # expires at 2322820449681-2322850449680 nsecs [in 8075448581 to 8105448580 nsecs]
 #11: <ffff88007b177ab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, NetworkManager/2380
 # expires at 2414000042309-2414100042309 nsecs [in 99255041209 to 99355041209 nsecs]
 clock 1:
  .base:       ffff88007fa0d540
  .index:      1
  .resolution: 1 nsecs
  .get_time:   ktime_get_real
  .offset:     1377602757000000000 nsecs
active timers:
 clock 2:
  .base:       ffff88007fa0d580
  .index:      2
  .resolution: 1 nsecs
  .get_time:   ktime_get_boottime
  .offset:     0 nsecs
active timers:
  .expires_next   : 2314748000000 nsecs
  .hres_active    : 1
  .nr_events      : 291489
  .nr_retries     : 621
  .nr_hangs       : 0
  .max_hang_time  : 0 nsecs
  .nohz_mode      : 2
  .idle_tick      : 2314744000000 nsecs
  .tick_stopped   : 0
  .idle_jiffies   : 4295470981
  .idle_calls     : 105229
  .idle_sleeps    : 75339
  .idle_entrytime : 2314743219994 nsecs
  .idle_waketime  : 2314742665557 nsecs
  .idle_exittime  : 2314743219994 nsecs
  .idle_sleeptime : 1389270622556 nsecs
  .iowait_sleeptime: 13846803428 nsecs
  .last_jiffies   : 4295470981
  .next_jiffies   : 4295471018
  .idle_expires   : 2314888000000 nsecs
jiffies: 4295470982

cpu: 1
 clock 0:
  .base:       ffff88007fb0d500
  .index:      0
  .resolution: 1 nsecs
  .get_time:   ktime_get
  .offset:     0 nsecs
active timers:
 #0: <ffff88007fb0d690>, tick_sched_timer, S:01, hrtimer_start_expires.constprop.7, swapper/1/0
 # expires at 2314748000000-2314748000000 nsecs [in 2998900 to 2998900 nsecs]
 #1: <ffff88007b2ffab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, /usr/bin/termin/2920
 # expires at 2314754175100-2314754225100 nsecs [in 9174000 to 9224000 nsecs]
 #2: <ffff88007c5579a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, postgres/2533
 # expires at 2314785617416-2314785817415 nsecs [in 40616316 to 40816315 nsecs]
 #3: <ffff88003741bab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, postgres/2536
 # expires at 2315631744152-2315633744151 nsecs [in 886743052 to 888743051 nsecs]
 #4: <ffff88007fb0d800>, watchdog_timer_fn, S:01, watchdog, watchdog/1/11
 # expires at 2316100005484-2316100005484 nsecs [in 1355004384 to 1355004384 nsecs]
 #5: <ffff88007b7a79a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, ssh-agent/2556
 # expires at 2320066367601-2320076367600 nsecs [in 5321366501 to 5331366500 nsecs]
 #6: <ffff88007c6e7ab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, gconfd-2/2903
 # expires at 2331913740575-2331943736574 nsecs [in 17168739475 to 17198735474 nsecs]
 #7: <ffff88007c77fec8>, hrtimer_wakeup, S:01, hrtimer_start_expires, cron/2253
 # expires at 2344384520257-2344384570257 nsecs [in 29639519157 to 29639569157 nsecs]
 #8: <ffff88003752f9a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, postgres/2430
 # expires at 2359618662604-2359678662603 nsecs [in 44873661504 to 44933661503 nsecs]
 #9: <ffff88007b36f9a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, dhclient/2982
 # expires at 2612412664067-2612512664067 nsecs [in 297667662967 to 297767662967 nsecs]
 #10: <ffff88007c76bec8>, hrtimer_wakeup, S:01, hrtimer_start_expires, atd/2210
 # expires at 3611245778745-3611245828745 nsecs [in 1296500777645 to 1296500827645 nsecs]
 #11: <ffff880037046c78>, it_real_fn, S:01, do_setitimer, exim4/2866
 # expires at 3620944683177-3620944683177 nsecs [in 1306199682077 to 1306199682077 nsecs]
 #12: <ffff88007c473ab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, udisks-daemon/2909
 # expires at 3623000610055-3623100610055 nsecs [in 1308255608955 to 1308355608955 nsecs]
 #13: <ffff88007b45b9a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, rsyslogd/2150
 # expires at 86411022335001-86411122335001 nsecs [in 84096277333901 to 84096377333901 nsecs]
 clock 1:
  .base:       ffff88007fb0d540
  .index:      1
  .resolution: 1 nsecs
  .get_time:   ktime_get_real
  .offset:     1377602757000000000 nsecs
active timers:
 clock 2:
  .base:       ffff88007fb0d580
  .index:      2
  .resolution: 1 nsecs
  .get_time:   ktime_get_boottime
  .offset:     0 nsecs
active timers:
  .expires_next   : 2314748000000 nsecs
  .hres_active    : 1
  .nr_events      : 309003
  .nr_retries     : 976
  .nr_hangs       : 0
  .max_hang_time  : 0 nsecs
  .nohz_mode      : 2
  .idle_tick      : 2314744000000 nsecs
  .tick_stopped   : 0
  .idle_jiffies   : 4295470981
  .idle_calls     : 118703
  .idle_sleeps    : 82753
  .idle_entrytime : 2314744195225 nsecs
  .idle_waketime  : 2314735998259 nsecs
  .idle_exittime  : 2314743717670 nsecs
  .idle_sleeptime : 1385624077283 nsecs
  .iowait_sleeptime: 14244843389 nsecs
  .last_jiffies   : 4295470982
  .next_jiffies   : 4295470983
  .idle_expires   : 2314808000000 nsecs
jiffies: 4295470982


Tick Device: mode:     1
Broadcast device
Clock Event Device: hpet
 max_delta_ns:   149983013276
 min_delta_ns:   13409
 mult:           61496111
 shift:          32
 mode:           1
 next_event:     9223372036854775807 nsecs
 set_next_event: hpet_legacy_next_event
 set_mode:       hpet_legacy_set_mode
 event_handler:  tick_handle_oneshot_broadcast
 retries:        0
tick_broadcast_mask: 00000000
tick_broadcast_oneshot_mask: 00000000


Tick Device: mode:     1
Per CPU device: 0
Clock Event Device: lapic
 max_delta_ns:   171811768595
 min_delta_ns:   1200
 mult:           1
 shift:          0
 mode:           3
 next_event:     2314748000000 nsecs
 set_next_event: xnarch_next_htick_shot
 set_mode:       xnarch_switch_htick_mode
 event_handler:  hrtimer_interrupt
 retries:        0

Tick Device: mode:     1
Per CPU device: 1
Clock Event Device: lapic
 max_delta_ns:   171811768595
 min_delta_ns:   1200
 mult:           1
 shift:          0
 mode:           3
 next_event:     2314748000000 nsecs
 set_next_event: xnarch_next_htick_shot
 set_mode:       xnarch_switch_htick_mode
 event_handler:  hrtimer_interrupt
 retries:        0
-------------- next part --------------
timerlist before

Timer List Version: v0.6
HRTIMER_MAX_CLOCK_BASES: 3
now at 426832181999 nsecs

cpu: 0
 clock 0:
  .base:       ffff88007fa0d500
  .index:      0
  .resolution: 1 nsecs
  .get_time:   ktime_get
  .offset:     0 nsecs
active timers:
 #0: <ffff88007fa0d690>, tick_sched_timer, S:01, hrtimer_start_expires.constprop.7, swapper/0/0
 # expires at 426836000000-426836000000 nsecs [in 3818001 to 3818001 nsecs]
 #1: <ffff88007b2ffab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, /usr/bin/termin/2920
 # expires at 426841343386-426841393386 nsecs [in 9161387 to 9211387 nsecs]
 #2: <ffff88007b7939a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, postgres/2534
 # expires at 426925590551-426925790550 nsecs [in 93408552 to 93608551 nsecs]
 #3: <ffff88007c5579a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, postgres/2533
 # expires at 426934218321-426934418320 nsecs [in 102036322 to 102236321 nsecs]
 #4: <ffff88007b0f79a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, Xorg/2425
 # expires at 427329644240-427330143239 nsecs [in 497462241 to 497961240 nsecs]
 #5: <ffff880037483ab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, lxpanel/2574
 # expires at 427535506118-427536211117 nsecs [in 703324119 to 704029118 nsecs]
 #6: <ffff88003741bab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, postgres/2536
 # expires at 427759490826-427761490825 nsecs [in 927308827 to 929308826 nsecs]
 #7: <ffff88007fa0d800>, watchdog_timer_fn, S:01, watchdog, watchdog/0/7
 # expires at 428064003352-428064003352 nsecs [in 1231821353 to 1231821353 nsecs]
 #8: <ffff88007f0a39a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, init/1
 # expires at 431785594848-431790594847 nsecs [in 4953412849 to 4958412848 nsecs]
 #9: <ffff88003752f9a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, postgres/2430
 # expires at 437712319593-437772319592 nsecs [in 10880137594 to 10940137593 nsecs]
 clock 1:
  .base:       ffff88007fa0d540
  .index:      1
  .resolution: 1 nsecs
  .get_time:   ktime_get_real
  .offset:     1377602757000000000 nsecs
active timers:
 clock 2:
  .base:       ffff88007fa0d580
  .index:      2
  .resolution: 1 nsecs
  .get_time:   ktime_get_boottime
  .offset:     0 nsecs
active timers:
  .expires_next   : 426836000000 nsecs
  .hres_active    : 1
  .nr_events      : 15756
  .nr_retries     : 424
  .nr_hangs       : 0
  .max_hang_time  : 0 nsecs
  .nohz_mode      : 2
  .idle_tick      : 426832000000 nsecs
  .tick_stopped   : 0
  .idle_jiffies   : 4294999003
  .idle_calls     : 26816
  .idle_sleeps    : 7442
  .idle_entrytime : 426832038703 nsecs
  .idle_waketime  : 426829741966 nsecs
  .idle_exittime  : 426830930888 nsecs
  .idle_sleeptime : 408318448445 nsecs
  .iowait_sleeptime: 12881543033 nsecs
  .last_jiffies   : 4294999004
  .next_jiffies   : 4294999005
  .idle_expires   : 426888000000 nsecs
jiffies: 4294999004

cpu: 1
 clock 0:
  .base:       ffff88007fb0d500
  .index:      0
  .resolution: 1 nsecs
  .get_time:   ktime_get
  .offset:     0 nsecs
active timers:
 #0: <ffff88007fb0d690>, tick_sched_timer, S:01, hrtimer_start_expires.constprop.7, swapper/1/0
 # expires at 426836000000-426836000000 nsecs [in 3818001 to 3818001 nsecs]
 #1: <ffff880037507ab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, pcmanfm/2575
 # expires at 426841207960-426841257960 nsecs [in 9025961 to 9075961 nsecs]
 #2: <ffff88007c213ec8>, hrtimer_wakeup, S:01, hrtimer_start_expires, gvfs-afc-volume/2914
 # expires at 427594390816-427594440816 nsecs [in 762208817 to 762258817 nsecs]
 #3: <ffff88007b7979a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, postgres/2535
 # expires at 427760542378-427761542377 nsecs [in 928360379 to 929360378 nsecs]
 #4: <ffff88007fb0d800>, watchdog_timer_fn, S:01, watchdog, watchdog/1/11
 # expires at 428100005484-428100005484 nsecs [in 1267823485 to 1267823485 nsecs]
 #5: <ffff88007b7a79a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, ssh-agent/2556
 # expires at 428386540721-428396540720 nsecs [in 1554358722 to 1564358721 nsecs]
 #6: <ffff88007ca93ab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, xscreensaver/2576
 # expires at 429879021664-429882070663 nsecs [in 3046839665 to 3049888664 nsecs]
 #7: <ffff88007c6afab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, menu-cached/2901
 # expires at 429914175105-429918171104 nsecs [in 3081993106 to 3085989105 nsecs]
 #8: <ffff88007ca6bab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, rpcbind/1777
 # expires at 431048017615-431078017614 nsecs [in 4215835616 to 4245835615 nsecs]
 #9: <ffff88007c6e7ab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, gconfd-2/2903
 # expires at 441914325958-441944295957 nsecs [in 15082143959 to 15112113958 nsecs]
 #10: <ffff88007c77fec8>, hrtimer_wakeup, S:01, hrtimer_start_expires, cron/2253
 # expires at 484381705732-484381755732 nsecs [in 57549523733 to 57549573733 nsecs]
 #11: <ffff88007b177ab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, NetworkManager/2380
 # expires at 614000069928-614100069928 nsecs [in 187167887929 to 187267887929 nsecs]
 #12: <ffff88007b36f9a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, dhclient/2982
 # expires at 829927000809-830027000809 nsecs [in 403094818810 to 403194818810 nsecs]
 #13: <ffff880037046c78>, it_real_fn, S:01, do_setitimer, exim4/2866
 # expires at 1820944381770-1820944381770 nsecs [in 1394112199771 to 1394112199771 nsecs]
 #14: <ffff88007c473ab8>, hrtimer_wakeup, S:01, hrtimer_start_expires, udisks-daemon/2909
 # expires at 1823000604334-1823100604334 nsecs [in 1396168422335 to 1396268422335 nsecs]
 #15: <ffff88007c76bec8>, hrtimer_wakeup, S:01, hrtimer_start_expires, atd/2210
 # expires at 3611245778745-3611245828745 nsecs [in 3184413596746 to 3184413646746 nsecs]
 #16: <ffff88007b45b9a8>, hrtimer_wakeup, S:01, hrtimer_start_expires, rsyslogd/2150
 # expires at 86411022335001-86411122335001 nsecs [in 85984190153002 to 85984290153002 nsecs]
 clock 1:
  .base:       ffff88007fb0d540
  .index:      1
  .resolution: 1 nsecs
  .get_time:   ktime_get_real
  .offset:     1377602757000000000 nsecs
active timers:
 clock 2:
  .base:       ffff88007fb0d580
  .index:      2
  .resolution: 1 nsecs
  .get_time:   ktime_get_boottime
  .offset:     0 nsecs
active timers:
  .expires_next   : 426836000000 nsecs
  .hres_active    : 1
  .nr_events      : 24886
  .nr_retries     : 654
  .nr_hangs       : 0
  .max_hang_time  : 0 nsecs
  .nohz_mode      : 2
  .idle_tick      : 426832000000 nsecs
  .tick_stopped   : 0
  .idle_jiffies   : 4294999003
  .idle_calls     : 37798
  .idle_sleeps    : 11374
  .idle_entrytime : 426831227605 nsecs
  .idle_waketime  : 426808267697 nsecs
  .idle_exittime  : 426830332897 nsecs
  .idle_sleeptime : 408807622973 nsecs
  .iowait_sleeptime: 13117655138 nsecs
  .last_jiffies   : 4294999003
  .next_jiffies   : 4294999004
  .idle_expires   : 426960000000 nsecs
jiffies: 4294999004


Tick Device: mode:     1
Broadcast device
Clock Event Device: hpet
 max_delta_ns:   149983013276
 min_delta_ns:   13409
 mult:           61496111
 shift:          32
 mode:           1
 next_event:     9223372036854775807 nsecs
 set_next_event: hpet_legacy_next_event
 set_mode:       hpet_legacy_set_mode
 event_handler:  tick_handle_oneshot_broadcast
 retries:        0
tick_broadcast_mask: 00000000
tick_broadcast_oneshot_mask: 00000000


Tick Device: mode:     1
Per CPU device: 0
Clock Event Device: lapic
 max_delta_ns:   171811768595
 min_delta_ns:   1200
 mult:           1
 shift:          0
 mode:           3
 next_event:     426836000000 nsecs
 set_next_event: xnarch_next_htick_shot
 set_mode:       xnarch_switch_htick_mode
 event_handler:  hrtimer_interrupt
 retries:        0

Tick Device: mode:     1
Per CPU device: 1
Clock Event Device: lapic
 max_delta_ns:   171811768595
 min_delta_ns:   1200
 mult:           1
 shift:          0
 mode:           3
 next_event:     426836000000 nsecs
 set_next_event: xnarch_next_htick_shot
 set_mode:       xnarch_switch_htick_mode
 event_handler:  hrtimer_interrupt
 retries:        0

  reply	other threads:[~2013-08-27 13:56 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-22  7:59 [Xenomai] two dd processes: soft lockup Benedikt Boeck
2013-08-22 11:13 ` Gilles Chanteperdrix
2013-08-24  8:42 ` Jan Kiszka
2013-08-27 10:47   ` Benedikt Boeck
2013-08-27 11:14     ` Gilles Chanteperdrix
2013-08-27 13:56       ` Benedikt Boeck [this message]
2013-08-27 21:28         ` Gilles Chanteperdrix
2013-08-28  6:00           ` Jan Kiszka
2013-08-28 17:24             ` Gilles Chanteperdrix
2013-08-29 12:20               ` Benedikt Boeck
2013-08-29 12:24                 ` Jan Kiszka
2013-08-30  7:28                   ` Benedikt Boeck
2013-08-30 10:50                     ` Jan Kiszka
2013-08-27 21:48         ` Gilles Chanteperdrix
2013-08-28  6:16           ` Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=521CB022.3080703@inmess.de \
    --to=benedikt.boeck@inmess.de \
    --cc=gilles.chanteperdrix@xenomai.org \
    --cc=jan.kiszka@web.de \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.