mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Thomas Gleixner <tglx@linutronix.de>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: john stultz <johnstul@us.ibm.com>,
	Martin Schwidefsky <schwidefsky@de.ibm.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [patch 00/15] clocksource / timekeeping rework V4 (resend V3 + bug fix)
Date: Sat, 15 Aug 2009 11:52:21 +0200	[thread overview]
Message-ID: <20090815095221.GA15831@elte.hu> (raw)
In-Reply-To: <alpine.LFD.2.00.0908151057500.1283@localhost.localdomain>

[-- Attachment #1: Type: text/plain, Size: 7955 bytes --]


* Thomas Gleixner <tglx@linutronix.de> wrote:

> On Fri, 14 Aug 2009, john stultz wrote:
> > > Keeping the fingers crossed that this is now really done.
> > > John already gave his thumbs up for the patch series, so the next
> > > logical question is who is going to sit on the patches until the merge
> > > window is opened? I can certainly create a git branch on git390 for
> > > them, but the patches depend on some patches in the x86-tip tree.
> > > Thomas, any thoughts?
> > 
> > So with the fix I sent out to patch #4, this set looks good to me.
> > 
> > So for all of them, including the fixup:
> > 
> > Acked-by: John Stultz <johnstul@us.ibm.com>
> 
> Thanks John for the fix. I picked up everything and pushed it into 
> tip/timers/core.
> 
> Martin, thanks for the nice work. FYI, I massaged the commit 
> messages a bit as they were missing subsystem identifiers and I 
> added some more explanation to some of them.

Yeah, nice cleanups!

I gave it some brief testing in tip:master and there's the new 
lockdep assert below. Config and full bootlog attached.

	Ingo

[    1.680107] =======================================================
[    1.683330] [ INFO: possible circular locking dependency detected ]
[    1.683330] 2.6.31-rc6-tip #4534
[    1.683330] -------------------------------------------------------
[    1.703334] events/1/8 is trying to acquire lock:
[    1.703334]  (clocksource_mutex){+.+...}, at: [<c105dde6>] clocksource_change_rating+0x1b/0x86
[    1.703334] 
[    1.703334] but task is already holding lock:
[    1.703334]  (watchdog_lock){+.-...}, at: [<c105e24a>] clocksource_watchdog_work+0x14/0x94
[    1.703334] 
[    1.703334] which lock already depends on the new lock.
[    1.703334] 
[    1.703334] 
[    1.703334] the existing dependency chain (in reverse order) is:
[    1.703334] 
[    1.703334] -> #1 (watchdog_lock){+.-...}:
[    1.703334]        [<c1066317>] __lock_acquire+0xa5d/0xbed
[    1.703334]        [<c1066542>] lock_acquire+0x9b/0xb8
[    1.703334]        [<c19fcf2a>] _spin_lock_irqsave+0x37/0x6a
[    1.703334]        [<c105e0da>] clocksource_register+0x65/0x1c1
[    1.703334]        [<c1fe8102>] tsc_init+0x1d7/0x1df
[    1.703334]        [<c1fe4b75>] time_init+0xd/0x19
[    1.703334]        [<c1fe2ab1>] start_kernel+0x21b/0x3e5
[    1.703334]        [<c1fe2391>] i386_start_kernel+0x6b/0x70
[    1.703334] 
[    1.703334] -> #0 (clocksource_mutex){+.+...}:
[    1.703334]        [<c1066222>] __lock_acquire+0x968/0xbed
[    1.703334]        [<c1066542>] lock_acquire+0x9b/0xb8
[    1.703334]        [<c19fbb3f>] __mutex_lock_common+0x3a/0x34d
[    1.703334]        [<c19fbecc>] mutex_lock_nested+0x24/0x2c
[    1.703334]        [<c105dde6>] clocksource_change_rating+0x1b/0x86
[    1.703334]        [<c105e277>] clocksource_watchdog_work+0x41/0x94
[    1.703334]        [<c1050d96>] worker_thread+0x179/0x24a
[    1.703334]        [<c1054ad7>] kthread+0x66/0x6b
[    1.703334]        [<c1004227>] kernel_thread_helper+0x7/0x10
[    1.703334] 
[    1.703334] other info that might help us debug this:
[    1.703334] 
[    1.703334] 3 locks held by events/1/8:
[    1.703334]  #0:  (events){+.+...}, at: [<c1050d4c>] worker_thread+0x12f/0x24a
[    1.703334]  #1:  (&watchdog_work){+.+...}, at: [<c1050d4c>] worker_thread+0x12f/0x24a
[    1.703334]  #2:  (watchdog_lock){+.-...}, at: [<c105e24a>] clocksource_watchdog_work+0x14/0x94
[    1.703334] 
[    1.703334] stack backtrace:
[    1.703334] Pid: 8, comm: events/1 Tainted: G        W  2.6.31-rc6-tip #4534
[    1.703334] Call Trace:
[    1.703334]  [<c19fa80e>] ? printk+0x14/0x16
[    1.703334]  [<c1065575>] print_circular_bug+0x8a/0x96
[    1.703334]  [<c1066222>] __lock_acquire+0x968/0xbed
[    1.703334]  [<c1066542>] lock_acquire+0x9b/0xb8
[    1.703334]  [<c105dde6>] ? clocksource_change_rating+0x1b/0x86
[    1.703334]  [<c19fbb3f>] __mutex_lock_common+0x3a/0x34d
[    1.703334]  [<c105dde6>] ? clocksource_change_rating+0x1b/0x86
[    1.703334]  [<c105e24a>] ? clocksource_watchdog_work+0x14/0x94
[    1.703334]  [<c19fbecc>] mutex_lock_nested+0x24/0x2c
[    1.703334]  [<c105dde6>] ? clocksource_change_rating+0x1b/0x86
[    1.703334]  [<c105dde6>] clocksource_change_rating+0x1b/0x86
[    1.703334]  [<c105e277>] clocksource_watchdog_work+0x41/0x94
[    1.703334]  [<c1050d96>] worker_thread+0x179/0x24a
[    1.703334]  [<c1050d4c>] ? worker_thread+0x12f/0x24a
[    1.703334]  [<c105e236>] ? clocksource_watchdog_work+0x0/0x94
[    1.703334]  [<c1054d71>] ? autoremove_wake_function+0x0/0x38
[    1.703334]  [<c1050c1d>] ? worker_thread+0x0/0x24a
[    1.703334]  [<c1054ad7>] kthread+0x66/0x6b
[    1.703334]  [<c1054a71>] ? kthread+0x0/0x6b
[    1.703334]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    2.464242] initcall cfg80211_init+0x0/0x69 returned 0 after 735675 usecs
[    2.466667] calling  ieee80211_init+0x0/0x24 @ 1

Timer List Version: v0.4
HRTIMER_MAX_CLOCK_BASES: 2
now at 1915353302473 nsecs

cpu: 0
 clock 0:
  .base:       c28c0a78
  .index:      0
  .resolution: 3333116 nsecs
  .get_time:   ktime_get_real
  .offset:     0 nsecs
active timers:
 clock 1:
  .base:       c28c0aa4
  .index:      1
  .resolution: 3333116 nsecs
  .get_time:   ktime_get
  .offset:     0 nsecs
active timers:
 #0: <f604daf0>, hrtimer_wakeup, S:01, <(null)>, /-1
 # expires at 1919286635810-1919291635810 nsecs [in 3933333337 to 3938333337 nsecs]
  .expires_next   : 9223372036854775807 nsecs
  .hres_active    : 0
  .nr_events      : 0
  .nohz_mode      : 0
  .idle_tick      : 0 nsecs
  .tick_stopped   : 0
  .idle_jiffies   : 0
  .idle_calls     : 0
  .idle_sleeps    : 0
  .idle_entrytime : 1915196635812 nsecs
  .idle_waketime  : 0 nsecs
  .idle_exittime  : 0 nsecs
  .idle_sleeptime : 0 nsecs
  .last_jiffies   : 0
  .next_jiffies   : 0
  .idle_expires   : 0 nsecs
jiffies: 484606

cpu: 1
 clock 0:
  .base:       c2a0da78
  .index:      0
  .resolution: 3333116 nsecs
  .get_time:   ktime_get_real
  .offset:     0 nsecs
active timers:
 clock 1:
  .base:       c2a0daa4
  .index:      1
  .resolution: 3333116 nsecs
  .get_time:   ktime_get
  .offset:     0 nsecs
active timers:
 #0: <f4089b74>, hrtimer_wakeup, S:01, <(null)>, /-1
 # expires at 1915449969140-1915450069140 nsecs [in 96666667 to 96766667 nsecs]
  .expires_next   : 9223372036854775807 nsecs
  .hres_active    : 0
  .nr_events      : 0
  .nohz_mode      : 0
  .idle_tick      : 0 nsecs
  .tick_stopped   : 0
  .idle_jiffies   : 0
  .idle_calls     : 0
  .idle_sleeps    : 0
  .idle_entrytime : 1915349969140 nsecs
  .idle_waketime  : 0 nsecs
  .idle_exittime  : 0 nsecs
  .idle_sleeptime : 49729999524 nsecs
  .last_jiffies   : 0
  .next_jiffies   : 0
  .idle_expires   : 0 nsecs
jiffies: 484606


Tick Device: mode:     0
Broadcast device
Clock Event Device: pit
 max_delta_ns:   27461866
 min_delta_ns:   12571
 mult:           5124677
 shift:          32
 mode:           1
 next_event:     9223372036854775807 nsecs
 set_next_event: pit_next_event
 set_mode:       init_pit_timer
 event_handler:  clockevents_handle_noop
tick_broadcast_mask: 00000000
tick_broadcast_oneshot_mask: 00000000


Tick Device: mode:     0
Per CPU device: 0
Clock Event Device: lapic
 max_delta_ns:   667650479
 min_delta_ns:   1193
 mult:           53963554
 shift:          32
 mode:           2
 next_event:     9223372036854775807 nsecs
 set_next_event: lapic_next_event
 set_mode:       lapic_timer_setup
 event_handler:  tick_handle_periodic

Tick Device: mode:     0
Per CPU device: 1
Clock Event Device: lapic
 max_delta_ns:   667650479
 min_delta_ns:   1193
 mult:           53963554
 shift:          32
 mode:           2
 next_event:     9223372036854775807 nsecs
 set_next_event: lapic_next_event
 set_mode:       lapic_timer_setup
 event_handler:  tick_handle_periodic

mercury:~> cat 
/sys/devices/system/clocksource/clocksource0/current_clocksource
jiffies
mercury:~> cat 
/sys/devices/system/clocksource/clocksource0/available_clocksource
jiffies tsc 


[-- Attachment #2: config --]
[-- Type: text/plain, Size: 62552 bytes --]

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.31-rc6
# Sat Aug 15 11:14:01 2009
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
CONFIG_OUTPUT_FORMAT="elf32-i386"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_GPIO=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
# CONFIG_GENERIC_TIME_VSYSCALL is not set
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_DEFAULT_IDLE=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_HAVE_DYNAMIC_PER_CPU_AREA=y
# CONFIG_HAVE_CPUMASK_OF_CPU_MAP is not set
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
# CONFIG_ZONE_DMA32 is not set
CONFIG_ARCH_POPULATES_NODE_MAP=y
# CONFIG_AUDIT_ARCH is not set
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_USE_GENERIC_SMP_HELPERS=y
CONFIG_X86_32_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_TRAMPOLINE=y
CONFIG_KTIME_SCALAR=y
CONFIG_BOOTPARAM_SUPPORT_NOT_WANTED=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_CONSTRUCTORS=y

#
# General setup
#
CONFIG_EXPERIMENTAL=y
# CONFIG_BROKEN_BOOT_ALLOWED4 is not set
# CONFIG_BROKEN_BOOT_DISALLOWED is not set
CONFIG_BROKEN_BOOT_EUROPE=y
CONFIG_BROKEN_BOOT_TITAN=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
# CONFIG_KERNEL_GZIP is not set
CONFIG_KERNEL_BZIP2=y
# CONFIG_KERNEL_LZMA is not set
# CONFIG_SWAP is not set
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
# CONFIG_TASK_XACCT is not set
# CONFIG_AUDIT is not set

#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_PREEMPT_RCU is not set
# CONFIG_RCU_TRACE is not set
CONFIG_RCU_FANOUT=32
CONFIG_RCU_FANOUT_EXACT=y
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_PREEMPT_RCU_TRACE is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=20
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_GROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_USER_SCHED=y
# CONFIG_CGROUP_SCHED is not set
# CONFIG_CGROUPS is not set
CONFIG_SYSFS_DEPRECATED=y
CONFIG_SYSFS_DEPRECATED_V2=y
CONFIG_RELAY=y
# CONFIG_NAMESPACES is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
# CONFIG_RD_LZMA is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_EMBEDDED=y
# CONFIG_UID16 is not set
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_KALLSYMS_EXTRA_PASS=y
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
# CONFIG_ELF_CORE is not set
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
# CONFIG_EPOLL is not set
CONFIG_SIGNALFD=y
# CONFIG_TIMERFD is not set
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_HAVE_PERF_COUNTERS=y

#
# Performance Counters
#
CONFIG_PERF_COUNTERS=y
CONFIG_EVENT_PROFILE=y
CONFIG_VM_EVENT_COUNTERS=y
# CONFIG_PCI_QUIRKS is not set
# CONFIG_SLUB_DEBUG is not set
CONFIG_STRIP_ASM_SYMS=y
CONFIG_COMPAT_BRK=y
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
CONFIG_MARKERS=y
CONFIG_OPROFILE=y
# CONFIG_OPROFILE_IBS is not set
CONFIG_OPROFILE_EVENT_MULTIPLEX=y
CONFIG_HAVE_OPROFILE=y
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y

#
# GCOV-based kernel profiling
#
# CONFIG_SLOW_WORK is not set
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
# CONFIG_MODULES is not set
CONFIG_BLOCK=y
# CONFIG_LBDAF is not set
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_INTEGRITY=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_AS is not set
CONFIG_DEFAULT_DEADLINE=y
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="deadline"
# CONFIG_FREEZER is not set

#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
# CONFIG_SMP_SUPPORT is not set
CONFIG_X86_MPPARSE=y
CONFIG_X86_BIGSMP=y
CONFIG_X86_EXTENDED_PLATFORM=y
# CONFIG_X86_ELAN is not set
CONFIG_X86_RDC321X=y
CONFIG_X86_32_NON_STANDARD=y
CONFIG_X86_NUMAQ=y
CONFIG_X86_SUMMIT=y
CONFIG_X86_ES7000=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_PARAVIRT_GUEST=y
# CONFIG_VMI is not set
CONFIG_KVM_CLOCK=y
CONFIG_KVM_GUEST=y
CONFIG_LGUEST_GUEST=y
CONFIG_PARAVIRT=y
CONFIG_PARAVIRT_SPINLOCKS=y
CONFIG_PARAVIRT_CLOCK=y
CONFIG_PARAVIRT_DEBUG=y
CONFIG_MEMTEST=y
CONFIG_X86_SUMMIT_NUMA=y
CONFIG_X86_CYCLONE_TIMER=y
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
CONFIG_MWINCHIP3D=y
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_GENERIC=y
CONFIG_X86_CPU=y
CONFIG_X86_L1_CACHE_BYTES=64
CONFIG_X86_INTERNODE_CACHE_BYTES=64
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_ALIGNMENT_16=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_MINIMUM_CPU_FAMILY=4
CONFIG_PROCESSOR_SELECT=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_CYRIX_32=y
CONFIG_CPU_SUP_AMD=y
# CONFIG_CPU_SUP_CENTAUR is not set
CONFIG_CPU_SUP_TRANSMETA_32=y
CONFIG_CPU_SUP_UMC_32=y
CONFIG_HPET_TIMER=y
CONFIG_DMI=y
# CONFIG_IOMMU_HELPER is not set
# CONFIG_IOMMU_API is not set
CONFIG_NR_CPUS=32
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
CONFIG_X86_MCE=y
# CONFIG_X86_MCE_INTEL is not set
CONFIG_X86_MCE_AMD=y
CONFIG_X86_ANCIENT_MCE=y
CONFIG_X86_MCE_THRESHOLD=y
CONFIG_X86_MCE_INJECT=y
CONFIG_VM86=y
# CONFIG_I8K is not set
CONFIG_X86_REBOOTFIXUPS=y
# CONFIG_MICROCODE is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_X86_CPU_DEBUG=y
# CONFIG_UP_WANTED_1 is not set
CONFIG_SMP=y
# CONFIG_NOHIGHMEM is not set
# CONFIG_HIGHMEM4G is not set
CONFIG_HIGHMEM64G=y
CONFIG_VMSPLIT_3G=y
# CONFIG_VMSPLIT_3G_OPT is not set
# CONFIG_VMSPLIT_2G is not set
# CONFIG_VMSPLIT_2G_OPT is not set
# CONFIG_VMSPLIT_1G is not set
CONFIG_PAGE_OFFSET=0xC0000000
CONFIG_HIGHMEM=y
CONFIG_X86_PAE=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_NUMA=y

#
# NUMA (Summit) requires SMP, 64GB highmem support, ACPI
#
CONFIG_NODES_SHIFT=4
CONFIG_HAVE_ARCH_BOOTMEM=y
CONFIG_ARCH_HAVE_MEMORY_PRESENT=y
CONFIG_NEED_NODE_MEMMAP_SIZE=y
CONFIG_HAVE_ARCH_ALLOC_REMAP=y
CONFIG_ARCH_DISCONTIGMEM_ENABLE=y
CONFIG_ARCH_DISCONTIGMEM_DEFAULT=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ILLEGAL_POINTER_VALUE=0
CONFIG_SELECT_MEMORY_MODEL=y
# CONFIG_FLATMEM_MANUAL is not set
CONFIG_DISCONTIGMEM_MANUAL=y
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_DISCONTIGMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_NEED_MULTIPLE_NODES=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_STATIC=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_HAVE_MLOCK=y
CONFIG_HAVE_MLOCKED_PAGE_BIT=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
# CONFIG_HIGHPTE is not set
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
CONFIG_X86_RESERVE_LOW_64K=y
CONFIG_MATH_EMULATION=y
# CONFIG_MTRR is not set
CONFIG_SECCOMP=y
CONFIG_CC_STACKPROTECTOR_ALL=y
CONFIG_CC_STACKPROTECTOR=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_300=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=300
CONFIG_SCHED_HRTICK=y
# CONFIG_KEXEC is not set
CONFIG_CRASH_DUMP=y
CONFIG_PHYSICAL_START=0x1000000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x1000000
# CONFIG_HOTPLUG_CPU is not set
# CONFIG_COMPAT_VDSO is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
# CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID is not set

#
# Power management and ACPI options
#
# CONFIG_PM is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=y
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set

#
# CPUFreq processor drivers
#
# CONFIG_X86_POWERNOW_K6 is not set
CONFIG_X86_POWERNOW_K7=y
CONFIG_X86_GX_SUSPMOD=y
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_SPEEDSTEP_ICH is not set
CONFIG_X86_SPEEDSTEP_SMI=y
CONFIG_X86_P4_CLOCKMOD=y
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
CONFIG_X86_LONGRUN=y
# CONFIG_X86_E_POWERSAVER is not set

#
# shared options
#
CONFIG_X86_SPEEDSTEP_LIB=y
# CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK is not set
# CONFIG_CPU_IDLE is not set

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
# CONFIG_PCI_GOOLPC is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_OLPC=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
CONFIG_PCIE_ECRC=y
CONFIG_PCIEAER_INJECT=y
CONFIG_PCIEASPM=y
CONFIG_PCIEASPM_DEBUG=y
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI is not set
CONFIG_PCI_LEGACY=y
# CONFIG_PCI_DEBUG is not set
CONFIG_PCI_STUB=y
# CONFIG_HT_IRQ is not set
CONFIG_PCI_IOV=y
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
CONFIG_MCA=y
CONFIG_MCA_LEGACY=y
CONFIG_MCA_PROC_FS=y
# CONFIG_SCx200 is not set
CONFIG_OLPC=y
CONFIG_K8_NB=y
CONFIG_PCCARD=y
CONFIG_PCMCIA_DEBUG=y
CONFIG_PCMCIA=y
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PCMCIA_IOCTL=y
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=y
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
# CONFIG_YENTA_ENE_TUNE is not set
CONFIG_YENTA_TOSHIBA=y
CONFIG_PD6729=y
# CONFIG_I82092 is not set
CONFIG_PCCARD_NONSTATIC=y
# CONFIG_HOTPLUG_PCI is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_HAVE_AOUT=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_MISC=y
CONFIG_HAVE_ATOMIC_IOMAP=y
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=y
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_NET_KEY=y
# CONFIG_NET_KEY_MIGRATE is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
CONFIG_NET_IPGRE=y
# CONFIG_NET_IPGRE_BROADCAST is not set
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
# CONFIG_IP_PIMSM_V2 is not set
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
# CONFIG_INET_AH is not set
CONFIG_INET_ESP=y
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
CONFIG_INET_TUNNEL=y
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_LRO=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=y
CONFIG_IPV6_PRIVACY=y
CONFIG_IPV6_ROUTER_PREF=y
# CONFIG_IPV6_ROUTE_INFO is not set
CONFIG_IPV6_OPTIMISTIC_DAD=y
CONFIG_INET6_AH=y
CONFIG_INET6_ESP=y
# CONFIG_INET6_IPCOMP is not set
CONFIG_IPV6_MIP6=y
# CONFIG_INET6_XFRM_TUNNEL is not set
CONFIG_INET6_TUNNEL=y
CONFIG_INET6_XFRM_MODE_TRANSPORT=y
CONFIG_INET6_XFRM_MODE_TUNNEL=y
CONFIG_INET6_XFRM_MODE_BEET=y
CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=y
CONFIG_IPV6_SIT=y
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=y
# CONFIG_IPV6_MULTIPLE_TABLES is not set
CONFIG_IPV6_MROUTE=y
# CONFIG_IPV6_PIMSM_V2 is not set
# CONFIG_NETLABEL is not set
CONFIG_NETWORK_SECMARK=y
# CONFIG_NETFILTER is not set
CONFIG_IP_DCCP=y
CONFIG_INET_DCCP_DIAG=y

#
# DCCP CCIDs Configuration (EXPERIMENTAL)
#
CONFIG_IP_DCCP_CCID2_DEBUG=y
# CONFIG_IP_DCCP_CCID3 is not set

#
# DCCP Kernel Hacking
#
CONFIG_IP_DCCP_DEBUG=y
# CONFIG_IP_SCTP is not set
CONFIG_TIPC=y
# CONFIG_TIPC_ADVANCED is not set
# CONFIG_TIPC_DEBUG is not set
CONFIG_ATM=y
# CONFIG_ATM_CLIP is not set
CONFIG_ATM_LANE=y
CONFIG_ATM_MPOA=y
CONFIG_ATM_BR2684=y
# CONFIG_ATM_BR2684_IPFILTER is not set
# CONFIG_BRIDGE is not set
CONFIG_NET_DSA=y
CONFIG_NET_DSA_TAG_DSA=y
CONFIG_NET_DSA_TAG_EDSA=y
CONFIG_NET_DSA_TAG_TRAILER=y
CONFIG_NET_DSA_MV88E6XXX=y
CONFIG_NET_DSA_MV88E6060=y
CONFIG_NET_DSA_MV88E6XXX_NEED_PPU=y
CONFIG_NET_DSA_MV88E6131=y
CONFIG_NET_DSA_MV88E6123_61_65=y
# CONFIG_VLAN_8021Q is not set
CONFIG_DECNET=y
# CONFIG_DECNET_ROUTER is not set
CONFIG_LLC=y
CONFIG_LLC2=y
CONFIG_IPX=y
# CONFIG_IPX_INTERN is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
CONFIG_LAPB=y
CONFIG_ECONET=y
CONFIG_ECONET_AUNUDP=y
# CONFIG_ECONET_NATIVE is not set
CONFIG_WAN_ROUTER=y
CONFIG_PHONET=y
CONFIG_IEEE802154=y
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=y
# CONFIG_NET_SCH_HTB is not set
CONFIG_NET_SCH_HFSC=y
CONFIG_NET_SCH_ATM=y
# CONFIG_NET_SCH_PRIO is not set
CONFIG_NET_SCH_MULTIQ=y
CONFIG_NET_SCH_RED=y
CONFIG_NET_SCH_SFQ=y
# CONFIG_NET_SCH_TEQL is not set
CONFIG_NET_SCH_TBF=y
CONFIG_NET_SCH_GRED=y
CONFIG_NET_SCH_DSMARK=y
# CONFIG_NET_SCH_NETEM is not set
CONFIG_NET_SCH_DRR=y

#
# Classification
#
CONFIG_NET_CLS=y
# CONFIG_NET_CLS_BASIC is not set
CONFIG_NET_CLS_TCINDEX=y
# CONFIG_NET_CLS_ROUTE4 is not set
# CONFIG_NET_CLS_FW is not set
# CONFIG_NET_CLS_U32 is not set
# CONFIG_NET_CLS_RSVP is not set
# CONFIG_NET_CLS_RSVP6 is not set
CONFIG_NET_CLS_FLOW=y
# CONFIG_NET_EMATCH is not set
# CONFIG_NET_CLS_ACT is not set
CONFIG_NET_SCH_FIFO=y
# CONFIG_DCB is not set

#
# Network testing
#
CONFIG_NET_PKTGEN=y
# CONFIG_NET_DROP_MONITOR is not set
# CONFIG_HAMRADIO is not set
CONFIG_CAN=y
# CONFIG_CAN_RAW is not set
CONFIG_CAN_BCM=y

#
# CAN Device Drivers
#
CONFIG_CAN_VCAN=y
CONFIG_CAN_DEV=y
# CONFIG_CAN_CALC_BITTIMING is not set
# CONFIG_CAN_SJA1000 is not set
CONFIG_CAN_DEBUG_DEVICES=y
# CONFIG_IRDA is not set
CONFIG_BT=y
# CONFIG_BT_L2CAP is not set
# CONFIG_BT_SCO is not set

#
# Bluetooth device drivers
#
CONFIG_BT_HCIBTUSB=y
CONFIG_BT_HCIBTSDIO=y
CONFIG_BT_HCIUART=y
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
# CONFIG_BT_HCIUART_LL is not set
CONFIG_BT_HCIBCM203X=y
# CONFIG_BT_HCIBPA10X is not set
CONFIG_BT_HCIBFUSB=y
CONFIG_BT_HCIDTL1=y
# CONFIG_BT_HCIBT3C is not set
# CONFIG_BT_HCIBLUECARD is not set
CONFIG_BT_HCIBTUART=y
CONFIG_BT_HCIVHCI=y
CONFIG_AF_RXRPC=y
CONFIG_AF_RXRPC_DEBUG=y
CONFIG_RXKAD=y
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
CONFIG_CFG80211=y
CONFIG_CFG80211_REG_DEBUG=y
CONFIG_CFG80211_DEBUGFS=y
CONFIG_WIRELESS_OLD_REGULATORY=y
CONFIG_WIRELESS_EXT=y
CONFIG_WIRELESS_EXT_SYSFS=y
CONFIG_LIB80211=y
CONFIG_LIB80211_CRYPT_WEP=y
CONFIG_LIB80211_CRYPT_CCMP=y
CONFIG_LIB80211_CRYPT_TKIP=y
# CONFIG_LIB80211_DEBUG is not set
CONFIG_MAC80211=y
CONFIG_MAC80211_DEFAULT_PS=y
CONFIG_MAC80211_DEFAULT_PS_VALUE=1

#
# Rate control algorithm selection
#
CONFIG_MAC80211_RC_PID=y
CONFIG_MAC80211_RC_MINSTREL=y
# CONFIG_MAC80211_RC_DEFAULT_PID is not set
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel"
CONFIG_MAC80211_LEDS=y
CONFIG_MAC80211_DEBUGFS=y
CONFIG_MAC80211_DEBUG_MENU=y
CONFIG_MAC80211_DEBUG_PACKET_ALIGNMENT=y
CONFIG_MAC80211_NOINLINE=y
# CONFIG_MAC80211_VERBOSE_DEBUG is not set
CONFIG_MAC80211_HT_DEBUG=y
CONFIG_MAC80211_TKIP_DEBUG=y
CONFIG_MAC80211_IBSS_DEBUG=y
CONFIG_MAC80211_VERBOSE_PS_DEBUG=y
# CONFIG_MAC80211_DEBUG_COUNTERS is not set
CONFIG_WIMAX=y
CONFIG_WIMAX_DEBUG_LEVEL=8
CONFIG_RFKILL=y
CONFIG_RFKILL_LEDS=y
# CONFIG_RFKILL_INPUT is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_DEBUG_DRIVER=y
CONFIG_DEBUG_DEVRES=y
# CONFIG_SYS_HYPERVISOR is not set
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
# CONFIG_PARPORT is not set
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_CPQ_DA=y
CONFIG_BLK_CPQ_CISS_DA=y
CONFIG_CISS_SCSI_TAPE=y
CONFIG_BLK_DEV_DAC960=y
CONFIG_BLK_DEV_UMEM=y
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_OSD is not set
CONFIG_BLK_DEV_SX8=y
CONFIG_BLK_DEV_UB=y
# CONFIG_BLK_DEV_RAM is not set
CONFIG_CDROM_PKTCDVD=y
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
# CONFIG_ATA_OVER_ETH is not set
CONFIG_VIRTIO_BLK=y
CONFIG_BLK_DEV_HD=y
CONFIG_MISC_DEVICES=y
CONFIG_IBM_ASM=y
# CONFIG_PHANTOM is not set
CONFIG_SGI_IOC4=y
CONFIG_TIFM_CORE=y
# CONFIG_TIFM_7XX1 is not set
CONFIG_ICS932S401=y
# CONFIG_ENCLOSURE_SERVICES is not set
CONFIG_HP_ILO=y
# CONFIG_ISL29003 is not set
CONFIG_C2PORT=y
CONFIG_C2PORT_DURAMAR_2150=y

#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
CONFIG_EEPROM_LEGACY=y
CONFIG_EEPROM_MAX6875=y
CONFIG_EEPROM_93CX6=y
# CONFIG_CB710_CORE is not set
CONFIG_HAVE_IDE=y

#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_TGT=y
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
CONFIG_CHR_DEV_OSST=y
# CONFIG_BLK_DEV_SR is not set
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
# CONFIG_SCSI_SCAN_ASYNC is not set

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=y
CONFIG_SCSI_FC_TGT_ATTRS=y
CONFIG_SCSI_ISCSI_ATTRS=y
CONFIG_SCSI_SAS_ATTRS=y
CONFIG_SCSI_SAS_LIBSAS=y
CONFIG_SCSI_SAS_ATA=y
# CONFIG_SCSI_SAS_HOST_SMP is not set
# CONFIG_SCSI_SAS_LIBSAS_DEBUG is not set
CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=y
CONFIG_SCSI_CXGB3_ISCSI=y
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
CONFIG_SCSI_3W_9XXX=y
CONFIG_SCSI_ACARD=y
# CONFIG_SCSI_AACRAID is not set
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
CONFIG_AIC7XXX_RESET_DELAY_MS=5000
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
CONFIG_AIC7XXX_DEBUG_MASK=0
CONFIG_AIC7XXX_REG_PRETTY_PRINT=y
CONFIG_SCSI_AIC7XXX_OLD=y
CONFIG_SCSI_AIC79XX=y
CONFIG_AIC79XX_CMDS_PER_DEVICE=32
CONFIG_AIC79XX_RESET_DELAY_MS=5000
# CONFIG_AIC79XX_DEBUG_ENABLE is not set
CONFIG_AIC79XX_DEBUG_MASK=0
# CONFIG_AIC79XX_REG_PRETTY_PRINT is not set
CONFIG_SCSI_AIC94XX=y
CONFIG_AIC94XX_DEBUG=y
# CONFIG_SCSI_MVSAS is not set
CONFIG_SCSI_DPT_I2O=y
CONFIG_SCSI_ADVANSYS=y
CONFIG_SCSI_ARCMSR=y
CONFIG_SCSI_ARCMSR_AER=y
# CONFIG_MEGARAID_NEWGEN is not set
CONFIG_MEGARAID_LEGACY=y
CONFIG_MEGARAID_SAS=y
# CONFIG_SCSI_MPT2SAS is not set
CONFIG_SCSI_HPTIOP=y
CONFIG_SCSI_BUSLOGIC=y
CONFIG_SCSI_FLASHPOINT=y
CONFIG_LIBFC=y
CONFIG_LIBFCOE=y
CONFIG_FCOE=y
# CONFIG_FCOE_FNIC is not set
# CONFIG_SCSI_DMX3191D is not set
CONFIG_SCSI_EATA=y
CONFIG_SCSI_EATA_TAGGED_QUEUE=y
# CONFIG_SCSI_EATA_LINKED_COMMANDS is not set
CONFIG_SCSI_EATA_MAX_TAGS=16
CONFIG_SCSI_FUTURE_DOMAIN=y
CONFIG_SCSI_FD_MCS=y
CONFIG_SCSI_GDTH=y
CONFIG_SCSI_IBMMCA=y
CONFIG_IBMMCA_SCSI_ORDER_STANDARD=y
CONFIG_IBMMCA_SCSI_DEV_RESET=y
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
CONFIG_SCSI_INIA100=y
CONFIG_SCSI_NCR_D700=y
# CONFIG_SCSI_STEX is not set
CONFIG_SCSI_SYM53C8XX_2=y
CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
CONFIG_SCSI_SYM53C8XX_MMIO=y
CONFIG_SCSI_IPR=y
CONFIG_SCSI_IPR_TRACE=y
CONFIG_SCSI_IPR_DUMP=y
CONFIG_SCSI_NCR_Q720=y
CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=8
CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32
CONFIG_SCSI_NCR53C8XX_SYNC=20
# CONFIG_SCSI_QLOGIC_1280 is not set
CONFIG_SCSI_QLA_FC=y
CONFIG_SCSI_QLA_ISCSI=y
# CONFIG_SCSI_LPFC is not set
CONFIG_SCSI_SIM710=y
CONFIG_SCSI_DC395x=y
CONFIG_SCSI_DC390T=y
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_SRP is not set
CONFIG_SCSI_LOWLEVEL_PCMCIA=y
CONFIG_SCSI_DH=y
CONFIG_SCSI_DH_RDAC=y
CONFIG_SCSI_DH_HP_SW=y
CONFIG_SCSI_DH_EMC=y
# CONFIG_SCSI_DH_ALUA is not set
CONFIG_SCSI_OSD_INITIATOR=y
CONFIG_SCSI_OSD_ULD=y
CONFIG_SCSI_OSD_DPRINT_SENSE=1
# CONFIG_SCSI_OSD_DEBUG is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
# CONFIG_SATA_PMP is not set
CONFIG_SATA_AHCI=y
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y
CONFIG_SATA_SVW=y
CONFIG_ATA_PIIX=y
CONFIG_SATA_MV=y
CONFIG_SATA_NV=y
CONFIG_PDC_ADMA=y
CONFIG_SATA_QSTOR=y
CONFIG_SATA_PROMISE=y
CONFIG_SATA_SX4=y
# CONFIG_SATA_SIL is not set
CONFIG_SATA_SIS=y
CONFIG_SATA_ULI=y
# CONFIG_SATA_VIA is not set
CONFIG_SATA_VITESSE=y
# CONFIG_SATA_INIC162X is not set
CONFIG_PATA_ALI=y
CONFIG_PATA_AMD=y
# CONFIG_PATA_ARTOP is not set
CONFIG_PATA_ATIIXP=y
CONFIG_PATA_CMD640_PCI=y
CONFIG_PATA_CMD64X=y
CONFIG_PATA_CS5520=y
CONFIG_PATA_CS5530=y
# CONFIG_PATA_CS5535 is not set
# CONFIG_PATA_CS5536 is not set
CONFIG_PATA_CYPRESS=y
CONFIG_PATA_EFAR=y
# CONFIG_ATA_GENERIC is not set
CONFIG_PATA_HPT366=y
CONFIG_PATA_HPT37X=y
CONFIG_PATA_HPT3X2N=y
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
CONFIG_PATA_JMICRON=y
# CONFIG_PATA_TRIFLEX is not set
CONFIG_PATA_MARVELL=y
CONFIG_PATA_MPIIX=y
CONFIG_PATA_OLDPIIX=y
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
CONFIG_PATA_NS87410=y
CONFIG_PATA_NS87415=y
# CONFIG_PATA_OPTI is not set
CONFIG_PATA_OPTIDMA=y
CONFIG_PATA_PCMCIA=y
CONFIG_PATA_PDC_OLD=y
CONFIG_PATA_RADISYS=y
CONFIG_PATA_RZ1000=y
# CONFIG_PATA_SC1200 is not set
CONFIG_PATA_SERVERWORKS=y
CONFIG_PATA_PDC2027X=y
CONFIG_PATA_SIL680=y
CONFIG_PATA_SIS=y
CONFIG_PATA_VIA=y
CONFIG_PATA_WINBOND=y
CONFIG_PATA_PLATFORM=y
CONFIG_PATA_SCH=y
CONFIG_MD=y
# CONFIG_BLK_DEV_MD is not set
CONFIG_BLK_DEV_DM=y
CONFIG_DM_DEBUG=y
# CONFIG_DM_CRYPT is not set
CONFIG_DM_SNAPSHOT=y
CONFIG_DM_MIRROR=y
CONFIG_DM_LOG_USERSPACE=y
CONFIG_DM_ZERO=y
# CONFIG_DM_MULTIPATH is not set
CONFIG_DM_DELAY=y
CONFIG_DM_UEVENT=y
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#

#
# You can enable one or both FireWire driver stacks.
#

#
# See the help texts for more information.
#
CONFIG_FIREWIRE=y
CONFIG_FIREWIRE_OHCI=y
CONFIG_FIREWIRE_OHCI_DEBUG=y
CONFIG_FIREWIRE_SBP2=y
CONFIG_FIREWIRE_NET=y
CONFIG_IEEE1394=y
CONFIG_IEEE1394_OHCI1394=y
# CONFIG_IEEE1394_PCILYNX is not set
# CONFIG_IEEE1394_SBP2 is not set
# CONFIG_IEEE1394_ETH1394_ROM_ENTRY is not set
# CONFIG_IEEE1394_ETH1394 is not set
CONFIG_IEEE1394_RAWIO=y
CONFIG_IEEE1394_VIDEO1394=y
# CONFIG_IEEE1394_DV1394 is not set
CONFIG_IEEE1394_VERBOSEDEBUG=y
# CONFIG_I2O is not set
CONFIG_MACINTOSH_DRIVERS=y
# CONFIG_MAC_EMUMOUSEBTN is not set
CONFIG_NETDEVICES=y
CONFIG_DUMMY=y
CONFIG_BONDING=y
CONFIG_MACVLAN=y
CONFIG_EQUALIZER=y
CONFIG_TUN=y
# CONFIG_VETH is not set
CONFIG_ARCNET=y
CONFIG_ARCNET_1201=y
CONFIG_ARCNET_1051=y
# CONFIG_ARCNET_RAW is not set
# CONFIG_ARCNET_CAP is not set
CONFIG_ARCNET_COM90xx=y
CONFIG_ARCNET_COM90xxIO=y
CONFIG_ARCNET_RIM_I=y
CONFIG_ARCNET_COM20020=y
CONFIG_ARCNET_COM20020_PCI=y
CONFIG_PHYLIB=y

#
# MII PHY device drivers
#
CONFIG_MARVELL_PHY=y
CONFIG_DAVICOM_PHY=y
CONFIG_QSEMI_PHY=y
CONFIG_LXT_PHY=y
CONFIG_CICADA_PHY=y
CONFIG_VITESSE_PHY=y
CONFIG_SMSC_PHY=y
# CONFIG_BROADCOM_PHY is not set
CONFIG_ICPLUS_PHY=y
CONFIG_REALTEK_PHY=y
# CONFIG_NATIONAL_PHY is not set
CONFIG_STE10XP=y
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_FIXED_PHY is not set
# CONFIG_MDIO_BITBANG is not set
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
CONFIG_HAPPYMEAL=y
CONFIG_SUNGEM=y
# CONFIG_CASSINI is not set
CONFIG_NET_VENDOR_3COM=y
CONFIG_EL3=y
CONFIG_ELMC=y
CONFIG_ELMC_II=y
CONFIG_VORTEX=y
# CONFIG_TYPHOON is not set
CONFIG_NET_VENDOR_SMC=y
CONFIG_ULTRAMCA=y
CONFIG_ETHOC=y
CONFIG_DNET=y
CONFIG_NET_TULIP=y
CONFIG_DE2104X=y
CONFIG_DE2104X_DSL=0
CONFIG_TULIP=y
# CONFIG_TULIP_MWI is not set
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_NAPI is not set
# CONFIG_DE4X5 is not set
CONFIG_WINBOND_840=y
# CONFIG_DM9102 is not set
CONFIG_ULI526X=y
CONFIG_PCMCIA_XIRCOM=y
CONFIG_AT1700=y
CONFIG_DEPCA=y
CONFIG_HP100=y
CONFIG_NE2_MCA=y
CONFIG_IBMLANA=y
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set
# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set
# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set
CONFIG_NET_PCI=y
CONFIG_PCNET32=y
CONFIG_AMD8111_ETH=y
CONFIG_ADAPTEC_STARFIRE=y
CONFIG_B44=y
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
CONFIG_FORCEDETH=y
# CONFIG_FORCEDETH_NAPI is not set
CONFIG_E100=y
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
CONFIG_8139CP=y
CONFIG_8139TOO=y
CONFIG_8139TOO_PIO=y
CONFIG_8139TOO_TUNE_TWISTER=y
CONFIG_8139TOO_8129=y
CONFIG_8139_OLD_RX_RESET=y
CONFIG_R6040=y
CONFIG_SIS900=y
CONFIG_EPIC100=y
CONFIG_SMSC9420=y
CONFIG_SUNDANCE=y
CONFIG_SUNDANCE_MMIO=y
CONFIG_TLAN=y
# CONFIG_KS8842 is not set
CONFIG_VIA_RHINE=y
# CONFIG_VIA_RHINE_MMIO is not set
# CONFIG_SC92031 is not set
CONFIG_ATL2=y
CONFIG_NETDEV_1000=y
CONFIG_ACENIC=y
# CONFIG_ACENIC_OMIT_TIGON_I is not set
CONFIG_DL2K=y
# CONFIG_E1000 is not set
CONFIG_E1000E=y
CONFIG_IP1000=y
CONFIG_IGB=y
CONFIG_IGBVF=y
CONFIG_NS83820=y
CONFIG_HAMACHI=y
CONFIG_YELLOWFIN=y
# CONFIG_R8169 is not set
CONFIG_SIS190=y
# CONFIG_SKGE is not set
CONFIG_SKY2=y
# CONFIG_SKY2_DEBUG is not set
CONFIG_VIA_VELOCITY=y
CONFIG_TIGON3=y
CONFIG_BNX2=y
CONFIG_QLA3XXX=y
CONFIG_ATL1=y
CONFIG_ATL1E=y
# CONFIG_ATL1C is not set
CONFIG_JME=y
CONFIG_NETDEV_10000=y
CONFIG_MDIO=y
CONFIG_CHELSIO_T1=y
CONFIG_CHELSIO_T1_1G=y
CONFIG_CHELSIO_T3_DEPENDS=y
CONFIG_CHELSIO_T3=y
CONFIG_ENIC=y
CONFIG_IXGBE=y
CONFIG_IXGB=y
CONFIG_S2IO=y
CONFIG_MYRI10GE=y
CONFIG_NIU=y
CONFIG_MLX4_EN=y
CONFIG_MLX4_CORE=y
CONFIG_MLX4_DEBUG=y
CONFIG_TEHUTI=y
CONFIG_BNX2X=y
CONFIG_QLGE=y
CONFIG_SFC=y
# CONFIG_BE2NET is not set
# CONFIG_TR is not set

#
# Wireless LAN
#
CONFIG_WLAN_PRE80211=y
CONFIG_STRIP=y
CONFIG_PCMCIA_WAVELAN=y
CONFIG_PCMCIA_NETWAVE=y
CONFIG_WLAN_80211=y
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_LIBERTAS is not set
CONFIG_LIBERTAS_THINFIRM=y
CONFIG_LIBERTAS_THINFIRM_USB=y
CONFIG_AIRO=y
CONFIG_ATMEL=y
CONFIG_PCI_ATMEL=y
CONFIG_PCMCIA_ATMEL=y
# CONFIG_AT76C50X_USB is not set
CONFIG_AIRO_CS=y
CONFIG_PCMCIA_WL3501=y
# CONFIG_PRISM54 is not set
CONFIG_USB_ZD1201=y
CONFIG_USB_NET_RNDIS_WLAN=y
CONFIG_RTL8180=y
CONFIG_RTL8187=y
CONFIG_RTL8187_LEDS=y
CONFIG_ADM8211=y
CONFIG_MAC80211_HWSIM=y
CONFIG_MWL8K=y
# CONFIG_P54_COMMON is not set
CONFIG_ATH_COMMON=y
CONFIG_ATH5K=y
# CONFIG_ATH5K_DEBUG is not set
# CONFIG_ATH9K is not set
CONFIG_AR9170_USB=y
CONFIG_AR9170_LEDS=y
CONFIG_IPW2100=y
CONFIG_IPW2100_MONITOR=y
CONFIG_IPW2100_DEBUG=y
# CONFIG_IPW2200 is not set
CONFIG_LIBIPW=y
# CONFIG_LIBIPW_DEBUG is not set
CONFIG_IWLWIFI=y
CONFIG_IWLWIFI_LEDS=y
# CONFIG_IWLWIFI_SPECTRUM_MEASUREMENT is not set
# CONFIG_IWLWIFI_DEBUG is not set
CONFIG_IWLAGN=y
CONFIG_IWL4965=y
CONFIG_IWL5000=y
CONFIG_IWL3945=y
CONFIG_IWL3945_SPECTRUM_MEASUREMENT=y
CONFIG_HOSTAP=y
CONFIG_HOSTAP_FIRMWARE=y
# CONFIG_HOSTAP_FIRMWARE_NVRAM is not set
CONFIG_HOSTAP_PLX=y
# CONFIG_HOSTAP_PCI is not set
CONFIG_HOSTAP_CS=y
CONFIG_B43=y
CONFIG_B43_PCI_AUTOSELECT=y
CONFIG_B43_PCICORE_AUTOSELECT=y
# CONFIG_B43_PCMCIA is not set
CONFIG_B43_PIO=y
CONFIG_B43_LEDS=y
CONFIG_B43_HWRNG=y
CONFIG_B43_DEBUG=y
CONFIG_B43_FORCE_PIO=y
# CONFIG_B43LEGACY is not set
# CONFIG_ZD1211RW is not set
# CONFIG_HERMES is not set
CONFIG_IWM=y
CONFIG_IWM_DEBUG=y

#
# WiMAX Wireless Broadband devices
#
CONFIG_WIMAX_I2400M=y
CONFIG_WIMAX_I2400M_SDIO=y
CONFIG_WIMAX_I2400M_DEBUG_LEVEL=8

#
# USB Network Adapters
#
CONFIG_USB_CATC=y
CONFIG_USB_KAWETH=y
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
CONFIG_USB_USBNET=y
CONFIG_USB_NET_AX8817X=y
CONFIG_USB_NET_CDCETHER=y
CONFIG_USB_NET_CDC_EEM=y
CONFIG_USB_NET_DM9601=y
CONFIG_USB_NET_SMSC95XX=y
CONFIG_USB_NET_GL620A=y
CONFIG_USB_NET_NET1080=y
CONFIG_USB_NET_PLUSB=y
CONFIG_USB_NET_MCS7830=y
CONFIG_USB_NET_RNDIS_HOST=y
# CONFIG_USB_NET_CDC_SUBSET is not set
# CONFIG_USB_NET_ZAURUS is not set
CONFIG_USB_HSO=y
CONFIG_USB_NET_INT51X1=y
CONFIG_USB_CDC_PHONET=y
CONFIG_NET_PCMCIA=y
# CONFIG_PCMCIA_3C589 is not set
# CONFIG_PCMCIA_3C574 is not set
CONFIG_PCMCIA_FMVJ18X=y
CONFIG_PCMCIA_PCNET=y
CONFIG_PCMCIA_NMCLAN=y
CONFIG_PCMCIA_SMC91C92=y
CONFIG_PCMCIA_XIRC2PS=y
CONFIG_PCMCIA_AXNET=y
CONFIG_ARCNET_COM20020_CS=y
CONFIG_WAN=y
CONFIG_LANMEDIA=y
CONFIG_HDLC=y
CONFIG_HDLC_RAW=y
# CONFIG_HDLC_RAW_ETH is not set
CONFIG_HDLC_CISCO=y
CONFIG_HDLC_FR=y
CONFIG_HDLC_PPP=y
# CONFIG_HDLC_X25 is not set
CONFIG_PCI200SYN=y
CONFIG_WANXL=y
CONFIG_PC300TOO=y
CONFIG_FARSYNC=y
CONFIG_DLCI=y
CONFIG_DLCI_MAX=8
CONFIG_WAN_ROUTER_DRIVERS=y
CONFIG_CYCLADES_SYNC=y
CONFIG_CYCLOMX_X25=y
# CONFIG_SBNI is not set
# CONFIG_ATM_DRIVERS is not set
# CONFIG_IEEE802154_DRIVERS is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PPP=y
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
# CONFIG_PPP_ASYNC is not set
CONFIG_PPP_SYNC_TTY=y
CONFIG_PPP_DEFLATE=y
CONFIG_PPP_BSDCOMP=y
# CONFIG_PPP_MPPE is not set
CONFIG_PPPOE=y
CONFIG_PPPOATM=y
# CONFIG_PPPOL2TP is not set
# CONFIG_SLIP is not set
CONFIG_SLHC=y
# CONFIG_NET_FC is not set
CONFIG_NETCONSOLE=y
# CONFIG_NETCONSOLE_DYNAMIC is not set
CONFIG_NETPOLL=y
CONFIG_NETPOLL_TRAP=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_VIRTIO_NET=y
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=y
CONFIG_INPUT_POLLDEV=y

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=y
CONFIG_INPUT_EVDEV=y
CONFIG_INPUT_EVBUG=y

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_KEYBOARD_LKKBD=y
# CONFIG_KEYBOARD_GPIO is not set
CONFIG_KEYBOARD_MATRIX=y
CONFIG_KEYBOARD_LM8323=y
CONFIG_KEYBOARD_NEWTON=y
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_KEYBOARD_SUNKBD=y
CONFIG_KEYBOARD_XTKBD=y
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_PS2_ALPS is not set
# CONFIG_MOUSE_PS2_LOGIPS2PP is not set
# CONFIG_MOUSE_PS2_SYNAPTICS is not set
# CONFIG_MOUSE_PS2_LIFEBOOK is not set
CONFIG_MOUSE_PS2_TRACKPOINT=y
CONFIG_MOUSE_PS2_ELANTECH=y
CONFIG_MOUSE_PS2_TOUCHKIT=y
CONFIG_MOUSE_PS2_OLPC=y
CONFIG_MOUSE_SERIAL=y
CONFIG_MOUSE_APPLETOUCH=y
# CONFIG_MOUSE_BCM5974 is not set
CONFIG_MOUSE_VSXXXAA=y
CONFIG_MOUSE_GPIO=y
CONFIG_MOUSE_SYNAPTICS_I2C=y
# CONFIG_INPUT_JOYSTICK is not set
CONFIG_INPUT_TABLET=y
CONFIG_TABLET_USB_ACECAD=y
CONFIG_TABLET_USB_AIPTEK=y
# CONFIG_TABLET_USB_GTCO is not set
# CONFIG_TABLET_USB_KBTAB is not set
CONFIG_TABLET_USB_WACOM=y
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_AD7879_I2C=y
CONFIG_TOUCHSCREEN_AD7879=y
CONFIG_TOUCHSCREEN_DA9034=y
# CONFIG_TOUCHSCREEN_EETI is not set
CONFIG_TOUCHSCREEN_FUJITSU=y
CONFIG_TOUCHSCREEN_GUNZE=y
CONFIG_TOUCHSCREEN_ELO=y
# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
CONFIG_TOUCHSCREEN_MTOUCH=y
# CONFIG_TOUCHSCREEN_INEXIO is not set
CONFIG_TOUCHSCREEN_MK712=y
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
CONFIG_TOUCHSCREEN_TOUCHWIN=y
CONFIG_TOUCHSCREEN_USB_COMPOSITE=y
CONFIG_TOUCHSCREEN_USB_EGALAX=y
CONFIG_TOUCHSCREEN_USB_PANJIT=y
# CONFIG_TOUCHSCREEN_USB_3M is not set
# CONFIG_TOUCHSCREEN_USB_ITM is not set
CONFIG_TOUCHSCREEN_USB_ETURBO=y
CONFIG_TOUCHSCREEN_USB_GUNZE=y
CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y
CONFIG_TOUCHSCREEN_USB_IRTOUCH=y
CONFIG_TOUCHSCREEN_USB_IDEALTEK=y
CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y
CONFIG_TOUCHSCREEN_USB_GOTOP=y
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
CONFIG_TOUCHSCREEN_TSC2007=y
# CONFIG_TOUCHSCREEN_W90X900 is not set
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
CONFIG_SERIO_CT82C710=y
CONFIG_SERIO_PCIPS2=y
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_VT=y
# CONFIG_CONSOLE_TRANSLATIONS is not set
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
# CONFIG_DEVKMEM is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_NOZOMI is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_CS=y
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
# CONFIG_SERIAL_8250_RSA is not set
# CONFIG_SERIAL_8250_MCA is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_JSM=y
CONFIG_UNIX98_PTYS=y
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
CONFIG_HVC_DRIVER=y
CONFIG_VIRTIO_CONSOLE=y
CONFIG_IPMI_HANDLER=y
# CONFIG_IPMI_PANIC_EVENT is not set
CONFIG_IPMI_DEVICE_INTERFACE=y
CONFIG_IPMI_SI=y
CONFIG_IPMI_WATCHDOG=y
CONFIG_IPMI_POWEROFF=y
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_TIMERIOMEM=y
# CONFIG_HW_RANDOM_INTEL is not set
CONFIG_HW_RANDOM_AMD=y
CONFIG_HW_RANDOM_GEODE=y
CONFIG_HW_RANDOM_VIA=y
CONFIG_HW_RANDOM_VIRTIO=y
CONFIG_NVRAM=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set

#
# PCMCIA character devices
#
CONFIG_SYNCLINK_CS=y
CONFIG_CARDMAN_4000=y
# CONFIG_CARDMAN_4040 is not set
CONFIG_IPWIRELESS=y
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
CONFIG_NSC_GPIO=y
# CONFIG_CS5535_GPIO is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HANGCHECK_TIMER=y
CONFIG_TCG_TPM=y
CONFIG_TCG_NSC=y
# CONFIG_TCG_ATMEL is not set
CONFIG_TELCLOCK=y
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=y
# CONFIG_I2C_HELPER_AUTO is not set

#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=y
CONFIG_I2C_ALGOPCF=y
CONFIG_I2C_ALGOPCA=y

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
CONFIG_I2C_AMD756=y
CONFIG_I2C_AMD8111=y
CONFIG_I2C_I801=y
CONFIG_I2C_ISCH=y
CONFIG_I2C_PIIX4=y
CONFIG_I2C_NFORCE2=y
CONFIG_I2C_SIS5595=y
CONFIG_I2C_SIS630=y
CONFIG_I2C_SIS96X=y
CONFIG_I2C_VIA=y
CONFIG_I2C_VIAPRO=y

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_GPIO is not set
CONFIG_I2C_OCORES=y
CONFIG_I2C_SIMTEC=y

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_TAOS_EVM is not set
CONFIG_I2C_TINY_USB=y

#
# Graphics adapter I2C/DDC channel drivers
#
# CONFIG_I2C_VOODOO3 is not set

#
# Other I2C/SMBus bus drivers
#
CONFIG_I2C_PCA_PLATFORM=y
CONFIG_SCx200_ACB=y

#
# Miscellaneous I2C Chip support
#
# CONFIG_DS1682 is not set
CONFIG_SENSORS_PCF8574=y
CONFIG_PCF8575=y
CONFIG_SENSORS_PCA9539=y
CONFIG_SENSORS_TSL2550=y
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
CONFIG_I2C_DEBUG_BUS=y
CONFIG_I2C_DEBUG_CHIP=y
# CONFIG_SPI is not set

#
# PPS support
#
CONFIG_PPS=y
CONFIG_PPS_DEBUG=y
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
CONFIG_GPIOLIB=y
CONFIG_DEBUG_GPIO=y
# CONFIG_GPIO_SYSFS is not set

#
# Memory mapped GPIO expanders:
#

#
# I2C GPIO expanders:
#
CONFIG_GPIO_MAX732X=y
# CONFIG_GPIO_PCA953X is not set
# CONFIG_GPIO_PCF857X is not set
CONFIG_GPIO_TWL4030=y

#
# PCI GPIO expanders:
#
CONFIG_GPIO_BT8XX=y

#
# SPI GPIO expanders:
#
CONFIG_W1=y
CONFIG_W1_CON=y

#
# 1-wire Bus Masters
#
# CONFIG_W1_MASTER_MATROX is not set
CONFIG_W1_MASTER_DS2490=y
CONFIG_W1_MASTER_DS2482=y
CONFIG_W1_MASTER_GPIO=y

#
# 1-wire Slaves
#
# CONFIG_W1_SLAVE_THERM is not set
CONFIG_W1_SLAVE_SMEM=y
# CONFIG_W1_SLAVE_DS2431 is not set
CONFIG_W1_SLAVE_DS2433=y
CONFIG_W1_SLAVE_DS2433_CRC=y
# CONFIG_W1_SLAVE_DS2760 is not set
# CONFIG_W1_SLAVE_BQ27000 is not set
# CONFIG_POWER_SUPPLY is not set
CONFIG_HWMON=y
CONFIG_HWMON_VID=y
CONFIG_SENSORS_ABITUGURU=y
CONFIG_SENSORS_ABITUGURU3=y
# CONFIG_SENSORS_AD7414 is not set
CONFIG_SENSORS_AD7418=y
CONFIG_SENSORS_ADM1021=y
# CONFIG_SENSORS_ADM1025 is not set
CONFIG_SENSORS_ADM1026=y
CONFIG_SENSORS_ADM1029=y
# CONFIG_SENSORS_ADM1031 is not set
CONFIG_SENSORS_ADM9240=y
CONFIG_SENSORS_ADT7462=y
CONFIG_SENSORS_ADT7470=y
# CONFIG_SENSORS_ADT7473 is not set
CONFIG_SENSORS_ADT7475=y
# CONFIG_SENSORS_K8TEMP is not set
CONFIG_SENSORS_ASB100=y
CONFIG_SENSORS_ATXP1=y
CONFIG_SENSORS_DS1621=y
CONFIG_SENSORS_I5K_AMB=y
CONFIG_SENSORS_F71805F=y
# CONFIG_SENSORS_F71882FG is not set
CONFIG_SENSORS_F75375S=y
CONFIG_SENSORS_FSCHER=y
CONFIG_SENSORS_FSCPOS=y
CONFIG_SENSORS_FSCHMD=y
CONFIG_SENSORS_G760A=y
CONFIG_SENSORS_GL518SM=y
# CONFIG_SENSORS_GL520SM is not set
CONFIG_SENSORS_CORETEMP=y
CONFIG_SENSORS_IBMAEM=y
# CONFIG_SENSORS_IBMPEX is not set
CONFIG_SENSORS_IT87=y
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
CONFIG_SENSORS_LM78=y
# CONFIG_SENSORS_LM80 is not set
CONFIG_SENSORS_LM83=y
CONFIG_SENSORS_LM85=y
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4245 is not set
CONFIG_SENSORS_LM95241=y
CONFIG_SENSORS_MAX1619=y
CONFIG_SENSORS_MAX6650=y
CONFIG_SENSORS_PC87360=y
CONFIG_SENSORS_PC87427=y
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_SENSORS_SHT15 is not set
CONFIG_SENSORS_SIS5595=y
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
CONFIG_SENSORS_SMSC47M192=y
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_ADS7828 is not set
CONFIG_SENSORS_THMC50=y
CONFIG_SENSORS_TMP401=y
# CONFIG_SENSORS_VIA686A is not set
CONFIG_SENSORS_VT1211=y
CONFIG_SENSORS_VT8231=y
CONFIG_SENSORS_W83781D=y
CONFIG_SENSORS_W83791D=y
CONFIG_SENSORS_W83792D=y
# CONFIG_SENSORS_W83793 is not set
CONFIG_SENSORS_W83L785TS=y
CONFIG_SENSORS_W83L786NG=y
CONFIG_SENSORS_W83627HF=y
# CONFIG_SENSORS_W83627EHF is not set
# CONFIG_SENSORS_HDAPS is not set
CONFIG_SENSORS_APPLESMC=y
CONFIG_HWMON_DEBUG_CHIP=y
# CONFIG_THERMAL is not set
CONFIG_THERMAL_HWMON=y
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_NOWAYOUT=y

#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=y
CONFIG_TWL4030_WATCHDOG=y
CONFIG_ACQUIRE_WDT=y
# CONFIG_ADVANTECH_WDT is not set
CONFIG_ALIM1535_WDT=y
CONFIG_ALIM7101_WDT=y
CONFIG_SC520_WDT=y
# CONFIG_IB700_WDT is not set
CONFIG_IBMASR=y
CONFIG_WAFER_WDT=y
# CONFIG_I6300ESB_WDT is not set
CONFIG_ITCO_WDT=y
CONFIG_ITCO_VENDOR_SUPPORT=y
CONFIG_IT8712F_WDT=y
CONFIG_IT87_WDT=y
CONFIG_HP_WATCHDOG=y
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
CONFIG_RDC321X_WDT=y
# CONFIG_60XX_WDT is not set
CONFIG_SBC8360_WDT=y
CONFIG_SBC7240_WDT=y
CONFIG_CPU5_WDT=y
CONFIG_SMSC_SCH311X_WDT=y
CONFIG_SMSC37B787_WDT=y
# CONFIG_W83627HF_WDT is not set
CONFIG_W83877F_WDT=y
CONFIG_W83977F_WDT=y
# CONFIG_MACHZ_WDT is not set
CONFIG_SBC_EPX_C3_WATCHDOG=y

#
# PCI-based Watchdog Cards
#
CONFIG_PCIPCWATCHDOG=y
# CONFIG_WDTPCI is not set

#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
CONFIG_SSB=y
CONFIG_SSB_SPROM=y
CONFIG_SSB_BLOCKIO=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
CONFIG_SSB_B43_PCI_BRIDGE=y
CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
# CONFIG_SSB_PCMCIAHOST is not set
CONFIG_SSB_SILENT=y
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y

#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
# CONFIG_MFD_SM501 is not set
CONFIG_HTC_PASIC3=y
CONFIG_TPS65010=y
CONFIG_TWL4030_CORE=y
# CONFIG_MFD_TMIO is not set
CONFIG_PMIC_DA903X=y
# CONFIG_MFD_WM8400 is not set
CONFIG_MFD_PCF50633=y
# CONFIG_PCF50633_ADC is not set
CONFIG_PCF50633_GPIO=y
CONFIG_AB3100_CORE=y
# CONFIG_REGULATOR is not set
# CONFIG_MEDIA_SUPPORT is not set

#
# Graphics support
#
CONFIG_AGP=y
# CONFIG_AGP_ALI is not set
CONFIG_AGP_ATI=y
CONFIG_AGP_AMD=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
CONFIG_AGP_NVIDIA=y
CONFIG_AGP_SIS=y
CONFIG_AGP_SWORKS=y
CONFIG_AGP_VIA=y
CONFIG_AGP_EFFICEON=y
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
CONFIG_DRM_R128=y
CONFIG_DRM_RADEON=y
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
# CONFIG_DRM_I915 is not set
CONFIG_DRM_MGA=y
CONFIG_DRM_SIS=y
CONFIG_DRM_VIA=y
CONFIG_DRM_SAVAGE=y
CONFIG_VGASTATE=y
CONFIG_VIDEO_OUTPUT_CONTROL=y
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_DDC=y
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
CONFIG_FB_FOREIGN_ENDIAN=y
CONFIG_FB_BOTH_ENDIAN=y
# CONFIG_FB_BIG_ENDIAN is not set
# CONFIG_FB_LITTLE_ENDIAN is not set
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_HECUBA=y
CONFIG_FB_SVGALIB=y
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_PM2 is not set
CONFIG_FB_CYBER2000=y
CONFIG_FB_ARC=y
# CONFIG_FB_IMSTT is not set
CONFIG_FB_UVESA=y
CONFIG_FB_N411=y
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
CONFIG_FB_NVIDIA=y
# CONFIG_FB_NVIDIA_I2C is not set
CONFIG_FB_NVIDIA_DEBUG=y
CONFIG_FB_NVIDIA_BACKLIGHT=y
CONFIG_FB_RIVA=y
# CONFIG_FB_RIVA_I2C is not set
CONFIG_FB_RIVA_DEBUG=y
CONFIG_FB_RIVA_BACKLIGHT=y
CONFIG_FB_I810=y
CONFIG_FB_I810_GTF=y
CONFIG_FB_I810_I2C=y
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
CONFIG_FB_ATY128=y
# CONFIG_FB_ATY128_BACKLIGHT is not set
CONFIG_FB_ATY=y
CONFIG_FB_ATY_CT=y
# CONFIG_FB_ATY_GENERIC_LCD is not set
# CONFIG_FB_ATY_GX is not set
CONFIG_FB_ATY_BACKLIGHT=y
# CONFIG_FB_S3 is not set
CONFIG_FB_SAVAGE=y
CONFIG_FB_SAVAGE_I2C=y
CONFIG_FB_SAVAGE_ACCEL=y
# CONFIG_FB_SIS is not set
CONFIG_FB_VIA=y
# CONFIG_FB_NEOMAGIC is not set
CONFIG_FB_KYRO=y
CONFIG_FB_3DFX=y
CONFIG_FB_3DFX_ACCEL=y
# CONFIG_FB_3DFX_I2C is not set
CONFIG_FB_VOODOO1=y
CONFIG_FB_VT8623=y
CONFIG_FB_TRIDENT=y
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
CONFIG_FB_CARMINE=y
# CONFIG_FB_CARMINE_DRAM_EVAL is not set
CONFIG_CARMINE_DRAM_CUSTOM=y
CONFIG_FB_GEODE=y
CONFIG_FB_GEODE_LX=y
# CONFIG_FB_GEODE_GX is not set
# CONFIG_FB_GEODE_GX1 is not set
# CONFIG_FB_TMIO is not set
CONFIG_FB_METRONOME=y
CONFIG_FB_MB862XX=y
# CONFIG_FB_MB862XX_PCI_GDC is not set
# CONFIG_FB_BROADSHEET is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
# CONFIG_LCD_ILI9320 is not set
CONFIG_LCD_PLATFORM=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_GENERIC=y
# CONFIG_BACKLIGHT_PROGEAR is not set
# CONFIG_BACKLIGHT_DA903X is not set
# CONFIG_BACKLIGHT_MBP_NVIDIA is not set
CONFIG_BACKLIGHT_SAHARA=y

#
# Display device support
#
CONFIG_DISPLAY_SUPPORT=y

#
# Display hardware drivers
#

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
CONFIG_DUMMY_CONSOLE=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
CONFIG_SOUND=y
CONFIG_SOUND_OSS_CORE=y
# CONFIG_SND is not set
CONFIG_SOUND_PRIME=y
# CONFIG_SOUND_OSS is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
CONFIG_HID_DEBUG=y
CONFIG_HIDRAW=y

#
# USB Input Devices
#
CONFIG_USB_HID=y
CONFIG_HID_PID=y
# CONFIG_USB_HIDDEV is not set
CONFIG_USB_MOUSE=y

#
# Special HID drivers
#
# CONFIG_HID_A4TECH is not set
CONFIG_HID_APPLE=y
CONFIG_HID_BELKIN=y
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
CONFIG_HID_CYPRESS=y
CONFIG_HID_DRAGONRISE=y
CONFIG_DRAGONRISE_FF=y
# CONFIG_HID_EZKEY is not set
# CONFIG_HID_KYE is not set
CONFIG_HID_GYRATION=y
# CONFIG_HID_KENSINGTON is not set
# CONFIG_HID_LOGITECH is not set
CONFIG_HID_MICROSOFT=y
# CONFIG_HID_MONTEREY is not set
CONFIG_HID_NTRIG=y
# CONFIG_HID_PANTHERLORD is not set
CONFIG_HID_PETALYNX=y
CONFIG_HID_SAMSUNG=y
# CONFIG_HID_SONY is not set
CONFIG_HID_SUNPLUS=y
CONFIG_HID_GREENASIA=y
# CONFIG_GREENASIA_FF is not set
CONFIG_HID_SMARTJOYPLUS=y
# CONFIG_SMARTJOYPLUS_FF is not set
# CONFIG_HID_TOPSEED is not set
CONFIG_HID_THRUSTMASTER=y
CONFIG_THRUSTMASTER_FF=y
CONFIG_HID_ZEROPLUS=y
CONFIG_ZEROPLUS_FF=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_DEVICE_CLASS=y
CONFIG_USB_DYNAMIC_MINORS=y
# CONFIG_USB_OTG is not set
CONFIG_USB_OTG_WHITELIST=y
CONFIG_USB_OTG_BLACKLIST_HUB=y
CONFIG_USB_MON=y
CONFIG_USB_WUSB=y
# CONFIG_USB_WUSB_CBAF is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_C67X00_HCD=y
# CONFIG_USB_XHCI_HCD is not set
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_OXU210HP_HCD=y
CONFIG_USB_ISP116X_HCD=y
CONFIG_USB_ISP1760_HCD=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_SSB=y
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=y
CONFIG_USB_SL811_HCD=y
CONFIG_USB_SL811_CS=y
CONFIG_USB_R8A66597_HCD=y
CONFIG_USB_HWA_HCD=y

#
# USB Device Class drivers
#
CONFIG_USB_ACM=y
CONFIG_USB_PRINTER=y
# CONFIG_USB_WDM is not set
CONFIG_USB_TMC=y

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
CONFIG_USB_STORAGE_DATAFAB=y
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
CONFIG_USB_STORAGE_USBAT=y
CONFIG_USB_STORAGE_SDDR09=y
CONFIG_USB_STORAGE_SDDR55=y
# CONFIG_USB_STORAGE_JUMPSHOT is not set
CONFIG_USB_STORAGE_ALAUDA=y
# CONFIG_USB_STORAGE_ONETOUCH is not set
CONFIG_USB_STORAGE_KARMA=y
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
CONFIG_USB_LIBUSUAL=y

#
# USB Imaging devices
#
CONFIG_USB_MDC800=y
CONFIG_USB_MICROTEK=y

#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
CONFIG_USB_ADUTUX=y
CONFIG_USB_SEVSEG=y
CONFIG_USB_RIO500=y
CONFIG_USB_LEGOTOWER=y
# CONFIG_USB_LCD is not set
CONFIG_USB_BERRY_CHARGE=y
CONFIG_USB_LED=y
CONFIG_USB_CYPRESS_CY7C63=y
# CONFIG_USB_CYTHERM is not set
CONFIG_USB_IDMOUSE=y
# CONFIG_USB_FTDI_ELAN is not set
CONFIG_USB_APPLEDISPLAY=y
CONFIG_USB_SISUSBVGA=y
# CONFIG_USB_SISUSBVGA_CON is not set
# CONFIG_USB_LD is not set
CONFIG_USB_TRANCEVIBRATOR=y
# CONFIG_USB_IOWARRIOR is not set
CONFIG_USB_TEST=y
CONFIG_USB_ISIGHTFW=y
CONFIG_USB_VST=y
CONFIG_USB_ATM=y
CONFIG_USB_SPEEDTOUCH=y
# CONFIG_USB_CXACRU is not set
CONFIG_USB_UEAGLEATM=y
# CONFIG_USB_XUSBATM is not set

#
# OTG and related infrastructure
#
CONFIG_USB_OTG_UTILS=y
CONFIG_USB_GPIO_VBUS=y
CONFIG_NOP_USB_XCEIV=y
CONFIG_UWB=y
CONFIG_UWB_HWA=y
# CONFIG_UWB_WHCI is not set
# CONFIG_UWB_WLP is not set
CONFIG_UWB_I1480U=y
CONFIG_MMC=y
CONFIG_MMC_DEBUG=y
# CONFIG_MMC_UNSAFE_RESUME is not set

#
# MMC/SD/SDIO Card Drivers
#
CONFIG_MMC_BLOCK=y
# CONFIG_MMC_BLOCK_BOUNCE is not set
# CONFIG_SDIO_UART is not set
CONFIG_MMC_TEST=y

#
# MMC/SD/SDIO Host Controller Drivers
#
# CONFIG_MMC_SDHCI is not set
CONFIG_MMC_WBSD=y
CONFIG_MMC_TIFM_SD=y
CONFIG_MMC_SDRICOH_CS=y
# CONFIG_MMC_CB710 is not set
CONFIG_MMC_VIA_SDMMC=y
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y

#
# LED drivers
#
CONFIG_LEDS_ALIX2=y
CONFIG_LEDS_PCA9532=y
CONFIG_LEDS_GPIO=y
CONFIG_LEDS_GPIO_PLATFORM=y
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_CLEVO_MAIL is not set
# CONFIG_LEDS_PCA955X is not set
CONFIG_LEDS_DA903X=y
CONFIG_LEDS_BD2802=y

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
# CONFIG_LEDS_TRIGGER_TIMER is not set
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
CONFIG_LEDS_TRIGGER_GPIO=y
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y

#
# iptables trigger is under Netfilter config (LED target)
#
CONFIG_ACCESSIBILITY=y
# CONFIG_A11Y_BRAILLE_CONSOLE is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC=y

#
# Reporting subsystems
#
CONFIG_EDAC_DEBUG=y
CONFIG_EDAC_DEBUG_VERBOSE=y
CONFIG_EDAC_MM_EDAC=y
CONFIG_EDAC_AMD76X=y
CONFIG_EDAC_E7XXX=y
CONFIG_EDAC_E752X=y
# CONFIG_EDAC_I82875P is not set
CONFIG_EDAC_I82975X=y
CONFIG_EDAC_I3000=y
CONFIG_EDAC_X38=y
CONFIG_EDAC_I5400=y
# CONFIG_EDAC_I82860 is not set
CONFIG_EDAC_R82600=y
CONFIG_EDAC_I5000=y
CONFIG_EDAC_I5100=y
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
CONFIG_RTC_DEBUG=y

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
CONFIG_RTC_INTF_DEV_UIE_EMUL=y
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_DS1307 is not set
CONFIG_RTC_DRV_DS1374=y
# CONFIG_RTC_DRV_DS1672 is not set
CONFIG_RTC_DRV_MAX6900=y
CONFIG_RTC_DRV_RS5C372=y
CONFIG_RTC_DRV_ISL1208=y
CONFIG_RTC_DRV_X1205=y
# CONFIG_RTC_DRV_PCF8563 is not set
CONFIG_RTC_DRV_PCF8583=y
# CONFIG_RTC_DRV_M41T80 is not set
CONFIG_RTC_DRV_TWL4030=y
CONFIG_RTC_DRV_S35390A=y
CONFIG_RTC_DRV_FM3130=y
# CONFIG_RTC_DRV_RX8581 is not set
CONFIG_RTC_DRV_RX8025=y

#
# SPI RTC drivers
#

#
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
CONFIG_RTC_DRV_DS1286=y
# CONFIG_RTC_DRV_DS1511 is not set
CONFIG_RTC_DRV_DS1553=y
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
CONFIG_RTC_DRV_M48T86=y
CONFIG_RTC_DRV_M48T35=y
# CONFIG_RTC_DRV_M48T59 is not set
CONFIG_RTC_DRV_BQ4802=y
# CONFIG_RTC_DRV_V3020 is not set
# CONFIG_RTC_DRV_PCF50633 is not set

#
# on-CPU RTC drivers
#
CONFIG_DMADEVICES=y

#
# DMA Devices
#
# CONFIG_INTEL_IOATDMA is not set
CONFIG_AUXDISPLAY=y
CONFIG_UIO=y
CONFIG_UIO_CIF=y
CONFIG_UIO_PDRV=y
CONFIG_UIO_PDRV_GENIRQ=y
CONFIG_UIO_SMX=y
CONFIG_UIO_AEC=y
# CONFIG_UIO_SERCOS3 is not set

#
# TI VLYNQ
#
# CONFIG_X86_PLATFORM_DEVICES is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
CONFIG_DELL_RBU=y
CONFIG_DCDBAS=y
CONFIG_DMIID=y
# CONFIG_ISCSI_IBFT_FIND is not set

#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT2_FS_XIP=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
# CONFIG_EXT4_FS is not set
CONFIG_FS_XIP=y
CONFIG_JBD=y
CONFIG_JBD_DEBUG=y
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
CONFIG_JFS_FS=y
# CONFIG_JFS_POSIX_ACL is not set
CONFIG_JFS_SECURITY=y
CONFIG_JFS_DEBUG=y
CONFIG_JFS_STATISTICS=y
CONFIG_FS_POSIX_ACL=y
CONFIG_XFS_FS=y
# CONFIG_XFS_QUOTA is not set
CONFIG_XFS_POSIX_ACL=y
CONFIG_XFS_RT=y
# CONFIG_XFS_DEBUG is not set
CONFIG_OCFS2_FS=y
# CONFIG_OCFS2_FS_O2CB is not set
# CONFIG_OCFS2_FS_STATS is not set
CONFIG_OCFS2_DEBUG_MASKLOG=y
CONFIG_OCFS2_DEBUG_FS=y
CONFIG_OCFS2_FS_POSIX_ACL=y
# CONFIG_BTRFS_FS is not set
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
CONFIG_PRINT_QUOTA_WARNING=y
CONFIG_QUOTA_TREE=y
CONFIG_QFMT_V1=y
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
CONFIG_AUTOFS_FS=y
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set

#
# Caches
#
# CONFIG_FSCACHE is not set

#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
# CONFIG_UDF_FS is not set

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
# CONFIG_VFAT_FS is not set
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_NTFS_FS=y
CONFIG_NTFS_DEBUG=y
CONFIG_NTFS_RW=y

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_VMCORE=y
# CONFIG_PROC_SYSCTL is not set
# CONFIG_PROC_PAGE_MONITOR is not set
CONFIG_SYSFS=y
# CONFIG_TMPFS is not set
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=y
# CONFIG_MISC_FILESYSTEMS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_NFS_V4_1=y
CONFIG_NFSD=y
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=y
CONFIG_NFS_ACL_SUPPORT=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
CONFIG_RPCSEC_GSS_KRB5=y
# CONFIG_RPCSEC_GSS_SPKM3 is not set
CONFIG_SMB_FS=y
# CONFIG_SMB_NLS_DEFAULT is not set
# CONFIG_CIFS is not set
CONFIG_NCP_FS=y
CONFIG_NCPFS_PACKET_SIGNING=y
CONFIG_NCPFS_IOCTL_LOCKING=y
CONFIG_NCPFS_STRONG=y
# CONFIG_NCPFS_NFS_NS is not set
# CONFIG_NCPFS_OS2_NS is not set
# CONFIG_NCPFS_SMALLDOS is not set
CONFIG_NCPFS_NLS=y
# CONFIG_NCPFS_EXTRAS is not set
# CONFIG_CODA_FS is not set
CONFIG_AFS_FS=y
# CONFIG_AFS_DEBUG is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
CONFIG_ACORN_PARTITION=y
# CONFIG_ACORN_PARTITION_CUMANA is not set
CONFIG_ACORN_PARTITION_EESOX=y
CONFIG_ACORN_PARTITION_ICS=y
# CONFIG_ACORN_PARTITION_ADFS is not set
CONFIG_ACORN_PARTITION_POWERTEC=y
# CONFIG_ACORN_PARTITION_RISCIX is not set
CONFIG_OSF_PARTITION=y
CONFIG_AMIGA_PARTITION=y
CONFIG_ATARI_PARTITION=y
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
# CONFIG_SOLARIS_X86_PARTITION is not set
CONFIG_UNIXWARE_DISKLABEL=y
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
CONFIG_SGI_PARTITION=y
# CONFIG_ULTRIX_PARTITION is not set
CONFIG_SUN_PARTITION=y
CONFIG_KARMA_PARTITION=y
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_CODEPAGE_737=y
CONFIG_NLS_CODEPAGE_775=y
CONFIG_NLS_CODEPAGE_850=y
CONFIG_NLS_CODEPAGE_852=y
CONFIG_NLS_CODEPAGE_855=y
CONFIG_NLS_CODEPAGE_857=y
# CONFIG_NLS_CODEPAGE_860 is not set
CONFIG_NLS_CODEPAGE_861=y
# CONFIG_NLS_CODEPAGE_862 is not set
CONFIG_NLS_CODEPAGE_863=y
# CONFIG_NLS_CODEPAGE_864 is not set
CONFIG_NLS_CODEPAGE_865=y
# CONFIG_NLS_CODEPAGE_866 is not set
CONFIG_NLS_CODEPAGE_869=y
# CONFIG_NLS_CODEPAGE_936 is not set
CONFIG_NLS_CODEPAGE_950=y
# CONFIG_NLS_CODEPAGE_932 is not set
CONFIG_NLS_CODEPAGE_949=y
CONFIG_NLS_CODEPAGE_874=y
CONFIG_NLS_ISO8859_8=y
CONFIG_NLS_CODEPAGE_1250=y
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
# CONFIG_NLS_ISO8859_1 is not set
CONFIG_NLS_ISO8859_2=y
# CONFIG_NLS_ISO8859_3 is not set
CONFIG_NLS_ISO8859_4=y
# CONFIG_NLS_ISO8859_5 is not set
CONFIG_NLS_ISO8859_6=y
CONFIG_NLS_ISO8859_7=y
CONFIG_NLS_ISO8859_9=y
CONFIG_NLS_ISO8859_13=y
CONFIG_NLS_ISO8859_14=y
CONFIG_NLS_ISO8859_15=y
CONFIG_NLS_KOI8_R=y
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y
# CONFIG_DLM is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
CONFIG_ALLOW_WARNINGS=y
# CONFIG_ENABLE_WARN_DEPRECATED is not set
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=1024
CONFIG_MAGIC_SYSRQ=y
CONFIG_UNUSED_SYMBOLS=y
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
# CONFIG_DETECT_SOFTLOCKUP is not set
CONFIG_DETECT_HUNG_TASK=y
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=1
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
CONFIG_LOCKDEP=y
CONFIG_LOCK_STAT=y
CONFIG_DEBUG_LOCKDEP=y
CONFIG_TRACE_IRQFLAGS=y
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_HIGHMEM is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_VM=y
CONFIG_DEBUG_VIRTUAL=y
CONFIG_DEBUG_WRITECOUNT=y
CONFIG_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_LIST is not set
CONFIG_DEBUG_SG=y
CONFIG_DEBUG_NOTIFIERS=y
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_DETECTOR=y
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_LATENCYTOP=y
CONFIG_SYSCTL_SYSCALL_CHECK=y
CONFIG_DEBUG_PAGEALLOC=y
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_FTRACE_SYSCALLS=y
CONFIG_TRACER_MAX_TRACE=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_TRACING=y
CONFIG_GENERIC_TRACER=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
CONFIG_FUNCTION_TRACER=y
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_SYSPROF_TRACER is not set
CONFIG_SCHED_TRACER=y
CONFIG_FTRACE_SYSCALLS=y
CONFIG_BOOT_TRACER=y
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_PROFILE_ALL_BRANCHES is not set
# CONFIG_POWER_TRACER is not set
CONFIG_KSYM_TRACER=y
CONFIG_PROFILE_KSYM_TRACER=y
CONFIG_STACK_TRACER=y
# CONFIG_KMEMTRACE is not set
# CONFIG_WORKQUEUE_TRACER is not set
CONFIG_BLK_DEV_IO_TRACE=y
# CONFIG_DYNAMIC_FTRACE is not set
CONFIG_FUNCTION_PROFILER=y
CONFIG_FTRACE_SELFTEST=y
CONFIG_FTRACE_STARTUP_TEST=y
# CONFIG_MMIOTRACE is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
CONFIG_FIREWIRE_OHCI_REMOTE_DMA=y
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
CONFIG_KGDB=y
# CONFIG_KGDB_SERIAL_CONSOLE is not set
# CONFIG_KGDB_TESTS is not set
CONFIG_HAVE_ARCH_KMEMCHECK=y
CONFIG_STRICT_DEVMEM=y
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
CONFIG_DEBUG_STACKOVERFLOW=y
CONFIG_DEBUG_STACK_USAGE=y
CONFIG_DEBUG_PER_CPU_MAPS=y
CONFIG_X86_PTDUMP=y
CONFIG_DEBUG_RODATA=y
CONFIG_DEBUG_RODATA_TEST=y
# CONFIG_4KSTACKS is not set
# CONFIG_DOUBLEFAULT is not set
CONFIG_IOMMU_STRESS=y
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
# CONFIG_IO_DELAY_0X80 is not set
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
CONFIG_IO_DELAY_NONE=y
CONFIG_DEFAULT_IO_DELAY_TYPE=3
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set
CONFIG_OPTIMIZE_INLINING=y

#
# Security options
#
CONFIG_KEYS=y
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
# CONFIG_SECURITY_NETWORK_XFRM is not set
CONFIG_SECURITY_PATH=y
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
CONFIG_SECURITY_TOMOYO=y
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_FIPS=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_WORKQUEUE=y
# CONFIG_CRYPTO_CRYPTD is not set
CONFIG_CRYPTO_AUTHENC=y

#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=y
CONFIG_CRYPTO_GCM=y
CONFIG_CRYPTO_SEQIV=y

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_CTS=y
CONFIG_CRYPTO_ECB=y
# CONFIG_CRYPTO_LRW is not set
CONFIG_CRYPTO_PCBC=y
# CONFIG_CRYPTO_XTS is not set

#
# Hash modes
#
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=y

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32C_INTEL=y
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_RMD128=y
# CONFIG_CRYPTO_RMD160 is not set
CONFIG_CRYPTO_RMD256=y
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=y
# CONFIG_CRYPTO_SHA512 is not set
CONFIG_CRYPTO_TGR192=y
CONFIG_CRYPTO_WP512=y

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_586=y
CONFIG_CRYPTO_ANUBIS=y
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_BLOWFISH=y
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_CAST5 is not set
CONFIG_CRYPTO_CAST6=y
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_FCRYPT=y
CONFIG_CRYPTO_KHAZAD=y
CONFIG_CRYPTO_SALSA20=y
CONFIG_CRYPTO_SALSA20_586=y
# CONFIG_CRYPTO_SEED is not set
CONFIG_CRYPTO_SERPENT=y
CONFIG_CRYPTO_TEA=y
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_TWOFISH_586 is not set

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_ZLIB=y
# CONFIG_CRYPTO_LZO is not set

#
# Random Number Generation
#
CONFIG_CRYPTO_ANSI_CPRNG=y
# CONFIG_CRYPTO_HW is not set
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
# CONFIG_VIRTUALIZATION is not set
CONFIG_VIRTIO=y
CONFIG_VIRTIO_RING=y
CONFIG_BINARY_PRINTF=y

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_GENERIC_FIND_LAST_BIT=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_CPUMASK_OFFSTACK=y
CONFIG_NLATTR=y
CONFIG_FORCE_SUCCESSFUL_BUILD=y
CONFIG_FORCE_MINIMAL_CONFIG=y
CONFIG_FORCE_MINIMAL_CONFIG_PHYS=y
CONFIG_X86_32_ALWAYS_ON=y

[-- Attachment #3: boot.log --]
[-- Type: text/plain, Size: 382436 bytes --]

[    0.000000] Linux version 2.6.31-rc6-tip (mingo@sirius) (gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC) ) #4534 SMP Sat Aug 15 11:14:49 CEST 2009
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
[    0.000000]  BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] console [earlyser0] enabled
[    0.000000] debug: ignoring loglevel setting.
[    0.000000] DMI 2.3 present.
[    0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0x3fff0 max_arch_pfn = 0x1000000
[    0.000000] Scanning 0 areas for low memory corruption
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 0000000000010000 (reserved)
[    0.000000]  modified: 0000000000010000 - 000000000009f800 (usable)
[    0.000000]  modified: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 000000003fff0000 (usable)
[    0.000000]  modified: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
[    0.000000]  modified: 000000003fff3000 - 0000000040000000 (ACPI data)
[    0.000000]  modified: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  modified: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] initial memory mapped : 0 - 02c00000
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000] NX (Execute Disable) protection: active
[    0.000000]  0000000000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ 100000-2c1000
[    0.000000] Scan SMP from c0000000 for 1024 bytes.
[    0.000000] Scan SMP from c009fc00 for 1024 bytes.
[    0.000000] Scan SMP from c00f0000 for 65536 bytes.
[    0.000000] found SMP MP-table at [c00f5680] f5680
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000]     Virtual Wire compatibility mode.
[    0.000000]   mpc: f1400-f152c
[    0.000000] MPTABLE: OEM ID: OEM00000
[    0.000000] MPTABLE: Product ID: PROD00000000
[    0.000000] MPTABLE: APIC at: 0xFEE00000
[    0.000000] Warning! Not a NUMA-Q system!
[    0.000000] NUMA - single node, flat memory mode
[    0.000000] Node: 0, start_pfn: 0, end_pfn: 3fff0
[    0.000000]   Setting physnode_map array to node 0 for pfns:
[    0.000000]   0 4000 8000 c000 10000 14000 18000 1c000 20000 24000 28000 2c000 30000 34000 38000 3c000 
[    0.000000] node 0 pfn: [0 - 3fff0]
[    0.000000] Reserving 4096 pages of KVA for lmem_map of node 0 at 3ee00
[    0.000000] remove_active_range (0, 257536, 261632)
[    0.000000] Reserving total of 1000 pages for numa KVA remap
[    0.000000] kva_start_pfn ~ 36600 max_low_pfn ~ 377fe
[    0.000000] max_pfn = 3fff0
[    0.000000] 135MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000] max_low_pfn = 377fe, highstart_pfn = 377fe
[    0.000000] Low memory ends at vaddr f77fe000
[    0.000000] node 0 will remap to vaddr f6600000 - f7600000
[    0.000000] allocate_pgdat: node 0 NODE_DATA f6600000
[    0.000000] remap_numa_kva: node 0
[    0.000000] remap_numa_kva: f6600000 to pfn 0003ee00
[    0.000000] remap_numa_kva: f6800000 to pfn 0003f000
[    0.000000] remap_numa_kva: f6a00000 to pfn 0003f200
[    0.000000] remap_numa_kva: f6c00000 to pfn 0003f400
[    0.000000] remap_numa_kva: f6e00000 to pfn 0003f600
[    0.000000] remap_numa_kva: f7000000 to pfn 0003f800
[    0.000000] remap_numa_kva: f7200000 to pfn 0003fa00
[    0.000000] remap_numa_kva: f7400000 to pfn 0003fc00
[    0.000000] High memory starts at vaddr f77fe000
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000]   node 0 low ram: 00000000 - 377fe000
[    0.000000]   node 0 bootmap 00010000 - 00016f00
[    0.000000] (10 early reservations) ==> bootmem [0000000000 - 00377fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
[    0.000000]   #3 [0001000000 - 000289458c]    TEXT DATA BSS ==> [0001000000 - 000289458c]
[    0.000000]   #4 [000009f800 - 0000100000]    BIOS reserved ==> [000009f800 - 0000100000]
[    0.000000]   #5 [0002895000 - 00028ab149]              BRK ==> [0002895000 - 00028ab149]
[    0.000000]   #6 [0000100000 - 00002a9000]          PGTABLE ==> [0000100000 - 00002a9000]
[    0.000000]   #7 [003ee00000 - 003fe00000]          KVA RAM
[    0.000000]   #8 [0036600000 - 0037600000]           KVA PG ==> [0036600000 - 0037600000]
[    0.000000]   #9 [0000010000 - 0000017000]          BOOTMAP ==> [0000010000 - 0000017000]
[    0.000000] Scan SMP from c0000000 for 1024 bytes.
[    0.000000] Scan SMP from c009fc00 for 1024 bytes.
[    0.000000] Scan SMP from c00f0000 for 65536 bytes.
[    0.000000] found SMP MP-table at [c00f5680] f5680
[    0.000000]   mpc: f1400-f152c
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0003fff0
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0003ee00
[    0.000000]     0: 0x0003fe00 -> 0x0003fff0
[    0.000000] On node 0 totalpages: 257919
[    0.000000] free_area_init_node: node 0, pgdat f6600000, node_mem_map f66023c0
[    0.000000]   DMA zone: 60 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3923 pages, LIFO batch:0
[    0.000000]   Normal zone: 3270 pages used for memmap
[    0.000000]   Normal zone: 219960 pages, LIFO batch:31
[    0.000000]   HighMem zone: 510 pages used for memmap
[    0.000000]   HighMem zone: 30196 pages, LIFO batch:7
[    0.000000] Using APIC driver default
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000]     Virtual Wire compatibility mode.
[    0.000000]   mpc: f1400-f152c
[    0.000000] MPTABLE: OEM ID: OEM00000
[    0.000000] MPTABLE: Product ID: PROD00000000
[    0.000000] MPTABLE: APIC at: 0xFEE00000
[    0.000000] Warning! Not a NUMA-Q system!
[    0.000000] Processor #0 (Bootup-CPU)
[    0.000000] Processor #1
[    0.000000] Bus #0 is PCI   
[    0.000000] Bus #1 is PCI   
[    0.000000] Bus #2 is PCI   
[    0.000000] Bus #3 is PCI   
[    0.000000] Bus #4 is PCI   
[    0.000000] Bus #5 is PCI   
[    0.000000] Bus #6 is ISA   
[    0.000000] I/O APIC #2 Version 17 at 0xFEC00000.
[    0.000000] Int: type 0, pol 3, trig 3, bus 00, IRQ 28, APIC ID 2, APIC INT 0b
[    0.000000] Int: type 0, pol 3, trig 3, bus 00, IRQ 10, APIC ID 2, APIC INT 03
[    0.000000] Int: type 0, pol 3, trig 3, bus 01, IRQ 00, APIC ID 2, APIC INT 05
[    0.000000] Int: type 0, pol 3, trig 3, bus 05, IRQ 1c, APIC ID 2, APIC INT 0b
[    0.000000] Int: type 3, pol 0, trig 0, bus 06, IRQ 00, APIC ID 2, APIC INT 00
[    0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 01, APIC ID 2, APIC INT 01
[    0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 00, APIC ID 2, APIC INT 02
[    0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 04, APIC ID 2, APIC INT 04
[    0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 06, APIC ID 2, APIC INT 06
[    0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 07, APIC ID 2, APIC INT 07
[    0.000000] Int: type 0, pol 1, trig 1, bus 06, IRQ 08, APIC ID 2, APIC INT 08
[    0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 09, APIC ID 2, APIC INT 09
[    0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 0a, APIC ID 2, APIC INT 0a
[    0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 0c, APIC ID 2, APIC INT 0c
[    0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 0d, APIC ID 2, APIC INT 0d
[    0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 0e, APIC ID 2, APIC INT 0e
[    0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 0f, APIC ID 2, APIC INT 0f
[    0.000000] Lint: type 3, pol 0, trig 0, bus 00, IRQ 00, APIC ID ff, APIC LINT 00
[    0.000000] Lint: type 1, pol 0, trig 0, bus 00, IRQ 00, APIC ID ff, APIC LINT 01
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Processors: 2
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] mapped APIC to ffffb000 (fee00000)
[    0.000000] mapped IOAPIC to ffffa000 (fec00000)
[    0.000000] nr_irqs_gsi: 24
[    0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
[    0.000000] NR_CPUS:32 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:16
[    0.000000] PERCPU: Embedded 333 pages at c28bc000, static data 1350492 bytes
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 254079
[    0.000000] Policy zone: HighMem
[    0.000000] Kernel command line: root=/dev/sda1 earlyprintk=serial,ttyS0,115200,keep console=tty debug initcall_debug enforcing=0 apic=verbose ignore_loglevel sysrq_always_enabled selinux=0 nmi_watchdog=0 3 panic=1
[    0.000000] debug: sysrq always enabled.
[    0.000000] PID hash table entries: 4096 (order: 12, 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] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000377fe:0003fff0)
[    0.000000] Memory: 984812k/1048512k available (10231k kernel code, 46864k reserved, 5981k data, 1840k init, 122824k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xffd56000 - 0xfffff000   (2724 kB)
[    0.000000]     pkmap   : 0xff800000 - 0xffa00000   (2048 kB)
[    0.000000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
[    0.000000]       .init : 0xc1fe2000 - 0xc21ae000   (1840 kB)
[    0.000000]       .data : 0xc19fdfae - 0xc1fd53fc   (5981 kB)
[    0.000000]       .text : 0xc1000000 - 0xc19fdfae   (10231 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=16
[    0.000000] Hierarchical RCU implementation.
[    0.000000] RCU-based detection of stalled CPUs is enabled.
[    0.000000] NR_IRQS:1280
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2010.509 MHz processor.
[    0.000033] spurious 8259A interrupt: IRQ7.
[    0.003333] Console: colour VGA+ 80x25
[    0.003333] console [tty0] enabled
[    0.003333] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.003333] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.003333] ... MAX_LOCK_DEPTH:          48
[    0.003333] ... MAX_LOCKDEP_KEYS:        8191
[    0.003333] ... CLASSHASH_SIZE:          4096
[    0.003333] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.003333] ... MAX_LOCKDEP_CHAINS:      32768
[    0.003333] ... CHAINHASH_SIZE:          16384
[    0.003333]  memory used by lock dependency info: 3823 kB
[    0.003333]  per task-struct memory footprint: 1920 bytes
[    0.003359] Calibrating delay loop (skipped), value calculated using timer frequency.. 4022.56 BogoMIPS (lpj=6701696)
[    0.010056] Security Framework initialized
[    0.013343] TOMOYO Linux initialized
[    0.016751] Mount-cache hash table entries: 512
[    0.023629] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.026674] CPU: L2 Cache: 512K (64 bytes/line)
[    0.030006] CPU: Physical Processor ID: 0
[    0.033339] CPU: Processor Core ID: 0
[    0.036674] mce: CPU supports 5 MCE banks
[    0.040027] Performance Counters: AMD PMU driver.
[    0.043346] ... version:                 0
[    0.046672] ... bit width:               48
[    0.050005] ... generic counters:        4
[    0.053338] ... value mask:              0000ffffffffffff
[    0.056672] ... max period:              00007fffffffffff
[    0.060005] ... fixed-purpose counters:  0
[    0.063338] ... counter mask:            000000000000000f
[    0.066674] Checking 'hlt' instruction... OK.
[    0.085636] debug: unmapping init memory c1fd8000..c1fe2000
[    0.086930] enabled ExtINT on CPU#0
[    0.090062] ExtINT not setup in hardware but reported by MP table
[    0.093440] Mapping cpu 0 to node 0
[    0.096672] ENABLING IO-APIC IRQs
[    0.100005] init IO_APIC IRQs
[    0.103339]  2-0 (apicid-pin) not connected
[    0.106682] IOAPIC[0]: Set routing entry (2-1 -> 0x31 -> IRQ 1 Mode:0 Active:0)
[    0.110013] IOAPIC[0]: Set routing entry (2-2 -> 0x30 -> IRQ 0 Mode:0 Active:0)
[    0.113344] IOAPIC[0]: Set routing entry (2-3 -> 0x33 -> IRQ 3 Mode:1 Active:1)
[    0.116666] IOAPIC[0]: Set routing entry (2-4 -> 0x34 -> IRQ 4 Mode:0 Active:0)
[    0.116666] IOAPIC[0]: Set routing entry (2-5 -> 0x35 -> IRQ 5 Mode:1 Active:1)
[    0.116666] IOAPIC[0]: Set routing entry (2-6 -> 0x36 -> IRQ 6 Mode:0 Active:0)
[    0.116666] IOAPIC[0]: Set routing entry (2-7 -> 0x37 -> IRQ 7 Mode:0 Active:0)
[    0.116666] IOAPIC[0]: Set routing entry (2-8 -> 0x38 -> IRQ 8 Mode:0 Active:0)
[    0.116666] IOAPIC[0]: Set routing entry (2-9 -> 0x39 -> IRQ 9 Mode:0 Active:0)
[    0.116666] IOAPIC[0]: Set routing entry (2-10 -> 0x3a -> IRQ 10 Mode:0 Active:0)
[    0.116666] IOAPIC[0]: Set routing entry (2-11 -> 0x3b -> IRQ 11 Mode:1 Active:1)
[    0.116666] IOAPIC[0]: Set routing entry (2-12 -> 0x3c -> IRQ 12 Mode:0 Active:0)
[    0.116666] IOAPIC[0]: Set routing entry (2-13 -> 0x3d -> IRQ 13 Mode:0 Active:0)
[    0.116666] IOAPIC[0]: Set routing entry (2-14 -> 0x3e -> IRQ 14 Mode:0 Active:0)
[    0.116666] IOAPIC[0]: Set routing entry (2-15 -> 0x3f -> IRQ 15 Mode:0 Active:0)
[    0.116666]  2-16 2-17 2-18 2-19 2-20 2-21 2-22 2-23 (apicid-pin) not connected
[    0.116666] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.116666] ..MP-BIOS bug: 8254 timer not connected to IO-APIC
[    0.116666] ...trying to set up timer (IRQ0) through the 8259A ...
[    0.116666] ..... (found apic 0 pin 0) ...
[    0.150085] ....... works.
[    0.152653] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
[    0.157878] Using local APIC timer interrupts.
[    0.157879] calibrating APIC timer ...
[    0.163332] ... lapic delta = 1256355
[    0.163332] ..... delta 1256355
[    0.163332] ..... mult: 53963554
[    0.163332] ..... calibration result: 670056
[    0.163332] ..... CPU clock speed is 2010.1229 MHz.
[    0.163332] ..... host bus clock speed is 201.0123 MHz.
[    0.163332] ... verify APIC timer
[    0.270778] ... jiffies delta = 30
[    0.273336] ... jiffies result ok
[    0.276690] calling  migration_init+0x0/0x47 @ 1
[    0.280224] initcall migration_init+0x0/0x47 returned 0 after 0 usecs
[    0.283340] calling  spawn_ksoftirqd+0x0/0x47 @ 1
[    0.286720] initcall spawn_ksoftirqd+0x0/0x47 returned 0 after 0 usecs
[    0.290007] calling  init_call_single_data+0x0/0x91 @ 1
[    0.293341] initcall init_call_single_data+0x0/0x91 returned 0 after 0 usecs
[    0.296671] calling  relay_init+0x0/0x7 @ 1
[    0.300005] initcall relay_init+0x0/0x7 returned 0 after 0 usecs
[    0.303338] calling  tracer_alloc_buffers+0x0/0x208 @ 1
[    0.310006] Testing tracer nop: PASSED
[    0.313350] initcall tracer_alloc_buffers+0x0/0x208 returned 0 after 6510 usecs
[    0.316681] calling  init_trace_printk+0x0/0x7 @ 1
[    0.320004] initcall init_trace_printk+0x0/0x7 returned 0 after 0 usecs
[    0.323553] lockdep: fixing up alternatives.
[    0.330065] Booting processor 1 APIC 0x1 ip 0x6000
[    0.003333] Initializing CPU#1
[    0.003333] masked ExtINT on CPU#1
[    0.003333] Mapping cpu 1 to node 0
[    0.003333] Calibrating delay using timer specific routine.. 4021.85 BogoMIPS (lpj=6700569)
[    0.003333] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.003333] CPU: L2 Cache: 512K (64 bytes/line)
[    0.003333] CPU: Physical Processor ID: 0
[    0.003333] CPU: Processor Core ID: 1
[    0.003333] mce: CPU supports 5 MCE banks
[    0.426792] CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
[    0.434716] Brought up 2 CPUs
[    0.436671] Total of 2 processors activated (8044.41 BogoMIPS).
[    0.436672] ------------[ cut here ]------------
[    0.436681] WARNING: at kernel/rcutree.c:1140 __rcu_process_callbacks+0x30/0x207()
[    0.436684] Hardware name: System Product Name
[    0.436688] Pid: 0, comm: swapper Not tainted 2.6.31-rc6-tip #4534
[    0.436690] Call Trace:
[    0.436695]  [<c103b2e2>] warn_slowpath_common+0x60/0x90
[    0.436699]  [<c103b324>] warn_slowpath_null+0x12/0x15
[    0.436703]  [<c1071fc5>] __rcu_process_callbacks+0x30/0x207
[    0.436707]  [<c10414ac>] ? __do_softirq+0x54/0x16f
[    0.436711]  [<c10721c0>] rcu_process_callbacks+0x24/0x42
[    0.436715]  [<c1041514>] __do_softirq+0xbc/0x16f
[    0.436718]  [<c1041602>] do_softirq+0x3b/0x5f
[    0.436722]  [<c1041712>] irq_exit+0x3a/0x6d
[    0.436727]  [<c10164a9>] smp_apic_timer_interrupt+0x74/0x82
[    0.436732]  [<c1003fd6>] apic_timer_interrupt+0x36/0x40
[    0.436737]  [<c101c9e4>] ? native_safe_halt+0xa/0xc
[    0.436741]  [<c100a118>] default_idle+0x5c/0x8e
[    0.436746]  [<c1063ae3>] ? trace_hardirqs_off+0xb/0xd
[    0.436750]  [<c1002721>] cpu_idle+0xbf/0xda
[    0.436756]  [<c2029e27>] start_secondary+0x1d8/0x1e0
[    0.436781] ---[ end trace 6d450e935ee1897c ]---
[    0.440223] CPU0 attaching sched-domain:
[    0.443339]  domain 0: span 0-1 level MC
[    0.448310]   groups: 0 1
[    0.450517]   domain 1: span 0-1 level NODE
[    0.455150]    groups: 0-1
[    0.457204] CPU1 attaching sched-domain:
[    0.460018]  domain 0: span 0-1 level MC
[    0.466670]   groups: 1 0
[    0.469263]   domain 1: span 0-1 level NODE
[    0.473372]    groups: 0-1
[    0.476405] device: 'platform': device_add
[    0.476756] khelper used greatest stack depth: 6684 bytes left
[    0.483605] bus: 'platform': registered
[    0.486674] Registering sysdev class 'cpu'
[    0.490297] calling  init_cpufreq_transition_notifier_list+0x0/0x18 @ 1
[    0.493343] initcall init_cpufreq_transition_notifier_list+0x0/0x18 returned 0 after 0 usecs
[    0.496671] calling  net_ns_init+0x0/0xe1 @ 1
[    0.500046] initcall net_ns_init+0x0/0xe1 returned 0 after 0 usecs
[    0.503337] calling  cpufreq_tsc+0x0/0x25 @ 1
[    0.506703] initcall cpufreq_tsc+0x0/0x25 returned 0 after 0 usecs
[    0.510004] calling  pci_reboot_init+0x0/0x11 @ 1
[    0.513339] initcall pci_reboot_init+0x0/0x11 returned 0 after 0 usecs
[    0.516670] calling  reboot_init+0x0/0x11 @ 1
[    0.520011] initcall reboot_init+0x0/0x11 returned 0 after 0 usecs
[    0.523338] calling  print_banner+0x0/0xd @ 1
[    0.526669] Booting paravirtualized kernel on bare hardware
[    0.530004] initcall print_banner+0x0/0xd returned 0 after 3255 usecs
[    0.533340] calling  init_smp_flush+0x0/0x2f @ 1
[    0.536672] initcall init_smp_flush+0x0/0x2f returned 0 after 0 usecs
[    0.540007] calling  sysctl_init+0x0/0x29 @ 1
[    0.543601] initcall sysctl_init+0x0/0x29 returned 0 after 0 usecs
[    0.546672] calling  ksysfs_init+0x0/0x96 @ 1
[    0.550049] initcall ksysfs_init+0x0/0x96 returned 0 after 0 usecs
[    0.553338] calling  async_init+0x0/0x3c @ 1
[    0.556670] initcall async_init+0x0/0x3c returned 0 after 0 usecs
[    0.560003] calling  init_jiffies_clocksource+0x0/0xf @ 1
[    0.563365] initcall init_jiffies_clocksource+0x0/0xf returned 0 after 0 usecs
[    0.566673] calling  init_hw_breakpoint+0x0/0xf @ 1
[    0.570005] initcall init_hw_breakpoint+0x0/0xf returned 0 after 0 usecs
[    0.573337] calling  filelock_init+0x0/0x27 @ 1
[    0.576675] initcall filelock_init+0x0/0x27 returned 0 after 0 usecs
[    0.580005] calling  init_aout_binfmt+0x0/0x11 @ 1
[    0.583360] initcall init_aout_binfmt+0x0/0x11 returned 0 after 0 usecs
[    0.586671] calling  init_misc_binfmt+0x0/0x35 @ 1
[    0.590007] initcall init_misc_binfmt+0x0/0x35 returned 0 after 0 usecs
[    0.593339] calling  init_script_binfmt+0x0/0x11 @ 1
[    0.596671] initcall init_script_binfmt+0x0/0x11 returned 0 after 0 usecs
[    0.600004] calling  init_elf_binfmt+0x0/0x11 @ 1
[    0.603338] initcall init_elf_binfmt+0x0/0x11 returned 0 after 0 usecs
[    0.606673] calling  debugfs_init+0x0/0x4a @ 1
[    0.610010] initcall debugfs_init+0x0/0x4a returned 0 after 0 usecs
[    0.613337] calling  securityfs_init+0x0/0x41 @ 1
[    0.616675] initcall securityfs_init+0x0/0x41 returned 0 after 0 usecs
[    0.620004] calling  random32_init+0x0/0x9d @ 1
[    0.623338] initcall random32_init+0x0/0x9d returned 0 after 0 usecs
[    0.626672] calling  cpufreq_core_init+0x0/0x55 @ 1
[    0.630005] initcall cpufreq_core_init+0x0/0x55 returned 0 after 0 usecs
[    0.633338] calling  virtio_init+0x0/0x24 @ 1
[    0.636691] bus: 'virtio': registered
[    0.640006] initcall virtio_init+0x0/0x24 returned 0 after 3255 usecs
[    0.643337] calling  sock_init+0x0/0x4c @ 1
[    0.646826] initcall sock_init+0x0/0x4c returned 0 after 0 usecs
[    0.650005] calling  netpoll_init+0x0/0x39 @ 1
[    0.653338] initcall netpoll_init+0x0/0x39 returned 0 after 0 usecs
[    0.656671] calling  netlink_proto_init+0x0/0x10a @ 1
[    0.660057] NET: Registered protocol family 16
[    0.663418] initcall netlink_proto_init+0x0/0x10a returned 0 after 3255 usecs
[    0.666671] calling  olpc_init+0x0/0x105 @ 1
[    0.670009] initcall olpc_init+0x0/0x105 returned 0 after 0 usecs
[    0.673337] calling  bdi_class_init+0x0/0x35 @ 1
[    0.676673] device class 'bdi': registering
[    0.680219] initcall bdi_class_init+0x0/0x35 returned 0 after 3255 usecs
[    0.683338] calling  kobject_uevent_init+0x0/0x4e @ 1
[    0.686678] initcall kobject_uevent_init+0x0/0x4e returned 0 after 0 usecs
[    0.690004] calling  pcibus_class_init+0x0/0x14 @ 1
[    0.693338] device class 'pci_bus': registering
[    0.696715] initcall pcibus_class_init+0x0/0x14 returned 0 after 3255 usecs
[    0.700005] calling  pci_driver_init+0x0/0xf @ 1
[    0.703359] bus: 'pci': registered
[    0.706672] initcall pci_driver_init+0x0/0xf returned 0 after 3255 usecs
[    0.710004] calling  lcd_class_init+0x0/0x3f @ 1
[    0.713336] device class 'lcd': registering
[    0.716690] initcall lcd_class_init+0x0/0x3f returned 0 after 3255 usecs
[    0.720007] calling  backlight_class_init+0x0/0x4d @ 1
[    0.723336] device class 'backlight': registering
[    0.726691] initcall backlight_class_init+0x0/0x4d returned 0 after 3255 usecs
[    0.730005] calling  video_output_class_init+0x0/0x14 @ 1
[    0.733336] device class 'video_output': registering
[    0.736690] initcall video_output_class_init+0x0/0x14 returned 0 after 3255 usecs
[    0.740004] calling  tty_class_init+0x0/0x2c @ 1
[    0.743336] device class 'tty': registering
[    0.746700] initcall tty_class_init+0x0/0x2c returned 0 after 3255 usecs
[    0.750005] calling  vtconsole_class_init+0x0/0xa1 @ 1
[    0.753337] device class 'vtconsole': registering
[    0.756691] device: 'vtcon0': device_add
[    0.760070] initcall vtconsole_class_init+0x0/0xa1 returned 0 after 6510 usecs
[    0.763337] calling  register_node_type+0x0/0x3a @ 1
[    0.766669] Registering sysdev class 'node'
[    0.773381] initcall register_node_type+0x0/0x3a returned 0 after 6510 usecs
[    0.776672] calling  i2c_init+0x0/0x54 @ 1
[    0.780024] bus: 'i2c': registered
[    0.783336] device class 'i2c-adapter': registering
[    0.786691] bus: 'i2c': add driver dummy
[    0.793351] initcall i2c_init+0x0/0x54 returned 0 after 13020 usecs
[    0.796671] calling  lguest_devices_init+0x0/0x16f @ 1
[    0.800005] initcall lguest_devices_init+0x0/0x16f returned 0 after 0 usecs
[    0.803339] calling  amd_postcore_init+0x0/0x9a @ 1
[    0.806671] initcall amd_postcore_init+0x0/0x9a returned 0 after 0 usecs
[    0.810003] calling  arch_kdebugfs_init+0x0/0x1e @ 1
[    0.813347] initcall arch_kdebugfs_init+0x0/0x1e returned 0 after 0 usecs
[    0.816671] calling  init_pit_clocksource+0x0/0x97 @ 1
[    0.820003] initcall init_pit_clocksource+0x0/0x97 returned 0 after 0 usecs
[    0.823337] calling  arch_init_ftrace_syscalls+0x0/0xd2 @ 1
[    0.830895] initcall arch_init_ftrace_syscalls+0x0/0xd2 returned 0 after 3255 usecs
[    0.833337] calling  kdump_buf_page_init+0x0/0x72 @ 1
[    0.836672] initcall kdump_buf_page_init+0x0/0x72 returned 0 after 0 usecs
[    0.840004] calling  dmi_id_init+0x0/0x2bb @ 1
[    0.843336] device class 'dmi': registering
[    0.846693] device: 'id': device_add
[    0.850094] initcall dmi_id_init+0x0/0x2bb returned 0 after 6510 usecs
[    0.853338] calling  init_cyclone_clocksource+0x0/0x17d @ 1
[    0.856671] initcall init_cyclone_clocksource+0x0/0x17d returned -19 after 0 usecs
[    0.860003] calling  pci_arch_init+0x0/0x4e @ 1
[    0.871280] PCI: PCI BIOS revision 3.00 entry at 0xf21d0, last bus=5
[    0.873335] PCI: Using configuration type 1 for base access
[    0.876679] initcall pci_arch_init+0x0/0x4e returned 0 after 9765 usecs
[    0.880006] calling  topology_init+0x0/0xb8 @ 1
[    0.883336] Registering sys device of class 'node'
[    0.886675] Registering sys device 'node0'
[    0.890044] Registering sys device of class 'cpu'
[    0.893345] Registering sys device 'cpu0'
[    0.896686] Registering sys device of class 'cpu'
[    0.900007] Registering sys device 'cpu1'
[    0.903354] initcall topology_init+0x0/0xb8 returned 0 after 19531 usecs
[    0.906671] calling  mca_init+0x0/0x2ae @ 1
[    0.910083] bus: 'MCA': registered
[    0.913338] initcall mca_init+0x0/0x2ae returned -19 after 3255 usecs
[    0.916669] calling  param_sysfs_init+0x0/0x2bf @ 1
[    0.985346] initcall param_sysfs_init+0x0/0x2bf returned 0 after 61848 usecs
[    0.986773] calling  default_bdi_init+0x0/0x2f @ 1
[    0.990017] device: 'default': device_add
[    0.993429] initcall default_bdi_init+0x0/0x2f returned 0 after 3255 usecs
[    0.996806] calling  init_bio+0x0/0xae @ 1
[    1.000135] bio: create slab <bio-0> at 0
[    1.003372] initcall init_bio+0x0/0xae returned 0 after 3255 usecs
[    1.006671] calling  fsnotify_init+0x0/0xf @ 1
[    1.010023] initcall fsnotify_init+0x0/0xf returned 0 after 0 usecs
[    1.013337] calling  fsnotify_notification_init+0x0/0xe7 @ 1
[    1.016676] initcall fsnotify_notification_init+0x0/0xe7 returned 0 after 0 usecs
[    1.020003] calling  cryptomgr_init+0x0/0xf @ 1
[    1.023337] initcall cryptomgr_init+0x0/0xf returned 0 after 0 usecs
[    1.026670] calling  blk_settings_init+0x0/0x1d @ 1
[    1.030005] initcall blk_settings_init+0x0/0x1d returned 0 after 0 usecs
[    1.033336] calling  blk_ioc_init+0x0/0x24 @ 1
[    1.036674] initcall blk_ioc_init+0x0/0x24 returned 0 after 0 usecs
[    1.040025] calling  blk_softirq_init+0x0/0x83 @ 1
[    1.043337] initcall blk_softirq_init+0x0/0x83 returned 0 after 0 usecs
[    1.046670] calling  genhd_device_init+0x0/0x50 @ 1
[    1.050002] device class 'block': registering
[    1.053437] initcall genhd_device_init+0x0/0x50 returned 0 after 3255 usecs
[    1.056675] calling  blk_dev_integrity_init+0x0/0x24 @ 1
[    1.060006] initcall blk_dev_integrity_init+0x0/0x24 returned 0 after 0 usecs
[    1.063398] calling  gpiolib_debugfs_init+0x0/0x1f @ 1
[    1.066682] initcall gpiolib_debugfs_init+0x0/0x1f returned 0 after 0 usecs
[    1.070005] calling  max732x_init+0x0/0x11 @ 1
[    1.073337] bus: 'i2c': add driver max732x
[    1.076749] initcall max732x_init+0x0/0x11 returned 0 after 3255 usecs
[    1.080010] calling  gpio_twl4030_init+0x0/0xf @ 1
[    1.083337] bus: 'platform': add driver twl4030_gpio
[    1.086739] initcall gpio_twl4030_init+0x0/0xf returned 0 after 3255 usecs
[    1.090006] calling  pci_slot_init+0x0/0x40 @ 1
[    1.093344] initcall pci_slot_init+0x0/0x40 returned 0 after 0 usecs
[    1.096670] calling  fbmem_init+0x0/0x78 @ 1
[    1.100040] device class 'graphics': registering
[    1.103401] initcall fbmem_init+0x0/0x78 returned 0 after 3255 usecs
[    1.106671] calling  misc_init+0x0/0x92 @ 1
[    1.110007] device class 'misc': registering
[    1.113399] initcall misc_init+0x0/0x92 returned 0 after 3255 usecs
[    1.116672] calling  cn_init+0x0/0xd0 @ 1
[    1.120065] initcall cn_init+0x0/0xd0 returned 0 after 0 usecs
[    1.123336] calling  tifm_init+0x0/0x75 @ 1
[    1.126739] bus: 'tifm': registered
[    1.130005] device class 'tifm_adapter': registering
[    1.133399] initcall tifm_init+0x0/0x75 returned 0 after 6510 usecs
[    1.136671] calling  tps_init+0x0/0x6f @ 1
[    1.140003] tps65010: version 2 May 2005
[    1.143336] bus: 'i2c': add driver tps65010
[    1.146750] bus: 'i2c': remove driver tps65010
[    1.150065] driver: 'tps65010': driver_release
[    1.166708] bus: 'i2c': add driver tps65010
[    1.170074] bus: 'i2c': remove driver tps65010
[    1.173396] driver: 'tps65010': driver_release
[    1.190010] bus: 'i2c': add driver tps65010
[    1.193407] bus: 'i2c': remove driver tps65010
[    1.196728] driver: 'tps65010': driver_release
[    1.200003] tps65010: no chip?
[    1.203336] initcall tps_init+0x0/0x6f returned -19 after 61848 usecs
[    1.206669] calling  twl4030_init+0x0/0x11 @ 1
[    1.210002] bus: 'i2c': add driver twl4030
[    1.213409] initcall twl4030_init+0x0/0x11 returned 0 after 3255 usecs
[    1.216670] calling  da903x_init+0x0/0x11 @ 1
[    1.220003] bus: 'i2c': add driver da903x
[    1.223407] initcall da903x_init+0x0/0x11 returned 0 after 3255 usecs
[    1.226670] calling  pcf50633_init+0x0/0x11 @ 1
[    1.230002] bus: 'i2c': add driver pcf50633
[    1.233407] initcall pcf50633_init+0x0/0x11 returned 0 after 3255 usecs
[    1.236671] calling  ab3100_i2c_init+0x0/0x11 @ 1
[    1.240003] bus: 'i2c': add driver ab3100
[    1.243406] initcall ab3100_i2c_init+0x0/0x11 returned 0 after 3255 usecs
[    1.246670] calling  init_scsi+0x0/0x89 @ 1
[    1.250123] device class 'scsi_host': registering
[    1.253417] bus: 'scsi': registered
[    1.256669] device class 'scsi_device': registering
[    1.260066] SCSI subsystem initialized
[    1.263338] initcall init_scsi+0x0/0x89 returned 0 after 13020 usecs
[    1.266670] calling  ata_init+0x0/0x2c3 @ 1
[    1.270114] libata version 3.00 loaded.
[    1.273338] initcall ata_init+0x0/0x2c3 returned 0 after 3255 usecs
[    1.276671] calling  phy_init+0x0/0x29 @ 1
[    1.280002] device class 'mdio_bus': registering
[    1.286716] bus: 'mdio_bus': registered
[    1.290003] bus: 'mdio_bus': add driver Generic PHY
[    1.293406] initcall phy_init+0x0/0x29 returned 0 after 13020 usecs
[    1.296671] calling  init_pcmcia_cs+0x0/0x2d @ 1
[    1.300003] device class 'pcmcia_socket': registering
[    1.303400] initcall init_pcmcia_cs+0x0/0x2d returned 0 after 3255 usecs
[    1.306671] calling  nop_usb_xceiv_init+0x0/0xf @ 1
[    1.310003] bus: 'platform': add driver nop_usb_xceiv
[    1.313407] initcall nop_usb_xceiv_init+0x0/0xf returned 0 after 3255 usecs
[    1.316671] calling  usb_init+0x0/0x14a @ 1
[    1.320090] bus: 'usb': registered
[    1.323342] bus: 'usb': add driver usbfs
[    1.326740] usbcore: registered new interface driver usbfs
[    1.330010] device class 'usb_device': registering
[    1.333400] bus: 'usb': add driver hub
[    1.336749] usbcore: registered new interface driver hub
[    1.340049] bus: 'usb': add driver usb
[    1.343408] usbcore: registered new device driver usb
[    1.346671] initcall usb_init+0x0/0x14a returned 0 after 26041 usecs
[    1.350003] calling  serio_init+0x0/0x73 @ 1
[    1.353401] bus: 'serio': registered
[    1.356714] initcall serio_init+0x0/0x73 returned 0 after 3255 usecs
[    1.360003] calling  input_init+0x0/0x106 @ 1
[    1.363335] device class 'input': registering
[    1.366734] initcall input_init+0x0/0x106 returned 0 after 3255 usecs
[    1.370007] calling  rtc_init+0x0/0x5e @ 1
[    1.373335] device class 'rtc': registering
[    1.376733] initcall rtc_init+0x0/0x5e returned 0 after 3255 usecs
[    1.380004] calling  pps_init+0x0/0x92 @ 1
[    1.383336] device class 'pps': registering
[    1.386732] LinuxPPS API ver. 1 registered
[    1.390003] Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.393337] initcall pps_init+0x0/0x92 returned 0 after 9765 usecs
[    1.396669] calling  hwmon_init+0x0/0xe9 @ 1
[    1.400004] device class 'hwmon': registering
[    1.403401] initcall hwmon_init+0x0/0xe9 returned 0 after 3255 usecs
[    1.406671] calling  mmc_init+0x0/0x6e @ 1
[    1.413365] bus: 'mmc': registered
[    1.416669] device class 'mmc_host': registering
[    1.420072] bus: 'sdio': registered
[    1.423338] initcall mmc_init+0x0/0x6e returned 0 after 13020 usecs
[    1.426669] calling  leds_init+0x0/0x36 @ 1
[    1.430002] device class 'leds': registering
[    1.433403] initcall leds_init+0x0/0x36 returned 0 after 3255 usecs
[    1.436673] calling  pci_subsys_init+0x0/0xec @ 1
[    1.440002] PCI: Probing PCI hardware
[    1.443365] PCI: Probing PCI hardware (bus 00)
[    1.446689] device: 'pci0000:00': device_add
[    1.450014] device: '0000:00': device_add
[    1.453632] pci 0000:00:01.1: reg 10 io port: [0xdc00-0xdc1f]
[    1.456690] pci 0000:00:01.1: reg 20 io port: [0x4c00-0x4c3f]
[    1.460007] pci 0000:00:01.1: reg 24 io port: [0x4c40-0x4c7f]
[    1.463358] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    1.466671] pci 0000:00:01.1: PME# disabled
[    1.470051] pci 0000:00:02.0: reg 10 32bit mmio: [0xda102000-0xda102fff]
[    1.473382] pci 0000:00:02.0: supports D1 D2
[    1.476668] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.480004] pci 0000:00:02.0: PME# disabled
[    1.483382] pci 0000:00:02.1: reg 10 32bit mmio: [0xfeb00000-0xfeb000ff]
[    1.486724] pci 0000:00:02.1: supports D1 D2
[    1.490002] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    1.493338] pci 0000:00:02.1: PME# disabled
[    1.496720] pci 0000:00:04.0: reg 10 io port: [0xd400-0xd4ff]
[    1.500009] pci 0000:00:04.0: reg 14 io port: [0xd800-0xd8ff]
[    1.503340] pci 0000:00:04.0: reg 18 32bit mmio: [0xda101000-0xda101fff]
[    1.506705] pci 0000:00:04.0: supports D1 D2
[    1.510057] pci 0000:00:06.0: reg 20 io port: [0xf000-0xf00f]
[    1.513438] pci 0000:00:0a.0: reg 10 32bit mmio: [0xda100000-0xda100fff]
[    1.516674] pci 0000:00:0a.0: reg 14 io port: [0xd000-0xd007]
[    1.520044] pci 0000:00:0a.0: supports D1 D2
[    1.523335] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.526671] pci 0000:00:0a.0: PME# disabled
[    1.530082] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.533337] pci 0000:00:0b.0: PME# disabled
[    1.536754] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.540004] pci 0000:00:0c.0: PME# disabled
[    1.543423] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.546671] pci 0000:00:0d.0: PME# disabled
[    1.550088] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.553337] pci 0000:00:0e.0: PME# disabled
[    1.556987] pci 0000:05:07.0: reg 10 io port: [0xc000-0xc0ff]
[    1.560011] pci 0000:05:07.0: reg 14 32bit mmio: [0xda000000-0xda0000ff]
[    1.563337] Clocksource tsc unstable (delta = 222469102 ns)
[    1.563388] pci 0000:05:07.0: supports D1 D2
[    1.563390] pci 0000:05:07.0: PME# supported from D1 D2 D3hot
[    1.563396] pci 0000:05:07.0: PME# disabled
[    1.563462] pci 0000:00:09.0: transparent bridge
[    1.563468] pci 0000:00:09.0: bridge io port: [0xc000-0xcfff]
[    1.563474] pci 0000:00:09.0: bridge 32bit mmio: [0xda000000-0xda0fffff]
[    1.563847] pci 0000:01:00.0: reg 10 32bit mmio: [0xd0000000-0xd7ffffff]
[    1.563856] pci 0000:01:00.0: reg 14 io port: [0xb000-0xb0ff]
[    1.563865] pci 0000:01:00.0: reg 18 32bit mmio: [0xd9000000-0xd900ffff]
[    1.563892] pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[    1.563926] pci 0000:01:00.0: supports D1 D2
[    1.563976] pci 0000:01:00.1: reg 10 32bit mmio: [0xd9010000-0xd901ffff]
[    1.564042] pci 0000:01:00.1: supports D1 D2
[    1.564142] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    1.564325] pci 0000:00:0e.0: bridge io port: [0xb000-0xbfff]
[    1.564331] pci 0000:00:0e.0: bridge 32bit mmio: [0xd8000000-0xd9ffffff]
[    1.564339] pci 0000:00:0e.0: bridge 64bit mmio pref: [0xd0000000-0xd7ffffff]
[    1.564375] device: '0000:00:00.0': device_add
[    1.564384] bus: 'pci': add device 0000:00:00.0
[    1.680106] 
[    1.680107] =======================================================
[    1.683330] [ INFO: possible circular locking dependency detected ]
[    1.683330] 2.6.31-rc6-tip #4534
[    1.683330] -------------------------------------------------------
[    1.703385] device: '0000:00:01.0': device_add
[    1.703393] bus: 'pci': add device 0000:00:01.0
[    1.703508] device: '0000:00:01.1': device_add
[    1.703515] bus: 'pci': add device 0000:00:01.1
[    1.703618] device: '0000:00:02.0': device_add
[    1.703624] bus: 'pci': add device 0000:00:02.0
[    1.703719] device: '0000:00:02.1': device_add
[    1.703725] bus: 'pci': add device 0000:00:02.1
[    1.703819] device: '0000:00:04.0': device_add
[    1.703825] bus: 'pci': add device 0000:00:04.0
[    1.703920] device: '0000:00:06.0': device_add
[    1.703926] bus: 'pci': add device 0000:00:06.0
[    1.704029] device: '0000:00:09.0': device_add
[    1.704035] bus: 'pci': add device 0000:00:09.0
[    1.704129] device: '0000:00:0a.0': device_add
[    1.704135] bus: 'pci': add device 0000:00:0a.0
[    1.704229] device: '0000:00:0b.0': device_add
[    1.704235] bus: 'pci': add device 0000:00:0b.0
[    1.704335] device: '0000:00:0c.0': device_add
[    1.704342] bus: 'pci': add device 0000:00:0c.0
[    1.704446] device: '0000:00:0d.0': device_add
[    1.704453] bus: 'pci': add device 0000:00:0d.0
[    1.704551] device: '0000:00:0e.0': device_add
[    1.704557] bus: 'pci': add device 0000:00:0e.0
[    1.704654] device: '0000:00:18.0': device_add
[    1.704660] bus: 'pci': add device 0000:00:18.0
[    1.704755] device: '0000:00:18.1': device_add
[    1.704761] bus: 'pci': add device 0000:00:18.1
[    1.704863] device: '0000:00:18.2': device_add
[    1.704870] bus: 'pci': add device 0000:00:18.2
[    1.704971] device: '0000:00:18.3': device_add
[    1.704978] bus: 'pci': add device 0000:00:18.3
[    1.705075] device: '0000:05:07.0': device_add
[    1.705082] bus: 'pci': add device 0000:05:07.0
[    1.705177] device: '0000:05': device_add
[    1.705262] device: '0000:04': device_add
[    1.705340] device: '0000:03': device_add
[    1.705417] device: '0000:02': device_add
[    1.705500] device: '0000:01:00.0': device_add
[    1.705506] bus: 'pci': add device 0000:01:00.0
[    1.705603] device: '0000:01:00.1': device_add
[    1.705609] bus: 'pci': add device 0000:01:00.1
[    1.705713] device: '0000:01': device_add
[    1.706073] pci 0000:00:00.0: default IRQ router [10de:005e]
[    1.706218] initcall pci_subsys_init+0x0/0xec returned 0 after 257161 usecs
[    1.706223] calling  proto_init+0x0/0xf @ 1
[    1.706237] initcall proto_init+0x0/0xf returned 0 after 0 usecs
[    1.706241] calling  net_dev_init+0x0/0x17d @ 1
[    1.706252] device class 'net': registering
[    1.706341] device: 'lo': device_add
[    1.706489] initcall net_dev_init+0x0/0x17d returned 0 after 0 usecs
[    1.706493] calling  neigh_init+0x0/0x66 @ 1
[    1.706497] initcall neigh_init+0x0/0x66 returned 0 after 0 usecs
[    1.706501] calling  fib_rules_init+0x0/0x99 @ 1
[    1.706507] initcall fib_rules_init+0x0/0x99 returned 0 after 0 usecs
[    1.706511] calling  pktsched_init+0x0/0xa9 @ 1
[    1.706518] initcall pktsched_init+0x0/0xa9 returned 0 after 0 usecs
[    1.706521] calling  tc_filter_init+0x0/0x43 @ 1
[    1.706525] initcall tc_filter_init+0x0/0x43 returned 0 after 0 usecs
[    1.706529] calling  genl_init+0x0/0xb0 @ 1
[    1.710199] initcall genl_init+0x0/0xb0 returned 0 after 6510 usecs
[    1.710203] calling  wanrouter_init+0x0/0x42 @ 1
[    1.710206] Sangoma WANPIPE Router v1.1 (c) 1995-2000 Sangoma Technologies Inc.
[    1.710216] initcall wanrouter_init+0x0/0x42 returned 0 after 0 usecs
[    1.710219] calling  bt_init+0x0/0x50 @ 1
[    1.710221] Bluetooth: Core ver 2.15
[    1.710262] device class 'bluetooth': registering
[    1.710332] NET: Registered protocol family 31
[    1.710334] Bluetooth: HCI device and connection manager initialized
[    1.710338] Bluetooth: HCI socket layer initialized
[    1.710342] initcall bt_init+0x0/0x50 returned 0 after 0 usecs
[    1.710345] calling  atm_init+0x0/0xa0 @ 1
[    1.710348] NET: Registered protocol family 8
[    1.710350] NET: Registered protocol family 20
[    1.710362] device class 'atm': registering
[    1.710429] initcall atm_init+0x0/0xa0 returned 0 after 0 usecs
[    1.710433] calling  wireless_nlevent_init+0x0/0x39 @ 1
[    1.710437] initcall wireless_nlevent_init+0x0/0x39 returned 0 after 0 usecs
[    1.710443] calling  cfg80211_init+0x0/0x69 @ 1
[    1.710445] device class 'ieee80211': registering
[    1.733350] Registering platform device 'regulatory.0'. Parent at platform
[    1.733353] device: 'regulatory.0': device_add
[    1.733359] bus: 'platform': add device regulatory.0
[    1.733431] cfg80211: Using static regulatory domain info
[    1.733434] cfg80211: Regulatory domain: US
[    1.733436] 	(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    1.733439] 	(2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
[    1.733442] 	(5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    1.733445] 	(5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    1.733449] 	(5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    1.733452] 	(5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    1.733455] 	(5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
[    1.733466] cfg80211: Calling CRDA for country: US
[    1.703334] events/1/8 is trying to acquire lock:
[    1.703334]  (clocksource_mutex){+.+...}, at: [<c105dde6>] clocksource_change_rating+0x1b/0x86
[    1.703334] 
[    1.703334] but task is already holding lock:
[    1.703334]  (watchdog_lock){+.-...}, at: [<c105e24a>] clocksource_watchdog_work+0x14/0x94
[    1.703334] 
[    1.703334] which lock already depends on the new lock.
[    1.703334] 
[    1.703334] 
[    1.703334] the existing dependency chain (in reverse order) is:
[    1.703334] 
[    1.703334] -> #1 (watchdog_lock){+.-...}:
[    1.703334]        [<c1066317>] __lock_acquire+0xa5d/0xbed
[    1.703334]        [<c1066542>] lock_acquire+0x9b/0xb8
[    1.703334]        [<c19fcf2a>] _spin_lock_irqsave+0x37/0x6a
[    1.703334]        [<c105e0da>] clocksource_register+0x65/0x1c1
[    1.703334]        [<c1fe8102>] tsc_init+0x1d7/0x1df
[    1.703334]        [<c1fe4b75>] time_init+0xd/0x19
[    1.703334]        [<c1fe2ab1>] start_kernel+0x21b/0x3e5
[    1.703334]        [<c1fe2391>] i386_start_kernel+0x6b/0x70
[    1.703334] 
[    1.703334] -> #0 (clocksource_mutex){+.+...}:
[    1.703334]        [<c1066222>] __lock_acquire+0x968/0xbed
[    1.703334]        [<c1066542>] lock_acquire+0x9b/0xb8
[    1.703334]        [<c19fbb3f>] __mutex_lock_common+0x3a/0x34d
[    1.703334]        [<c19fbecc>] mutex_lock_nested+0x24/0x2c
[    1.703334]        [<c105dde6>] clocksource_change_rating+0x1b/0x86
[    1.703334]        [<c105e277>] clocksource_watchdog_work+0x41/0x94
[    1.703334]        [<c1050d96>] worker_thread+0x179/0x24a
[    1.703334]        [<c1054ad7>] kthread+0x66/0x6b
[    1.703334]        [<c1004227>] kernel_thread_helper+0x7/0x10
[    1.703334] 
[    1.703334] other info that might help us debug this:
[    1.703334] 
[    1.703334] 3 locks held by events/1/8:
[    1.703334]  #0:  (events){+.+...}, at: [<c1050d4c>] worker_thread+0x12f/0x24a
[    1.703334]  #1:  (&watchdog_work){+.+...}, at: [<c1050d4c>] worker_thread+0x12f/0x24a
[    1.703334]  #2:  (watchdog_lock){+.-...}, at: [<c105e24a>] clocksource_watchdog_work+0x14/0x94
[    1.703334] 
[    1.703334] stack backtrace:
[    1.703334] Pid: 8, comm: events/1 Tainted: G        W  2.6.31-rc6-tip #4534
[    1.703334] Call Trace:
[    1.703334]  [<c19fa80e>] ? printk+0x14/0x16
[    1.703334]  [<c1065575>] print_circular_bug+0x8a/0x96
[    1.703334]  [<c1066222>] __lock_acquire+0x968/0xbed
[    1.703334]  [<c1066542>] lock_acquire+0x9b/0xb8
[    1.703334]  [<c105dde6>] ? clocksource_change_rating+0x1b/0x86
[    1.703334]  [<c19fbb3f>] __mutex_lock_common+0x3a/0x34d
[    1.703334]  [<c105dde6>] ? clocksource_change_rating+0x1b/0x86
[    1.703334]  [<c105e24a>] ? clocksource_watchdog_work+0x14/0x94
[    1.703334]  [<c19fbecc>] mutex_lock_nested+0x24/0x2c
[    1.703334]  [<c105dde6>] ? clocksource_change_rating+0x1b/0x86
[    1.703334]  [<c105dde6>] clocksource_change_rating+0x1b/0x86
[    1.703334]  [<c105e277>] clocksource_watchdog_work+0x41/0x94
[    1.703334]  [<c1050d96>] worker_thread+0x179/0x24a
[    1.703334]  [<c1050d4c>] ? worker_thread+0x12f/0x24a
[    1.703334]  [<c105e236>] ? clocksource_watchdog_work+0x0/0x94
[    1.703334]  [<c1054d71>] ? autoremove_wake_function+0x0/0x38
[    1.703334]  [<c1050c1d>] ? worker_thread+0x0/0x24a
[    1.703334]  [<c1054ad7>] kthread+0x66/0x6b
[    1.703334]  [<c1054a71>] ? kthread+0x0/0x6b
[    1.703334]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    2.464242] initcall cfg80211_init+0x0/0x69 returned 0 after 735675 usecs
[    2.466667] calling  ieee80211_init+0x0/0x24 @ 1
[    2.470003] initcall ieee80211_init+0x0/0x24 returned 0 after 0 usecs
[    2.473332] calling  rfkill_init+0x0/0x60 @ 1
[    2.476665] device class 'rfkill': registering
[    2.480036] device: 'rfkill': device_add
[    2.483377] initcall rfkill_init+0x0/0x60 returned 0 after 6510 usecs
[    2.486667] calling  sysctl_init+0x0/0x3b @ 1
[    2.490001] initcall sysctl_init+0x0/0x3b returned 0 after 0 usecs
[    2.493335] calling  pci_iommu_init+0x0/0xc @ 1
[    2.496667] initcall pci_iommu_init+0x0/0xc returned 0 after 0 usecs
[    2.500001] calling  print_all_ICs+0x0/0x4a7 @ 1
[    2.503331] 
[    2.503332] printing PIC contents
[    2.506666] ... PIC  IMR: fffa
[    2.509694] ... PIC  IRR: 0001
[    2.509997] ... PIC  ISR: 0001
[    2.513333] ... PIC ELCR: 0828
[    2.516666] printing local APIC contents on CPU#0/0:
[    2.519995] ... APIC ID:      00000000 (0)
[    2.519995] ... APIC VERSION: 00040010
[    2.519995] ... APIC TASKPRI: 00000000 (00)
[    2.519995] ... APIC ARBPRI: 000000e0 (e0)
[    2.519995] ... APIC PROCPRI: 00000000
[    2.519995] ... APIC LDR: 01000000
[    2.519995] ... APIC DFR: ffffffff
[    2.519995] ... APIC SPIV: 000001ff
[    2.519995] ... APIC ISR field:
[    2.519995] 0000000000000000000000000000000000000000000000000000000000000000
[    2.519995] ... APIC TMR field:
[    2.519995] 0000000000000000000000000000000000000000000000000000000000000000
[    2.519995] ... APIC IRR field:
[    2.519995] 0000000000000000000000000000000000000000000000000000000000008000
[    2.519995] ... APIC ESR: 00000000
[    2.519995] ... APIC ICR: 000008fd
[    2.519995] ... APIC ICR2: 02000000
[    2.519995] ... APIC LVTT: 000200ef
[    2.519995] ... APIC LVTPC: 00000400
[    2.519995] ... APIC LVT0: 00010700
[    2.519995] ... APIC LVT1: 00000400
[    2.519995] ... APIC LVTERR: 000000fe
[    2.519995] ... APIC TMICT: 0000a396
[    2.519995] ... APIC TMCCT: 0000860f
[    2.519995] ... APIC TDCR: 00000003
[    2.519995] 
[    2.517145] printing local APIC contents on CPU#1/1:
[    2.519995] ... APIC ID:      01000000 (1)
[    2.519995] ... APIC VERSION: 00040010
[    2.519995] ... APIC TASKPRI: 00000000 (00)
[    2.519995] ... APIC ARBPRI: 000000e0 (e0)
[    2.519995] ... APIC PROCPRI: 00000000
[    2.519995] ... APIC LDR: 02000000
[    2.519995] ... APIC DFR: ffffffff
[    2.519995] ... APIC SPIV: 000001ff
[    2.519995] ... APIC ISR field:
[    2.519995] 0000000000000000000000000000000000000000000000000000000000000000
[    2.519995] ... APIC TMR field:
[    2.519995] 0000000000000000000000000000000000000000000000000000000000000000
[    2.519995] ... APIC IRR field:
[    2.519995] 0000000000000000000000000000000000000000000000000000000000008000
[    2.519995] ... APIC ESR: 00000000
[    2.519995] ... APIC ICR: 000008fd
[    2.519995] ... APIC ICR2: 01000000
[    2.519995] ... APIC LVTT: 000200ef
[    2.519995] ... APIC LVTPC: 00010400
[    2.519995] ... APIC LVT0: 00010700
[    2.519995] ... APIC LVT1: 00010400
[    2.519995] ... APIC LVTERR: 000000fe
[    2.519995] ... APIC TMICT: 0000a396
[    2.519995] ... APIC TMCCT: 00006fb0
[    2.519995] ... APIC TDCR: 00000003
[    2.519995] 
[    2.628165] number of MP IRQ sources: 17.
[    2.629998] number of IO-APIC #2 registers: 24.
[    2.636664] testing the IO APIC.......................
[    2.640000] 
[    2.641467] IO APIC #2......
[    2.643331] .... register #00: 00000000
[    2.646665] .......    : physical APIC id: 00
[    2.649997] .......    : Delivery Type: 0
[    2.653331] .......    : LTS          : 0
[    2.656664] .... register #01: 00170011
[    2.659998] .......     : max redirection entries: 0017
[    2.663331] .......     : PRQ implemented: 0
[    2.666664] .......     : IO APIC version: 0011
[    2.669997] .... register #02: 00000000
[    2.673331] .......     : arbitration: 00
[    2.676664] .... IRQ redirection table:
[    2.679997]  NR Dst Mask Trig IRR Pol Stat Dmod Deli Vect:   
[    2.683333]  00 003 0    0    0   0   0    1    1    30
[    2.686667]  01 003 0    0    0   0   0    1    1    31
[    2.693333]  02 000 1    0    0   0   0    0    0    00
[    2.696666]  03 003 1    1    0   1   0    1    1    33
[    2.703333]  04 003 0    0    0   0   0    1    1    34
[    2.710000]  05 003 1    1    0   1   0    1    1    35
[    2.713333]  06 003 0    0    0   0   0    1    1    36
[    2.720002]  07 003 1    0    0   0   0    1    1    37
[    2.723333]  08 003 0    0    0   0   0    1    1    38
[    2.730000]  09 003 0    0    0   0   0    1    1    39
[    2.733333]  0a 003 0    0    0   0   0    1    1    3A
[    2.740000]  0b 003 1    1    0   1   0    1    1    3B
[    2.743333]  0c 003 0    0    0   0   0    1    1    3C
[    2.750000]  0d 003 0    0    0   0   0    1    1    3D
[    2.756666]  0e 003 0    0    0   0   0    1    1    3E
[    2.759999]  0f 003 0    0    0   0   0    1    1    3F
[    2.766667]  10 000 1    0    0   0   0    0    0    00
[    2.769999]  11 000 1    0    0   0   0    0    0    00
[    2.776666]  12 000 1    0    0   0   0    0    0    00
[    2.780000]  13 000 1    0    0   0   0    0    0    00
[    2.786666]  14 000 1    0    0   0   0    0    0    00
[    2.793201]  15 000 1    0    0   0   0    0    0    00
[    2.796666]  16 000 1    0    0   0   0    0    0    00
[    2.803332]  17 000 1    0    0   0   0    0    0    00
[    2.806665] IRQ to pin mappings:
[    2.809998] IRQ0 -> 0:0
[    2.814021] IRQ1 -> 0:1
[    2.816835] IRQ3 -> 0:3
[    2.819258] IRQ4 -> 0:4
[    2.820687] IRQ5 -> 0:5
[    2.824020] IRQ6 -> 0:6
[    2.826446] IRQ7 -> 0:7
[    2.827354] IRQ8 -> 0:8
[    2.830687] IRQ9 -> 0:9
[    2.833501] IRQ10 -> 0:10
[    2.836099] IRQ11 -> 0:11
[    2.837441] IRQ12 -> 0:12
[    2.840774] IRQ13 -> 0:13
[    2.844107] IRQ14 -> 0:14
[    2.846833] IRQ15 -> 0:15
[    2.849537] .................................... done.
[    2.850000] initcall print_all_ICs+0x0/0x4a7 returned 0 after 338541 usecs
[    2.853332] calling  hpet_late_init+0x0/0xc5 @ 1
[    2.856666] initcall hpet_late_init+0x0/0xc5 returned -19 after 0 usecs
[    2.859999] calling  clocksource_done_booting+0x0/0x16 @ 1
[    2.863331] Switching to clocksource jiffies
[    2.866665] initcall clocksource_done_booting+0x0/0x16 returned 0 after 3255 usecs
[    2.869999] calling  ftrace_init_debugfs+0x0/0x16a @ 1
[    2.873372] initcall ftrace_init_debugfs+0x0/0x16a returned 0 after 0 usecs
[    2.876666] calling  rb_init_debugfs+0x0/0x27 @ 1
[    2.880002] initcall rb_init_debugfs+0x0/0x27 returned 0 after 0 usecs
[    2.883332] calling  tracer_init_debugfs+0x0/0x26c @ 1
[    2.886859] initcall tracer_init_debugfs+0x0/0x26c returned 0 after 0 usecs
[    2.890000] calling  init_trace_printk_function_export+0x0/0x2a @ 1
[    2.893336] initcall init_trace_printk_function_export+0x0/0x2a returned 0 after 0 usecs
[    2.896665] calling  event_trace_init+0x0/0x410 @ 1
[    2.920427] initcall event_trace_init+0x0/0x410 returned 0 after 19531 usecs
[    2.923334] calling  ksym_tracer_stat_init+0x0/0x27 @ 1
[    2.926672] initcall ksym_tracer_stat_init+0x0/0x27 returned 0 after 0 usecs
[    2.930000] calling  init_pipe_fs+0x0/0x3d @ 1
[    2.933360] initcall init_pipe_fs+0x0/0x3d returned 0 after 0 usecs
[    2.936666] calling  anon_inode_init+0x0/0xeb @ 1
[    2.940008] initcall anon_inode_init+0x0/0xeb returned 0 after 0 usecs
[    2.943333] calling  tomoyo_initerface_init+0x0/0x112 @ 1
[    2.946727] initcall tomoyo_initerface_init+0x0/0x112 returned 0 after 0 usecs
[    2.950001] calling  blk_scsi_ioctl_init+0x0/0x294 @ 1
[    2.953333] initcall blk_scsi_ioctl_init+0x0/0x294 returned 0 after 0 usecs
[    2.956666] calling  chr_dev_init+0x0/0x89 @ 1
[    2.960008] device class 'mem': registering
[    2.963436] device: 'mem': device_add
[    2.966721] device: 'null': device_add
[    2.970050] device: 'port': device_add
[    2.973382] device: 'zero': device_add
[    2.976718] device: 'full': device_add
[    2.980048] device: 'random': device_add
[    2.983382] device: 'urandom': device_add
[    2.986714] device: 'kmsg': device_add
[    2.990056] device: 'oldmem': device_add
[    2.993382] initcall chr_dev_init+0x0/0x89 returned 0 after 32552 usecs
[    2.996666] calling  firmware_class_init+0x0/0x61 @ 1
[    2.999997] device class 'firmware': registering
[    3.003375] initcall firmware_class_init+0x0/0x61 returned 0 after 3255 usecs
[    3.006667] calling  ieee1394_init+0x0/0x208 @ 1
[    3.013375] bus: 'ieee1394': registered
[    3.016667] device class 'ieee1394_host': registering
[    3.020042] device class 'ieee1394_protocol': registering
[    3.023377] device class 'ieee1394_node': registering
[    3.026709] device class 'ieee1394': registering
[    3.030043] bus: 'ieee1394': add driver nodemgr
[    3.033380] initcall ieee1394_init+0x0/0x208 returned 0 after 22786 usecs
[    3.036666] calling  init_pcmcia_bus+0x0/0x6c @ 1
[    3.040044] bus: 'pcmcia': registered
[    3.043343] initcall init_pcmcia_bus+0x0/0x6c returned 0 after 3255 usecs
[    3.046666] calling  cpufreq_gov_performance_init+0x0/0xf @ 1
[    3.050000] initcall cpufreq_gov_performance_init+0x0/0xf returned 0 after 0 usecs
[    3.053332] calling  cpufreq_gov_powersave_init+0x0/0xf @ 1
[    3.056667] initcall cpufreq_gov_powersave_init+0x0/0xf returned 0 after 0 usecs
[    3.059998] calling  ssb_modinit+0x0/0x64 @ 1
[    3.063375] bus: 'ssb': registered
[    3.066667] bus: 'pci': add driver b43-pci-bridge
[    3.070060] initcall ssb_modinit+0x0/0x64 returned 0 after 6510 usecs
[    3.073333] calling  pcibios_assign_resources+0x0/0x81 @ 1
[    3.076728] pci 0000:00:09.0: PCI bridge, secondary bus 0000:05
[    3.079998] pci 0000:00:09.0:   IO window: 0xc000-0xcfff
[    3.083333] pci 0000:00:09.0:   MEM window: 0xda000000-0xda0fffff
[    3.086666] pci 0000:00:09.0:   PREFETCH window: disabled
[    3.089999] pci 0000:00:0b.0: PCI bridge, secondary bus 0000:04
[    3.093330] pci 0000:00:0b.0:   IO window: disabled
[    3.096666] pci 0000:00:0b.0:   MEM window: disabled
[    3.099999] pci 0000:00:0b.0:   PREFETCH window: disabled
[    3.103332] pci 0000:00:0c.0: PCI bridge, secondary bus 0000:03
[    3.106663] pci 0000:00:0c.0:   IO window: disabled
[    3.109999] pci 0000:00:0c.0:   MEM window: disabled
[    3.113332] pci 0000:00:0c.0:   PREFETCH window: disabled
[    3.116666] pci 0000:00:0d.0: PCI bridge, secondary bus 0000:02
[    3.119997] pci 0000:00:0d.0:   IO window: disabled
[    3.123332] pci 0000:00:0d.0:   MEM window: disabled
[    3.126665] pci 0000:00:0d.0:   PREFETCH window: disabled
[    3.130004] pci 0000:00:0e.0: PCI bridge, secondary bus 0000:01
[    3.133332] pci 0000:00:0e.0:   IO window: 0xb000-0xbfff
[    3.136666] pci 0000:00:0e.0:   MEM window: 0xd8000000-0xd9ffffff
[    3.139999] pci 0000:00:0e.0:   PREFETCH window: 0x000000d0000000-0x000000d7ffffff
[    3.143339] pci 0000:00:09.0: setting latency timer to 64
[    3.146670] pci 0000:00:0b.0: setting latency timer to 64
[    3.150002] pci 0000:00:0c.0: setting latency timer to 64
[    3.153335] pci 0000:00:0d.0: setting latency timer to 64
[    3.156669] pci 0000:00:0e.0: setting latency timer to 64
[    3.160000] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    3.163331] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[    3.166664] pci_bus 0000:05: resource 0 io:  [0xc000-0xcfff]
[    3.169998] pci_bus 0000:05: resource 1 mem: [0xda000000-0xda0fffff]
[    3.173331] pci_bus 0000:05: resource 3 io:  [0x00-0xffff]
[    3.176665] pci_bus 0000:05: resource 4 mem: [0x000000-0xffffffffffffffff]
[    3.179998] pci_bus 0000:01: resource 0 io:  [0xb000-0xbfff]
[    3.183331] pci_bus 0000:01: resource 1 mem: [0xd8000000-0xd9ffffff]
[    3.186665] pci_bus 0000:01: resource 2 pref mem [0xd0000000-0xd7ffffff]
[    3.189999] initcall pcibios_assign_resources+0x0/0x81 returned 0 after 110676 usecs
[    3.193332] calling  sysctl_core_init+0x0/0x2d @ 1
[    3.196706] initcall sysctl_core_init+0x0/0x2d returned 0 after 0 usecs
[    3.199999] calling  inet_init+0x0/0x1cb @ 1
[    3.203344] NET: Registered protocol family 2
[    3.206814] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    3.210607] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    3.217937] TCP bind hash table entries: 65536 (order: 9, 2621440 bytes)
[    3.222111] TCP: Hash tables configured (established 131072 bind 65536)
[    3.223332] TCP reno registered
[    3.226818] initcall inet_init+0x0/0x1cb returned 0 after 22786 usecs
[    3.229999] calling  af_unix_init+0x0/0x47 @ 1
[    3.233345] NET: Registered protocol family 1
[    3.236682] initcall af_unix_init+0x0/0x47 returned 0 after 3255 usecs
[    3.240001] calling  populate_rootfs+0x0/0x8a @ 1
[    3.243421] initcall populate_rootfs+0x0/0x8a returned 0 after 0 usecs
[    3.246666] calling  i8259A_init_sysfs+0x0/0x1d @ 1
[    3.249998] Registering sysdev class 'i8259'
[    3.253423] Registering sys device of class 'i8259'
[    3.256668] Registering sys device 'i82590'
[    3.260048] initcall i8259A_init_sysfs+0x0/0x1d returned 0 after 9765 usecs
[    3.263333] calling  sbf_init+0x0/0xdb @ 1
[    3.266666] initcall sbf_init+0x0/0xdb returned 0 after 0 usecs
[    3.269999] calling  i8237A_init_sysfs+0x0/0x1d @ 1
[    3.273330] Registering sysdev class 'i8237'
[    3.276709] Registering sys device of class 'i8237'
[    3.280001] Registering sys device 'i82370'
[    3.283372] initcall i8237A_init_sysfs+0x0/0x1d returned 0 after 9765 usecs
[    3.286665] calling  add_rtc_cmos+0x0/0x31 @ 1
[    3.290000] Registering platform device 'rtc_cmos'. Parent at platform
[    3.293331] device: 'rtc_cmos': device_add
[    3.296670] bus: 'platform': add device rtc_cmos
[    3.300048] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    3.303332] initcall add_rtc_cmos+0x0/0x31 returned 0 after 13020 usecs
[    3.306666] calling  cache_sysfs_init+0x0/0x28d @ 1
[    3.310079] initcall cache_sysfs_init+0x0/0x28d returned 0 after 0 usecs
[    3.313332] calling  cpu_debug_init+0x0/0x216 @ 1
[    3.321195] cpu0(2) debug files 137
[    3.325313] cpu1(2) debug files 137
[    3.326669] initcall cpu_debug_init+0x0/0x216 returned 0 after 9765 usecs
[    3.329998] calling  mce_init_device+0x0/0x276 @ 1
[    3.333333] Registering sysdev class 'machinecheck'
[    3.336756] Registering sys device of class 'machinecheck'
[    3.340004] Registering sys device 'machinecheck0'
[    3.343374] Registering sys device of class 'machinecheck'
[    3.346667] Registering sys device 'machinecheck1'
[    3.350038] device: 'mcelog': device_add
[    3.353387] initcall mce_init_device+0x0/0x276 returned 0 after 19531 usecs
[    3.356665] calling  threshold_init_device+0x0/0x6a @ 1
[    3.359998] initcall threshold_init_device+0x0/0x6a returned 0 after 0 usecs
[    3.363333] calling  inject_init+0x0/0x20 @ 1
[    3.366664] Machine check injector initialized
[    3.369998] initcall inject_init+0x0/0x20 returned 0 after 3255 usecs
[    3.373331] calling  longrun_init+0x0/0x2d @ 1
[    3.376665] initcall longrun_init+0x0/0x2d returned -19 after 0 usecs
[    3.379998] calling  cpufreq_gx_init+0x0/0x163 @ 1
[    3.383331] initcall cpufreq_gx_init+0x0/0x163 returned -19 after 0 usecs
[    3.386664] calling  speedstep_init+0x0/0xb3 @ 1
[    3.389998] initcall speedstep_init+0x0/0xb3 returned -19 after 0 usecs
[    3.393331] calling  msr_init+0x0/0xff @ 1
[    3.396669] device class 'msr': registering
[    3.400046] device: 'msr0': device_add
[    3.403381] device: 'msr1': device_add
[    3.406715] initcall msr_init+0x0/0xff returned 0 after 9765 usecs
[    3.409998] calling  cpuid_init+0x0/0xff @ 1
[    3.413332] device class 'cpuid': registering
[    3.416716] device: 'cpu0': device_add
[    3.420056] device: 'cpu1': device_add
[    3.423382] initcall cpuid_init+0x0/0xff returned 0 after 9765 usecs
[    3.426666] calling  ioapic_init_sysfs+0x0/0x84 @ 1
[    3.429997] Registering sysdev class 'ioapic'
[    3.433374] Registering sys device of class 'ioapic'
[    3.436667] Registering sys device 'ioapic0'
[    3.440036] initcall ioapic_init_sysfs+0x0/0x84 returned 0 after 9765 usecs
[    3.443332] calling  add_pcspkr+0x0/0x28 @ 1
[    3.446666] Registering platform device 'pcspkr'. Parent at platform
[    3.449997] device: 'pcspkr': device_add
[    3.453334] bus: 'platform': add device pcspkr
[    3.456712] initcall add_pcspkr+0x0/0x28 returned 0 after 9765 usecs
[    3.460000] calling  start_periodic_check_for_corruption+0x0/0x37 @ 1
[    3.463331] Scanning for low memory corruption every 60 seconds
[    3.466668] initcall start_periodic_check_for_corruption+0x0/0x37 returned 0 after 3255 usecs
[    3.469999] calling  pt_dump_init+0x0/0x69 @ 1
[    3.473346] initcall pt_dump_init+0x0/0x69 returned 0 after 0 usecs
[    3.476665] calling  aes_init+0x0/0xf @ 1
[    3.480085] initcall aes_init+0x0/0xf returned 0 after 0 usecs
[    3.483332] calling  init+0x0/0xf @ 1
[    3.486696] initcall init+0x0/0xf returned 0 after 0 usecs
[    3.490004] calling  crc32c_intel_mod_init+0x0/0x1d @ 1
[    3.493332] initcall crc32c_intel_mod_init+0x0/0x1d returned -19 after 0 usecs
[    3.496665] calling  init_sched_debug_procfs+0x0/0x27 @ 1
[    3.500005] initcall init_sched_debug_procfs+0x0/0x27 returned 0 after 0 usecs
[    3.503332] calling  proc_schedstat_init+0x0/0x1c @ 1
[    3.506667] initcall proc_schedstat_init+0x0/0x1c returned 0 after 0 usecs
[    3.509998] calling  proc_execdomains_init+0x0/0x1c @ 1
[    3.513338] initcall proc_execdomains_init+0x0/0x1c returned 0 after 0 usecs
[    3.516666] calling  ioresources_init+0x0/0x31 @ 1
[    3.520003] initcall ioresources_init+0x0/0x31 returned 0 after 0 usecs
[    3.523332] calling  uid_cache_init+0x0/0x78 @ 1
[    3.526671] initcall uid_cache_init+0x0/0x78 returned 0 after 0 usecs
[    3.529997] calling  init_posix_timers+0x0/0xb0 @ 1
[    3.533333] initcall init_posix_timers+0x0/0xb0 returned 0 after 0 usecs
[    3.536665] calling  init_posix_cpu_timers+0x0/0xb7 @ 1
[    3.539998] initcall init_posix_cpu_timers+0x0/0xb7 returned 0 after 0 usecs
[    3.543330] calling  nsproxy_cache_init+0x0/0x27 @ 1
[    3.546665] initcall nsproxy_cache_init+0x0/0x27 returned 0 after 0 usecs
[    3.550000] calling  create_proc_profile+0x0/0x1f4 @ 1
[    3.553331] initcall create_proc_profile+0x0/0x1f4 returned 0 after 0 usecs
[    3.556664] calling  timekeeping_init_device+0x0/0x1d @ 1
[    3.559996] Registering sysdev class 'timekeeping'
[    3.563376] Registering sys device of class 'timekeeping'
[    3.566667] Registering sys device 'timekeeping0'
[    3.570037] initcall timekeeping_init_device+0x0/0x1d returned 0 after 9765 usecs
[    3.573331] calling  init_clocksource_sysfs+0x0/0x43 @ 1
[    3.576663] Registering sysdev class 'clocksource'
[    3.580038] Registering sys device of class 'clocksource'
[    3.583333] Registering sys device 'clocksource0'
[    3.586703] initcall init_clocksource_sysfs+0x0/0x43 returned 0 after 9765 usecs
[    3.589998] calling  init_timer_list_procfs+0x0/0x27 @ 1
[    3.593334] initcall init_timer_list_procfs+0x0/0x27 returned 0 after 0 usecs
[    3.596664] calling  init_tstats_procfs+0x0/0x27 @ 1
[    3.599999] initcall init_tstats_procfs+0x0/0x27 returned 0 after 0 usecs
[    3.603331] calling  lockdep_proc_init+0x0/0x67 @ 1
[    3.606671] initcall lockdep_proc_init+0x0/0x67 returned 0 after 0 usecs
[    3.609997] calling  futex_init+0x0/0x8d @ 1
[    3.613343] initcall futex_init+0x0/0x8d returned 0 after 0 usecs
[    3.616664] calling  proc_dma_init+0x0/0x1c @ 1
[    3.620000] initcall proc_dma_init+0x0/0x1c returned 0 after 0 usecs
[    3.623331] calling  kallsyms_init+0x0/0x1f @ 1
[    3.626666] initcall kallsyms_init+0x0/0x1f returned 0 after 0 usecs
[    3.629997] calling  ikconfig_init+0x0/0x3a @ 1
[    3.633332] initcall ikconfig_init+0x0/0x3a returned 0 after 0 usecs
[    3.636664] calling  hung_task_init+0x0/0x42 @ 1
[    3.640027] initcall hung_task_init+0x0/0x42 returned 0 after 0 usecs
[    3.643331] calling  utsname_sysctl_init+0x0/0x11 @ 1
[    3.646678] sysctl table check failed: /kernel/ostype .1.1 No proc_handler
[    3.655320] Pid: 1, comm: swapper Tainted: G        W  2.6.31-rc6-tip #4534
[    3.656664] Call Trace:
[    3.660000]  [<c19fa80e>] ? printk+0x14/0x16
[    3.663332]  [<c105bbc0>] set_fail+0x38/0x45
[    3.666665]  [<c105bff2>] sysctl_check_table+0x425/0x490
[    3.669999]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    3.673332]  [<c104331f>] __register_sysctl_paths+0xb6/0x230
[    3.676666]  [<c105e4f8>] ? jiffies_read+0x8/0x14
[    3.679998]  [<c105cfc0>] ? ktime_get+0x68/0xce
[    3.683332]  [<c1ff4e19>] ? utsname_sysctl_init+0x0/0x11
[    3.686665]  [<c10434bc>] register_sysctl_paths+0x23/0x25
[    3.689998]  [<c10434d2>] register_sysctl_table+0x14/0x16
[    3.693331]  [<c1ff4e26>] utsname_sysctl_init+0xd/0x11
[    3.696665]  [<c1001074>] do_one_initcall+0x6a/0x177
[    3.700000]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    3.703331]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    3.706665]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    3.709999]  [<c1064d61>] ? mark_held_locks+0x47/0x5f
[    3.713333]  [<c10b3070>] ? kmem_cache_free+0x9b/0xcf
[    3.716665]  [<c1064fdf>] ? trace_hardirqs_on_caller+0x10b/0x133
[    3.719998]  [<c1065012>] ? trace_hardirqs_on+0xb/0xd
[    3.723334]  [<c12e4870>] ? ida_get_new_above+0x158/0x172
[    3.726665]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    3.730000]  [<c12ed8c5>] ? _raw_spin_unlock+0x92/0x98
[    3.733332]  [<c19fccd3>] ? _spin_unlock+0x22/0x25
[    3.736665]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    3.739998]  [<c10fd3a6>] ? create_proc_entry+0x7c/0x90
[    3.743333]  [<c1071412>] ? register_irq_proc+0x91/0xad
[    3.746667]  [<c107138f>] ? register_irq_proc+0xe/0xad
[    3.749999]  [<c106f180>] ? irq_to_desc+0x8/0x21
[    3.753332]  [<c1071486>] ? init_irq_proc+0x58/0x65
[    3.756666]  [<c1fe2665>] kernel_init+0x170/0x1c1
[    3.759998]  [<c1fe24f5>] ? kernel_init+0x0/0x1c1
[    3.763333]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    3.766669] sysctl table check failed: /kernel/osrelease .1.2 No proc_handler
[    3.776665] Pid: 1, comm: swapper Tainted: G        W  2.6.31-rc6-tip #4534
[    3.779995] Call Trace:
[    3.782419]  [<c19fa80e>] ? printk+0x14/0x16
[    3.783332]  [<c105bbc0>] set_fail+0x38/0x45
[    3.786665]  [<c105bff2>] sysctl_check_table+0x425/0x490
[    3.789999]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    3.793331]  [<c104331f>] __register_sysctl_paths+0xb6/0x230
[    3.796665]  [<c105e4f8>] ? jiffies_read+0x8/0x14
[    3.799998]  [<c105cfc0>] ? ktime_get+0x68/0xce
[    3.803332]  [<c1ff4e19>] ? utsname_sysctl_init+0x0/0x11
[    3.806664]  [<c10434bc>] register_sysctl_paths+0x23/0x25
[    3.809998]  [<c10434d2>] register_sysctl_table+0x14/0x16
[    3.813331]  [<c1ff4e26>] utsname_sysctl_init+0xd/0x11
[    3.816665]  [<c1001074>] do_one_initcall+0x6a/0x177
[    3.819999]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    3.823332]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    3.826665]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    3.829999]  [<c1064d61>] ? mark_held_locks+0x47/0x5f
[    3.833331]  [<c10b3070>] ? kmem_cache_free+0x9b/0xcf
[    3.836665]  [<c1064fdf>] ? trace_hardirqs_on_caller+0x10b/0x133
[    3.839998]  [<c1065012>] ? trace_hardirqs_on+0xb/0xd
[    3.843332]  [<c12e4870>] ? ida_get_new_above+0x158/0x172
[    3.846664]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    3.849998]  [<c12ed8c5>] ? _raw_spin_unlock+0x92/0x98
[    3.853331]  [<c19fccd3>] ? _spin_unlock+0x22/0x25
[    3.856665]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    3.859997]  [<c10fd3a6>] ? create_proc_entry+0x7c/0x90
[    3.863331]  [<c1071412>] ? register_irq_proc+0x91/0xad
[    3.866664]  [<c107138f>] ? register_irq_proc+0xe/0xad
[    3.869999]  [<c106f180>] ? irq_to_desc+0x8/0x21
[    3.873331]  [<c1071486>] ? init_irq_proc+0x58/0x65
[    3.876665]  [<c1fe2665>] kernel_init+0x170/0x1c1
[    3.879998]  [<c1fe24f5>] ? kernel_init+0x0/0x1c1
[    3.883333]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    3.886669] sysctl table check failed: /kernel/version .1.4 No proc_handler
[    3.893330] Pid: 1, comm: swapper Tainted: G        W  2.6.31-rc6-tip #4534
[    3.896663] Call Trace:
[    3.899997]  [<c19fa80e>] ? printk+0x14/0x16
[    3.903331]  [<c105bbc0>] set_fail+0x38/0x45
[    3.906664]  [<c105bff2>] sysctl_check_table+0x425/0x490
[    3.909999]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    3.913331]  [<c104331f>] __register_sysctl_paths+0xb6/0x230
[    3.916665]  [<c105e4f8>] ? jiffies_read+0x8/0x14
[    3.919998]  [<c105cfc0>] ? ktime_get+0x68/0xce
[    3.923332]  [<c1ff4e19>] ? utsname_sysctl_init+0x0/0x11
[    3.926664]  [<c10434bc>] register_sysctl_paths+0x23/0x25
[    3.929998]  [<c10434d2>] register_sysctl_table+0x14/0x16
[    3.933331]  [<c1ff4e26>] utsname_sysctl_init+0xd/0x11
[    3.936665]  [<c1001074>] do_one_initcall+0x6a/0x177
[    3.939998]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    3.943331]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    3.946664]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    3.949999]  [<c1064d61>] ? mark_held_locks+0x47/0x5f
[    3.953331]  [<c10b3070>] ? kmem_cache_free+0x9b/0xcf
[    3.956665]  [<c1064fdf>] ? trace_hardirqs_on_caller+0x10b/0x133
[    3.959998]  [<c1065012>] ? trace_hardirqs_on+0xb/0xd
[    3.963332]  [<c12e4870>] ? ida_get_new_above+0x158/0x172
[    3.966664]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    3.969998]  [<c12ed8c5>] ? _raw_spin_unlock+0x92/0x98
[    3.973331]  [<c19fccd3>] ? _spin_unlock+0x22/0x25
[    3.976665]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    3.979997]  [<c10fd3a6>] ? create_proc_entry+0x7c/0x90
[    3.983331]  [<c1071412>] ? register_irq_proc+0x91/0xad
[    3.986665]  [<c107138f>] ? register_irq_proc+0xe/0xad
[    3.989998]  [<c106f180>] ? irq_to_desc+0x8/0x21
[    3.993331]  [<c1071486>] ? init_irq_proc+0x58/0x65
[    3.996665]  [<c1fe2665>] kernel_init+0x170/0x1c1
[    3.999997]  [<c1fe24f5>] ? kernel_init+0x0/0x1c1
[    4.003334]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    4.006668] sysctl table check failed: /kernel/hostname .1.7 No proc_handler
[    4.015319] Pid: 1, comm: swapper Tainted: G        W  2.6.31-rc6-tip #4534
[    4.016663] Call Trace:
[    4.019997]  [<c19fa80e>] ? printk+0x14/0x16
[    4.023331]  [<c105bbc0>] set_fail+0x38/0x45
[    4.026664]  [<c105bff2>] sysctl_check_table+0x425/0x490
[    4.029999]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    4.033331]  [<c104331f>] __register_sysctl_paths+0xb6/0x230
[    4.036665]  [<c105e4f8>] ? jiffies_read+0x8/0x14
[    4.039997]  [<c105cfc0>] ? ktime_get+0x68/0xce
[    4.043332]  [<c1ff4e19>] ? utsname_sysctl_init+0x0/0x11
[    4.046664]  [<c10434bc>] register_sysctl_paths+0x23/0x25
[    4.049998]  [<c10434d2>] register_sysctl_table+0x14/0x16
[    4.053330]  [<c1ff4e26>] utsname_sysctl_init+0xd/0x11
[    4.056665]  [<c1001074>] do_one_initcall+0x6a/0x177
[    4.059998]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    4.063331]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    4.066664]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    4.069999]  [<c1064d61>] ? mark_held_locks+0x47/0x5f
[    4.073331]  [<c10b3070>] ? kmem_cache_free+0x9b/0xcf
[    4.076665]  [<c1064fdf>] ? trace_hardirqs_on_caller+0x10b/0x133
[    4.079997]  [<c1065012>] ? trace_hardirqs_on+0xb/0xd
[    4.083332]  [<c12e4870>] ? ida_get_new_above+0x158/0x172
[    4.086664]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    4.089998]  [<c12ed8c5>] ? _raw_spin_unlock+0x92/0x98
[    4.093331]  [<c19fccd3>] ? _spin_unlock+0x22/0x25
[    4.096665]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    4.099997]  [<c10fd3a6>] ? create_proc_entry+0x7c/0x90
[    4.103331]  [<c1071412>] ? register_irq_proc+0x91/0xad
[    4.106664]  [<c107138f>] ? register_irq_proc+0xe/0xad
[    4.109998]  [<c106f180>] ? irq_to_desc+0x8/0x21
[    4.113331]  [<c1071486>] ? init_irq_proc+0x58/0x65
[    4.116664]  [<c1fe2665>] kernel_init+0x170/0x1c1
[    4.119997]  [<c1fe24f5>] ? kernel_init+0x0/0x1c1
[    4.123332]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    4.126668] sysctl table check failed: /kernel/domainname .1.8 No proc_handler
[    4.136664] Pid: 1, comm: swapper Tainted: G        W  2.6.31-rc6-tip #4534
[    4.139995] Call Trace:
[    4.142419]  [<c19fa80e>] ? printk+0x14/0x16
[    4.143331]  [<c105bbc0>] set_fail+0x38/0x45
[    4.146664]  [<c105bff2>] sysctl_check_table+0x425/0x490
[    4.149999]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    4.153331]  [<c104331f>] __register_sysctl_paths+0xb6/0x230
[    4.156665]  [<c105e4f8>] ? jiffies_read+0x8/0x14
[    4.159997]  [<c105cfc0>] ? ktime_get+0x68/0xce
[    4.163331]  [<c1ff4e19>] ? utsname_sysctl_init+0x0/0x11
[    4.166664]  [<c10434bc>] register_sysctl_paths+0x23/0x25
[    4.169997]  [<c10434d2>] register_sysctl_table+0x14/0x16
[    4.173330]  [<c1ff4e26>] utsname_sysctl_init+0xd/0x11
[    4.176664]  [<c1001074>] do_one_initcall+0x6a/0x177
[    4.179998]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    4.183331]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    4.186664]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    4.189999]  [<c1064d61>] ? mark_held_locks+0x47/0x5f
[    4.193330]  [<c10b3070>] ? kmem_cache_free+0x9b/0xcf
[    4.196664]  [<c1064fdf>] ? trace_hardirqs_on_caller+0x10b/0x133
[    4.199997]  [<c1065012>] ? trace_hardirqs_on+0xb/0xd
[    4.203332]  [<c12e4870>] ? ida_get_new_above+0x158/0x172
[    4.206664]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    4.209998]  [<c12ed8c5>] ? _raw_spin_unlock+0x92/0x98
[    4.213330]  [<c19fccd3>] ? _spin_unlock+0x22/0x25
[    4.216665]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    4.219997]  [<c10fd3a6>] ? create_proc_entry+0x7c/0x90
[    4.223331]  [<c1071412>] ? register_irq_proc+0x91/0xad
[    4.226664]  [<c107138f>] ? register_irq_proc+0xe/0xad
[    4.229998]  [<c106f180>] ? irq_to_desc+0x8/0x21
[    4.233330]  [<c1071486>] ? init_irq_proc+0x58/0x65
[    4.236664]  [<c1fe2665>] kernel_init+0x170/0x1c1
[    4.239997]  [<c1fe24f5>] ? kernel_init+0x0/0x1c1
[    4.243332]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    4.246664] initcall utsname_sysctl_init+0x0/0x11 returned 0 after 585936 usecs
[    4.249997] calling  init_lstats_procfs+0x0/0x1f @ 1
[    4.253334] initcall init_lstats_procfs+0x0/0x1f returned 0 after 0 usecs
[    4.256664] calling  ftrace_nodyn_init+0x0/0x11 @ 1
[    4.259999] initcall ftrace_nodyn_init+0x0/0x11 returned 0 after 0 usecs
[    4.263330] calling  init_events+0x0/0x5a @ 1
[    4.266669] initcall init_events+0x0/0x5a returned 0 after 0 usecs
[    4.269998] calling  init_sched_switch_trace+0x0/0xf @ 1
[    4.273333] Testing tracer sched_switch: PASSED
[    4.380616] initcall init_sched_switch_trace+0x0/0xf returned 0 after 104166 usecs
[    4.383330] calling  init_function_trace+0x0/0xf @ 1
[    4.386663] Testing tracer function: PASSED
[    4.500791] initcall init_function_trace+0x0/0xf returned 0 after 110676 usecs
[    4.503330] calling  init_wakeup_tracer+0x0/0x1d @ 1
[    4.506663] Testing tracer wakeup: PASSED
[    4.717243] Testing tracer wakeup_rt: PASSED
[    4.927238] initcall init_wakeup_tracer+0x0/0x1d returned 0 after 410155 usecs
[    4.929997] calling  stack_trace_init+0x0/0x5b @ 1
[    4.933340] initcall stack_trace_init+0x0/0x5b returned 0 after 0 usecs
[    4.936663] calling  init_blk_tracer+0x0/0x4b @ 1
[    4.939997] initcall init_blk_tracer+0x0/0x4b returned 0 after 0 usecs
[    4.943330] calling  init_ksym_trace+0x0/0x47 @ 1
[    4.946666] Testing tracer ksym_tracer: PASSED
[    4.970588] initcall init_ksym_trace+0x0/0x47 returned 0 after 22786 usecs
[    4.973329] calling  perf_counter_sysfs_init+0x0/0x14 @ 1
[    4.976674] initcall perf_counter_sysfs_init+0x0/0x14 returned 0 after 0 usecs
[    4.979996] calling  init_per_zone_wmark_min+0x0/0x65 @ 1
[    4.983404] initcall init_per_zone_wmark_min+0x0/0x65 returned 0 after 0 usecs
[    4.986662] calling  pdflush_init+0x0/0x1b @ 1
[    4.990049] initcall pdflush_init+0x0/0x1b returned 0 after 0 usecs
[    4.993330] calling  kswapd_init+0x0/0x50 @ 1
[    4.996691] initcall kswapd_init+0x0/0x50 returned 0 after 0 usecs
[    4.999997] calling  init_tmpfs+0x0/0xb9 @ 1
[    5.003378] initcall init_tmpfs+0x0/0xb9 returned 0 after 0 usecs
[    5.006663] calling  setup_vmstat+0x0/0xa2 @ 1
[    5.010014] initcall setup_vmstat+0x0/0xa2 returned 0 after 0 usecs
[    5.013329] calling  mm_sysfs_init+0x0/0x22 @ 1
[    5.016668] initcall mm_sysfs_init+0x0/0x22 returned 0 after 0 usecs
[    5.019996] calling  proc_vmalloc_init+0x0/0x1f @ 1
[    5.023338] initcall proc_vmalloc_init+0x0/0x1f returned 0 after 0 usecs
[    5.026662] calling  init_emergency_pool+0x0/0x58 @ 1
[    5.030131] highmem bounce pool size: 64 pages
[    5.033330] initcall init_emergency_pool+0x0/0x58 returned 0 after 3255 usecs
[    5.036663] calling  hugetlb_init+0x0/0x2f4 @ 1
[    5.039996] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    5.043342] initcall hugetlb_init+0x0/0x2f4 returned 0 after 3255 usecs
[    5.046662] calling  fasync_init+0x0/0x24 @ 1
[    5.050000] initcall fasync_init+0x0/0x24 returned 0 after 0 usecs
[    5.053329] calling  proc_filesystems_init+0x0/0x1c @ 1
[    5.056665] initcall proc_filesystems_init+0x0/0x1c returned 0 after 0 usecs
[    5.059995] calling  dnotify_init+0x0/0x6f @ 1
[    5.063333] initcall dnotify_init+0x0/0x6f returned 0 after 0 usecs
[    5.066662] calling  inotify_setup+0x0/0x11 @ 1
[    5.069996] initcall inotify_setup+0x0/0x11 returned 0 after 0 usecs
[    5.073329] calling  inotify_user_setup+0x0/0x9e @ 1
[    5.076677] initcall inotify_user_setup+0x0/0x9e returned 0 after 0 usecs
[    5.079996] calling  aio_setup+0x0/0x66 @ 1
[    5.083378] initcall aio_setup+0x0/0x66 returned 0 after 0 usecs
[    5.086663] calling  proc_locks_init+0x0/0x1c @ 1
[    5.090000] initcall proc_locks_init+0x0/0x1c returned 0 after 0 usecs
[    5.093329] calling  init_mbcache+0x0/0x11 @ 1
[    5.096663] initcall init_mbcache+0x0/0x11 returned 0 after 0 usecs
[    5.099995] calling  dquot_init+0x0/0xe4 @ 1
[    5.103328] VFS: Disk quotas dquot_6.5.2
[    5.106724] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    5.110006] initcall dquot_init+0x0/0xe4 returned 0 after 6510 usecs
[    5.113329] calling  init_v1_quota_format+0x0/0xf @ 1
[    5.116663] initcall init_v1_quota_format+0x0/0xf returned 0 after 0 usecs
[    5.119995] calling  init_v2_quota_format+0x0/0xf @ 1
[    5.123330] initcall init_v2_quota_format+0x0/0xf returned 0 after 0 usecs
[    5.126662] calling  proc_cmdline_init+0x0/0x1c @ 1
[    5.129999] initcall proc_cmdline_init+0x0/0x1c returned 0 after 0 usecs
[    5.133329] calling  proc_cpuinfo_init+0x0/0x1c @ 1
[    5.136669] initcall proc_cpuinfo_init+0x0/0x1c returned 0 after 0 usecs
[    5.139996] calling  proc_devices_init+0x0/0x1c @ 1
[    5.143331] initcall proc_devices_init+0x0/0x1c returned 0 after 0 usecs
[    5.146662] calling  proc_interrupts_init+0x0/0x1c @ 1
[    5.149998] initcall proc_interrupts_init+0x0/0x1c returned 0 after 0 usecs
[    5.153329] calling  proc_loadavg_init+0x0/0x1c @ 1
[    5.156665] initcall proc_loadavg_init+0x0/0x1c returned 0 after 0 usecs
[    5.159995] calling  proc_meminfo_init+0x0/0x1c @ 1
[    5.163331] initcall proc_meminfo_init+0x0/0x1c returned 0 after 0 usecs
[    5.166662] calling  proc_stat_init+0x0/0x1c @ 1
[    5.169998] initcall proc_stat_init+0x0/0x1c returned 0 after 0 usecs
[    5.173329] calling  proc_uptime_init+0x0/0x1c @ 1
[    5.176665] initcall proc_uptime_init+0x0/0x1c returned 0 after 0 usecs
[    5.179999] calling  proc_version_init+0x0/0x1c @ 1
[    5.183332] initcall proc_version_init+0x0/0x1c returned 0 after 0 usecs
[    5.186662] calling  proc_softirqs_init+0x0/0x1c @ 1
[    5.189998] initcall proc_softirqs_init+0x0/0x1c returned 0 after 0 usecs
[    5.193329] calling  proc_kcore_init+0x0/0x40 @ 1
[    5.196665] initcall proc_kcore_init+0x0/0x40 returned 0 after 0 usecs
[    5.199995] calling  vmcore_init+0x0/0x9b3 @ 1
[    5.203330] initcall vmcore_init+0x0/0x9b3 returned 0 after 0 usecs
[    5.206662] calling  proc_kmsg_init+0x0/0x1f @ 1
[    5.209998] initcall proc_kmsg_init+0x0/0x1f returned 0 after 0 usecs
[    5.213329] calling  configfs_init+0x0/0xd6 @ 1
[    5.216676] initcall configfs_init+0x0/0xd6 returned 0 after 0 usecs
[    5.219996] calling  init_devpts_fs+0x0/0x3d @ 1
[    5.223345] initcall init_devpts_fs+0x0/0x3d returned 0 after 0 usecs
[    5.226662] calling  init_ext3_fs+0x0/0x64 @ 1
[    5.230002] initcall init_ext3_fs+0x0/0x64 returned 0 after 0 usecs
[    5.233329] calling  init_ext2_fs+0x0/0x64 @ 1
[    5.236671] initcall init_ext2_fs+0x0/0x64 returned 0 after 0 usecs
[    5.239996] calling  journal_init+0x0/0xb6 @ 1
[    5.243351] initcall journal_init+0x0/0xb6 returned 0 after 0 usecs
[    5.246662] calling  journal_init+0x0/0x9a @ 1
[    5.250003] initcall journal_init+0x0/0x9a returned 0 after 0 usecs
[    5.253329] calling  init_ramfs_fs+0x0/0xf @ 1
[    5.256664] initcall init_ramfs_fs+0x0/0xf returned 0 after 0 usecs
[    5.259996] calling  init_hugetlbfs_fs+0x0/0x82 @ 1
[    5.263361] initcall init_hugetlbfs_fs+0x0/0x82 returned 0 after 0 usecs
[    5.266663] calling  init_fat_fs+0x0/0x46 @ 1
[    5.269998] initcall init_fat_fs+0x0/0x46 returned 0 after 0 usecs
[    5.273329] calling  init_msdos_fs+0x0/0xf @ 1
[    5.276664] initcall init_msdos_fs+0x0/0xf returned 0 after 0 usecs
[    5.279995] calling  init_nfs_fs+0x0/0x11c @ 1
[    5.283406] initcall init_nfs_fs+0x0/0x11c returned 0 after 0 usecs
[    5.286663] calling  init_nfsd+0x0/0xca @ 1
[    5.289994] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    5.293550] initcall init_nfsd+0x0/0xca returned 0 after 3255 usecs
[    5.296663] calling  init_nlm+0x0/0x1c @ 1
[    5.300035] initcall init_nlm+0x0/0x1c returned 0 after 0 usecs
[    5.303329] calling  init_nls_cp437+0x0/0xf @ 1
[    5.306663] initcall init_nls_cp437+0x0/0xf returned 0 after 0 usecs
[    5.310000] calling  init_nls_cp737+0x0/0xf @ 1
[    5.313329] initcall init_nls_cp737+0x0/0xf returned 0 after 0 usecs
[    5.316663] calling  init_nls_cp775+0x0/0xf @ 1
[    5.319996] initcall init_nls_cp775+0x0/0xf returned 0 after 0 usecs
[    5.323329] calling  init_nls_cp850+0x0/0xf @ 1
[    5.326663] initcall init_nls_cp850+0x0/0xf returned 0 after 0 usecs
[    5.329995] calling  init_nls_cp852+0x0/0xf @ 1
[    5.333329] initcall init_nls_cp852+0x0/0xf returned 0 after 0 usecs
[    5.336662] calling  init_nls_cp855+0x0/0xf @ 1
[    5.339996] initcall init_nls_cp855+0x0/0xf returned 0 after 0 usecs
[    5.343328] calling  init_nls_cp857+0x0/0xf @ 1
[    5.346662] initcall init_nls_cp857+0x0/0xf returned 0 after 0 usecs
[    5.349995] calling  init_nls_cp861+0x0/0xf @ 1
[    5.353329] initcall init_nls_cp861+0x0/0xf returned 0 after 0 usecs
[    5.356662] calling  init_nls_cp863+0x0/0xf @ 1
[    5.359996] initcall init_nls_cp863+0x0/0xf returned 0 after 0 usecs
[    5.363328] calling  init_nls_cp865+0x0/0xf @ 1
[    5.366662] initcall init_nls_cp865+0x0/0xf returned 0 after 0 usecs
[    5.369995] calling  init_nls_cp869+0x0/0xf @ 1
[    5.373329] initcall init_nls_cp869+0x0/0xf returned 0 after 0 usecs
[    5.376662] calling  init_nls_cp874+0x0/0xf @ 1
[    5.379996] initcall init_nls_cp874+0x0/0xf returned 0 after 0 usecs
[    5.383328] calling  init_nls_cp949+0x0/0xf @ 1
[    5.386662] initcall init_nls_cp949+0x0/0xf returned 0 after 0 usecs
[    5.389995] calling  init_nls_cp950+0x0/0xf @ 1
[    5.393329] initcall init_nls_cp950+0x0/0xf returned 0 after 0 usecs
[    5.396662] calling  init_nls_cp1250+0x0/0xf @ 1
[    5.399996] initcall init_nls_cp1250+0x0/0xf returned 0 after 0 usecs
[    5.403328] calling  init_nls_ascii+0x0/0xf @ 1
[    5.406662] initcall init_nls_ascii+0x0/0xf returned 0 after 0 usecs
[    5.409995] calling  init_nls_iso8859_2+0x0/0xf @ 1
[    5.413329] initcall init_nls_iso8859_2+0x0/0xf returned 0 after 0 usecs
[    5.416662] calling  init_nls_iso8859_4+0x0/0xf @ 1
[    5.419996] initcall init_nls_iso8859_4+0x0/0xf returned 0 after 0 usecs
[    5.423328] calling  init_nls_iso8859_6+0x0/0xf @ 1
[    5.426662] initcall init_nls_iso8859_6+0x0/0xf returned 0 after 0 usecs
[    5.429995] calling  init_nls_iso8859_7+0x0/0xf @ 1
[    5.433329] initcall init_nls_iso8859_7+0x0/0xf returned 0 after 0 usecs
[    5.436664] calling  init_nls_cp1255+0x0/0xf @ 1
[    5.439996] initcall init_nls_cp1255+0x0/0xf returned 0 after 0 usecs
[    5.443328] calling  init_nls_iso8859_9+0x0/0xf @ 1
[    5.446662] initcall init_nls_iso8859_9+0x0/0xf returned 0 after 0 usecs
[    5.449995] calling  init_nls_iso8859_13+0x0/0xf @ 1
[    5.453329] initcall init_nls_iso8859_13+0x0/0xf returned 0 after 0 usecs
[    5.456662] calling  init_nls_iso8859_14+0x0/0xf @ 1
[    5.459996] initcall init_nls_iso8859_14+0x0/0xf returned 0 after 0 usecs
[    5.463328] calling  init_nls_iso8859_15+0x0/0xf @ 1
[    5.466662] initcall init_nls_iso8859_15+0x0/0xf returned 0 after 0 usecs
[    5.469995] calling  init_nls_koi8_r+0x0/0xf @ 1
[    5.473329] initcall init_nls_koi8_r+0x0/0xf returned 0 after 0 usecs
[    5.476662] calling  init_nls_utf8+0x0/0x1f @ 1
[    5.479996] initcall init_nls_utf8+0x0/0x1f returned 0 after 0 usecs
[    5.483328] calling  init_smb_fs+0x0/0x64 @ 1
[    5.486664] initcall init_smb_fs+0x0/0x64 returned 0 after 0 usecs
[    5.493330] calling  init_ncp_fs+0x0/0x54 @ 1
[    5.496664] initcall init_ncp_fs+0x0/0x54 returned 0 after 0 usecs
[    5.503328] calling  init_ntfs_fs+0x0/0x1ea @ 1
[    5.506660] NTFS driver 2.1.29 [Flags: R/W DEBUG].
[    5.513357] initcall init_ntfs_fs+0x0/0x1ea returned 0 after 6510 usecs
[    5.519995] calling  init_autofs_fs+0x0/0xf @ 1
[    5.523330] initcall init_autofs_fs+0x0/0xf returned 0 after 0 usecs
[    5.529995] calling  init_jfs_fs+0x0/0x207 @ 1
[    5.533345] JFS: nTxBlock = 7693, nTxLock = 61550
[    5.544201] initcall init_jfs_fs+0x0/0x207 returned 0 after 9765 usecs
[    5.549999] calling  init_xfs_fs+0x0/0x9b @ 1
[    5.553327] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    5.562387] initcall init_xfs_fs+0x0/0x9b returned 0 after 6510 usecs
[    5.566663] calling  ocfs2_init+0x0/0x316 @ 1
[    5.573328] OCFS2 1.5.0
[    5.575889] initcall ocfs2_init+0x0/0x316 returned 0 after 0 usecs
[    5.579996] calling  ocfs2_stack_glue_init+0x0/0x7c @ 1
[    5.586716] initcall ocfs2_stack_glue_init+0x0/0x7c returned 0 after 0 usecs
[    5.593328] calling  init_o2nm+0x0/0x92 @ 1
[    5.596660] OCFS2 Node Manager 1.5.0
[    5.602357] initcall init_o2nm+0x0/0x92 returned 0 after 3255 usecs
[    5.606662] calling  ipc_init+0x0/0x20 @ 1
[    5.610000] msgmni has been set to 1683
[    5.613333] initcall ipc_init+0x0/0x20 returned 0 after 3255 usecs
[    5.619995] calling  ipc_sysctl_init+0x0/0x11 @ 1
[    5.626672] sysctl table check failed: /kernel/shmmax .1.34 No proc_handler
[    5.632072] Pid: 1, comm: swapper Tainted: G        W  2.6.31-rc6-tip #4534
[    5.639993] Call Trace:
[    5.643331]  [<c19fa80e>] ? printk+0x14/0x16
[    5.646664]  [<c105bbc0>] set_fail+0x38/0x45
[    5.649996]  [<c105bff2>] sysctl_check_table+0x425/0x490
[    5.656662]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    5.659997]  [<c104331f>] __register_sysctl_paths+0xb6/0x230
[    5.666662]  [<c1ffc6a6>] ? ipc_init_proc_interface+0x8a/0x9f
[    5.673329]  [<c105e4f8>] ? jiffies_read+0x8/0x14
[    5.676662]  [<c105cfc0>] ? ktime_get+0x68/0xce
[    5.679998]  [<c1ffc745>] ? ipc_sysctl_init+0x0/0x11
[    5.686662]  [<c10434bc>] register_sysctl_paths+0x23/0x25
[    5.693329]  [<c10434d2>] register_sysctl_table+0x14/0x16
[    5.696662]  [<c1ffc752>] ipc_sysctl_init+0xd/0x11
[    5.703329]  [<c1001074>] do_one_initcall+0x6a/0x177
[    5.706665]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    5.713329]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    5.716662]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    5.723329]  [<c1064d61>] ? mark_held_locks+0x47/0x5f
[    5.726664]  [<c10b3070>] ? kmem_cache_free+0x9b/0xcf
[    5.733329]  [<c1064fdf>] ? trace_hardirqs_on_caller+0x10b/0x133
[    5.739996]  [<c1065012>] ? trace_hardirqs_on+0xb/0xd
[    5.743331]  [<c12e4870>] ? ida_get_new_above+0x158/0x172
[    5.749996]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    5.753330]  [<c12ed8c5>] ? _raw_spin_unlock+0x92/0x98
[    5.759997]  [<c19fccd3>] ? _spin_unlock+0x22/0x25
[    5.763328]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    5.769995]  [<c10fd3a6>] ? create_proc_entry+0x7c/0x90
[    5.773330]  [<c1071412>] ? register_irq_proc+0x91/0xad
[    5.779996]  [<c107138f>] ? register_irq_proc+0xe/0xad
[    5.783329]  [<c106f180>] ? irq_to_desc+0x8/0x21
[    5.789996]  [<c1071486>] ? init_irq_proc+0x58/0x65
[    5.793331]  [<c1fe2665>] kernel_init+0x170/0x1c1
[    5.799996]  [<c1fe24f5>] ? kernel_init+0x0/0x1c1
[    5.803330]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    5.810002] sysctl table check failed: /kernel/shmall .1.41 No proc_handler
[    5.815144] Pid: 1, comm: swapper Tainted: G        W  2.6.31-rc6-tip #4534
[    5.823327] Call Trace:
[    5.823328]  [<c19fa80e>] ? printk+0x14/0x16
[    5.829996]  [<c105bbc0>] set_fail+0x38/0x45
[    5.833329]  [<c105bff2>] sysctl_check_table+0x425/0x490
[    5.839996]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    5.843329]  [<c104331f>] __register_sysctl_paths+0xb6/0x230
[    5.849996]  [<c1ffc6a6>] ? ipc_init_proc_interface+0x8a/0x9f
[    5.856662]  [<c105e4f8>] ? jiffies_read+0x8/0x14
[    5.859995]  [<c105cfc0>] ? ktime_get+0x68/0xce
[    5.863328]  [<c1ffc745>] ? ipc_sysctl_init+0x0/0x11
[    5.869995]  [<c10434bc>] register_sysctl_paths+0x23/0x25
[    5.873329]  [<c10434d2>] register_sysctl_table+0x14/0x16
[    5.879995]  [<c1ffc752>] ipc_sysctl_init+0xd/0x11
[    5.883328]  [<c1001074>] do_one_initcall+0x6a/0x177
[    5.889996]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    5.896662]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    5.899996]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    5.906662]  [<c1064d61>] ? mark_held_locks+0x47/0x5f
[    5.909995]  [<c10b3070>] ? kmem_cache_free+0x9b/0xcf
[    5.916662]  [<c1064fdf>] ? trace_hardirqs_on_caller+0x10b/0x133
[    5.919995]  [<c1065012>] ? trace_hardirqs_on+0xb/0xd
[    5.926662]  [<c12e4870>] ? ida_get_new_above+0x158/0x172
[    5.933329]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    5.936664]  [<c12ed8c5>] ? _raw_spin_unlock+0x92/0x98
[    5.943329]  [<c19fccd3>] ? _spin_unlock+0x22/0x25
[    5.946662]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    5.949995]  [<c10fd3a6>] ? create_proc_entry+0x7c/0x90
[    5.956662]  [<c1071412>] ? register_irq_proc+0x91/0xad
[    5.963329]  [<c107138f>] ? register_irq_proc+0xe/0xad
[    5.966662]  [<c106f180>] ? irq_to_desc+0x8/0x21
[    5.973329]  [<c1071486>] ? init_irq_proc+0x58/0x65
[    5.976662]  [<c1fe2665>] kernel_init+0x170/0x1c1
[    5.979995]  [<c1fe24f5>] ? kernel_init+0x0/0x1c1
[    5.986662]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    5.990000] sysctl table check failed: /kernel/shmmni .1.45 No proc_handler
[    5.996660] Pid: 1, comm: swapper Tainted: G        W  2.6.31-rc6-tip #4534
[    6.006660] Call Trace:
[    6.006661]  [<c19fa80e>] ? printk+0x14/0x16
[    6.013329]  [<c105bbc0>] set_fail+0x38/0x45
[    6.016662]  [<c105bff2>] sysctl_check_table+0x425/0x490
[    6.019995]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    6.026662]  [<c104331f>] __register_sysctl_paths+0xb6/0x230
[    6.033329]  [<c1ffc6a6>] ? ipc_init_proc_interface+0x8a/0x9f
[    6.036662]  [<c105e4f8>] ? jiffies_read+0x8/0x14
[    6.043329]  [<c105cfc0>] ? ktime_get+0x68/0xce
[    6.046662]  [<c1ffc745>] ? ipc_sysctl_init+0x0/0x11
[    6.053329]  [<c10434bc>] register_sysctl_paths+0x23/0x25
[    6.056661]  [<c10434d2>] register_sysctl_table+0x14/0x16
[    6.063328]  [<c1ffc752>] ipc_sysctl_init+0xd/0x11
[    6.066661]  [<c1001074>] do_one_initcall+0x6a/0x177
[    6.073329]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.076662]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.083329]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.086662]  [<c1064d61>] ? mark_held_locks+0x47/0x5f
[    6.093328]  [<c10b3070>] ? kmem_cache_free+0x9b/0xcf
[    6.096662]  [<c1064fdf>] ? trace_hardirqs_on_caller+0x10b/0x133
[    6.103329]  [<c1065012>] ? trace_hardirqs_on+0xb/0xd
[    6.109995]  [<c12e4870>] ? ida_get_new_above+0x158/0x172
[    6.113328]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    6.119996]  [<c12ed8c5>] ? _raw_spin_unlock+0x92/0x98
[    6.123328]  [<c19fccd3>] ? _spin_unlock+0x22/0x25
[    6.129995]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    6.133328]  [<c10fd3a6>] ? create_proc_entry+0x7c/0x90
[    6.139995]  [<c1071412>] ? register_irq_proc+0x91/0xad
[    6.143328]  [<c107138f>] ? register_irq_proc+0xe/0xad
[    6.149995]  [<c106f180>] ? irq_to_desc+0x8/0x21
[    6.153329]  [<c1071486>] ? init_irq_proc+0x58/0x65
[    6.159995]  [<c1fe2665>] kernel_init+0x170/0x1c1
[    6.163328]  [<c1fe24f5>] ? kernel_init+0x0/0x1c1
[    6.169995]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    6.173333] sysctl table check failed: /kernel/msgmax .1.35 No proc_handler
[    6.179994] Pid: 1, comm: swapper Tainted: G        W  2.6.31-rc6-tip #4534
[    6.186659] Call Trace:
[    6.189083]  [<c19fa80e>] ? printk+0x14/0x16
[    6.193331]  [<c105bbc0>] set_fail+0x38/0x45
[    6.199995]  [<c105bff2>] sysctl_check_table+0x425/0x490
[    6.203328]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    6.209995]  [<c104331f>] __register_sysctl_paths+0xb6/0x230
[    6.213328]  [<c1ffc6a6>] ? ipc_init_proc_interface+0x8a/0x9f
[    6.219995]  [<c105e4f8>] ? jiffies_read+0x8/0x14
[    6.226662]  [<c105cfc0>] ? ktime_get+0x68/0xce
[    6.229994]  [<c1ffc745>] ? ipc_sysctl_init+0x0/0x11
[    6.233328]  [<c10434bc>] register_sysctl_paths+0x23/0x25
[    6.239995]  [<c10434d2>] register_sysctl_table+0x14/0x16
[    6.246661]  [<c1ffc752>] ipc_sysctl_init+0xd/0x11
[    6.249994]  [<c1001074>] do_one_initcall+0x6a/0x177
[    6.253329]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.259995]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.266662]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.269995]  [<c1064d61>] ? mark_held_locks+0x47/0x5f
[    6.276662]  [<c10b3070>] ? kmem_cache_free+0x9b/0xcf
[    6.279995]  [<c1064fdf>] ? trace_hardirqs_on_caller+0x10b/0x133
[    6.286662]  [<c1065012>] ? trace_hardirqs_on+0xb/0xd
[    6.289995]  [<c12e4870>] ? ida_get_new_above+0x158/0x172
[    6.296662]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    6.303329]  [<c12ed8c5>] ? _raw_spin_unlock+0x92/0x98
[    6.306662]  [<c19fccd3>] ? _spin_unlock+0x22/0x25
[    6.313328]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    6.316661]  [<c10fd3a6>] ? create_proc_entry+0x7c/0x90
[    6.323328]  [<c1071412>] ? register_irq_proc+0x91/0xad
[    6.326662]  [<c107138f>] ? register_irq_proc+0xe/0xad
[    6.333328]  [<c106f180>] ? irq_to_desc+0x8/0x21
[    6.336666]  [<c1071486>] ? init_irq_proc+0x58/0x65
[    6.339996]  [<c1fe2665>] kernel_init+0x170/0x1c1
[    6.346662]  [<c1fe24f5>] ? kernel_init+0x0/0x1c1
[    6.349996]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    6.356667] sysctl table check failed: /kernel/msgmni .1.42 No proc_handler
[    6.363326] Pid: 1, comm: swapper Tainted: G        W  2.6.31-rc6-tip #4534
[    6.369993] Call Trace:
[    6.373328]  [<c19fa80e>] ? printk+0x14/0x16
[    6.376662]  [<c105bbc0>] set_fail+0x38/0x45
[    6.379996]  [<c105bff2>] sysctl_check_table+0x425/0x490
[    6.386662]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    6.389995]  [<c104331f>] __register_sysctl_paths+0xb6/0x230
[    6.396662]  [<c1ffc6a6>] ? ipc_init_proc_interface+0x8a/0x9f
[    6.403329]  [<c105e4f8>] ? jiffies_read+0x8/0x14
[    6.406662]  [<c105cfc0>] ? ktime_get+0x68/0xce
[    6.413328]  [<c1ffc745>] ? ipc_sysctl_init+0x0/0x11
[    6.416662]  [<c10434bc>] register_sysctl_paths+0x23/0x25
[    6.423328]  [<c10434d2>] register_sysctl_table+0x14/0x16
[    6.426661]  [<c1ffc752>] ipc_sysctl_init+0xd/0x11
[    6.433328]  [<c1001074>] do_one_initcall+0x6a/0x177
[    6.436662]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.443329]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.446662]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.453331]  [<c1064d61>] ? mark_held_locks+0x47/0x5f
[    6.456662]  [<c10b3070>] ? kmem_cache_free+0x9b/0xcf
[    6.463329]  [<c1064fdf>] ? trace_hardirqs_on_caller+0x10b/0x133
[    6.469995]  [<c1065012>] ? trace_hardirqs_on+0xb/0xd
[    6.473329]  [<c12e4870>] ? ida_get_new_above+0x158/0x172
[    6.479997]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    6.483329]  [<c12ed8c5>] ? _raw_spin_unlock+0x92/0x98
[    6.489995]  [<c19fccd3>] ? _spin_unlock+0x22/0x25
[    6.493328]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    6.499995]  [<c10fd3a6>] ? create_proc_entry+0x7c/0x90
[    6.503329]  [<c1071412>] ? register_irq_proc+0x91/0xad
[    6.509995]  [<c107138f>] ? register_irq_proc+0xe/0xad
[    6.513328]  [<c106f180>] ? irq_to_desc+0x8/0x21
[    6.519995]  [<c1071486>] ? init_irq_proc+0x58/0x65
[    6.523329]  [<c1fe2665>] kernel_init+0x170/0x1c1
[    6.529995]  [<c1fe24f5>] ? kernel_init+0x0/0x1c1
[    6.533329]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    6.540000] sysctl table check failed: /kernel/msgmnb .1.36 No proc_handler
[    6.546659] Pid: 1, comm: swapper Tainted: G        W  2.6.31-rc6-tip #4534
[    6.553326] Call Trace:
[    6.556661]  [<c19fa80e>] ? printk+0x14/0x16
[    6.559995]  [<c105bbc0>] set_fail+0x38/0x45
[    6.563329]  [<c105bff2>] sysctl_check_table+0x425/0x490
[    6.569995]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    6.573328]  [<c104331f>] __register_sysctl_paths+0xb6/0x230
[    6.579995]  [<c1ffc6a6>] ? ipc_init_proc_interface+0x8a/0x9f
[    6.586662]  [<c105e4f8>] ? jiffies_read+0x8/0x14
[    6.589995]  [<c105cfc0>] ? ktime_get+0x68/0xce
[    6.593328]  [<c1ffc745>] ? ipc_sysctl_init+0x0/0x11
[    6.599995]  [<c10434bc>] register_sysctl_paths+0x23/0x25
[    6.606662]  [<c10434d2>] register_sysctl_table+0x14/0x16
[    6.609995]  [<c1ffc752>] ipc_sysctl_init+0xd/0x11
[    6.616661]  [<c1001074>] do_one_initcall+0x6a/0x177
[    6.619995]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.626662]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.629995]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.636662]  [<c1064d61>] ? mark_held_locks+0x47/0x5f
[    6.639995]  [<c10b3070>] ? kmem_cache_free+0x9b/0xcf
[    6.646662]  [<c1064fdf>] ? trace_hardirqs_on_caller+0x10b/0x133
[    6.653328]  [<c1065012>] ? trace_hardirqs_on+0xb/0xd
[    6.656662]  [<c12e4870>] ? ida_get_new_above+0x158/0x172
[    6.663328]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    6.666662]  [<c12ed8c5>] ? _raw_spin_unlock+0x92/0x98
[    6.673328]  [<c19fccd3>] ? _spin_unlock+0x22/0x25
[    6.676661]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    6.683328]  [<c10fd3a6>] ? create_proc_entry+0x7c/0x90
[    6.686662]  [<c1071412>] ? register_irq_proc+0x91/0xad
[    6.693328]  [<c107138f>] ? register_irq_proc+0xe/0xad
[    6.696661]  [<c106f180>] ? irq_to_desc+0x8/0x21
[    6.703328]  [<c1071486>] ? init_irq_proc+0x58/0x65
[    6.706662]  [<c1fe2665>] kernel_init+0x170/0x1c1
[    6.713330]  [<c1fe24f5>] ? kernel_init+0x0/0x1c1
[    6.716662]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    6.723333] sysctl table check failed: /kernel/sem .1.43 No proc_handler
[    6.729994] Pid: 1, comm: swapper Tainted: G        W  2.6.31-rc6-tip #4534
[    6.736659] Call Trace:
[    6.736660]  [<c19fa80e>] ? printk+0x14/0x16
[    6.743328]  [<c105bbc0>] set_fail+0x38/0x45
[    6.746662]  [<c105bff2>] sysctl_check_table+0x425/0x490
[    6.749995]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    6.756662]  [<c104331f>] __register_sysctl_paths+0xb6/0x230
[    6.763328]  [<c1ffc6a6>] ? ipc_init_proc_interface+0x8a/0x9f
[    6.766662]  [<c105e4f8>] ? jiffies_read+0x8/0x14
[    6.773328]  [<c105cfc0>] ? ktime_get+0x68/0xce
[    6.776661]  [<c1ffc745>] ? ipc_sysctl_init+0x0/0x11
[    6.783328]  [<c10434bc>] register_sysctl_paths+0x23/0x25
[    6.786661]  [<c10434d2>] register_sysctl_table+0x14/0x16
[    6.793328]  [<c1ffc752>] ipc_sysctl_init+0xd/0x11
[    6.796661]  [<c1001074>] do_one_initcall+0x6a/0x177
[    6.803329]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.806662]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.813328]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.816662]  [<c1064d61>] ? mark_held_locks+0x47/0x5f
[    6.823328]  [<c10b3070>] ? kmem_cache_free+0x9b/0xcf
[    6.826662]  [<c1064fdf>] ? trace_hardirqs_on_caller+0x10b/0x133
[    6.833328]  [<c1065012>] ? trace_hardirqs_on+0xb/0xd
[    6.839995]  [<c12e4870>] ? ida_get_new_above+0x158/0x172
[    6.843328]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    6.849995]  [<c12ed8c5>] ? _raw_spin_unlock+0x92/0x98
[    6.853328]  [<c19fccd3>] ? _spin_unlock+0x22/0x25
[    6.859994]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    6.863328]  [<c10fd3a6>] ? create_proc_entry+0x7c/0x90
[    6.869995]  [<c1071412>] ? register_irq_proc+0x91/0xad
[    6.873328]  [<c107138f>] ? register_irq_proc+0xe/0xad
[    6.879995]  [<c106f180>] ? irq_to_desc+0x8/0x21
[    6.883328]  [<c1071486>] ? init_irq_proc+0x58/0x65
[    6.889995]  [<c1fe2665>] kernel_init+0x170/0x1c1
[    6.893328]  [<c1fe24f5>] ? kernel_init+0x0/0x1c1
[    6.899995]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    6.903334] sysctl table check failed: /kernel/auto_msgmni  No proc_handler
[    6.909993] Pid: 1, comm: swapper Tainted: G        W  2.6.31-rc6-tip #4534
[    6.916659] Call Trace:
[    6.919994]  [<c19fa80e>] ? printk+0x14/0x16
[    6.923328]  [<c105bbc0>] set_fail+0x38/0x45
[    6.929995]  [<c105bff2>] sysctl_check_table+0x425/0x490
[    6.933328]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    6.939995]  [<c104331f>] __register_sysctl_paths+0xb6/0x230
[    6.946661]  [<c1ffc6a6>] ? ipc_init_proc_interface+0x8a/0x9f
[    6.949995]  [<c105e4f8>] ? jiffies_read+0x8/0x14
[    6.956661]  [<c105cfc0>] ? ktime_get+0x68/0xce
[    6.959994]  [<c1ffc745>] ? ipc_sysctl_init+0x0/0x11
[    6.963328]  [<c10434bc>] register_sysctl_paths+0x23/0x25
[    6.969997]  [<c10434d2>] register_sysctl_table+0x14/0x16
[    6.976661]  [<c1ffc752>] ipc_sysctl_init+0xd/0x11
[    6.979994]  [<c1001074>] do_one_initcall+0x6a/0x177
[    6.986662]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.989995]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.996661]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    6.999995]  [<c1064d61>] ? mark_held_locks+0x47/0x5f
[    7.006661]  [<c10b3070>] ? kmem_cache_free+0x9b/0xcf
[    7.009995]  [<c1064fdf>] ? trace_hardirqs_on_caller+0x10b/0x133
[    7.016661]  [<c1065012>] ? trace_hardirqs_on+0xb/0xd
[    7.023328]  [<c12e4870>] ? ida_get_new_above+0x158/0x172
[    7.026661]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    7.033328]  [<c12ed8c5>] ? _raw_spin_unlock+0x92/0x98
[    7.036661]  [<c19fccd3>] ? _spin_unlock+0x22/0x25
[    7.043327]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    7.046661]  [<c10fd3a6>] ? create_proc_entry+0x7c/0x90
[    7.053328]  [<c1071412>] ? register_irq_proc+0x91/0xad
[    7.056661]  [<c107138f>] ? register_irq_proc+0xe/0xad
[    7.063328]  [<c106f180>] ? irq_to_desc+0x8/0x21
[    7.066661]  [<c1071486>] ? init_irq_proc+0x58/0x65
[    7.073328]  [<c1fe2665>] kernel_init+0x170/0x1c1
[    7.076661]  [<c1fe24f5>] ? kernel_init+0x0/0x1c1
[    7.079995]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    7.086661] initcall ipc_sysctl_init+0x0/0x11 returned 0 after 1425779 usecs
[    7.093327] calling  init_mqueue_fs+0x0/0xa3 @ 1
[    7.099941] sysctl table check failed: /fs/mqueue/queues_max  No proc_handler
[    7.103327] Pid: 1, comm: swapper Tainted: G        W  2.6.31-rc6-tip #4534
[    7.106658] Call Trace:
[    7.109085]  [<c19fa80e>] ? printk+0x14/0x16
[    7.109996]  [<c105bbc0>] set_fail+0x38/0x45
[    7.113328]  [<c105bff2>] sysctl_check_table+0x425/0x490
[    7.116661]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    7.119994]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    7.123328]  [<c104331f>] __register_sysctl_paths+0xb6/0x230
[    7.126660]  [<c1ffc756>] ? init_mqueue_fs+0x0/0xa3
[    7.129993]  [<c105840a>] ? up_write+0x1b/0x30
[    7.133327]  [<c1ffc756>] ? init_mqueue_fs+0x0/0xa3
[    7.136660]  [<c10434bc>] register_sysctl_paths+0x23/0x25
[    7.139993]  [<c10434d2>] register_sysctl_table+0x14/0x16
[    7.143329]  [<c12a0a06>] mq_register_sysctl_table+0x12/0x14
[    7.146660]  [<c1ffc78a>] init_mqueue_fs+0x34/0xa3
[    7.149993]  [<c1001074>] do_one_initcall+0x6a/0x177
[    7.153329]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    7.156660]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    7.159994]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    7.163330]  [<c1064d61>] ? mark_held_locks+0x47/0x5f
[    7.166661]  [<c10b3070>] ? kmem_cache_free+0x9b/0xcf
[    7.169994]  [<c1064fdf>] ? trace_hardirqs_on_caller+0x10b/0x133
[    7.173327]  [<c1065012>] ? trace_hardirqs_on+0xb/0xd
[    7.176662]  [<c12e4870>] ? ida_get_new_above+0x158/0x172
[    7.179995]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    7.183328]  [<c12ed8c5>] ? _raw_spin_unlock+0x92/0x98
[    7.186661]  [<c19fccd3>] ? _spin_unlock+0x22/0x25
[    7.189993]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    7.193327]  [<c10fd3a6>] ? create_proc_entry+0x7c/0x90
[    7.196661]  [<c1071412>] ? register_irq_proc+0x91/0xad
[    7.199994]  [<c107138f>] ? register_irq_proc+0xe/0xad
[    7.203327]  [<c106f180>] ? irq_to_desc+0x8/0x21
[    7.206660]  [<c1071486>] ? init_irq_proc+0x58/0x65
[    7.209995]  [<c1fe2665>] kernel_init+0x170/0x1c1
[    7.213327]  [<c1fe24f5>] ? kernel_init+0x0/0x1c1
[    7.216661]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    7.219998] sysctl table check failed: /fs/mqueue/msg_max  No proc_handler
[    7.226659] Pid: 1, comm: swapper Tainted: G        W  2.6.31-rc6-tip #4534
[    7.229992] Call Trace:
[    7.233326]  [<c19fa80e>] ? printk+0x14/0x16
[    7.236661]  [<c105bbc0>] set_fail+0x38/0x45
[    7.239994]  [<c105bff2>] sysctl_check_table+0x425/0x490
[    7.243327]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    7.246660]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    7.249994]  [<c104331f>] __register_sysctl_paths+0xb6/0x230
[    7.253327]  [<c1ffc756>] ? init_mqueue_fs+0x0/0xa3
[    7.256660]  [<c105840a>] ? up_write+0x1b/0x30
[    7.259993]  [<c1ffc756>] ? init_mqueue_fs+0x0/0xa3
[    7.263327]  [<c10434bc>] register_sysctl_paths+0x23/0x25
[    7.266660]  [<c10434d2>] register_sysctl_table+0x14/0x16
[    7.269994]  [<c12a0a06>] mq_register_sysctl_table+0x12/0x14
[    7.273326]  [<c1ffc78a>] init_mqueue_fs+0x34/0xa3
[    7.276660]  [<c1001074>] do_one_initcall+0x6a/0x177
[    7.279994]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    7.283327]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    7.286660]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    7.289994]  [<c1064d61>] ? mark_held_locks+0x47/0x5f
[    7.293329]  [<c10b3070>] ? kmem_cache_free+0x9b/0xcf
[    7.296661]  [<c1064fdf>] ? trace_hardirqs_on_caller+0x10b/0x133
[    7.299993]  [<c1065012>] ? trace_hardirqs_on+0xb/0xd
[    7.303327]  [<c12e4870>] ? ida_get_new_above+0x158/0x172
[    7.306660]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    7.309994]  [<c12ed8c5>] ? _raw_spin_unlock+0x92/0x98
[    7.313327]  [<c19fccd3>] ? _spin_unlock+0x22/0x25
[    7.316660]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    7.319993]  [<c10fd3a6>] ? create_proc_entry+0x7c/0x90
[    7.323327]  [<c1071412>] ? register_irq_proc+0x91/0xad
[    7.326660]  [<c107138f>] ? register_irq_proc+0xe/0xad
[    7.329994]  [<c106f180>] ? irq_to_desc+0x8/0x21
[    7.333327]  [<c1071486>] ? init_irq_proc+0x58/0x65
[    7.336661]  [<c1fe2665>] kernel_init+0x170/0x1c1
[    7.339993]  [<c1fe24f5>] ? kernel_init+0x0/0x1c1
[    7.343327]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    7.346668] sysctl table check failed: /fs/mqueue/msgsize_max  No proc_handler
[    7.354968] Pid: 1, comm: swapper Tainted: G        W  2.6.31-rc6-tip #4534
[    7.356658] Call Trace:
[    7.359994]  [<c19fa80e>] ? printk+0x14/0x16
[    7.363328]  [<c105bbc0>] set_fail+0x38/0x45
[    7.366661]  [<c105bff2>] sysctl_check_table+0x425/0x490
[    7.369994]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    7.373327]  [<c105c008>] sysctl_check_table+0x43b/0x490
[    7.376661]  [<c104331f>] __register_sysctl_paths+0xb6/0x230
[    7.379994]  [<c1ffc756>] ? init_mqueue_fs+0x0/0xa3
[    7.383327]  [<c105840a>] ? up_write+0x1b/0x30
[    7.386660]  [<c1ffc756>] ? init_mqueue_fs+0x0/0xa3
[    7.389994]  [<c10434bc>] register_sysctl_paths+0x23/0x25
[    7.393327]  [<c10434d2>] register_sysctl_table+0x14/0x16
[    7.396661]  [<c12a0a06>] mq_register_sysctl_table+0x12/0x14
[    7.399994]  [<c1ffc78a>] init_mqueue_fs+0x34/0xa3
[    7.403327]  [<c1001074>] do_one_initcall+0x6a/0x177
[    7.406661]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    7.409994]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    7.413328]  [<c1066498>] ? __lock_acquire+0xbde/0xbed
[    7.416661]  [<c1064d61>] ? mark_held_locks+0x47/0x5f
[    7.419994]  [<c10b3070>] ? kmem_cache_free+0x9b/0xcf
[    7.423328]  [<c1064fdf>] ? trace_hardirqs_on_caller+0x10b/0x133
[    7.426661]  [<c1065012>] ? trace_hardirqs_on+0xb/0xd
[    7.429994]  [<c12e4870>] ? ida_get_new_above+0x158/0x172
[    7.433327]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    7.436661]  [<c12ed8c5>] ? _raw_spin_unlock+0x92/0x98
[    7.439994]  [<c19fccd3>] ? _spin_unlock+0x22/0x25
[    7.443327]  [<c10fd27d>] ? proc_register+0x14b/0x15c
[    7.446660]  [<c10fd3a6>] ? create_proc_entry+0x7c/0x90
[    7.449994]  [<c1071412>] ? register_irq_proc+0x91/0xad
[    7.453327]  [<c107138f>] ? register_irq_proc+0xe/0xad
[    7.456660]  [<c106f180>] ? irq_to_desc+0x8/0x21
[    7.459994]  [<c1071486>] ? init_irq_proc+0x58/0x65
[    7.463327]  [<c1fe2665>] kernel_init+0x170/0x1c1
[    7.466660]  [<c1fe24f5>] ? kernel_init+0x0/0x1c1
[    7.469994]  [<c1004227>] kernel_thread_helper+0x7/0x10
[    7.473335] initcall init_mqueue_fs+0x0/0xa3 returned 0 after 367838 usecs
[    7.479994] calling  key_proc_init+0x0/0x2c @ 1
[    7.483330] initcall key_proc_init+0x0/0x2c returned 0 after 0 usecs
[    7.489992] calling  crypto_wq_init+0x0/0x2f @ 1
[    7.496296] initcall crypto_wq_init+0x0/0x2f returned 0 after 0 usecs
[    7.499993] calling  crypto_algapi_init+0x0/0xc @ 1
[    7.506683] initcall crypto_algapi_init+0x0/0xc returned 0 after 0 usecs
[    7.513326] calling  chainiv_module_init+0x0/0xf @ 1
[    7.516661] initcall chainiv_module_init+0x0/0xf returned 0 after 0 usecs
[    7.523326] calling  eseqiv_module_init+0x0/0xf @ 1
[    7.529993] initcall eseqiv_module_init+0x0/0xf returned 0 after 0 usecs
[    7.536661] calling  seqiv_module_init+0x0/0xf @ 1
[    7.539993] initcall seqiv_module_init+0x0/0xf returned 0 after 0 usecs
[    7.546659] calling  hmac_module_init+0x0/0xf @ 1
[    7.553327] initcall hmac_module_init+0x0/0xf returned 0 after 0 usecs
[    7.556659] calling  crypto_xcbc_module_init+0x0/0xf @ 1
[    7.563327] initcall crypto_xcbc_module_init+0x0/0xf returned 0 after 0 usecs
[    7.569993] calling  crypto_null_mod_init+0x0/0x69 @ 1
[    7.577511] alg: No test for cipher_null (cipher_null-generic)
[    7.583350] alg: No test for ecb(cipher_null) (ecb-cipher_null)
[    7.586667] alg: No test for digest_null (digest_null-generic)
[    7.595040] alg: No test for compress_null (compress_null-generic)
[    7.596662] initcall crypto_null_mod_init+0x0/0x69 returned 0 after 19531 usecs
[    7.603327] calling  md4_mod_init+0x0/0xf @ 1
[    7.609453] initcall md4_mod_init+0x0/0xf returned 0 after 0 usecs
[    7.613334] calling  md5_mod_init+0x0/0xf @ 1
[    7.620013] initcall md5_mod_init+0x0/0xf returned 0 after 3255 usecs
[    7.623326] calling  rmd128_mod_init+0x0/0xf @ 1
[    7.630967] initcall rmd128_mod_init+0x0/0xf returned 0 after 0 usecs
[    7.636659] calling  rmd256_mod_init+0x0/0xf @ 1
[    7.641975] initcall rmd256_mod_init+0x0/0xf returned 0 after 0 usecs
[    7.646660] calling  sha1_generic_mod_init+0x0/0xf @ 1
[    7.653502] initcall sha1_generic_mod_init+0x0/0xf returned 0 after 0 usecs
[    7.659993] calling  sha256_generic_mod_init+0x0/0x33 @ 1
[    7.665806] cryptomgr_test used greatest stack depth: 6376 bytes left
[    7.665806] initcall sha256_generic_mod_init+0x0/0x33 returned 0 after 3255 usecs
[    7.673329] calling  wp512_mod_init+0x0/0x52 @ 1
[    7.680936] initcall wp512_mod_init+0x0/0x52 returned 0 after 0 usecs
[    7.686666] calling  tgr192_mod_init+0x0/0x52 @ 1
[    7.692368] initcall tgr192_mod_init+0x0/0x52 returned 0 after 0 usecs
[    7.696660] calling  crypto_ecb_module_init+0x0/0xf @ 1
[    7.703327] initcall crypto_ecb_module_init+0x0/0xf returned 0 after 0 usecs
[    7.709992] calling  crypto_cbc_module_init+0x0/0xf @ 1
[    7.713326] initcall crypto_cbc_module_init+0x0/0xf returned 0 after 0 usecs
[    7.723326] calling  crypto_pcbc_module_init+0x0/0xf @ 1
[    7.726660] initcall crypto_pcbc_module_init+0x0/0xf returned 0 after 0 usecs
[    7.733325] calling  crypto_cts_module_init+0x0/0xf @ 1
[    7.739993] initcall crypto_cts_module_init+0x0/0xf returned 0 after 0 usecs
[    7.746659] calling  crypto_ctr_module_init+0x0/0x35 @ 1
[    7.753327] initcall crypto_ctr_module_init+0x0/0x35 returned 0 after 0 usecs
[    7.759992] calling  crypto_gcm_module_init+0x0/0x4f @ 1
[    7.763327] initcall crypto_gcm_module_init+0x0/0x4f returned 0 after 0 usecs
[    7.769992] calling  crypto_ccm_module_init+0x0/0x4f @ 1
[    7.776660] initcall crypto_ccm_module_init+0x0/0x4f returned 0 after 0 usecs
[    7.783325] calling  des_generic_mod_init+0x0/0x33 @ 1
[    7.790433] initcall des_generic_mod_init+0x0/0x33 returned 0 after 0 usecs
[    7.796659] calling  fcrypt_mod_init+0x0/0xf @ 1
[    7.802106] alg: No test for fcrypt (fcrypt-generic)
[    7.803329] initcall fcrypt_mod_init+0x0/0xf returned 0 after 3255 usecs
[    7.809993] calling  blowfish_mod_init+0x0/0xf @ 1
[    7.815153] initcall blowfish_mod_init+0x0/0xf returned 0 after 0 usecs
[    7.819992] calling  serpent_mod_init+0x0/0x33 @ 1
[    7.827175] initcall serpent_mod_init+0x0/0x33 returned 0 after 0 usecs
[    7.833326] calling  aes_init+0x0/0xf @ 1
[    7.837895] initcall aes_init+0x0/0xf returned 0 after 0 usecs
[    7.843326] calling  cast6_mod_init+0x0/0xf @ 1
[    7.848235] initcall cast6_mod_init+0x0/0xf returned 0 after 0 usecs
[    7.853326] calling  arc4_init+0x0/0xf @ 1
[    7.858661] initcall arc4_init+0x0/0xf returned 0 after 0 usecs
[    7.863326] calling  tea_mod_init+0x0/0x52 @ 1
[    7.869019] initcall tea_mod_init+0x0/0x52 returned 0 after 0 usecs
[    7.873326] calling  khazad_mod_init+0x0/0xf @ 1
[    7.880106] initcall khazad_mod_init+0x0/0xf returned 0 after 0 usecs
[    7.883326] calling  anubis_mod_init+0x0/0xf @ 1
[    7.891140] initcall anubis_mod_init+0x0/0xf returned 0 after 0 usecs
[    7.896660] calling  salsa20_generic_mod_init+0x0/0xf @ 1
[    7.902994] initcall salsa20_generic_mod_init+0x0/0xf returned 0 after 0 usecs
[    7.909993] calling  deflate_mod_init+0x0/0xf @ 1
[    7.914870] initcall deflate_mod_init+0x0/0xf returned 0 after 0 usecs
[    7.919993] calling  zlib_mod_init+0x0/0xf @ 1
[    7.926094] initcall zlib_mod_init+0x0/0xf returned 0 after 0 usecs
[    7.929996] calling  michael_mic_init+0x0/0xf @ 1
[    7.937339] initcall michael_mic_init+0x0/0xf returned 0 after 0 usecs
[    7.943326] calling  crc32c_mod_init+0x0/0xf @ 1
[    7.948430] initcall crc32c_mod_init+0x0/0xf returned 0 after 0 usecs
[    7.953326] calling  crypto_authenc_module_init+0x0/0xf @ 1
[    7.959993] initcall crypto_authenc_module_init+0x0/0xf returned 0 after 0 usecs
[    7.966659] calling  krng_mod_init+0x0/0xf @ 1
[    7.972178] alg: No test for stdrng (krng)
[    7.973328] initcall krng_mod_init+0x0/0xf returned 0 after 3255 usecs
[    7.979992] calling  prng_mod_init+0x0/0x24 @ 1
[    7.987262] alg: No test for stdrng (ansi_cprng)
[    7.989995] initcall prng_mod_init+0x0/0x24 returned 0 after 3255 usecs
[    7.996659] calling  proc_genhd_init+0x0/0x31 @ 1
[    8.000000] initcall proc_genhd_init+0x0/0x31 returned 0 after 0 usecs
[    8.006659] calling  bsg_init+0x0/0x10d @ 1
[    8.013335] device class 'bsg': registering
[    8.018021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    8.023326] initcall bsg_init+0x0/0x10d returned 0 after 9765 usecs
[    8.029992] calling  noop_init+0x0/0x11 @ 1
[    8.033325] io scheduler noop registered
[    8.036658] initcall noop_init+0x0/0x11 returned 0 after 3255 usecs
[    8.043325] calling  as_init+0x0/0x11 @ 1
[    8.046658] io scheduler anticipatory registered
[    8.053325] initcall as_init+0x0/0x11 returned 0 after 6510 usecs
[    8.059992] calling  deadline_init+0x0/0x11 @ 1
[    8.063324] io scheduler deadline registered (default)
[    8.069992] initcall deadline_init+0x0/0x11 returned 0 after 6510 usecs
[    8.076658] calling  cfq_init+0x0/0x89 @ 1
[    8.079996] io scheduler cfq registered
[    8.083325] initcall cfq_init+0x0/0x89 returned 0 after 3255 usecs
[    8.089992] calling  libcrc32c_mod_init+0x0/0x29 @ 1
[    8.093328] initcall libcrc32c_mod_init+0x0/0x29 returned 0 after 0 usecs
[    8.099992] calling  percpu_counter_startup+0x0/0x28 @ 1
[    8.106659] initcall percpu_counter_startup+0x0/0x28 returned 0 after 0 usecs
[    8.113326] calling  bt8xxgpio_init+0x0/0x1b @ 1
[    8.116659] bus: 'pci': add driver bt8xxgpio
[    8.123771] initcall bt8xxgpio_init+0x0/0x1b returned 0 after 6510 usecs
[    8.129994] calling  pci_init+0x0/0x31 @ 1
[    8.133354] initcall pci_init+0x0/0x31 returned 0 after 0 usecs
[    8.139992] calling  pci_proc_init+0x0/0x5b @ 1
[    8.143414] initcall pci_proc_init+0x0/0x5b returned 0 after 0 usecs
[    8.149992] calling  pcie_portdrv_init+0x0/0x41 @ 1
[    8.156083] bus: 'pci_express': registered
[    8.159992] bus: 'pci': add driver pcieport-driver
[    8.163333] bus: 'pci': driver_probe_device: matched device 0000:00:0b.0 with driver pcieport-driver
[    8.173324] bus: 'pci': really_probe: probing driver pcieport-driver with device 0000:00:0b.0
[    8.182495] bus: 'pci': driver_probe_device: matched device 0000:00:0c.0 with driver pcieport-driver
[    8.189994] bus: 'pci': really_probe: probing driver pcieport-driver with device 0000:00:0c.0
[    8.200108] bus: 'pci': driver_probe_device: matched device 0000:00:0d.0 with driver pcieport-driver
[    8.206658] bus: 'pci': really_probe: probing driver pcieport-driver with device 0000:00:0d.0
[    8.217710] bus: 'pci': driver_probe_device: matched device 0000:00:0e.0 with driver pcieport-driver
[    8.226658] bus: 'pci': really_probe: probing driver pcieport-driver with device 0000:00:0e.0
[    8.235314] initcall pcie_portdrv_init+0x0/0x41 returned 0 after 78124 usecs
[    8.239993] calling  aer_service_init+0x0/0x1d @ 1
[    8.246658] bus: 'pci_express': add driver aer
[    8.251614] initcall aer_service_init+0x0/0x1d returned 0 after 3255 usecs
[    8.256659] calling  aer_inject_init+0x0/0xf @ 1
[    8.263327] device: 'aer_inject': device_add
[    8.267838] initcall aer_inject_init+0x0/0xf returned 0 after 3255 usecs
[    8.273326] calling  pci_stub_init+0x0/0x16 @ 1
[    8.276658] bus: 'pci': add driver pci-stub
[    8.283179] initcall pci_stub_init+0x0/0x16 returned 0 after 3255 usecs
[    8.286659] calling  platform_lcd_init+0x0/0xf @ 1
[    8.293326] bus: 'platform': add driver platform-lcd
[    8.299468] initcall platform_lcd_init+0x0/0xf returned 0 after 3255 usecs
[    8.303326] calling  genericbl_init+0x0/0xf @ 1
[    8.309991] bus: 'platform': add driver generic-bl
[    8.315588] initcall genericbl_init+0x0/0xf returned 0 after 3255 usecs
[    8.319992] calling  kb3886_init+0x0/0x35 @ 1
[    8.323327] initcall kb3886_init+0x0/0x35 returned -19 after 0 usecs
[    8.329992] calling  display_class_init+0x0/0x69 @ 1
[    8.336669] device class 'display': registering
[    8.342286] initcall display_class_init+0x0/0x69 returned 0 after 3255 usecs
[    8.346659] calling  arcfb_init+0x0/0x60 @ 1
[    8.353326] initcall arcfb_init+0x0/0x60 returned -6 after 0 usecs
[    8.356659] initcall arcfb_init+0x0/0x60 returned with error code -6 
[    8.363325] calling  cyber2000fb_init+0x0/0xb2 @ 1
[    8.369992] bus: 'pci': add driver CyberPro
[    8.375055] initcall cyber2000fb_init+0x0/0xb2 returned 0 after 3255 usecs
[    8.379993] calling  rivafb_init+0x0/0x187 @ 1
[    8.383324] rivafb_setup START
[    8.386658] bus: 'pci': add driver rivafb
[    8.393351] initcall rivafb_init+0x0/0x187 returned 0 after 9765 usecs
[    8.396659] calling  nvidiafb_init+0x0/0x27e @ 1
[    8.403324] nvidiafb_setup START
[    8.406658] bus: 'pci': add driver nvidiafb
[    8.411806] initcall nvidiafb_init+0x0/0x27e returned 0 after 6510 usecs
[    8.416659] calling  atyfb_init+0x0/0x1b9 @ 1
[    8.419991] bus: 'pci': add driver atyfb
[    8.426718] initcall atyfb_init+0x0/0x1b9 returned 0 after 6510 usecs
[    8.429993] calling  aty128fb_init+0x0/0xfc @ 1
[    8.436658] bus: 'pci': add driver aty128fb
[    8.441796] initcall aty128fb_init+0x0/0xfc returned 0 after 3255 usecs
[    8.446662] calling  viafb_init+0x0/0x1086 @ 1
[    8.449991] VIA Graphics Intergration Chipset framebuffer 2.4 initializing
[    8.456703] device: 'i2c-0': device_add
[   16.301404] ioremap failed
[   16.303316] initcall viafb_init+0x0/0x1086 returned -1 after 7669260 usecs
[   16.309982] initcall viafb_init+0x0/0x1086 returned with error code -1 
[   16.316649] calling  kyrofb_init+0x0/0xab @ 1
[   16.323315] bus: 'pci': add driver kyrofb
[   16.327770] initcall kyrofb_init+0x0/0xab returned 0 after 3255 usecs
[   16.333316] calling  savagefb_init+0x0/0x62 @ 1
[   16.336651] bus: 'pci': add driver savagefb
[   16.342853] initcall savagefb_init+0x0/0x62 returned 0 after 3255 usecs
[   16.346649] calling  lxfb_init+0x0/0xcb @ 1
[   16.353315] bus: 'pci': add driver lxfb
[   16.357410] initcall lxfb_init+0x0/0xcb returned 0 after 3255 usecs
[   16.363315] calling  tdfxfb_init+0x0/0xe3 @ 1
[   16.366648] bus: 'pci': add driver tdfxfb
[   16.371945] initcall tdfxfb_init+0x0/0xe3 returned 0 after 3255 usecs
[   16.376650] calling  vt8623fb_init+0x0/0x4b @ 1
[   16.379981] bus: 'pci': add driver vt8623fb
[   16.387075] initcall vt8623fb_init+0x0/0x4b returned 0 after 6510 usecs
[   16.393316] calling  tridentfb_init+0x0/0x1dc @ 1
[   16.396648] bus: 'pci': add driver tridentfb
[   16.402568] initcall tridentfb_init+0x0/0x1dc returned 0 after 3255 usecs
[   16.406651] calling  hecubafb_init+0x0/0xf @ 1
[   16.413314] bus: 'platform': add driver hecubafb
[   16.418334] initcall hecubafb_init+0x0/0xf returned 0 after 3255 usecs
[   16.423315] calling  n411_init+0x0/0x7c @ 1
[   16.426646] no IO addresses supplied
[   16.429982] initcall n411_init+0x0/0x7c returned -22 after 3255 usecs
[   16.436649] initcall n411_init+0x0/0x7c returned with error code -22 
[   16.443316] calling  sstfb_init+0x0/0x191 @ 1
[   16.446648] bus: 'pci': add driver sstfb
[   16.453619] initcall sstfb_init+0x0/0x191 returned 0 after 6510 usecs
[   16.456649] calling  metronomefb_init+0x0/0xf @ 1
[   16.463314] bus: 'platform': add driver metronomefb
[   16.469565] initcall metronomefb_init+0x0/0xf returned 0 after 3255 usecs
[   16.473315] calling  carminefb_init+0x0/0x31 @ 1
[   16.479981] bus: 'pci': add driver carminefb
[   16.485165] initcall carminefb_init+0x0/0x31 returned 0 after 3255 usecs
[   16.489982] calling  mb862xxfb_init+0x0/0xf @ 1
[   16.493314] initcall mb862xxfb_init+0x0/0xf returned -19 after 0 usecs
[   16.499981] calling  uvesafb_init+0x0/0x359 @ 1
[   16.506651] bus: 'platform': add driver uvesafb
[   16.511853] Registering platform device 'uvesafb.0'. Parent at platform
[   16.516648] device: 'uvesafb.0': device_add
[   16.519984] bus: 'platform': add device uvesafb.0
[   16.527281] bus: 'platform': driver_probe_device: matched device uvesafb.0 with driver uvesafb
[   16.533314] bus: 'platform': really_probe: probing driver uvesafb with device uvesafb.0
[   16.543876] uvesafb: failed to execute /sbin/v86d
[   16.546647] uvesafb: make sure that the v86d helper is installed and executable
[   16.553315] uvesafb: Getting VBE info block failed (eax=0x4f00, err=-2)
[   16.559981] uvesafb: vbe_init() failed with -22
[   16.566651] uvesafb: probe of uvesafb.0 failed with error -22
[   16.569985] initcall uvesafb_init+0x0/0x359 returned 0 after 61848 usecs
[   16.576650] calling  rand_initialize+0x0/0x2a @ 1
[   16.583350] initcall rand_initialize+0x0/0x2a returned 0 after 0 usecs
[   16.589982] calling  tty_init+0x0/0xd5 @ 1
[   16.593316] device: 'tty': device_add
[   16.598191] device: 'console': device_add
[   16.602177] device: 'tty0': device_add
[   16.605901] device class 'vc': registering
[   16.609970] device: 'vcs': device_add
[   16.613619] device: 'vcsa': device_add
[   16.617343] device: 'vcs1': device_add
[   16.621071] device: 'vcsa1': device_add
[   16.624884] device: 'tty1': device_add
[   16.628618] device: 'tty2': device_add
[   16.632337] device: 'tty3': device_add
[   16.636064] device: 'tty4': device_add
[   16.639790] device: 'tty5': device_add
[   16.643527] device: 'tty6': device_add
[   16.647248] device: 'tty7': device_add
[   16.650982] device: 'tty8': device_add
[   16.654701] device: 'tty9': device_add
[   16.658426] device: 'tty10': device_add
[   16.662240] device: 'tty11': device_add
[   16.666054] device: 'tty12': device_add
[   16.669867] device: 'tty13': device_add
[   16.673683] device: 'tty14': device_add
[   16.677495] device: 'tty15': device_add
[   16.681310] device: 'tty16': device_add
[   16.685122] device: 'tty17': device_add
[   16.688939] device: 'tty18': device_add
[   16.692748] device: 'tty19': device_add
[   16.696564] device: 'tty20': device_add
[   16.700380] device: 'tty21': device_add
[   16.704191] device: 'tty22': device_add
[   16.708005] device: 'tty23': device_add
[   16.711818] device: 'tty24': device_add
[   16.715641] device: 'tty25': device_add
[   16.719445] device: 'tty26': device_add
[   16.723258] device: 'tty27': device_add
[   16.727075] device: 'tty28': device_add
[   16.730886] device: 'tty29': device_add
[   16.734702] device: 'tty30': device_add
[   16.738514] device: 'tty31': device_add
[   16.742328] device: 'tty32': device_add
[   16.746140] device: 'tty33': device_add
[   16.749954] device: 'tty34': device_add
[   16.753770] device: 'tty35': device_add
[   16.757582] device: 'tty36': device_add
[   16.761398] device: 'tty37': device_add
[   16.765209] device: 'tty38': device_add
[   16.769023] device: 'tty39': device_add
[   16.772836] device: 'tty40': device_add
[   16.776666] device: 'tty41': device_add
[   16.780483] device: 'tty42': device_add
[   16.784280] device: 'tty43': device_add
[   16.788092] device: 'tty44': device_add
[   16.791906] device: 'tty45': device_add
[   16.795719] device: 'tty46': device_add
[   16.799532] device: 'tty47': device_add
[   16.803359] device: 'tty48': device_add
[   16.807164] device: 'tty49': device_add
[   16.810974] device: 'tty50': device_add
[   16.814790] device: 'tty51': device_add
[   16.818601] device: 'tty52': device_add
[   16.822414] device: 'tty53': device_add
[   16.826227] device: 'tty54': device_add
[   16.830045] device: 'tty55': device_add
[   16.833857] device: 'tty56': device_add
[   16.837670] device: 'tty57': device_add
[   16.841484] device: 'tty58': device_add
[   16.845278] device: 'tty59': device_add
[   16.849113] device: 'tty60': device_add
[   16.852933] device: 'tty61': device_add
[   16.856759] device: 'tty62': device_add
[   16.860555] device: 'tty63': device_add
[   16.864368] initcall tty_init+0x0/0xd5 returned 0 after 263671 usecs
[   16.869985] calling  pty_init+0x0/0x4ab @ 1
[   16.873326] device: 'ptyp0': device_add
[   16.878671] device: 'ptyp1': device_add
[   16.882479] device: 'ptyp2': device_add
[   16.886292] device: 'ptyp3': device_add
[   16.890110] device: 'ptyp4': device_add
[   16.893922] device: 'ptyp5': device_add
[   16.897737] device: 'ptyp6': device_add
[   16.901549] device: 'ptyp7': device_add
[   16.905363] device: 'ptyp8': device_add
[   16.909176] device: 'ptyp9': device_add
[   16.913598] device: 'ptypa': device_add
[   16.917411] device: 'ptypb': device_add
[   16.921234] device: 'ptypc': device_add
[   16.925038] device: 'ptypd': device_add
[   16.928851] device: 'ptype': device_add
[   16.932665] device: 'ptypf': device_add
[   16.936479] device: 'ptyq0': device_add
[   16.940296] device: 'ptyq1': device_add
[   16.944108] device: 'ptyq2': device_add
[   16.947923] device: 'ptyq3': device_add
[   16.951734] device: 'ptyq4': device_add
[   16.955547] device: 'ptyq5': device_add
[   16.959361] device: 'ptyq6': device_add
[   16.963173] device: 'ptyq7': device_add
[   16.966988] device: 'ptyq8': device_add
[   16.970802] device: 'ptyq9': device_add
[   16.974615] device: 'ptyqa': device_add
[   16.978430] device: 'ptyqb': device_add
[   16.982243] device: 'ptyqc': device_add
[   16.986064] device: 'ptyqd': device_add
[   16.989869] device: 'ptyqe': device_add
[   16.993682] device: 'ptyqf': device_add
[   16.997497] device: 'ptyr0': device_add
[   17.001314] device: 'ptyr1': device_add
[   17.005125] device: 'ptyr2': device_add
[   17.008938] device: 'ptyr3': device_add
[   17.012751] device: 'ptyr4': device_add
[   17.016565] device: 'ptyr5': device_add
[   17.020380] device: 'ptyr6': device_add
[   17.024193] device: 'ptyr7': device_add
[   17.028008] device: 'ptyr8': device_add
[   17.031821] device: 'ptyr9': device_add
[   17.035635] device: 'ptyra': device_add
[   17.039448] device: 'ptyrb': device_add
[   17.043261] device: 'ptyrc': device_add
[   17.047076] device: 'ptyrd': device_add
[   17.050897] device: 'ptyre': device_add
[   17.054704] device: 'ptyrf': device_add
[   17.058517] device: 'ptys0': device_add
[   17.062334] device: 'ptys1': device_add
[   17.066146] device: 'ptys2': device_add
[   17.069955] device: 'ptys3': device_add
[   17.073772] device: 'ptys4': device_add
[   17.077586] device: 'ptys5': device_add
[   17.081398] device: 'ptys6': device_add
[   17.085213] device: 'ptys7': device_add
[   17.089025] device: 'ptys8': device_add
[   17.092839] device: 'ptys9': device_add
[   17.096668] device: 'ptysa': device_add
[   17.100467] device: 'ptysb': device_add
[   17.104281] device: 'ptysc': device_add
[   17.108094] device: 'ptysd': device_add
[   17.111908] device: 'ptyse': device_add
[   17.115729] device: 'ptysf': device_add
[   17.119535] device: 'ptyt0': device_add
[   17.123365] device: 'ptyt1': device_add
[   17.127162] device: 'ptyt2': device_add
[   17.130977] device: 'ptyt3': device_add
[   17.134791] device: 'ptyt4': device_add
[   17.138605] device: 'ptyt5': device_add
[   17.142416] device: 'ptyt6': device_add
[   17.146231] device: 'ptyt7': device_add
[   17.150048] device: 'ptyt8': device_add
[   17.153859] device: 'ptyt9': device_add
[   17.157673] device: 'ptyta': device_add
[   17.161486] device: 'ptytb': device_add
[   17.165274] device: 'ptytc': device_add
[   17.169117] device: 'ptytd': device_add
[   17.172927] device: 'ptyte': device_add
[   17.176761] device: 'ptytf': device_add
[   17.180562] device: 'ptyu0': device_add
[   17.184372] device: 'ptyu1': device_add
[   17.188187] device: 'ptyu2': device_add
[   17.191996] device: 'ptyu3': device_add
[   17.195809] device: 'ptyu4': device_add
[   17.199621] device: 'ptyu5': device_add
[   17.203438] device: 'ptyu6': device_add
[   17.207250] device: 'ptyu7': device_add
[   17.211073] device: 'ptyu8': device_add
[   17.214879] device: 'ptyu9': device_add
[   17.218689] device: 'ptyua': device_add
[   17.222504] device: 'ptyub': device_add
[   17.226317] device: 'ptyuc': device_add
[   17.230133] device: 'ptyud': device_add
[   17.233946] device: 'ptyue': device_add
[   17.237759] device: 'ptyuf': device_add
[   17.241573] device: 'ptyv0': device_add
[   17.245395] device: 'ptyv1': device_add
[   17.249200] device: 'ptyv2': device_add
[   17.253012] device: 'ptyv3': device_add
[   17.256830] device: 'ptyv4': device_add
[   17.260642] device: 'ptyv5': device_add
[   17.264455] device: 'ptyv6': device_add
[   17.268268] device: 'ptyv7': device_add
[   17.272082] device: 'ptyv8': device_add
[   17.275896] device: 'ptyv9': device_add
[   17.279708] device: 'ptyva': device_add
[   17.283525] device: 'ptyvb': device_add
[   17.287338] device: 'ptyvc': device_add
[   17.291151] device: 'ptyvd': device_add
[   17.294966] device: 'ptyve': device_add
[   17.298778] device: 'ptyvf': device_add
[   17.302592] device: 'ptyw0': device_add
[   17.306408] device: 'ptyw1': device_add
[   17.310228] device: 'ptyw2': device_add
[   17.314033] device: 'ptyw3': device_add
[   17.317847] device: 'ptyw4': device_add
[   17.321661] device: 'ptyw5': device_add
[   17.325473] device: 'ptyw6': device_add
[   17.329286] device: 'ptyw7': device_add
[   17.333100] device: 'ptyw8': device_add
[   17.336925] device: 'ptyw9': device_add
[   17.340729] device: 'ptywa': device_add
[   17.344543] device: 'ptywb': device_add
[   17.346693] device: 'ptywc': device_add
[   17.352169] device: 'ptywd': device_add
[   17.355983] device: 'ptywe': device_add
[   17.359796] device: 'ptywf': device_add
[   17.363612] device: 'ptyx0': device_add
[   17.367428] device: 'ptyx1': device_add
[   17.371239] device: 'ptyx2': device_add
[   17.375059] device: 'ptyx3': device_add
[   17.378866] device: 'ptyx4': device_add
[   17.382679] device: 'ptyx5': device_add
[   17.386492] device: 'ptyx6': device_add
[   17.390308] device: 'ptyx7': device_add
[   17.394121] device: 'ptyx8': device_add
[   17.397935] device: 'ptyx9': device_add
[   17.401749] device: 'ptyxa': device_add
[   17.405561] device: 'ptyxb': device_add
[   17.409381] device: 'ptyxc': device_add
[   17.413188] device: 'ptyxd': device_add
[   17.417005] device: 'ptyxe': device_add
[   17.420817] device: 'ptyxf': device_add
[   17.424630] device: 'ptyy0': device_add
[   17.428458] device: 'ptyy1': device_add
[   17.432258] device: 'ptyy2': device_add
[   17.436072] device: 'ptyy3': device_add
[   17.439890] device: 'ptyy4': device_add
[   17.443699] device: 'ptyy5': device_add
[   17.447512] device: 'ptyy6': device_add
[   17.451326] device: 'ptyy7': device_add
[   17.455140] device: 'ptyy8': device_add
[   17.458952] device: 'ptyy9': device_add
[   17.462766] device: 'ptyya': device_add
[   17.466579] device: 'ptyyb': device_add
[   17.470395] device: 'ptyyc': device_add
[   17.474208] device: 'ptyyd': device_add
[   17.478022] device: 'ptyye': device_add
[   17.481836] device: 'ptyyf': device_add
[   17.485648] device: 'ptyz0': device_add
[   17.489465] device: 'ptyz1': device_add
[   17.493274] device: 'ptyz2': device_add
[   17.497092] device: 'ptyz3': device_add
[   17.500905] device: 'ptyz4': device_add
[   17.504734] device: 'ptyz5': device_add
[   17.508532] device: 'ptyz6': device_add
[   17.512344] device: 'ptyz7': device_add
[   17.516158] device: 'ptyz8': device_add
[   17.519972] device: 'ptyz9': device_add
[   17.523787] device: 'ptyza': device_add
[   17.527600] device: 'ptyzb': device_add
[   17.531414] device: 'ptyzc': device_add
[   17.535228] device: 'ptyzd': device_add
[   17.539042] device: 'ptyze': device_add
[   17.542855] device: 'ptyzf': device_add
[   17.546685] device: 'ptya0': device_add
[   17.550487] device: 'ptya1': device_add
[   17.554300] device: 'ptya2': device_add
[   17.558109] device: 'ptya3': device_add
[   17.561923] device: 'ptya4': device_add
[   17.565736] device: 'ptya5': device_add
[   17.569557] device: 'ptya6': device_add
[   17.573370] device: 'ptya7': device_add
[   17.577179] device: 'ptya8': device_add
[   17.580993] device: 'ptya9': device_add
[   17.584807] device: 'ptyaa': device_add
[   17.588621] device: 'ptyab': device_add
[   17.592432] device: 'ptyac': device_add
[   17.596245] device: 'ptyad': device_add
[   17.600677] device: 'ptyae': device_add
[   17.604490] device: 'ptyaf': device_add
[   17.608304] device: 'ptyb0': device_add
[   17.612120] device: 'ptyb1': device_add
[   17.615929] device: 'ptyb2': device_add
[   17.619743] device: 'ptyb3': device_add
[   17.623560] device: 'ptyb4': device_add
[   17.627373] device: 'ptyb5': device_add
[   17.631186] device: 'ptyb6': device_add
[   17.635007] device: 'ptyb7': device_add
[   17.638813] device: 'ptyb8': device_add
[   17.642626] device: 'ptyb9': device_add
[   17.646439] device: 'ptyba': device_add
[   17.650256] device: 'ptybb': device_add
[   17.654068] device: 'ptybc': device_add
[   17.657882] device: 'ptybd': device_add
[   17.661697] device: 'ptybe': device_add
[   17.665511] device: 'ptybf': device_add
[   17.669321] device: 'ptyc0': device_add
[   17.673139] device: 'ptyc1': device_add
[   17.676951] device: 'ptyc2': device_add
[   17.680764] device: 'ptyc3': device_add
[   17.684577] device: 'ptyc4': device_add
[   17.688392] device: 'ptyc5': device_add
[   17.692206] device: 'ptyc6': device_add
[   17.696018] device: 'ptyc7': device_add
[   17.699840] device: 'ptyc8': device_add
[   17.703648] device: 'ptyc9': device_add
[   17.707459] device: 'ptyca': device_add
[   17.711275] device: 'ptycb': device_add
[   17.715088] device: 'ptycc': device_add
[   17.718901] device: 'ptycd': device_add
[   17.722714] device: 'ptyce': device_add
[   17.726528] device: 'ptycf': device_add
[   17.730345] device: 'ptyd0': device_add
[   17.734158] device: 'ptyd1': device_add
[   17.737970] device: 'ptyd2': device_add
[   17.741783] device: 'ptyd3': device_add
[   17.745597] device: 'ptyd4': device_add
[   17.749410] device: 'ptyd5': device_add
[   17.753224] device: 'ptyd6': device_add
[   17.757040] device: 'ptyd7': device_add
[   17.760852] device: 'ptyd8': device_add
[   17.764674] device: 'ptyd9': device_add
[   17.768480] device: 'ptyda': device_add
[   17.772293] device: 'ptydb': device_add
[   17.776107] device: 'ptydc': device_add
[   17.779921] device: 'ptydd': device_add
[   17.783736] device: 'ptyde': device_add
[   17.787548] device: 'ptydf': device_add
[   17.791363] device: 'ptye0': device_add
[   17.795183] device: 'ptye1': device_add
[   17.798990] device: 'ptye2': device_add
[   17.802802] device: 'ptye3': device_add
[   17.806616] device: 'ptye4': device_add
[   17.810431] device: 'ptye5': device_add
[   17.814245] device: 'ptye6': device_add
[   17.818058] device: 'ptye7': device_add
[   17.821872] device: 'ptye8': device_add
[   17.825685] device: 'ptye9': device_add
[   17.829506] device: 'ptyea': device_add
[   17.833327] device: 'ptyeb': device_add
[   17.837124] device: 'ptyec': device_add
[   17.840939] device: 'ptyed': device_add
[   17.844755] device: 'ptyee': device_add
[   17.848567] device: 'ptyef': device_add
[   17.852382] device: 'ttyp0': device_add
[   17.856193] device: 'ttyp1': device_add
[   17.860018] device: 'ttyp2': device_add
[   17.863827] device: 'ttyp3': device_add
[   17.867634] device: 'ttyp4': device_add
[   17.871446] device: 'ttyp5': device_add
[   17.875260] device: 'ttyp6': device_add
[   17.879073] device: 'ttyp7': device_add
[   17.882887] device: 'ttyp8': device_add
[   17.886704] device: 'ttyp9': device_add
[   17.890515] device: 'ttypa': device_add
[   17.894336] device: 'ttypb': device_add
[   17.898142] device: 'ttypc': device_add
[   17.901956] device: 'ttypd': device_add
[   17.905770] device: 'ttype': device_add
[   17.909583] device: 'ttypf': device_add
[   17.913399] device: 'ttyq0': device_add
[   17.917215] device: 'ttyq1': device_add
[   17.921028] device: 'ttyq2': device_add
[   17.924838] device: 'ttyq3': device_add
[   17.928653] device: 'ttyq4': device_add
[   17.932464] device: 'ttyq5': device_add
[   17.936277] device: 'ttyq6': device_add
[   17.940094] device: 'ttyq7': device_add
[   17.943906] device: 'ttyq8': device_add
[   17.947722] device: 'ttyq9': device_add
[   17.951534] device: 'ttyqa': device_add
[   17.955348] device: 'ttyqb': device_add
[   17.959169] device: 'ttyqc': device_add
[   17.962973] device: 'ttyqd': device_add
[   17.966790] device: 'ttyqe': device_add
[   17.970602] device: 'ttyqf': device_add
[   17.974416] device: 'ttyr0': device_add
[   17.978234] device: 'ttyr1': device_add
[   17.982042] device: 'ttyr2': device_add
[   17.985856] device: 'ttyr3': device_add
[   17.989669] device: 'ttyr4': device_add
[   17.993487] device: 'ttyr5': device_add
[   17.997298] device: 'ttyr6': device_add
[   18.001113] device: 'ttyr7': device_add
[   18.004927] device: 'ttyr8': device_add
[   18.008738] device: 'ttyr9': device_add
[   18.012553] device: 'ttyra': device_add
[   18.016364] device: 'ttyrb': device_add
[   18.020182] device: 'ttyrc': device_add
[   18.024002] device: 'ttyrd': device_add
[   18.027809] device: 'ttyre': device_add
[   18.031622] device: 'ttyrf': device_add
[   18.035436] device: 'ttys0': device_add
[   18.039251] device: 'ttys1': device_add
[   18.043060] device: 'ttys2': device_add
[   18.046878] device: 'ttys3': device_add
[   18.050690] device: 'ttys4': device_add
[   18.054504] device: 'ttys5': device_add
[   18.058317] device: 'ttys6': device_add
[   18.062130] device: 'ttys7': device_add
[   18.065944] device: 'ttys8': device_add
[   18.069756] device: 'ttys9': device_add
[   18.073574] device: 'ttysa': device_add
[   18.077386] device: 'ttysb': device_add
[   18.081199] device: 'ttysc': device_add
[   18.085014] device: 'ttysd': device_add
[   18.088833] device: 'ttyse': device_add
[   18.092640] device: 'ttysf': device_add
[   18.096452] device: 'ttyt0': device_add
[   18.100273] device: 'ttyt1': device_add
[   18.104082] device: 'ttyt2': device_add
[   18.107895] device: 'ttyt3': device_add
[   18.111709] device: 'ttyt4': device_add
[   18.115522] device: 'ttyt5': device_add
[   18.119336] device: 'ttyt6': device_add
[   18.123148] device: 'ttyt7': device_add
[   18.126966] device: 'ttyt8': device_add
[   18.130778] device: 'ttyt9': device_add
[   18.134591] device: 'ttyta': device_add
[   18.138406] device: 'ttytb': device_add
[   18.142218] device: 'ttytc': device_add
[   18.146032] device: 'ttytd': device_add
[   18.149846] device: 'ttyte': device_add
[   18.153668] device: 'ttytf': device_add
[   18.157474] device: 'ttyu0': device_add
[   18.161291] device: 'ttyu1': device_add
[   18.165103] device: 'ttyu2': device_add
[   18.168920] device: 'ttyu3': device_add
[   18.172729] device: 'ttyu4': device_add
[   18.176540] device: 'ttyu5': device_add
[   18.180357] device: 'ttyu6': device_add
[   18.184170] device: 'ttyu7': device_add
[   18.187983] device: 'ttyu8': device_add
[   18.191797] device: 'ttyu9': device_add
[   18.195610] device: 'ttyua': device_add
[   18.199424] device: 'ttyub': device_add
[   18.203236] device: 'ttyuc': device_add
[   18.207054] device: 'ttyud': device_add
[   18.210866] device: 'ttyue': device_add
[   18.214680] device: 'ttyuf': device_add
[   18.218500] device: 'ttyv0': device_add
[   18.222308] device: 'ttyv1': device_add
[   18.226119] device: 'ttyv2': device_add
[   18.229931] device: 'ttyv3': device_add
[   18.233749] device: 'ttyv4': device_add
[   18.237561] device: 'ttyv5': device_add
[   18.241375] device: 'ttyv6': device_add
[   18.245189] device: 'ttyv7': device_add
[   18.249001] device: 'ttyv8': device_add
[   18.252815] device: 'ttyv9': device_add
[   18.256628] device: 'ttyva': device_add
[   18.260445] device: 'ttyvb': device_add
[   18.264257] device: 'ttyvc': device_add
[   18.268072] device: 'ttyvd': device_add
[   18.271884] device: 'ttyve': device_add
[   18.275699] device: 'ttyvf': device_add
[   18.279522] device: 'ttyw0': device_add
[   18.283356] device: 'ttyw1': device_add
[   18.287798] device: 'ttyw2': device_add
[   18.291611] device: 'ttyw3': device_add
[   18.295426] device: 'ttyw4': device_add
[   18.299239] device: 'ttyw5': device_add
[   18.303053] device: 'ttyw6': device_add
[   18.306867] device: 'ttyw7': device_add
[   18.310681] device: 'ttyw8': device_add
[   18.314494] device: 'ttyw9': device_add
[   18.318307] device: 'ttywa': device_add
[   18.322122] device: 'ttywb': device_add
[   18.325934] device: 'ttywc': device_add
[   18.329748] device: 'ttywd': device_add
[   18.333563] device: 'ttywe': device_add
[   18.337384] device: 'ttywf': device_add
[   18.341190] device: 'ttyx0': device_add
[   18.345006] device: 'ttyx1': device_add
[   18.346701] device: 'ttyx2': device_add
[   18.352630] device: 'ttyx3': device_add
[   18.356443] device: 'ttyx4': device_add
[   18.360259] device: 'ttyx5': device_add
[   18.364072] device: 'ttyx6': device_add
[   18.367886] device: 'ttyx7': device_add
[   18.371699] device: 'ttyx8': device_add
[   18.375513] device: 'ttyx9': device_add
[   18.379325] device: 'ttyxa': device_add
[   18.383139] device: 'ttyxb': device_add
[   18.386956] device: 'ttyxc': device_add
[   18.390769] device: 'ttyxd': device_add
[   18.394581] device: 'ttyxe': device_add
[   18.398395] device: 'ttyxf': device_add
[   18.402212] device: 'ttyy0': device_add
[   18.406030] device: 'ttyy1': device_add
[   18.409844] device: 'ttyy2': device_add
[   18.413667] device: 'ttyy3': device_add
[   18.417472] device: 'ttyy4': device_add
[   18.421285] device: 'ttyy5': device_add
[   18.425100] device: 'ttyy6': device_add
[   18.428913] device: 'ttyy7': device_add
[   18.432726] device: 'ttyy8': device_add
[   18.436540] device: 'ttyy9': device_add
[   18.440355] device: 'ttyya': device_add
[   18.444168] device: 'ttyyb': device_add
[   18.447982] device: 'ttyyc': device_add
[   18.451795] device: 'ttyyd': device_add
[   18.455609] device: 'ttyye': device_add
[   18.459421] device: 'ttyyf': device_add
[   18.463236] device: 'ttyz0': device_add
[   18.467055] device: 'ttyz1': device_add
[   18.470864] device: 'ttyz2': device_add
[   18.474678] device: 'ttyz3': device_add
[   18.478499] device: 'ttyz4': device_add
[   18.482313] device: 'ttyz5': device_add
[   18.486127] device: 'ttyz6': device_add
[   18.489940] device: 'ttyz7': device_add
[   18.493757] device: 'ttyz8': device_add
[   18.497568] device: 'ttyz9': device_add
[   18.501382] device: 'ttyza': device_add
[   18.505196] device: 'ttyzb': device_add
[   18.509010] device: 'ttyzc': device_add
[   18.512822] device: 'ttyzd': device_add
[   18.516665] device: 'ttyze': device_add
[   18.520478] device: 'ttyzf': device_add
[   18.524292] device: 'ttya0': device_add
[   18.528117] device: 'ttya1': device_add
[   18.531926] device: 'ttya2': device_add
[   18.535739] device: 'ttya3': device_add
[   18.539553] device: 'ttya4': device_add
[   18.543376] device: 'ttya5': device_add
[   18.547191] device: 'ttya6': device_add
[   18.551004] device: 'ttya7': device_add
[   18.554818] device: 'ttya8': device_add
[   18.558605] device: 'ttya9': device_add
[   18.562466] device: 'ttyaa': device_add
[   18.566279] device: 'ttyab': device_add
[   18.570096] device: 'ttyac': device_add
[   18.573919] device: 'ttyad': device_add
[   18.577736] device: 'ttyae': device_add
[   18.581550] device: 'ttyaf': device_add
[   18.585363] device: 'ttyb0': device_add
[   18.589186] device: 'ttyb1': device_add
[   18.592996] device: 'ttyb2': device_add
[   18.596812] device: 'ttyb3': device_add
[   18.600626] device: 'ttyb4': device_add
[   18.604439] device: 'ttyb5': device_add
[   18.608261] device: 'ttyb6': device_add
[   18.612075] device: 'ttyb7': device_add
[   18.615887] device: 'ttyb8': device_add
[   18.619701] device: 'ttyb9': device_add
[   18.623517] device: 'ttyba': device_add
[   18.627330] device: 'ttybb': device_add
[   18.631144] device: 'ttybc': device_add
[   18.634959] device: 'ttybd': device_add
[   18.638772] device: 'ttybe': device_add
[   18.642585] device: 'ttybf': device_add
[   18.646409] device: 'ttyc0': device_add
[   18.650232] device: 'ttyc1': device_add
[   18.654042] device: 'ttyc2': device_add
[   18.657856] device: 'ttyc3': device_add
[   18.661670] device: 'ttyc4': device_add
[   18.665483] device: 'ttyc5': device_add
[   18.669297] device: 'ttyc6': device_add
[   18.673119] device: 'ttyc7': device_add
[   18.676935] device: 'ttyc8': device_add
[   18.680747] device: 'ttyc9': device_add
[   18.684561] device: 'ttyca': device_add
[   18.688375] device: 'ttycb': device_add
[   18.692189] device: 'ttycc': device_add
[   18.696001] device: 'ttycd': device_add
[   18.699815] device: 'ttyce': device_add
[   18.703630] device: 'ttycf': device_add
[   18.707444] device: 'ttyd0': device_add
[   18.711269] device: 'ttyd1': device_add
[   18.715088] device: 'ttyd2': device_add
[   18.718901] device: 'ttyd3': device_add
[   18.722714] device: 'ttyd4': device_add
[   18.726529] device: 'ttyd5': device_add
[   18.730344] device: 'ttyd6': device_add
[   18.734157] device: 'ttyd7': device_add
[   18.737980] device: 'ttyd8': device_add
[   18.741793] device: 'ttyd9': device_add
[   18.745606] device: 'ttyda': device_add
[   18.749420] device: 'ttydb': device_add
[   18.753242] device: 'ttydc': device_add
[   18.757068] device: 'ttydd': device_add
[   18.760888] device: 'ttyde': device_add
[   18.764702] device: 'ttydf': device_add
[   18.768528] device: 'ttye0': device_add
[   18.772349] device: 'ttye1': device_add
[   18.776167] device: 'ttye2': device_add
[   18.779997] device: 'ttye3': device_add
[   18.783813] device: 'ttye4': device_add
[   18.787628] device: 'ttye5': device_add
[   18.791450] device: 'ttye6': device_add
[   18.795271] device: 'ttye7': device_add
[   18.799084] device: 'ttye8': device_add
[   18.802906] device: 'ttye9': device_add
[   18.806732] device: 'ttyea': device_add
[   18.810553] device: 'ttyeb': device_add
[   18.814367] device: 'ttyec': device_add
[   18.818189] device: 'ttyed': device_add
[   18.822012] device: 'ttyee': device_add
[   18.825832] device: 'ttyef': device_add
[   18.829655] device: 'ptmx': device_add
[   18.833436] initcall pty_init+0x0/0x4ab returned 0 after 1914060 usecs
[   18.836648] calling  sysrq_init+0x0/0x1f @ 1
[   18.843323] initcall sysrq_init+0x0/0x1f returned 0 after 0 usecs
[   18.849980] calling  init+0x0/0xf @ 1
[   18.853313] bus: 'virtio': add driver virtio_console
[   18.858803] initcall init+0x0/0xf returned 0 after 3255 usecs
[   18.863314] calling  nvram_init+0x0/0x70 @ 1
[   18.866647] device: 'nvram': device_add
[   18.872600] Non-volatile memory driver v1.3
[   18.876647] initcall nvram_init+0x0/0x70 returned 0 after 9765 usecs
[   18.879979] calling  timeriomem_rng_init+0x0/0xf @ 1
[   18.886647] bus: 'platform': add driver timeriomem_rng
[   18.893126] initcall timeriomem_rng_init+0x0/0xf returned 0 after 3255 usecs
[   18.899980] calling  mod_init+0x0/0x9f @ 1
[   18.903347] initcall mod_init+0x0/0x9f returned -19 after 0 usecs
[   18.909980] calling  mod_init+0x0/0x93 @ 1
[   18.913339] initcall mod_init+0x0/0x93 returned -19 after 0 usecs
[   18.919980] calling  mod_init+0x0/0x41 @ 1
[   18.923313] initcall mod_init+0x0/0x41 returned -19 after 0 usecs
[   18.929980] calling  init+0x0/0x81 @ 1
[   18.933312] bus: 'virtio': add driver virtio_rng
[   18.938887] initcall init+0x0/0x81 returned 0 after 3255 usecs
[   18.943314] calling  nsc_gpio_init+0x0/0x11 @ 1
[   18.946644] nsc_gpio initializing
[   18.949980] initcall nsc_gpio_init+0x0/0x11 returned 0 after 3255 usecs
[   18.956646] calling  tlclk_init+0x0/0x1cb @ 1
[   18.963317] telclk_interrup = 0xf non-mcpbl0010 hw.
[   18.966650] initcall tlclk_init+0x0/0x1cb returned -6 after 3255 usecs
[   18.973313] initcall tlclk_init+0x0/0x1cb returned with error code -6 
[   18.979982] calling  agp_init+0x0/0x21 @ 1
[   18.983312] Linux agpgart interface v0.103
[   18.986646] initcall agp_init+0x0/0x21 returned 0 after 3255 usecs
[   18.993313] calling  agp_ati_init+0x0/0x24 @ 1
[   18.996647] bus: 'pci': add driver agpgart-ati
[   19.004424] initcall agp_ati_init+0x0/0x24 returned 0 after 6510 usecs
[   19.009980] calling  agp_amdk7_init+0x0/0x24 @ 1
[   19.013312] bus: 'pci': add driver agpgart-amdk7
[   19.020630] initcall agp_amdk7_init+0x0/0x24 returned 0 after 6510 usecs
[   19.026647] calling  agp_amd64_init+0x0/0xaf @ 1
[   19.029979] bus: 'pci': add driver agpgart-amd64
[   19.036490] initcall agp_amd64_init+0x0/0xaf returned -19 after 3255 usecs
[   19.043313] calling  agp_efficeon_init+0x0/0x39 @ 1
[   19.046646] bus: 'pci': add driver agpgart-efficeon
[   19.053131] initcall agp_efficeon_init+0x0/0x39 returned 0 after 3255 usecs
[   19.059980] calling  agp_intel_init+0x0/0x24 @ 1
[   19.063313] bus: 'pci': add driver agpgart-intel
[   19.069258] initcall agp_intel_init+0x0/0x24 returned 0 after 3255 usecs
[   19.073313] calling  agp_nvidia_init+0x0/0x24 @ 1
[   19.079979] bus: 'pci': add driver agpgart-nvidia
[   19.085287] initcall agp_nvidia_init+0x0/0x24 returned 0 after 3255 usecs
[   19.089980] calling  agp_sis_init+0x0/0x24 @ 1
[   19.093312] bus: 'pci': add driver agpgart-sis
[   19.100893] initcall agp_sis_init+0x0/0x24 returned 0 after 6510 usecs
[   19.106647] calling  agp_serverworks_init+0x0/0x24 @ 1
[   19.109979] bus: 'pci': add driver agpgart-serverworks
[   19.117618] initcall agp_serverworks_init+0x0/0x24 returned 0 after 6510 usecs
[   19.123313] calling  agp_via_init+0x0/0x24 @ 1
[   19.126646] bus: 'pci': add driver agpgart-via
[   19.133662] initcall agp_via_init+0x0/0x24 returned 0 after 6510 usecs
[   19.139980] calling  init_ipwireless+0x0/0x36 @ 1
[   19.143311] ipwireless 1.1 by Stephen Blackheath, Ben Martel, Jiri Kosina and David Sterba
[   19.149983] bus: 'pcmcia': add driver ipwireless
[   19.157661] initcall init_ipwireless+0x0/0x36 returned 0 after 13020 usecs
[   19.163313] calling  synclink_cs_init+0x0/0x128 @ 1
[   19.166645] SyncLink PC Card driver $Revision: 4.34 $
[   19.173312] bus: 'pcmcia': add driver synclink_cs
[   19.179067] device: 'ttySLP0': device_add
[   19.183097] device: 'ttySLP1': device_add
[   19.187090] device: 'ttySLP2': device_add
[   19.191082] device: 'ttySLP3': device_add
[   19.195070] SyncLink PC Card driver $Revision: 4.34 $, tty major#249
[   19.199981] initcall synclink_cs_init+0x0/0x128 returned 0 after 32552 usecs
[   19.206646] calling  cmm_init+0x0/0xa0 @ 1
[   19.209978] cm4000_cs.c v2.4.0gm6 - All bugs added by Harald Welte
[   19.216645] device class 'cardman_4000': registering
[   19.223557] bus: 'pcmcia': add driver cm4000_cs
[   19.228064] initcall cmm_init+0x0/0xa0 returned 0 after 16276 usecs
[   19.233313] calling  ipmi_init_msghandler_mod+0x0/0xc @ 1
[   19.236648] bus: 'platform': add driver ipmi
[   19.243927] ipmi message handler version 39.2
[   19.246651] initcall ipmi_init_msghandler_mod+0x0/0xc returned 0 after 9765 usecs
[   19.253313] calling  init_ipmi_devintf+0x0/0xd1 @ 1
[   19.259978] ipmi device interface
[   19.263311] device class 'ipmi': registering
[   19.268103] initcall init_ipmi_devintf+0x0/0xd1 returned 0 after 6510 usecs
[   19.273314] calling  init_ipmi_si+0x0/0x567 @ 1
[   19.276646] bus: 'platform': add driver ipmi_si
[   19.284057] IPMI System Interface driver.
[   19.286647] bus: 'pci': add driver ipmi_si
[   19.319994] bus: 'pci': remove driver ipmi_si
[   19.326231] driver: 'ipmi_si': driver_release
[   19.329986] bus: 'platform': remove driver ipmi_si
[   19.335330] driver: 'ipmi_si': driver_release
[   19.336649] ipmi_si: Unable to find any System Interface(s)
[   19.343313] initcall init_ipmi_si+0x0/0x567 returned -19 after 65104 usecs
[   19.349982] calling  ipmi_wdog_init+0x0/0xfe @ 1
[   19.353322] IPMI Watchdog: driver initialized
[   19.359980] initcall ipmi_wdog_init+0x0/0xfe returned 0 after 6510 usecs
[   19.366648] calling  ipmi_poweroff_init+0x0/0x7d @ 1
[   19.369978] Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot.
[   19.380000] initcall ipmi_poweroff_init+0x0/0x7d returned 0 after 9765 usecs
[   19.386646] calling  hangcheck_init+0x0/0xa9 @ 1
[   19.389978] Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
[   19.399978] Hangcheck: Using get_cycles().
[   19.403314] initcall hangcheck_init+0x0/0xa9 returned 0 after 13020 usecs
[   19.409980] calling  init_nsc+0x0/0x19f @ 1
[   19.413324] initcall init_nsc+0x0/0x19f returned -19 after 0 usecs
[   19.419980] calling  drm_core_init+0x0/0xec @ 1
[   19.423314] device class 'drm': registering
[   19.430592] [drm] Initialized drm 1.1.0 20060810
[   19.433314] initcall drm_core_init+0x0/0xec returned 0 after 9765 usecs
[   19.439979] calling  r128_init+0x0/0x19 @ 1
[   19.443513] initcall r128_init+0x0/0x19 returned 0 after 0 usecs
[   19.449980] calling  radeon_init+0x0/0x23 @ 1
[   19.453948] IOAPIC[0]: Set routing entry (2-5 -> 0x35 -> IRQ 5 Mode:1 Active:1)
[   19.463316] pci 0000:01:00.0: PCI->APIC IRQ transform: INT A -> IRQ 5
[   19.469981] pci 0000:01:00.0: setting latency timer to 64
[   19.473400] device: 'card0': device_add
[   19.479817] [drm] Initialized radeon 1.30.0 20080528 for 0000:01:00.0 on minor 0
[   19.487840] initcall radeon_init+0x0/0x23 returned 0 after 32552 usecs
[   19.493315] calling  mga_init+0x0/0x19 @ 1
[   19.496665] initcall mga_init+0x0/0x19 returned 0 after 0 usecs
[   19.503313] calling  sis_init+0x0/0x19 @ 1
[   19.506684] initcall sis_init+0x0/0x19 returned 0 after 0 usecs
[   19.513313] calling  savage_init+0x0/0x19 @ 1
[   19.516752] initcall savage_init+0x0/0x19 returned 0 after 0 usecs
[   19.523313] calling  via_init+0x0/0x1e @ 1
[   19.526691] initcall via_init+0x0/0x1e returned 0 after 0 usecs
[   19.533313] calling  cn_proc_init+0x0/0x30 @ 1
[   19.536649] initcall cn_proc_init+0x0/0x30 returned 0 after 0 usecs
[   19.543312] calling  i810fb_init+0x0/0x35f @ 1
[   19.549982] bus: 'pci': add driver i810fb
[   19.554261] initcall i810fb_init+0x0/0x35f returned 0 after 3255 usecs
[   19.559980] calling  serial8250_init+0x0/0x114 @ 1
[   19.563312] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[   19.569989] Registering platform device 'serial8250'. Parent at platform
[   19.576645] device: 'serial8250': device_add
[   19.579982] bus: 'platform': add device serial8250
[   19.587449] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   19.593316] device: 'ttyS0': device_add
[   19.597330] device: 'ttyS1': device_add
[   19.601163] device: 'ttyS2': device_add
[   19.604996] device: 'ttyS3': device_add
[   19.608827] bus: 'platform': add driver serial8250
[   19.613318] bus: 'platform': driver_probe_device: matched device serial8250 with driver serial8250
[   19.619978] bus: 'platform': really_probe: probing driver serial8250 with device serial8250
[   19.629982] driver: 'serial8250': driver_bound: bound to device 'serial8250'
[   19.636645] bus: 'platform': really_probe: bound device serial8250 to driver serial8250
[   19.645800] initcall serial8250_init+0x0/0x114 returned 0 after 78124 usecs
[   19.649981] calling  serial8250_pci_init+0x0/0x16 @ 1
[   19.656646] bus: 'pci': add driver serial
[   19.661775] initcall serial8250_pci_init+0x0/0x16 returned 0 after 3255 usecs
[   19.666646] calling  init_serial_cs+0x0/0xf @ 1
[   19.670000] bus: 'pcmcia': add driver serial_cs
[   19.677872] initcall init_serial_cs+0x0/0xf returned 0 after 6510 usecs
[   19.683313] calling  jsm_init_module+0x0/0x3a @ 1
[   19.686677] bus: 'pci': add driver jsm
[   19.692876] initcall jsm_init_module+0x0/0x3a returned 0 after 3255 usecs
[   19.696647] calling  topology_sysfs_init+0x0/0x7c @ 1
[   19.703333] initcall topology_sysfs_init+0x0/0x7c returned 0 after 0 usecs
[   19.709979] calling  floppy_init+0x0/0xd18 @ 1
[   19.713343] bus: 'platform': add driver floppy
[   19.720347] Floppy drive(s): fd0 is 1.44M
[   19.740745] FDC 0 is a post-1991 82077
[   19.743532] Registering platform device 'floppy.0'. Parent at platform
[   19.749983] device: 'floppy.0': device_add
[   19.756649] bus: 'platform': add device floppy.0
[   19.761585] bus: 'platform': driver_probe_device: matched device floppy.0 with driver floppy
[   19.766645] bus: 'platform': really_probe: probing driver floppy with device floppy.0
[   19.776648] driver: 'floppy.0': driver_bound: bound to device 'floppy'
[   19.783314] bus: 'platform': really_probe: bound device floppy.0 to driver floppy
[   19.789995] device: 'fd0': device_add
[   19.795412] device: '2:0': device_add
[   19.799062] initcall floppy_init+0x0/0xd18 returned 0 after 81380 usecs
[   19.803312] calling  loop_init+0x0/0x16a @ 1
[   19.806727] device: 'loop0': device_add
[   19.813728] device: '7:0': device_add
[   19.817368] device: 'loop1': device_add
[   19.821196] device: '7:1': device_add
[   19.824826] device: 'loop2': device_add
[   19.828660] device: '7:2': device_add
[   19.832298] device: 'loop3': device_add
[   19.836129] device: '7:3': device_add
[   19.839769] device: 'loop4': device_add
[   19.843603] device: '7:4': device_add
[   19.847242] device: 'loop5': device_add
[   19.851072] device: '7:5': device_add
[   19.854703] device: 'loop6': device_add
[   19.858533] device: '7:6': device_add
[   19.862177] device: 'loop7': device_add
[   19.866004] device: '7:7': device_add
[   19.869636] loop: module loaded
[   19.869979] initcall loop_init+0x0/0x16a returned 0 after 61848 usecs
[   19.876646] calling  cpqarray_init+0x0/0x24e @ 1
[   19.883311] Compaq SMART2 Driver (v 2.6.0)
[   19.886646] bus: 'pci': add driver cpqarray
[   19.892011] bus: 'pci': remove driver cpqarray
[   19.896409] driver: 'cpqarray': driver_release
[   19.899980] initcall cpqarray_init+0x0/0x24e returned -19 after 16276 usecs
[   19.906645] calling  cciss_init+0x0/0x47 @ 1
[   19.909977] HP CISS Driver (v 3.6.20)
[   19.915657] bus: 'cciss': registered
[   19.916645] bus: 'pci': add driver cciss
[   19.923122] initcall cciss_init+0x0/0x47 returned 0 after 9765 usecs
[   19.929981] calling  DAC960_init_module+0x0/0x46 @ 1
[   19.933312] bus: 'pci': add driver DAC960
[   19.938992] device: 'dac960_gam': device_add
[   19.943265] initcall DAC960_init_module+0x0/0x46 returned 0 after 6510 usecs
[   19.949980] calling  pkt_init+0x0/0x190 @ 1
[   19.953320] device class 'pktcdvd': registering
[   19.958926] device: 'pktcdvd!control': device_add
[   19.963639] initcall pkt_init+0x0/0x190 returned 0 after 9765 usecs
[   19.966646] calling  mm_init+0x0/0x14a @ 1
[   19.973313] bus: 'pci': add driver umem
[   19.977763] MM: desc_per_page = 128
[   19.979980] initcall mm_init+0x0/0x14a returned 0 after 6510 usecs
[   19.986645] calling  init+0x0/0x24 @ 1
[   19.989979] bus: 'virtio': add driver virtio_blk
[   19.995686] initcall init+0x0/0x24 returned 0 after 3255 usecs
[   19.999979] calling  carm_init+0x0/0x16 @ 1
[   20.003312] bus: 'pci': add driver sx8
[   20.009389] initcall carm_init+0x0/0x16 returned 0 after 3255 usecs
[   20.013312] calling  ub_init+0x0/0x71 @ 1
[   20.016647] bus: 'usb': add driver ub
[   20.023247] usbcore: registered new interface driver ub
[   20.026660] initcall ub_init+0x0/0x71 returned 0 after 9765 usecs
[   20.033312] calling  ibmasm_init+0x0/0x56 @ 1
[   20.036653] bus: 'pci': add driver ibmasm
[   20.042846] ibmasm: IBM ASM Service Processor Driver version 1.0 loaded
[   20.046646] initcall ibmasm_init+0x0/0x56 returned 0 after 9765 usecs
[   20.053313] calling  ics932s401_init+0x0/0x11 @ 1
[   20.059979] bus: 'i2c': add driver ics932s401
[   20.064851] initcall ics932s401_init+0x0/0x11 returned 0 after 3255 usecs
[   20.069980] calling  ioc4_init+0x0/0x1b @ 1
[   20.073312] bus: 'pci': add driver IOC4
[   20.079594] initcall ioc4_init+0x0/0x1b returned 0 after 3255 usecs
[   20.083312] calling  ilo_init+0x0/0x81 @ 1
[   20.086645] device class 'iLO': registering
[   20.094058] bus: 'pci': add driver hpilo
[   20.097975] initcall ilo_init+0x0/0x81 returned 0 after 9765 usecs
[   20.103312] calling  c2port_init+0x0/0x45 @ 1
[   20.106644] Silicon Labs C2 port support v. 0.51.0 - (C) 2007 Rodolfo Giometti
[   20.113311] device class 'c2port': registering
[   20.120058] initcall c2port_init+0x0/0x45 returned 0 after 13020 usecs
[   20.123312] calling  duramar2150_c2port_init+0x0/0x67 @ 1
[   20.129990] device: 'c2port0': device_add
[   20.135936] c2port c2port0: C2 port uc added
[   20.139979] c2port c2port0: uc flash has 30 blocks x 512 bytes (15360 bytes total)
[   20.146646] initcall duramar2150_c2port_init+0x0/0x67 returned 0 after 16276 usecs
[   20.153312] calling  eeprom_init+0x0/0x11 @ 1
[   20.156645] bus: 'i2c': add driver eeprom
[   20.163572] initcall eeprom_init+0x0/0x11 returned 0 after 6510 usecs
[   20.166646] calling  max6875_init+0x0/0x11 @ 1
[   20.173311] bus: 'i2c': add driver max6875
[   20.178478] initcall max6875_init+0x0/0x11 returned 0 after 3255 usecs
[   20.183312] calling  pasic3_base_init+0x0/0x14 @ 1
[   20.186646] bus: 'platform': add driver pasic3
[   20.194171] bus: 'platform': remove driver pasic3
[   20.198838] driver: 'pasic3': driver_release
[   20.199979] initcall pasic3_base_init+0x0/0x14 returned -19 after 13020 usecs
[   20.209978] calling  scsi_tgt_init+0x0/0x7d @ 1
[   20.214707] device: 'tgt': device_add
[   20.218549] initcall scsi_tgt_init+0x0/0x7d returned 0 after 3255 usecs
[   20.223312] calling  spi_transport_init+0x0/0x65 @ 1
[   20.229985] device class 'spi_transport': registering
[   20.235077] device class 'spi_host': registering
[   20.239667] initcall spi_transport_init+0x0/0x65 returned 0 after 6510 usecs
[   20.243312] calling  fc_transport_init+0x0/0x43 @ 1
[   20.249978] device class 'fc_host': registering
[   20.256047] device class 'fc_vports': registering
[   20.260728] device class 'fc_remote_ports': registering
[   20.265929] device class 'fc_transport': registering
[   20.270870] initcall fc_transport_init+0x0/0x43 returned 0 after 19531 usecs
[   20.276646] calling  iscsi_transport_init+0x0/0x125 @ 1
[   20.279977] Loading iSCSI transport class v2.0-870.
[   20.286644] device class 'iscsi_transport': registering
[   20.293143] device class 'iscsi_endpoint': registering
[   20.298266] device class 'iscsi_host': registering
[   20.303026] device class 'iscsi_connection': registering
[   20.308313] device class 'iscsi_session': registering
[   20.313379] initcall iscsi_transport_init+0x0/0x125 returned 0 after 32552 usecs
[   20.319979] calling  sas_transport_init+0x0/0x9f @ 1
[   20.323310] device class 'sas_host': registering
[   20.330325] device class 'sas_phy': registering
[   20.334826] device class 'sas_port': registering
[   20.339429] device class 'sas_device': registering
[   20.344188] device class 'sas_end_device': registering
[   20.346691] device class 'sas_expander': registering
[   20.354242] initcall sas_transport_init+0x0/0x9f returned 0 after 29296 usecs
[   20.359978] calling  sas_class_init+0x0/0x2c @ 1
[   20.363316] initcall sas_class_init+0x0/0x2c returned 0 after 0 usecs
[   20.369978] calling  scsi_dh_init+0x0/0x34 @ 1
[   20.376646] initcall scsi_dh_init+0x0/0x34 returned 0 after 0 usecs
[   20.379978] calling  rdac_init+0x0/0x26 @ 1
[   20.386644] rdac: device handler registered
[   20.389978] initcall rdac_init+0x0/0x26 returned 0 after 3255 usecs
[   20.396644] calling  hp_sw_init+0x0/0xf @ 1
[   20.399977] hp_sw: device handler registered
[   20.403311] initcall hp_sw_init+0x0/0xf returned 0 after 3255 usecs
[   20.409978] calling  clariion_init+0x0/0x2c @ 1
[   20.416644] emc: device handler registered
[   20.419978] initcall clariion_init+0x0/0x2c returned 0 after 3255 usecs
[   20.426644] calling  libfc_init+0x0/0x65 @ 1
[   20.431622] initcall libfc_init+0x0/0x65 returned 0 after 0 usecs
[   20.436645] calling  fcoe_init+0x0/0x126 @ 1
[   20.441925] initcall fcoe_init+0x0/0x126 returned 0 after 0 usecs
[   20.446645] calling  iscsi_sw_tcp_init+0x0/0x3a @ 1
[   20.449980] device: 'tcp': device_add
[   20.456527] iscsi: registered transport (tcp)
[   20.459979] initcall iscsi_sw_tcp_init+0x0/0x3a returned 0 after 9765 usecs
[   20.466645] calling  NCR_700_init+0x0/0x1c @ 1
[   20.469979] initcall NCR_700_init+0x0/0x1c returned 0 after 0 usecs
[   20.476644] calling  sim710_init+0x0/0x11 @ 1
[   20.479978] initcall sim710_init+0x0/0x11 returned 0 after 0 usecs
[   20.486644] calling  advansys_init+0x0/0x16 @ 1
[   20.493314] bus: 'pci': add driver advansys
[   20.497618] initcall advansys_init+0x0/0x16 returned 0 after 3255 usecs
[   20.503312] calling  BusLogic_init+0x0/0x193d @ 1
[   20.506707] initcall BusLogic_init+0x0/0x193d returned 0 after 0 usecs
[   20.513312] calling  adpt_init+0x0/0xdb8 @ 1
[   20.516643] Loading Adaptec I2O RAID: Version 2.4 Build 5go
[   20.523313] Detecting Adaptec I2O RAID controllers...
[   20.529985] initcall adpt_init+0x0/0xdb8 returned -19 after 13020 usecs
[   20.536647] calling  arcmsr_module_init+0x0/0x1b @ 1
[   20.539979] bus: 'pci': add driver arcmsr
[   20.545720] initcall arcmsr_module_init+0x0/0x1b returned 0 after 3255 usecs
[   20.549978] calling  ahc_linux_init+0x0/0x5c @ 1
[   20.556648] bus: 'pci': add driver aic7xxx
[   20.561411] initcall ahc_linux_init+0x0/0x5c returned 0 after 3255 usecs
[   20.566645] calling  ahd_linux_init+0x0/0x6e @ 1
[   20.569981] bus: 'pci': add driver aic79xx
[   20.576757] initcall ahd_linux_init+0x0/0x6e returned 0 after 6510 usecs
[   20.583312] calling  init_this_scsi_driver+0x0/0xc5 @ 1
[   20.586882] initcall init_this_scsi_driver+0x0/0xc5 returned -19 after 0 usecs
[   20.593312] calling  aic94xx_init+0x0/0x115 @ 1
[   20.599977] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[   20.606658] bus: 'pci': add driver aic94xx
[   20.611363] initcall aic94xx_init+0x0/0x115 returned 0 after 9765 usecs
[   20.616645] calling  init_this_scsi_driver+0x0/0xc5 @ 1
[   20.619979] initcall init_this_scsi_driver+0x0/0xc5 returned -19 after 0 usecs
[   20.629978] calling  init_this_scsi_driver+0x0/0xc5 @ 1
[   20.633351] scsi: <fdomain> Detection failed (no card)
[   20.639979] initcall init_this_scsi_driver+0x0/0xc5 returned -19 after 6510 usecs
[   20.646645] calling  NCR_D700_init+0x0/0xf @ 1
[   20.649978] initcall NCR_D700_init+0x0/0xf returned 0 after 0 usecs
[   20.656646] calling  NCR_Q720_init+0x0/0x29 @ 1
[   20.659986] initcall NCR_Q720_init+0x0/0x29 returned 0 after 0 usecs
[   20.666645] calling  qla2x00_module_init+0x0/0xfd @ 1
[   20.673321] QLogic Fibre Channel HBA Driver: 8.03.01-k4
[   20.676646] bus: 'pci': add driver qla2xxx
[   20.683915] initcall qla2x00_module_init+0x0/0xfd returned 0 after 9765 usecs
[   20.689979] calling  qla4xxx_module_init+0x0/0xbd @ 1
[   20.693316] device: 'qla4xxx': device_add
[   20.700021] iscsi: registered transport (qla4xxx)
[   20.703313] bus: 'pci': add driver qla4xxx
[   20.708781] QLogic iSCSI HBA Driver
[   20.709979] initcall qla4xxx_module_init+0x0/0xbd returned 0 after 16276 usecs
[   20.716645] calling  sym2_init+0x0/0xdf @ 1
[   20.723314] bus: 'pci': add driver sym53c8xx
[   20.727852] initcall sym2_init+0x0/0xdf returned 0 after 3255 usecs
[   20.733312] calling  ibmmca_init+0x0/0x14 @ 1
[   20.736645] initcall ibmmca_init+0x0/0x14 returned 0 after 0 usecs
[   20.743312] calling  init_this_scsi_driver+0x0/0xc5 @ 1
[   20.746651] initcall init_this_scsi_driver+0x0/0xc5 returned -19 after 0 usecs
[   20.756646] calling  dc395x_module_init+0x0/0x16 @ 1
[   20.759978] bus: 'pci': add driver dc395x
[   20.765899] initcall dc395x_module_init+0x0/0x16 returned 0 after 3255 usecs
[   20.769979] calling  dc390_module_init+0x0/0x8b @ 1
[   20.776644] DC390: clustering now enabled by default. If you get problems load
[   20.783312]        with "disable_clustering=1" and report to maintainers
[   20.789979] bus: 'pci': add driver tmscsim
[   20.795714] initcall dc390_module_init+0x0/0x8b returned 0 after 16276 usecs
[   20.799979] calling  megaraid_init+0x0/0x9d @ 1
[   20.806656] bus: 'pci': add driver megaraid_legacy
[   20.812548] initcall megaraid_init+0x0/0x9d returned 0 after 3255 usecs
[   20.816645] calling  megasas_init+0x0/0x11b @ 1
[   20.823311] megasas: 00.00.04.01 Thu July 24 11:41:51 PST 2008
[   20.826650] bus: 'pci': add driver megaraid_sas
[   20.833965] initcall megasas_init+0x0/0x11b returned 0 after 9765 usecs
[   20.839979] calling  atp870u_init+0x0/0x16 @ 1
[   20.843312] bus: 'pci': add driver atp870u
[   20.849034] initcall atp870u_init+0x0/0x16 returned 0 after 3255 usecs
[   20.853312] calling  gdth_init+0x0/0xd5 @ 1
[   20.856645] GDT-HA: Storage RAID Controller Driver. Version: 3.05
[   20.863312] bus: 'pci': add driver gdth
[   20.869577] initcall gdth_init+0x0/0xd5 returned 0 after 9765 usecs
[   20.873312] calling  inia100_init+0x0/0x16 @ 1
[   20.879979] bus: 'pci': add driver inia100
[   20.884314] initcall inia100_init+0x0/0x16 returned 0 after 3255 usecs
[   20.889978] calling  twa_init+0x0/0x25 @ 1
[   20.893310] 3ware 9000 Storage Controller device driver for Linux v2.26.02.012.
[   20.899979] bus: 'pci': add driver 3w-9xxx
[   20.906240] initcall twa_init+0x0/0x25 returned 0 after 9765 usecs
[   20.909978] calling  ipr_init+0x0/0x2a @ 1
[   20.913310] ipr: IBM Power RAID SCSI Device Driver version: 2.4.3 (June 10, 2009)
[   20.923312] bus: 'pci': add driver ipr
[   20.927651] initcall ipr_init+0x0/0x2a returned 0 after 13020 usecs
[   20.933312] calling  hptiop_module_init+0x0/0x2a @ 1
[   20.936644] RocketRAID 3xxx/4xxx Controller driver v1.3 (071203)
[   20.943312] bus: 'pci': add driver hptiop
[   20.948798] initcall hptiop_module_init+0x0/0x2a returned 0 after 9765 usecs
[   20.953312] calling  cxgb3i_init_module+0x0/0x31 @ 1
[   20.959979] cxgb3i: tag itt 0x1fff, 13 bits, age 0xf, 4 bits.
[   20.963312] device: 'cxgb3i': device_add
[   20.970370] iscsi: registered transport (cxgb3i)
[   20.973319] initcall cxgb3i_init_module+0x0/0x31 returned 0 after 13020 usecs
[   20.979979] calling  init_osst+0x0/0x10f @ 1
[   20.983311] osst :I: Tape driver with OnStream support version 0.99.4
[   20.983313] osst :I: $Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $
[   20.996644] device class 'onstream_tape': registering
[   21.004433] bus: 'scsi': add driver osst
[   21.008342] initcall init_osst+0x0/0x10f returned 0 after 22786 usecs
[   21.013312] calling  init_sd+0x0/0xdb @ 1
[   21.016652] device class 'scsi_disk': registering
[   21.023412] bus: 'scsi': add driver sd
[   21.027140] initcall init_sd+0x0/0xdb returned 0 after 9765 usecs
[   21.029978] calling  init_sg+0x0/0x133 @ 1
[   21.036645] device class 'scsi_generic': registering
[   21.042218] initcall init_sg+0x0/0x133 returned 0 after 3255 usecs
[   21.046645] calling  osd_uld_init+0x0/0xb6 @ 1
[   21.049977] device class 'scsi_osd': registering
[   21.057387] bus: 'scsi': add driver osd
[   21.061204] osd: LOADED open-osd 0.1.0
[   21.063312] initcall osd_uld_init+0x0/0xb6 returned 0 after 13020 usecs
[   21.069978] calling  ahci_init+0x0/0x16 @ 1
[   21.073313] bus: 'pci': add driver ahci
[   21.079512] initcall ahci_init+0x0/0x16 returned 0 after 3255 usecs
[   21.083312] calling  k2_sata_init+0x0/0x16 @ 1
[   21.089979] bus: 'pci': add driver sata_svw
[   21.094324] initcall k2_sata_init+0x0/0x16 returned 0 after 3255 usecs
[   21.099978] calling  piix_init+0x0/0x24 @ 1
[   21.103312] bus: 'pci': add driver ata_piix
[   21.109154] initcall piix_init+0x0/0x24 returned 0 after 3255 usecs
[   21.113312] calling  pdc_ata_init+0x0/0x16 @ 1
[   21.116646] bus: 'pci': add driver sata_promise
[   21.124320] initcall pdc_ata_init+0x0/0x16 returned 0 after 6510 usecs
[   21.129979] calling  qs_ata_init+0x0/0x16 @ 1
[   21.133312] bus: 'pci': add driver sata_qstor
[   21.139477] initcall qs_ata_init+0x0/0x16 returned 0 after 3255 usecs
[   21.143312] calling  vsc_sata_init+0x0/0x16 @ 1
[   21.149979] bus: 'pci': add driver sata_vsc
[   21.154560] initcall vsc_sata_init+0x0/0x16 returned 0 after 3255 usecs
[   21.159979] calling  sis_init+0x0/0x16 @ 1
[   21.163312] bus: 'pci': add driver sata_sis
[   21.169382] initcall sis_init+0x0/0x16 returned 0 after 3255 usecs
[   21.173312] calling  pdc_sata_init+0x0/0x16 @ 1
[   21.176646] bus: 'pci': add driver sata_sx4
[   21.184204] initcall pdc_sata_init+0x0/0x16 returned 0 after 6510 usecs
[   21.189978] calling  nv_init+0x0/0x16 @ 1
[   21.193312] bus: 'pci': add driver sata_nv
[   21.198852] initcall nv_init+0x0/0x16 returned 0 after 3255 usecs
[   21.203312] calling  uli_init+0x0/0x16 @ 1
[   21.206646] bus: 'pci': add driver sata_uli
[   21.213151] initcall uli_init+0x0/0x16 returned 0 after 3255 usecs
[   21.216645] calling  mv_init+0x0/0x3a @ 1
[   21.219979] bus: 'pci': add driver sata_mv
[   21.227369] bus: 'platform': add driver sata_mv
[   21.231867] initcall mv_init+0x0/0x3a returned 0 after 9765 usecs
[   21.236645] calling  adma_ata_init+0x0/0x16 @ 1
[   21.239979] bus: 'pci': add driver pdc_adma
[   21.246606] initcall adma_ata_init+0x0/0x16 returned 0 after 3255 usecs
[   21.249978] calling  ali_init+0x0/0x40 @ 1
[   21.256652] bus: 'pci': add driver pata_ali
[   21.261431] initcall ali_init+0x0/0x40 returned 0 after 3255 usecs
[   21.266645] calling  amd_init+0x0/0x16 @ 1
[   21.269979] bus: 'pci': add driver pata_amd
[   21.273319] bus: 'pci': driver_probe_device: matched device 0000:00:06.0 with driver pata_amd
[   21.283310] bus: 'pci': really_probe: probing driver pata_amd with device 0000:00:06.0
[   21.292169] pata_amd 0000:00:06.0: version 0.4.1
[   21.293363] pata_amd 0000:00:06.0: setting latency timer to 64
[   21.296710] scsi0 : pata_amd
[   21.299990] device: 'host0': device_add
[   21.303325] device: 'host0': device_add
[   21.306720] scsi1 : pata_amd
[   21.309978] device: 'host1': device_add
[   21.313315] device: 'host1': device_add
[   21.316714] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[   21.319979] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[   21.490264] ata1.00: ATA-6: HDS722525VLAT80, V36OA60A, max UDMA/100
[   21.496645] ata1.00: 488397168 sectors, multi 1: LBA48 
[   21.503332] ata1: nv_mode_filter: 0x3f39f&0x3f07f->0x3f01f, BIOS=0x3f000 (0xc60000c0) ACPI=0x0
[   21.530192] ata1.00: configured for UDMA/100
[   21.536537] async_waiting @ 1442
[   21.536644] async_continuing @ 1442 after 0 usec
[   21.540101] scsi 0:0:0:0: Direct-Access     ATA      HDS722525VLAT80  V36O PQ: 0 ANSI: 5
[   21.543315] device: 'target0:0:0': device_add
[   21.546654] device: '0:0:0:0': device_add
[   21.550009] bus: 'scsi': add device 0:0:0:0
[   21.553369] bus: 'scsi': driver_probe_device: matched device 0:0:0:0 with driver osst
[   21.556644] bus: 'scsi': really_probe: probing driver osst with device 0:0:0:0
[   21.559989] bus: 'scsi': driver_probe_device: matched device 0:0:0:0 with driver sd
[   21.563310] bus: 'scsi': really_probe: probing driver sd with device 0:0:0:0
[   21.566660] device: '0:0:0:0': device_add
[   21.570039] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[   21.573406] sd 0:0:0:0: [sda] Write Protect is off
[   21.576644] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   21.580024] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   21.583314] device: 'sda': device_add
[   21.586864]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 >
[   21.668733] device: 'sda1': device_add
[   21.670010] device: 'sda2': device_add
[   21.673339] device: 'sda3': device_add
[   21.676679] device: 'sda5': device_add
[   21.680019] device: 'sda6': device_add
[   21.683339] device: 'sda7': device_add
[   21.686671] device: 'sda8': device_add
[   21.690004] device: 'sda9': device_add
[   21.693346] device: 'sda10': device_add
[   21.696769] device: '8:0': device_add
[   21.700181] sd 0:0:0:0: [sda] Attached SCSI disk
[   21.703316] driver: '0:0:0:0': driver_bound: bound to device 'sd'
[   21.706645] bus: 'scsi': really_probe: bound device 0:0:0:0 to driver sd
[   21.709979] device: '0:0:0:0': device_add
[   21.713363] device: 'sg0': device_add
[   21.716802] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   21.719988] device: '0:0:0:0': device_add
[   21.723386] async_waiting @ 1442
[   21.726644] async_continuing @ 1442 after 0 usec
[   21.900217] ata2.01: ATAPI: DVDRW IDE 16X, VER A079, max UDMA/66
[   21.906663] ata2: nv_mode_filter: 0x1f39f&0x707f->0x701f, BIOS=0x7000 (0xc60000c0) ACPI=0x0
[   21.926833] ata2.01: configured for UDMA/33
[   21.933515] async_waiting @ 1442
[   21.936607] async_continuing @ 1442 after 0 usec
[   21.936749] scsi 1:0:1:0: CD-ROM            DVDRW    IDE 16X          A079 PQ: 0 ANSI: 5
[   21.939985] device: 'target1:0:1': device_add
[   21.943324] device: '1:0:1:0': device_add
[   21.946667] bus: 'scsi': add device 1:0:1:0
[   21.950030] bus: 'scsi': driver_probe_device: matched device 1:0:1:0 with driver osst
[   21.953310] bus: 'scsi': really_probe: probing driver osst with device 1:0:1:0
[   21.956654] bus: 'scsi': driver_probe_device: matched device 1:0:1:0 with driver sd
[   21.959976] bus: 'scsi': really_probe: probing driver sd with device 1:0:1:0
[   21.963319] bus: 'scsi': driver_probe_device: matched device 1:0:1:0 with driver osd
[   21.966643] bus: 'scsi': really_probe: probing driver osd with device 1:0:1:0
[   21.969986] device: '1:0:1:0': device_add
[   21.973360] device: 'sg1': device_add
[   21.976724] scsi 1:0:1:0: Attached scsi generic sg1 type 5
[   21.979983] device: '1:0:1:0': device_add
[   21.983383] driver: '0000:00:06.0': driver_bound: bound to device 'pata_amd'
[   21.983383] work_for_cpu used greatest stack depth: 5808 bytes left
[   21.996661] bus: 'pci': really_probe: bound device 0000:00:06.0 to driver pata_amd
[   22.005002] initcall amd_init+0x0/0x16 returned 0 after 716145 usecs
[   22.009982] calling  atiixp_init+0x0/0x16 @ 1
[   22.013315] bus: 'pci': add driver pata_atiixp
[   22.020084] initcall atiixp_init+0x0/0x16 returned 0 after 6510 usecs
[   22.023312] calling  cmd640_init+0x0/0x16 @ 1
[   22.029979] bus: 'pci': add driver pata_cmd640
[   22.035239] initcall cmd640_init+0x0/0x16 returned 0 after 3255 usecs
[   22.039977] calling  cmd64x_init+0x0/0x16 @ 1
[   22.043312] bus: 'pci': add driver pata_cmd64x
[   22.050414] initcall cmd64x_init+0x0/0x16 returned 0 after 6510 usecs
[   22.056644] calling  cs5520_init+0x0/0x16 @ 1
[   22.059980] bus: 'pci': add driver pata_cs5520
[   22.065573] initcall cs5520_init+0x0/0x16 returned 0 after 3255 usecs
[   22.069977] calling  cs5530_init+0x0/0x16 @ 1
[   22.073312] bus: 'pci': add driver pata_cs5530
[   22.080740] initcall cs5530_init+0x0/0x16 returned 0 after 6510 usecs
[   22.086644] calling  cy82c693_init+0x0/0x16 @ 1
[   22.089979] bus: 'pci': add driver pata_cypress
[   22.096166] initcall cy82c693_init+0x0/0x16 returned 0 after 3255 usecs
[   22.099977] calling  efar_init+0x0/0x16 @ 1
[   22.106645] bus: 'pci': add driver pata_efar
[   22.111163] initcall efar_init+0x0/0x16 returned 0 after 3255 usecs
[   22.116644] calling  hpt36x_init+0x0/0x16 @ 1
[   22.119979] bus: 'pci': add driver pata_hpt366
[   22.126155] initcall hpt36x_init+0x0/0x16 returned 0 after 3255 usecs
[   22.129977] calling  hpt37x_init+0x0/0x16 @ 1
[   22.136649] bus: 'pci': add driver pata_hpt37x
[   22.141326] initcall hpt37x_init+0x0/0x16 returned 0 after 3255 usecs
[   22.146644] calling  hpt3x2n_init+0x0/0x16 @ 1
[   22.149979] bus: 'pci': add driver pata_hpt3x2n
[   22.156670] initcall hpt3x2n_init+0x0/0x16 returned 0 after 6510 usecs
[   22.159978] calling  jmicron_init+0x0/0x16 @ 1
[   22.166646] bus: 'pci': add driver pata_jmicron
[   22.172093] initcall jmicron_init+0x0/0x16 returned 0 after 3255 usecs
[   22.176644] calling  ns87410_init+0x0/0x16 @ 1
[   22.179979] bus: 'pci': add driver pata_ns87410
[   22.187523] initcall ns87410_init+0x0/0x16 returned 0 after 6510 usecs
[   22.193311] calling  ns87415_init+0x0/0x16 @ 1
[   22.196646] bus: 'pci': add driver pata_ns87415
[   22.202948] initcall ns87415_init+0x0/0x16 returned 0 after 3255 usecs
[   22.206645] calling  optidma_init+0x0/0x16 @ 1
[   22.213313] bus: 'pci': add driver pata_optidma
[   22.218377] initcall optidma_init+0x0/0x16 returned 0 after 3255 usecs
[   22.223311] calling  marvell_init+0x0/0x16 @ 1
[   22.226646] bus: 'pci': add driver pata_marvell
[   22.233806] initcall marvell_init+0x0/0x16 returned 0 after 6510 usecs
[   22.239978] calling  mpiix_init+0x0/0x16 @ 1
[   22.243313] bus: 'pci': add driver pata_mpiix
[   22.248885] initcall mpiix_init+0x0/0x16 returned 0 after 3255 usecs
[   22.253311] calling  oldpiix_init+0x0/0x16 @ 1
[   22.256646] bus: 'pci': add driver pata_oldpiix
[   22.264151] initcall oldpiix_init+0x0/0x16 returned 0 after 6510 usecs
[   22.269978] calling  pcmcia_init+0x0/0xf @ 1
[   22.273323] bus: 'pcmcia': add driver pata_pcmcia
[   22.279556] initcall pcmcia_init+0x0/0xf returned 0 after 3255 usecs
[   22.283311] calling  pdc2027x_init+0x0/0x16 @ 1
[   22.289980] bus: 'pci': add driver pata_pdc2027x
[   22.294996] initcall pdc2027x_init+0x0/0x16 returned 0 after 3255 usecs
[   22.299978] calling  pdc202xx_init+0x0/0x16 @ 1
[   22.303313] bus: 'pci': add driver pata_pdc202xx_old
[   22.311033] initcall pdc202xx_init+0x0/0x16 returned 0 after 6510 usecs
[   22.316645] calling  radisys_init+0x0/0x16 @ 1
[   22.319980] bus: 'pci': add driver pata_radisys
[   22.326543] initcall radisys_init+0x0/0x16 returned 0 after 3255 usecs
[   22.329978] calling  rz1000_init+0x0/0x16 @ 1
[   22.336650] bus: 'pci': add driver pata_rz1000
[   22.341809] initcall rz1000_init+0x0/0x16 returned 0 after 3255 usecs
[   22.346645] calling  serverworks_init+0x0/0x16 @ 1
[   22.349980] bus: 'pci': add driver pata_serverworks
[   22.357837] initcall serverworks_init+0x0/0x16 returned 0 after 6510 usecs
[   22.363312] calling  sil680_init+0x0/0x16 @ 1
[   22.366646] bus: 'pci': add driver pata_sil680
[   22.373438] initcall sil680_init+0x0/0x16 returned 0 after 6510 usecs
[   22.376645] calling  via_init+0x0/0x16 @ 1
[   22.383314] bus: 'pci': add driver pata_via
[   22.388086] initcall via_init+0x0/0x16 returned 0 after 3255 usecs
[   22.393314] calling  sl82c105_init+0x0/0x16 @ 1
[   22.396647] bus: 'pci': add driver pata_sl82c105
[   22.403346] initcall sl82c105_init+0x0/0x16 returned 0 after 6510 usecs
[   22.406644] calling  sis_init+0x0/0x16 @ 1
[   22.413313] bus: 'pci': add driver pata_sis
[   22.418160] initcall sis_init+0x0/0x16 returned 0 after 3255 usecs
[   22.423311] calling  sch_init+0x0/0x16 @ 1
[   22.426646] bus: 'pci': add driver pata_sch
[   22.432546] initcall sch_init+0x0/0x16 returned 0 after 3255 usecs
[   22.436644] calling  pata_platform_init+0x0/0xf @ 1
[   22.443311] bus: 'platform': add driver pata_platform
[   22.448575] initcall pata_platform_init+0x0/0xf returned 0 after 3255 usecs
[   22.453311] calling  e1000_init_module+0x0/0x53 @ 1
[   22.459976] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
[   22.463310] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[   22.469979] bus: 'pci': add driver e1000e
[   22.476059] initcall e1000_init_module+0x0/0x53 returned 0 after 13020 usecs
[   22.479977] calling  igb_init_module+0x0/0x43 @ 1
[   22.486643] Intel(R) Gigabit Ethernet Network Driver - version 1.3.16-k2
[   22.493309] Copyright (c) 2007-2009 Intel Corporation.
[   22.496646] bus: 'pci': add driver igb
[   22.503272] initcall igb_init_module+0x0/0x43 returned 0 after 13020 usecs
[   22.509977] calling  igbvf_init_module+0x0/0x53 @ 1
[   22.513309] Intel(R) Virtual Function Network Driver - version 1.0.0-k0
[   22.519976] Copyright (c) 2009 Intel Corporation.
[   22.523313] bus: 'pci': add driver igbvf
[   22.530151] initcall igbvf_init_module+0x0/0x53 returned 0 after 16276 usecs
[   22.536644] calling  ixgbe_init_module+0x0/0x43 @ 1
[   22.539976] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 2.0.34-k2
[   22.546642] ixgbe: Copyright (c) 1999-2009 Intel Corporation.
[   22.553313] bus: 'pci': add driver ixgbe
[   22.559435] initcall ixgbe_init_module+0x0/0x43 returned 0 after 16276 usecs
[   22.563312] calling  ixgb_init_module+0x0/0x39 @ 1
[   22.569976] Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI
[   22.576642] Copyright (c) 1999-2008 Intel Corporation.
[   22.579979] bus: 'pci': add driver ixgb
[   22.586741] initcall ixgb_init_module+0x0/0x39 returned 0 after 16276 usecs
[   22.593311] calling  ipg_init_module+0x0/0x16 @ 1
[   22.596646] bus: 'pci': add driver Sundance Technology IPG Triple-Speed Ethernet
[   22.605722] initcall ipg_init_module+0x0/0x16 returned 0 after 6510 usecs
[   22.609977] calling  t1_init_module+0x0/0x16 @ 1
[   22.616646] bus: 'pci': add driver cxgb
[   22.620889] initcall t1_init_module+0x0/0x16 returned 0 after 3255 usecs
[   22.626644] calling  cxgb3_init_module+0x0/0x1b @ 1
[   22.629981] bus: 'pci': add driver cxgb3
[   22.636315] initcall cxgb3_init_module+0x0/0x1b returned 0 after 3255 usecs
[   22.639977] calling  vcan_init_module+0x0/0x2e @ 1
[   22.646642] vcan: Virtual CAN interface driver
[   22.649982] initcall vcan_init_module+0x0/0x2e returned 0 after 3255 usecs
[   22.656644] calling  can_dev_init+0x0/0x26 @ 1
[   22.663310] CAN device driver interface
[   22.666644] initcall can_dev_init+0x0/0x26 returned 0 after 3255 usecs
[   22.673311] calling  bonding_init+0x0/0x712 @ 1
[   22.676642] Ethernet Channel Bonding Driver: v3.5.0 (November 4, 2008)
[   22.683311] bonding: Warning: either miimon or arp_interval and arp_ip_target module parameters must be specified, otherwise bonding will not detect link failures! see bonding.txt for details.
[   22.702102] device: 'bond0': device_add
[   22.705966] initcall bonding_init+0x0/0x712 returned 0 after 26041 usecs
[   22.709979] calling  atl1_init_module+0x0/0x16 @ 1
[   22.716649] bus: 'pci': add driver atl1
[   22.721596] initcall atl1_init_module+0x0/0x16 returned 0 after 3255 usecs
[   22.726645] calling  atl2_init_module+0x0/0x39 @ 1
[   22.729976] Atheros(R) L2 Ethernet Driver - version 2.2.3
[   22.736642] Copyright (c) 2007 Atheros Corporation.
[   22.743314] bus: 'pci': add driver atl2
[   22.747248] initcall atl2_init_module+0x0/0x39 returned 0 after 16276 usecs
[   22.753311] calling  atl1e_init_module+0x0/0x16 @ 1
[   22.756647] bus: 'pci': add driver ATL1E
[   22.762936] initcall atl1e_init_module+0x0/0x16 returned 0 after 3255 usecs
[   22.766645] calling  bdx_module_init+0x0/0x7c @ 1
[   22.773310] tehuti: Tehuti Networks(R) Network Driver, 7.29.3
[   22.779976] tehuti: Options: hw_csum 
[   22.783313] bus: 'pci': add driver tehuti
[   22.787900] initcall bdx_module_init+0x0/0x7c returned 0 after 13020 usecs
[   22.793311] calling  enic_init_module+0x0/0x2a @ 1
[   22.796642] enic: Cisco 10G Ethernet Driver, ver 1.0.0.933
[   22.803314] bus: 'pci': add driver enic
[   22.808787] initcall enic_init_module+0x0/0x2a returned 0 after 9765 usecs
[   22.813311] calling  jme_init_module+0x0/0x25 @ 1
[   22.819976] jme: JMicron JMC2XX ethernet driver version 1.0.4
[   22.823313] bus: 'pci': add driver jme
[   22.829760] initcall jme_init_module+0x0/0x25 returned 0 after 6510 usecs
[   22.833311] calling  happy_meal_probe+0x0/0x16 @ 1
[   22.839980] bus: 'pci': add driver hme
[   22.845016] initcall happy_meal_probe+0x0/0x16 returned 0 after 3255 usecs
[   22.849978] calling  gem_init+0x0/0x16 @ 1
[   22.853314] bus: 'pci': add driver gem
[   22.859663] initcall gem_init+0x0/0x16 returned 0 after 3255 usecs
[   22.863311] calling  vortex_init+0x0/0x9c @ 1
[   22.869982] bus: 'pci': add driver 3c59x
[   22.874056] initcall vortex_init+0x0/0x9c returned 0 after 3255 usecs
[   22.879978] calling  pcnet32_init_module+0x0/0x10a @ 1
[   22.883309] pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[   22.889981] bus: 'pci': add driver pcnet32
[   22.895722] initcall pcnet32_init_module+0x0/0x10a returned 0 after 9765 usecs
[   22.899978] calling  e100_init_module+0x0/0x4d @ 1
[   22.906647] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[   22.913309] e100: Copyright(c) 1999-2006 Intel Corporation
[   22.916647] bus: 'pci': add driver e100
[   22.923556] initcall e100_init_module+0x0/0x4d returned 0 after 16276 usecs
[   22.929978] calling  tlan_probe+0x0/0xc9 @ 1
[   22.933309] ThunderLAN driver v1.15a
[   22.936647] bus: 'pci': add driver tlan
[   22.942108] TLAN: 0 devices installed, PCI: 0  EISA: 0
[   22.946655] bus: 'pci': remove driver tlan
[   22.951268] driver: 'tlan': driver_release
[   22.953312] initcall tlan_probe+0x0/0xc9 returned -19 after 19531 usecs
[   22.959977] calling  epic_init+0x0/0x16 @ 1
[   22.963314] bus: 'pci': add driver epic100
[   22.970185] initcall epic_init+0x0/0x16 returned 0 after 6510 usecs
[   22.973311] calling  smsc9420_init_module+0x0/0x39 @ 1
[   22.979981] bus: 'pci': add driver smsc9420
[   22.985696] initcall smsc9420_init_module+0x0/0x39 returned 0 after 3255 usecs
[   22.989978] calling  sis190_init_module+0x0/0x16 @ 1
[   22.996648] bus: 'pci': add driver sis190
[   23.001827] initcall sis190_init_module+0x0/0x16 returned 0 after 3255 usecs
[   23.006644] calling  sis900_init_module+0x0/0x16 @ 1
[   23.013314] bus: 'pci': add driver sis900
[   23.017774] initcall sis900_init_module+0x0/0x16 returned 0 after 3255 usecs
[   23.023311] calling  r6040_init+0x0/0x16 @ 1
[   23.026648] bus: 'pci': add driver r6040
[   23.032940] initcall r6040_init+0x0/0x16 returned 0 after 3255 usecs
[   23.036644] calling  yellowfin_init+0x0/0x16 @ 1
[   23.043314] bus: 'pci': add driver yellowfin
[   23.048111] initcall yellowfin_init+0x0/0x16 returned 0 after 3255 usecs
[   23.053311] calling  acenic_init+0x0/0x16 @ 1
[   23.056647] bus: 'pci': add driver acenic
[   23.063104] initcall acenic_init+0x0/0x16 returned 0 after 3255 usecs
[   23.066644] calling  ns83820_init+0x0/0x20 @ 1
[   23.073310] ns83820.c: National Semiconductor DP83820 10/100/1000 driver.
[   23.079981] bus: 'pci': add driver ns83820
[   23.084777] initcall ns83820_init+0x0/0x20 returned 0 after 9765 usecs
[   23.089978] calling  tg3_init+0x0/0x16 @ 1
[   23.093315] bus: 'pci': add driver tg3
[   23.099077] initcall tg3_init+0x0/0x16 returned 0 after 3255 usecs
[   23.103311] calling  bnx2_init+0x0/0x16 @ 1
[   23.106648] bus: 'pci': add driver bnx2
[   23.113200] initcall bnx2_init+0x0/0x16 returned 0 after 3255 usecs
[   23.116644] calling  bnx2x_init+0x0/0x71 @ 1
[   23.123655] bus: 'pci': add driver bnx2x
[   23.127598] initcall bnx2x_init+0x0/0x71 returned 0 after 3255 usecs
[   23.133311] calling  sky2_init_module+0x0/0x20 @ 1
[   23.136642] sky2 driver version 1.23
[   23.139981] bus: 'pci': add driver sky2
[   23.146052] initcall sky2_init_module+0x0/0x20 returned 0 after 6510 usecs
[   23.149978] calling  rhine_init+0x0/0x54 @ 1
[   23.156650] bus: 'pci': add driver via-rhine
[   23.161393] initcall rhine_init+0x0/0x54 returned 0 after 3255 usecs
[   23.166647] calling  velocity_init_module+0x0/0x16 @ 1
[   23.169981] bus: 'pci': add driver via-velocity
[   23.177342] initcall velocity_init_module+0x0/0x16 returned 0 after 6510 usecs
[   23.183311] calling  starfire_init+0x0/0x16 @ 1
[   23.186648] bus: 'pci': add driver starfire
[   23.193214] initcall starfire_init+0x0/0x16 returned 0 after 3255 usecs
[   23.196644] calling  marvell_init+0x0/0x46 @ 1
[   23.203311] bus: 'mdio_bus': add driver Marvell 88E1101
[   23.209408] bus: 'mdio_bus': add driver Marvell 88E1112
[   23.214608] bus: 'mdio_bus': add driver Marvell 88E1111
[   23.219810] bus: 'mdio_bus': add driver Marvell 88E1118
[   23.225008] bus: 'mdio_bus': add driver Marvell 88E1121R
[   23.230297] bus: 'mdio_bus': add driver Marvell 88E1145
[   23.235494] bus: 'mdio_bus': add driver Marvell 88E1240
[   23.240697] initcall marvell_init+0x0/0x46 returned 0 after 35807 usecs
[   23.246644] calling  davicom_init+0x0/0x4d @ 1
[   23.249976] bus: 'mdio_bus': add driver Davicom DM9161E
[   23.256905] bus: 'mdio_bus': add driver Davicom DM9161A
[   23.262103] bus: 'mdio_bus': add driver Davicom DM9131
[   23.267219] initcall davicom_init+0x0/0x4d returned 0 after 16276 usecs
[   23.273311] calling  cicada_init+0x0/0x33 @ 1
[   23.276643] bus: 'mdio_bus': add driver Cicada Cis8204
[   23.283251] bus: 'mdio_bus': add driver Cicada Cis8201
[   23.288367] initcall cicada_init+0x0/0x33 returned 0 after 9765 usecs
[   23.293311] calling  lxt_init+0x0/0x33 @ 1
[   23.296643] bus: 'mdio_bus': add driver LXT970
[   23.303272] bus: 'mdio_bus': add driver LXT971
[   23.307695] initcall lxt_init+0x0/0x33 returned 0 after 9765 usecs
[   23.313311] calling  qs6612_init+0x0/0xf @ 1
[   23.316643] bus: 'mdio_bus': add driver QS6612
[   23.322515] initcall qs6612_init+0x0/0xf returned 0 after 3255 usecs
[   23.326644] calling  smsc_init+0x0/0x81 @ 1
[   23.329976] bus: 'mdio_bus': add driver SMSC LAN83C185
[   23.338127] bus: 'mdio_bus': add driver SMSC LAN8187
[   23.343055] bus: 'mdio_bus': add driver SMSC LAN8700
[   23.346689] bus: 'mdio_bus': add driver SMSC LAN911x Internal PHY
[   23.354066] bus: 'mdio_bus': add driver SMSC LAN8710/LAN8720
[   23.359697] initcall smsc_init+0x0/0x81 returned 0 after 26041 usecs
[   23.363311] calling  vsc82xx_init+0x0/0x33 @ 1
[   23.369977] bus: 'mdio_bus': add driver Vitesse VSC8244
[   23.375653] bus: 'mdio_bus': add driver Vitesse VSC8221
[   23.380849] initcall vsc82xx_init+0x0/0x33 returned 0 after 9765 usecs
[   23.386644] calling  ip175c_init+0x0/0xf @ 1
[   23.389976] bus: 'mdio_bus': add driver ICPlus IP175C
[   23.396621] initcall ip175c_init+0x0/0xf returned 0 after 3255 usecs
[   23.399978] calling  realtek_init+0x0/0xf @ 1
[   23.406643] bus: 'mdio_bus': add driver RTL821x Gigabit Ethernet
[   23.413271] initcall realtek_init+0x0/0xf returned 0 after 3255 usecs
[   23.416644] calling  ste10Xp_init+0x0/0x1d @ 1
[   23.423313] bus: 'mdio_bus': add driver STe100p
[   23.428605] bus: 'mdio_bus': add driver STe101p
[   23.433109] initcall ste10Xp_init+0x0/0x1d returned 0 after 6510 usecs
[   23.436644] calling  sundance_init+0x0/0x16 @ 1
[   23.443316] bus: 'pci': add driver sundance
[   23.448289] initcall sundance_init+0x0/0x16 returned 0 after 3255 usecs
[   23.453311] calling  hamachi_init+0x0/0x16 @ 1
[   23.456648] bus: 'pci': add driver hamachi
[   23.463371] initcall hamachi_init+0x0/0x16 returned 0 after 6510 usecs
[   23.466644] calling  net_olddevs_init+0x0/0x82 @ 1
[   23.473390] initcall net_olddevs_init+0x0/0x82 returned 0 after 0 usecs
[   23.479978] calling  hp100_module_init+0x0/0x16 @ 1
[   23.483314] bus: 'pci': add driver hp100
[   23.489990] initcall hp100_module_init+0x0/0x16 returned 0 after 6510 usecs
[   23.496644] calling  NS8390p_init_module+0x0/0x7 @ 1
[   23.499978] initcall NS8390p_init_module+0x0/0x7 returned 0 after 0 usecs
[   23.506644] calling  ultramca_init_module+0x0/0x28 @ 1
[   23.513311] initcall ultramca_init_module+0x0/0x28 returned -6 after 0 usecs
[   23.519978] initcall ultramca_init_module+0x0/0x28 returned with error code -6 
[   23.526644] calling  b44_init+0x0/0x56 @ 1
[   23.529981] bus: 'pci': add driver b44
[   23.535829] bus: 'ssb': add driver b44
[   23.539544] initcall b44_init+0x0/0x56 returned 0 after 6510 usecs
[   23.543311] calling  init_nic+0x0/0x16 @ 1
[   23.546648] bus: 'pci': add driver forcedeth
[   23.553321] bus: 'pci': driver_probe_device: matched device 0000:00:0a.0 with driver forcedeth
[   23.559976] bus: 'pci': really_probe: probing driver forcedeth with device 0000:00:0a.0
[   23.570552] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[   23.573326] IOAPIC[0]: Set routing entry (2-11 -> 0x3b -> IRQ 11 Mode:1 Active:1)
[   23.576648] forcedeth 0000:00:0a.0: PCI->APIC IRQ transform: INT A -> IRQ 11
[   23.579978] forcedeth 0000:00:0a.0: setting latency timer to 64
[   23.583353] nv_probe: set workaround bit for reversed mac addr
[   24.103497] device: 'eth0': device_add
[   24.107068] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x5043 @ 1, addr 00:13:d4:dc:41:12
[   24.109977] forcedeth 0000:00:0a.0: highdma csum gbit lnktim desc-v3
[   24.113310] driver: '0000:00:0a.0': driver_bound: bound to device 'forcedeth'
[   24.119978] bus: 'pci': really_probe: bound device 0000:00:0a.0 to driver forcedeth
[   24.130406] initcall init_nic+0x0/0x16 returned 0 after 569660 usecs
[   24.136657] calling  ql3xxx_init_module+0x0/0x16 @ 1
[   24.139982] bus: 'pci': add driver qla3xxx
[   24.145748] initcall ql3xxx_init_module+0x0/0x16 returned 0 after 3255 usecs
[   24.149978] calling  qlge_init_module+0x0/0x16 @ 1
[   24.156647] bus: 'pci': add driver qlge
[   24.161341] initcall qlge_init_module+0x0/0x16 returned 0 after 3255 usecs
[   24.166644] calling  ppp_init+0x0/0xb9 @ 1
[   24.169975] PPP generic driver version 2.4.2
[   24.173320] device class 'ppp': registering
[   24.180663] device: 'ppp': device_add
[   24.184371] initcall ppp_init+0x0/0xb9 returned 0 after 13020 usecs
[   24.189977] calling  ppp_sync_init+0x0/0x2d @ 1
[   24.193311] initcall ppp_sync_init+0x0/0x2d returned 0 after 0 usecs
[   24.199976] calling  deflate_init+0x0/0x30 @ 1
[   24.203308] PPP Deflate Compression module registered
[   24.209977] initcall deflate_init+0x0/0x30 returned 0 after 6510 usecs
[   24.216643] calling  bsdcomp_init+0x0/0x26 @ 1
[   24.219975] PPP BSD Compression module registered
[   24.223310] initcall bsdcomp_init+0x0/0x26 returned 0 after 3255 usecs
[   24.229976] calling  pppox_init+0x0/0xf @ 1
[   24.236642] NET: Registered protocol family 24
[   24.239976] initcall pppox_init+0x0/0xf returned 0 after 3255 usecs
[   24.246643] calling  pppoe_init+0x0/0x73 @ 1
[   24.249987] initcall pppoe_init+0x0/0x73 returned 0 after 0 usecs
[   24.256643] calling  dummy_init_module+0x0/0x95 @ 1
[   24.259994] device: 'dummy0': device_add
[   24.267035] initcall dummy_init_module+0x0/0x95 returned 0 after 6510 usecs
[   24.273310] calling  macvlan_init_module+0x0/0x45 @ 1
[   24.276645] initcall macvlan_init_module+0x0/0x45 returned 0 after 0 usecs
[   24.283311] calling  ibmlana_init_module+0x0/0xf @ 1
[   24.289977] initcall ibmlana_init_module+0x0/0xf returned 0 after 0 usecs
[   24.296643] calling  el3_init_module+0x0/0xeb @ 1
[   24.299979] initcall el3_init_module+0x0/0xeb returned 0 after 0 usecs
[   24.306643] calling  cp_init+0x0/0x16 @ 1
[   24.313316] bus: 'pci': add driver 8139cp
[   24.316658] bus: 'pci': driver_probe_device: matched device 0000:05:07.0 with driver 8139cp
[   24.323308] bus: 'pci': really_probe: probing driver 8139cp with device 0000:05:07.0
[   24.333480] <6>8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[   24.336643] 8139cp 0000:05:07.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
[   24.340017] initcall cp_init+0x0/0x16 returned 0 after 26041 usecs
[   24.346644] calling  rtl8139_init_module+0x0/0x16 @ 1
[   24.353315] bus: 'pci': add driver 8139too
[   24.356656] bus: 'pci': driver_probe_device: matched device 0000:05:07.0 with driver 8139too
[   24.363317] bus: 'pci': really_probe: probing driver 8139too with device 0000:05:07.0
[   24.374220] 8139too Fast Ethernet driver 0.9.28
[   24.376658] 8139too 0000:05:07.0: PCI->APIC IRQ transform: INT A -> IRQ 11
[   24.380275] device: 'eth1': device_add
[   24.386670] eth1: RealTek RTL8139 at 0xc000, 00:c0:df:03:68:5d, IRQ 11
[   24.389977] driver: '0000:05:07.0': driver_bound: bound to device '8139too'
[   24.399976] bus: 'pci': really_probe: bound device 0000:05:07.0 to driver 8139too
[   24.407543] initcall rtl8139_init_module+0x0/0x16 returned 0 after 52083 usecs
[   24.413311] calling  depca_module_init+0x0/0xc8 @ 1
[   24.416643] bus: 'platform': add driver depca
[   24.423926] Registering platform device 'depca.0'. Parent at platform
[   24.429976] device: 'depca.0': device_add
[   24.433313] bus: 'platform': add device depca.0
[   24.438825] bus: 'platform': driver_probe_device: matched device depca.0 with driver depca
[   24.446642] bus: 'platform': really_probe: probing driver depca with device depca.0
[   24.453352] bus: 'platform': remove device depca.0
[   24.459447] Registering platform device 'depca.1'. Parent at platform
[   24.463308] device: 'depca.1': device_add
[   24.466645] bus: 'platform': add device depca.1
[   24.474362] bus: 'platform': driver_probe_device: matched device depca.1 with driver depca
[   24.479975] bus: 'platform': really_probe: probing driver depca with device depca.1
[   24.490017] bus: 'platform': remove device depca.1
[   24.494984] initcall depca_module_init+0x0/0xc8 returned 0 after 74869 usecs
[   24.499976] calling  eql_init_module+0x0/0x50 @ 1
[   24.503308] Equalizer2002: Simon Janes (simon@ncm.com) and David S. Miller (davem@redhat.com)
[   24.513314] device: 'eql': device_add
[   24.518907] initcall eql_init_module+0x0/0x50 returned 0 after 13020 usecs
[   24.523310] calling  tun_init+0x0/0x79 @ 1
[   24.529975] tun: Universal TUN/TAP device driver, 1.6
[   24.533308] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   24.539978] device: 'tun': device_add
[   24.545081] initcall tun_init+0x0/0x79 returned 0 after 13020 usecs
[   24.549977] calling  rio_init+0x0/0x16 @ 1
[   24.553316] bus: 'pci': add driver dl2k
[   24.559192] initcall rio_init+0x0/0x16 returned 0 after 3255 usecs
[   24.563310] calling  amd8111e_init+0x0/0x16 @ 1
[   24.566647] bus: 'pci': add driver amd8111e
[   24.574013] initcall amd8111e_init+0x0/0x16 returned 0 after 6510 usecs
[   24.579977] calling  s2io_starter+0x0/0x16 @ 1
[   24.583314] bus: 'pci': add driver S2IO
[   24.588832] initcall s2io_starter+0x0/0x16 returned 0 after 3255 usecs
[   24.593310] calling  myri10ge_init_module+0x0/0x69 @ 1
[   24.599975] myri10ge: Version 1.5.0-1.418
[   24.603314] bus: 'pci': add driver myri10ge
[   24.608594] initcall myri10ge_init_module+0x0/0x69 returned 0 after 6510 usecs
[   24.613310] calling  mlx4_init+0x0/0xa0 @ 1
[   24.619924] bus: 'pci': add driver mlx4_core
[   24.624216] initcall mlx4_init+0x0/0xa0 returned 0 after 6510 usecs
[   24.629977] calling  mlx4_en_init+0x0/0xf @ 1
[   24.633310] initcall mlx4_en_init+0x0/0xf returned 0 after 0 usecs
[   24.639976] calling  ethoc_init+0x0/0xf @ 1
[   24.643310] bus: 'platform': add driver ethoc
[   24.649415] initcall ethoc_init+0x0/0xf returned 0 after 3255 usecs
[   24.653309] calling  dnet_init+0x0/0xf @ 1
[   24.656642] bus: 'platform': add driver dnet
[   24.663979] initcall dnet_init+0x0/0xf returned 0 after 6510 usecs
[   24.669976] calling  hdlc_module_init+0x0/0x37 @ 1
[   24.673308] HDLC support module revision 1.22
[   24.676645] initcall hdlc_module_init+0x0/0x37 returned 0 after 3255 usecs
[   24.683309] calling  mod_init+0x0/0x11 @ 1
[   24.689976] initcall mod_init+0x0/0x11 returned 0 after 0 usecs
[   24.693309] calling  mod_init+0x0/0x11 @ 1
[   24.699976] initcall mod_init+0x0/0x11 returned 0 after 0 usecs
[   24.703309] calling  mod_init+0x0/0x11 @ 1
[   24.709976] initcall mod_init+0x0/0x11 returned 0 after 0 usecs
[   24.713308] calling  mod_init+0x0/0x43 @ 1
[   24.719976] initcall mod_init+0x0/0x43 returned 0 after 0 usecs
[   24.723309] calling  fst_init+0x0/0x3d @ 1
[   24.726648] bus: 'pci': add driver fst
[   24.733763] initcall fst_init+0x0/0x3d returned 0 after 6510 usecs
[   24.736643] calling  init_lmc+0x0/0x16 @ 1
[   24.743314] bus: 'pci': add driver lmc
[   24.747713] initcall init_lmc+0x0/0x16 returned 0 after 3255 usecs
[   24.753309] calling  init_dlci+0x0/0x2a @ 1
[   24.756643] DLCI driver v0.35, 4 Jan 1997, mike.mclagan@linux.org.
[   24.763309] initcall init_dlci+0x0/0x2a returned 0 after 6510 usecs
[   24.769976] calling  cycx_drv_init+0x0/0x1f @ 1
[   24.773308] Cyclom 2X Support Module v0.6 (c) 1998-2003 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
[   24.783309] initcall cycx_drv_init+0x0/0x1f returned 0 after 9765 usecs
[   24.789975] calling  cycx_init+0x0/0xe8 @ 1
[   24.793309] CYCLOM 2X(tm) Sync Card Driver v0.11 (c) 1998-2003 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
[   24.803314] initcall cycx_init+0x0/0xe8 returned 0 after 9765 usecs
[   24.809976] calling  wanxl_init_module+0x0/0x16 @ 1
[   24.813314] bus: 'pci': add driver wanXL
[   24.820187] initcall wanxl_init_module+0x0/0x16 returned 0 after 6510 usecs
[   24.826643] calling  pci200_init_module+0x0/0x39 @ 1
[   24.829981] bus: 'pci': add driver PCI200SYN
[   24.836290] initcall pci200_init_module+0x0/0x39 returned 0 after 3255 usecs
[   24.839976] calling  pc300_init_module+0x0/0x5b @ 1
[   24.846648] bus: 'pci': add driver PC300
[   24.852066] initcall pc300_init_module+0x0/0x5b returned 0 after 3255 usecs
[   24.856643] calling  arcnet_init+0x0/0x50 @ 1
[   24.859974] arcnet loaded.
[   24.863310] initcall arcnet_init+0x0/0x50 returned 0 after 3255 usecs
[   24.869976] calling  arcnet_rfc1201_init+0x0/0x65 @ 1
[   24.876641] arcnet: RFC1201 "standard" (`a') encapsulation support loaded.
[   24.883311] initcall arcnet_rfc1201_init+0x0/0x65 returned 0 after 6510 usecs
[   24.889976] calling  arcnet_rfc1051_init+0x0/0x3d @ 1
[   24.893308] arcnet: RFC1051 "simple standard" (`s') encapsulation support loaded.
[   24.903309] initcall arcnet_rfc1051_init+0x0/0x3d returned 0 after 9765 usecs
[   24.909975] calling  com90xx_init+0x0/0xda2 @ 1
[   24.913309] arcnet: COM90xx chipset support
[   25.217874] S3: No ARCnet cards found.
[   25.223311] initcall com90xx_init+0x0/0xda2 returned -5 after 302734 usecs
[   25.229976] initcall com90xx_init+0x0/0xda2 returned with error code -5 
[   25.236642] calling  com90io_init+0x0/0x418 @ 1
[   25.239978] arcnet: COM90xx IO-mapped mode support (by David Woodhouse et el.)
[   25.246641] E-mail me if you actually test this driver, please!
[   25.253308]  arc%d: No autoprobe for IO mapped cards; you must specify the base address!
[   25.259977] initcall com90io_init+0x0/0x418 returned -19 after 19531 usecs
[   25.266642] calling  arc_rimi_init+0x0/0x431 @ 1
[   25.273309] arcnet: RIM I (entirely mem-mapped) support
[   25.276640] E-mail me if you actually test the RIM I driver, please!
[   25.283308]  arc%d: Given: node 00h, shmem 0h, irq 0
[   25.289974]  arc%d: No autoprobe for RIM I; you must specify the shmem and irq!
[   25.296644] initcall arc_rimi_init+0x0/0x431 returned -5 after 22786 usecs
[   25.303309] initcall arc_rimi_init+0x0/0x431 returned with error code -5 
[   25.309975] calling  com20020pci_init+0x0/0x2a @ 1
[   25.313307] arcnet: COM20020 PCI support
[   25.319981] bus: 'pci': add driver com20020
[   25.324335] initcall com20020pci_init+0x0/0x2a returned 0 after 9765 usecs
[   25.329976] calling  init_fmvj18x_cs+0x0/0xf @ 1
[   25.333315] bus: 'pcmcia': add driver fmvj18x_cs
[   25.340359] initcall init_fmvj18x_cs+0x0/0xf returned 0 after 6510 usecs
[   25.346642] calling  init_nmclan_cs+0x0/0xf @ 1
[   25.349975] bus: 'pcmcia': add driver nmclan_cs
[   25.356034] initcall init_nmclan_cs+0x0/0xf returned 0 after 3255 usecs
[   25.359976] calling  init_pcnet_cs+0x0/0xf @ 1
[   25.366680] bus: 'pcmcia': add driver pcnet_cs
[   25.371464] initcall init_pcnet_cs+0x0/0xf returned 0 after 3255 usecs
[   25.376642] calling  init_smc91c92_cs+0x0/0xf @ 1
[   25.379980] bus: 'pcmcia': add driver smc91c92_cs
[   25.387327] initcall init_smc91c92_cs+0x0/0xf returned 0 after 6510 usecs
[   25.393309] calling  init_xirc2ps_cs+0x0/0xf @ 1
[   25.396648] bus: 'pcmcia': add driver xirc2ps_cs
[   25.403271] initcall init_xirc2ps_cs+0x0/0xf returned 0 after 3255 usecs
[   25.406642] calling  init_com20020_cs+0x0/0xf @ 1
[   25.413309] bus: 'pcmcia': add driver com20020_cs
[   25.419306] initcall init_com20020_cs+0x0/0xf returned 0 after 3255 usecs
[   25.423309] calling  init_axnet_cs+0x0/0xf @ 1
[   25.429979] bus: 'pcmcia': add driver axnet_cs
[   25.434909] initcall init_axnet_cs+0x0/0xf returned 0 after 3255 usecs
[   25.439976] calling  catc_init+0x0/0x2d @ 1
[   25.443309] bus: 'usb': add driver catc
[   25.449382] usbcore: registered new interface driver catc
[   25.453310] catc: v2.8:CATC EL1210A NetMate USB Ethernet driver
[   25.459975] initcall catc_init+0x0/0x2d returned 0 after 16276 usecs
[   25.466642] calling  kaweth_init+0x0/0x16 @ 1
[   25.469975] bus: 'usb': add driver kaweth
[   25.475272] usbcore: registered new interface driver kaweth
[   25.479979] initcall kaweth_init+0x0/0x16 returned 0 after 9765 usecs
[   25.486653] calling  hso_init+0x0/0x150 @ 1
[   25.489974] hso: drivers/net/usb/hso.c: 1.2 Option Wireless
[   25.496651] bus: 'usb': add driver hso
[   25.501319] usbcore: registered new interface driver hso
[   25.503313] initcall hso_init+0x0/0x150 returned 0 after 13020 usecs
[   25.509975] calling  asix_init+0x0/0x16 @ 1
[   25.516642] bus: 'usb': add driver asix
[   25.520897] usbcore: registered new interface driver asix
[   25.523311] initcall asix_init+0x0/0x16 returned 0 after 6510 usecs
[   25.529975] calling  cdc_init+0x0/0x16 @ 1
[   25.533308] bus: 'usb': add driver cdc_ether
[   25.540833] usbcore: registered new interface driver cdc_ether
[   25.543310] initcall cdc_init+0x0/0x16 returned 0 after 9765 usecs
[   25.549975] calling  eem_init+0x0/0x16 @ 1
[   25.556642] bus: 'usb': add driver cdc_eem
[   25.560941] usbcore: registered new interface driver cdc_eem
[   25.563310] initcall eem_init+0x0/0x16 returned 0 after 6510 usecs
[   25.569975] calling  dm9601_init+0x0/0x16 @ 1
[   25.576642] bus: 'usb': add driver dm9601
[   25.581050] usbcore: registered new interface driver dm9601
[   25.583310] initcall dm9601_init+0x0/0x16 returned 0 after 6510 usecs
[   25.589975] calling  smsc95xx_init+0x0/0x16 @ 1
[   25.596642] bus: 'usb': add driver smsc95xx
[   25.601677] usbcore: registered new interface driver smsc95xx
[   25.606644] initcall smsc95xx_init+0x0/0x16 returned 0 after 9765 usecs
[   25.613308] calling  usbnet_init+0x0/0x16 @ 1
[   25.616641] bus: 'usb': add driver gl620a
[   25.622305] usbcore: registered new interface driver gl620a
[   25.626650] initcall usbnet_init+0x0/0x16 returned 0 after 9765 usecs
[   25.633309] calling  net1080_init+0x0/0x16 @ 1
[   25.636642] bus: 'usb': add driver net1080
[   25.642761] usbcore: registered new interface driver net1080
[   25.646644] initcall net1080_init+0x0/0x16 returned 0 after 9765 usecs
[   25.653311] calling  plusb_init+0x0/0x16 @ 1
[   25.656641] bus: 'usb': add driver plusb
[   25.663040] usbcore: registered new interface driver plusb
[   25.666644] initcall plusb_init+0x0/0x16 returned 0 after 9765 usecs
[   25.673308] calling  rndis_init+0x0/0x16 @ 1
[   25.676641] bus: 'usb': add driver rndis_host
[   25.683412] usbcore: registered new interface driver rndis_host
[   25.686644] initcall rndis_init+0x0/0x16 returned 0 after 9765 usecs
[   25.693308] calling  mcs7830_init+0x0/0x16 @ 1
[   25.699976] bus: 'usb': add driver MOSCHIP usb-ethernet driver
[   25.705858] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
[   25.709977] initcall mcs7830_init+0x0/0x16 returned 0 after 9765 usecs
[   25.716642] calling  usbnet_init+0x0/0x26 @ 1
[   25.723313] initcall usbnet_init+0x0/0x26 returned 0 after 0 usecs
[   25.729975] calling  int51x1_init+0x0/0x16 @ 1
[   25.733308] bus: 'usb': add driver int51x1
[   25.738708] usbcore: registered new interface driver int51x1
[   25.743311] initcall int51x1_init+0x0/0x16 returned 0 after 9765 usecs
[   25.749975] calling  usbpn_init+0x0/0x16 @ 1
[   25.753308] bus: 'usb': add driver cdc_phonet
[   25.759421] usbcore: registered new interface driver cdc_phonet
[   25.763311] initcall usbpn_init+0x0/0x16 returned 0 after 9765 usecs
[   25.769975] calling  ipw2100_init+0x0/0x68 @ 1
[   25.773308] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, git-1.2.2
[   25.779974] ipw2100: Copyright(c) 2003-2006 Intel Corporation
[   25.786649] bus: 'pci': add driver ipw2100
[   25.792631] initcall ipw2100_init+0x0/0x68 returned 0 after 16276 usecs
[   25.796642] calling  ieee80211_init+0x0/0x1b @ 1
[   25.803308] ieee80211: 802.11 data/management/control stack, git-1.1.13
[   25.809974] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[   25.816642] initcall ieee80211_init+0x0/0x1b returned 0 after 13020 usecs
[   25.823308] calling  strip_init_driver+0x0/0x57 @ 1
[   25.829974] STRIP: Version 1.3A-STUART.CHESHIRE (unlimited channels)
[   25.833314] initcall strip_init_driver+0x0/0x57 returned 0 after 3255 usecs
[   25.843308] calling  init_netwave_cs+0x0/0xf @ 1
[   25.846642] bus: 'pcmcia': add driver netwave_cs
[   25.852769] initcall init_netwave_cs+0x0/0xf returned 0 after 3255 usecs
[   25.856642] calling  init_wavelan_cs+0x0/0xf @ 1
[   25.863309] bus: 'pcmcia': add driver wavelan_cs
[   25.868604] initcall init_wavelan_cs+0x0/0xf returned 0 after 3255 usecs
[   25.873310] calling  airo_init_module+0x0/0xce @ 1
[   25.879991] airo(): Probing for PCI adapters
[   25.883314] bus: 'pci': add driver airo
[   25.888159] airo(): Finished probing for PCI adapters
[   25.889978] initcall airo_init_module+0x0/0xce returned 0 after 9765 usecs
[   25.896644] calling  airo_cs_init+0x0/0x14 @ 1
[   25.903310] bus: 'pcmcia': add driver airo_cs
[   25.908761] initcall airo_cs_init+0x0/0x14 returned 0 after 3255 usecs
[   25.913312] calling  atmel_init_module+0x0/0x16 @ 1
[   25.919981] bus: 'pci': add driver atmel
[   25.924027] initcall atmel_init_module+0x0/0x16 returned 0 after 3255 usecs
[   25.929976] calling  atmel_cs_init+0x0/0x14 @ 1
[   25.933312] bus: 'pcmcia': add driver atmel_cs
[   25.939876] initcall atmel_cs_init+0x0/0x14 returned 0 after 3255 usecs
[   25.943308] calling  hostap_init+0x0/0x3b @ 1
[   25.949978] initcall hostap_init+0x0/0x3b returned 0 after 0 usecs
[   25.956642] calling  init_prism2_pccard+0x0/0xf @ 1
[   25.959981] bus: 'pcmcia': add driver hostap_cs
[   25.966311] initcall init_prism2_pccard+0x0/0xf returned 0 after 3255 usecs
[   25.969975] calling  init_prism2_plx+0x0/0x16 @ 1
[   25.976648] bus: 'pci': add driver hostap_plx
[   25.982273] initcall init_prism2_plx+0x0/0x16 returned 0 after 3255 usecs
[   25.986642] calling  b43_init+0x0/0x4a @ 1
[   25.989985] bus: 'ssb': add driver b43
[   25.996824] Broadcom 43xx driver loaded [ Features: PL, Firmware-ID: FW13 ]
[   26.003310] initcall b43_init+0x0/0x4a returned 0 after 13020 usecs
[   26.006642] calling  rtl8180_init+0x0/0x16 @ 1
[   26.013314] bus: 'pci': add driver rtl8180
[   26.018510] initcall rtl8180_init+0x0/0x16 returned 0 after 3255 usecs
[   26.023309] calling  rtl8187_init+0x0/0x16 @ 1
[   26.026642] bus: 'usb': add driver rtl8187
[   26.033485] usbcore: registered new interface driver rtl8187
[   26.036644] initcall rtl8187_init+0x0/0x16 returned 0 after 9765 usecs
[   26.043308] calling  wl3501_init_module+0x0/0xf @ 1
[   26.049975] bus: 'pcmcia': add driver wl3501_cs
[   26.054979] initcall wl3501_init_module+0x0/0xf returned 0 after 3255 usecs
[   26.059975] calling  rndis_wlan_init+0x0/0x16 @ 1
[   26.063308] bus: 'usb': add driver rndis_wlan
[   26.070928] usbcore: registered new interface driver rndis_wlan
[   26.076644] initcall rndis_wlan_init+0x0/0x16 returned 0 after 13020 usecs
[   26.083308] calling  zd1201_init+0x0/0x16 @ 1
[   26.086642] bus: 'usb': add driver zd1201
[   26.091990] usbcore: registered new interface driver zd1201
[   26.096644] initcall zd1201_init+0x0/0x16 returned 0 after 9765 usecs
[   26.103309] calling  lbtf_init_module+0x0/0x3f @ 1
[   26.108697] initcall lbtf_init_module+0x0/0x3f returned 0 after 0 usecs
[   26.113310] calling  if_usb_init_module+0x0/0x16 @ 1
[   26.119976] bus: 'usb': add driver lbtf_usb
[   26.124415] usbcore: registered new interface driver lbtf_usb
[   26.129978] initcall if_usb_init_module+0x0/0x16 returned 0 after 9765 usecs
[   26.136644] calling  adm8211_init+0x0/0x16 @ 1
[   26.139982] bus: 'pci': add driver adm8211
[   26.145651] initcall adm8211_init+0x0/0x16 returned 0 after 3255 usecs
[   26.149975] calling  mwl8k_init+0x0/0x16 @ 1
[   26.153313] bus: 'pci': add driver mwl8k
[   26.160300] initcall mwl8k_init+0x0/0x16 returned 0 after 6510 usecs
[   26.163309] calling  iwl_init+0x0/0x62 @ 1
[   26.169976] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27k
[   26.176640] iwlagn: Copyright(c) 2003-2009 Intel Corporation
[   26.183315] bus: 'pci': add driver iwlagn
[   26.187430] initcall iwl_init+0x0/0x62 returned 0 after 16276 usecs
[   26.193309] calling  iwl3945_init+0x0/0x62 @ 1
[   26.196640] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.26ks
[   26.206641] iwl3945: Copyright(c) 2003-2009 Intel Corporation
[   26.209981] bus: 'pci': add driver iwl3945
[   26.216898] initcall iwl3945_init+0x0/0x62 returned 0 after 19531 usecs
[   26.223309] calling  init_ath5k_pci+0x0/0x2d @ 1
[   26.226647] bus: 'pci': add driver ath5k
[   26.231980] initcall init_ath5k_pci+0x0/0x2d returned 0 after 3255 usecs
[   26.236642] calling  ar9170_init+0x0/0x16 @ 1
[   26.239975] bus: 'usb': add driver ar9170usb
[   26.247222] usbcore: registered new interface driver ar9170usb
[   26.249977] initcall ar9170_init+0x0/0x16 returned 0 after 9765 usecs
[   26.256642] calling  init_mac80211_hwsim+0x0/0x4cf @ 1
[   26.263308] device class 'mac80211_hwsim': registering
[   26.269670] mac80211_hwsim: Initializing radio 0
[   26.273324] device: 'hwsim0': device_add
[   26.278165] device: 'phy0': device_add
[   26.281897] device: 'rfkill0': device_add
[   26.285899] device: 'wmaster0': device_add
[   26.290497] phy0: Selected rate control algorithm 'minstrel'
[   26.293408] device: 'wlan0': device_add
[   26.300474] phy0: hwaddr 02:00:00:00:00:00 registered
[   26.303319] mac80211_hwsim: Initializing radio 1
[   26.309984] device: 'hwsim1': device_add
[   26.314435] device: 'phy1': device_add
[   26.318170] device: 'rfkill1': device_add
[   26.322165] device: 'wmaster1': device_add
[   26.326505] phy1: Selected rate control algorithm 'minstrel'
[   26.330075] device: 'wlan1': device_add
[   26.336507] phy1: hwaddr 02:00:00:00:01:00 registered
[   26.340008] device: 'hwsim0': device_add
[   26.345993] initcall init_mac80211_hwsim+0x0/0x4cf returned 0 after 78124 usecs
[   26.353309] calling  iwm_sdio_init_module+0x0/0xf @ 1
[   26.356642] bus: 'sdio': add driver iwm_sdio
[   26.363086] initcall iwm_sdio_init_module+0x0/0xf returned 0 after 3255 usecs
[   26.369975] calling  xircom_init+0x0/0x16 @ 1
[   26.373318] bus: 'pci': add driver xircom_cb
[   26.378792] initcall xircom_init+0x0/0x16 returned 0 after 3255 usecs
[   26.383309] calling  w840_init+0x0/0x20 @ 1
[   26.386640] winbond-840.c:v1.01-e (2.4 port) Sep-11-2006  Donald Becker <becker@scyld.com>
[   26.386642]   http://www.scyld.com/network/drivers.html
[   26.399981] bus: 'pci': add driver winbond-840
[   26.407759] initcall w840_init+0x0/0x20 returned 0 after 19531 usecs
[   26.413309] calling  de_init+0x0/0x16 @ 1
[   26.416648] bus: 'pci': add driver de2104x
[   26.422145] initcall de_init+0x0/0x16 returned 0 after 3255 usecs
[   26.426645] calling  tulip_init+0x0/0x2a @ 1
[   26.429981] bus: 'pci': add driver tulip
[   26.436361] initcall tulip_init+0x0/0x2a returned 0 after 3255 usecs
[   26.439975] calling  uli526x_init_module+0x0/0x8d @ 1
[   26.446640] uli526x: ULi M5261/M5263 net driver, version 0.9.3 (2005-7-29)
[   26.453315] bus: 'pci': add driver uli526x
[   26.458610] initcall uli526x_init_module+0x0/0x8d returned 0 after 9765 usecs
[   26.463311] calling  init_netconsole+0x0/0x1c6 @ 1
[   26.469982] console [netcon0] enabled
[   26.473307] netconsole: network logging started
[   26.476642] initcall init_netconsole+0x0/0x1c6 returned 0 after 6510 usecs
[   26.483308] calling  niu_init+0x0/0x39 @ 1
[   26.486649] bus: 'pci': add driver niu
[   26.493315] initcall niu_init+0x0/0x39 returned 0 after 6510 usecs
[   26.496641] calling  init+0x0/0xf @ 1
[   26.499975] bus: 'virtio': add driver virtio_net
[   26.507683] initcall init+0x0/0xf returned 0 after 6510 usecs
[   26.513309] calling  efx_init_module+0x0/0xbf @ 1
[   26.516640] Solarflare NET driver v2.3
[   26.521789] bus: 'pci': add driver sfc
[   26.523389] initcall efx_init_module+0x0/0xbf returned 0 after 6510 usecs
[   26.526643] calling  i2400m_driver_init+0x0/0x7 @ 1
[   26.529975] initcall i2400m_driver_init+0x0/0x7 returned 0 after 0 usecs
[   26.533308] calling  i2400ms_driver_init+0x0/0xf @ 1
[   26.536642] bus: 'sdio': add driver i2400m_sdio
[   26.543317] initcall i2400ms_driver_init+0x0/0xf returned 0 after 6510 usecs
[   26.546641] calling  fw_core_init+0x0/0x72 @ 1
[   26.550018] bus: 'firewire': registered
[   26.553315] initcall fw_core_init+0x0/0x72 returned 0 after 3255 usecs
[   26.556641] calling  fw_ohci_init+0x0/0x16 @ 1
[   26.559985] bus: 'pci': add driver firewire_ohci
[   26.563366] initcall fw_ohci_init+0x0/0x16 returned 0 after 3255 usecs
[   26.566643] calling  sbp2_init+0x0/0x41 @ 1
[   26.570004] bus: 'firewire': add driver sbp2
[   26.573357] initcall sbp2_init+0x0/0x41 returned 0 after 3255 usecs
[   26.576641] calling  fwnet_init+0x0/0x64 @ 1
[   26.579980] bus: 'firewire': add driver net
[   26.583355] initcall fwnet_init+0x0/0x64 returned 0 after 3255 usecs
[   26.586643] calling  ohci1394_init+0x0/0x16 @ 1
[   26.589984] bus: 'pci': add driver ohci1394
[   26.593375] initcall ohci1394_init+0x0/0x16 returned 0 after 3255 usecs
[   26.596642] calling  video1394_init_module+0x0/0xb4 @ 1
[   26.599979] bus: 'ieee1394': add driver video1394
[   26.603355] video1394: Installed video1394 module
[   26.606643] initcall video1394_init_module+0x0/0xb4 returned 0 after 6510 usecs
[   26.609974] calling  init_raw1394+0x0/0xd1 @ 1
[   26.613310] device: 'raw1394': device_add
[   26.616751] ieee1394: raw1394: /dev/raw1394 device initialized
[   26.619976] bus: 'ieee1394': add driver raw1394
[   26.623355] initcall init_raw1394+0x0/0xd1 returned 0 after 9765 usecs
[   26.626642] calling  uio_init+0x0/0x7 @ 1
[   26.629975] initcall uio_init+0x0/0x7 returned 0 after 0 usecs
[   26.633308] calling  hilscher_init_module+0x0/0x16 @ 1
[   26.636651] bus: 'pci': add driver hilscher
[   26.640038] initcall hilscher_init_module+0x0/0x16 returned 0 after 3255 usecs
[   26.643309] calling  uio_pdrv_init+0x0/0xf @ 1
[   26.646643] bus: 'platform': add driver uio_pdrv
[   26.650026] initcall uio_pdrv_init+0x0/0xf returned 0 after 3255 usecs
[   26.653309] calling  uio_pdrv_genirq_init+0x0/0xf @ 1
[   26.656642] bus: 'platform': add driver uio_pdrv_genirq
[   26.660024] initcall uio_pdrv_genirq_init+0x0/0xf returned 0 after 3255 usecs
[   26.663309] calling  smx_ce_init_module+0x0/0xf @ 1
[   26.666642] bus: 'platform': add driver smx-ce
[   26.670023] initcall smx_ce_init_module+0x0/0xf returned 0 after 3255 usecs
[   26.673309] calling  aectc_init+0x0/0x16 @ 1
[   26.676651] bus: 'pci': add driver aectc
[   26.680035] initcall aectc_init+0x0/0x16 returned 0 after 3255 usecs
[   26.683309] calling  cdrom_init+0x0/0x5b @ 1
[   26.686736] initcall cdrom_init+0x0/0x5b returned 0 after 0 usecs
[   26.689974] calling  nonstatic_sysfs_init+0x0/0xf @ 1
[   26.693310] initcall nonstatic_sysfs_init+0x0/0xf returned 0 after 0 usecs
[   26.696642] calling  yenta_socket_init+0x0/0x16 @ 1
[   26.699985] bus: 'pci': add driver yenta_cardbus
[   26.703371] initcall yenta_socket_init+0x0/0x16 returned 0 after 3255 usecs
[   26.706643] calling  pd6729_module_init+0x0/0x1b @ 1
[   26.709984] bus: 'pci': add driver pd6729
[   26.713367] initcall pd6729_module_init+0x0/0x1b returned 0 after 3255 usecs
[   26.716642] calling  uwb_subsys_init+0x0/0x46 @ 1
[   26.719975] device class 'uwb_rc': registering
[   26.723356] initcall uwb_subsys_init+0x0/0x46 returned 0 after 3255 usecs
[   26.726642] calling  hwarc_driver_init+0x0/0x16 @ 1
[   26.729977] bus: 'usb': add driver hwa-rc
[   26.733360] usbcore: registered new interface driver hwa-rc
[   26.736645] initcall hwarc_driver_init+0x0/0x16 returned 0 after 6510 usecs
[   26.739975] calling  i1480_dfu_driver_init+0x0/0x16 @ 1
[   26.743310] bus: 'usb': add driver i1480-dfu-usb
[   26.746692] usbcore: registered new interface driver i1480-dfu-usb
[   26.749979] initcall i1480_dfu_driver_init+0x0/0x16 returned 0 after 6510 usecs
[   26.753308] calling  i1480_est_init+0x0/0x78 @ 1
[   26.756642] initcall i1480_est_init+0x0/0x78 returned 0 after 0 usecs
[   26.759975] calling  gpio_vbus_init+0x0/0x14 @ 1
[   26.763309] bus: 'platform': add driver gpio-vbus
[   26.766691] bus: 'platform': remove driver gpio-vbus
[   26.770014] driver: 'gpio-vbus': driver_release
[   26.773309] initcall gpio_vbus_init+0x0/0x14 returned -19 after 9765 usecs
[   26.776641] calling  mon_init+0x0/0xef @ 1
[   26.779980] device class 'usbmon': registering
[   26.783353] device: 'usbmon0': device_add
[   26.786722] initcall mon_init+0x0/0xef returned 0 after 6510 usecs
[   26.789975] calling  ehci_hcd_init+0x0/0x68 @ 1
[   26.793307] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   26.796651] bus: 'pci': add driver ehci_hcd
[   26.799987] bus: 'pci': driver_probe_device: matched device 0000:00:02.1 with driver ehci_hcd
[   26.803307] bus: 'pci': really_probe: probing driver ehci_hcd with device 0000:00:02.1
[   26.806657] ehci_hcd 0000:00:02.1: can't find IRQ for PCI INT B; probably buggy MP table
[   26.809975] ehci_hcd 0000:00:02.1: Found HC with no IRQ.  Check BIOS/PCI 0000:00:02.1 setup!
[   26.813310] ehci_hcd 0000:00:02.1: init 0000:00:02.1 fail, -19
[   26.816721] initcall ehci_hcd_init+0x0/0x68 returned 0 after 22786 usecs
[   26.819976] calling  oxu_module_init+0x0/0xf @ 1
[   26.823309] bus: 'platform': add driver oxu210hp-hcd
[   26.826691] initcall oxu_module_init+0x0/0xf returned 0 after 3255 usecs
[   26.829983] calling  isp116x_init+0x0/0x38 @ 1
[   26.833307] 116x: driver isp116x-hcd, 03 Nov 2005
[   26.836642] bus: 'platform': add driver isp116x-hcd
[   26.840030] initcall isp116x_init+0x0/0x38 returned 0 after 6510 usecs
[   26.843311] calling  ohci_hcd_mod_init+0x0/0x6d @ 1
[   26.846640] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   26.849984] bus: 'pci': add driver ohci_hcd
[   26.853317] bus: 'pci': driver_probe_device: matched device 0000:00:02.0 with driver ohci_hcd
[   26.856641] bus: 'pci': really_probe: probing driver ohci_hcd with device 0000:00:02.0
[   26.859986] ohci_hcd 0000:00:02.0: can't find IRQ for PCI INT A; probably buggy MP table
[   26.863309] ohci_hcd 0000:00:02.0: Found HC with no IRQ.  Check BIOS/PCI 0000:00:02.0 setup!
[   26.866642] ohci_hcd 0000:00:02.0: init 0000:00:02.0 fail, -19
[   26.873320] bus: 'ssb': add driver ohci_hcd
[   26.876697] initcall ohci_hcd_mod_init+0x0/0x6d returned 0 after 29296 usecs
[   26.879977] calling  uhci_hcd_init+0x0/0xa6 @ 1
[   26.883306] uhci_hcd: USB Universal Host Controller Interface driver
[   26.886658] bus: 'pci': add driver uhci_hcd
[   26.890035] initcall uhci_hcd_init+0x0/0xa6 returned 0 after 6510 usecs
[   26.893310] calling  sl811h_init+0x0/0x38 @ 1
[   26.896641] sl811: driver sl811-hcd, 19 May 2005
[   26.899975] bus: 'platform': add driver sl811-hcd
[   26.903357] initcall sl811h_init+0x0/0x38 returned 0 after 6510 usecs
[   26.906643] calling  init_sl811_cs+0x0/0xf @ 1
[   26.909976] bus: 'pcmcia': add driver sl811_cs
[   26.913357] initcall init_sl811_cs+0x0/0xf returned 0 after 3255 usecs
[   26.916642] calling  r8a66597_init+0x0/0x38 @ 1
[   26.919974] r8a66597_hcd: driver r8a66597_hcd, 2009-05-26
[   26.923308] bus: 'platform': add driver r8a66597_hcd
[   26.926691] initcall r8a66597_init+0x0/0x38 returned 0 after 6510 usecs
[   26.929976] calling  isp1760_init+0x0/0x44 @ 1
[   26.933313] bus: 'platform': add driver isp1760
[   26.936690] bus: 'pci': add driver isp1760
[   26.940036] initcall isp1760_init+0x0/0x44 returned 0 after 6510 usecs
[   26.943308] calling  hwahc_driver_init+0x0/0x16 @ 1
[   26.946642] bus: 'usb': add driver hwa-hc
[   26.950021] usbcore: registered new interface driver hwa-hc
[   26.953313] initcall hwahc_driver_init+0x0/0x16 returned 0 after 6510 usecs
[   26.956641] calling  c67x00_init+0x0/0xf @ 1
[   26.959975] bus: 'platform': add driver c67x00
[   26.963356] initcall c67x00_init+0x0/0xf returned 0 after 3255 usecs
[   26.966643] calling  wusbcore_init+0x0/0x6c @ 1
[   26.969984] initcall wusbcore_init+0x0/0x6c returned 0 after 0 usecs
[   26.973308] calling  acm_init+0x0/0xcb @ 1
[   26.976647] bus: 'usb': add driver cdc_acm
[   26.980022] usbcore: registered new interface driver cdc_acm
[   26.983309] cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
[   26.986642] initcall acm_init+0x0/0xcb returned 0 after 9765 usecs
[   26.989974] calling  usblp_init+0x0/0x16 @ 1
[   26.993309] bus: 'usb': add driver usblp
[   26.996688] usbcore: registered new interface driver usblp
[   26.999981] initcall usblp_init+0x0/0x16 returned 0 after 6510 usecs
[   27.003308] calling  usbtmc_init+0x0/0x2d @ 1
[   27.006641] bus: 'usb': add driver usbtmc
[   27.013350] usbcore: registered new interface driver usbtmc
[   27.016645] initcall usbtmc_init+0x0/0x2d returned 0 after 9765 usecs
[   27.019975] calling  usb_stor_init+0x0/0x42 @ 1
[   27.023307] Initializing USB Mass Storage driver...
[   27.026641] bus: 'usb': add driver usb-storage
[   27.030023] usbcore: registered new interface driver usb-storage
[   27.033309] USB Mass Storage support registered.
[   27.036643] initcall usb_stor_init+0x0/0x42 returned 0 after 13020 usecs
[   27.039974] calling  usb_usual_init+0x0/0x32 @ 1
[   27.043308] bus: 'usb': add driver libusual
[   27.046689] usbcore: registered new interface driver libusual
[   27.049978] initcall usb_usual_init+0x0/0x32 returned 0 after 6510 usecs
[   27.053308] calling  alauda_init+0x0/0x16 @ 1
[   27.056642] bus: 'usb': add driver ums-alauda
[   27.060021] usbcore: registered new interface driver ums-alauda
[   27.063312] initcall alauda_init+0x0/0x16 returned 0 after 6510 usecs
[   27.066642] calling  datafab_init+0x0/0x16 @ 1
[   27.069975] bus: 'usb': add driver ums-datafab
[   27.073355] usbcore: registered new interface driver ums-datafab
[   27.076645] initcall datafab_init+0x0/0x16 returned 0 after 6510 usecs
[   27.079975] calling  karma_init+0x0/0x16 @ 1
[   27.083309] bus: 'usb': add driver ums-karma
[   27.086694] usbcore: registered new interface driver ums-karma
[   27.089979] initcall karma_init+0x0/0x16 returned 0 after 6510 usecs
[   27.093308] calling  sddr09_init+0x0/0x16 @ 1
[   27.096642] bus: 'usb': add driver ums-sddr09
[   27.100021] usbcore: registered new interface driver ums-sddr09
[   27.103312] initcall sddr09_init+0x0/0x16 returned 0 after 6510 usecs
[   27.106641] calling  sddr55_init+0x0/0x16 @ 1
[   27.109976] bus: 'usb': add driver ums-sddr55
[   27.113354] usbcore: registered new interface driver ums-sddr55
[   27.116646] initcall sddr55_init+0x0/0x16 returned 0 after 6510 usecs
[   27.119975] calling  usbat_init+0x0/0x16 @ 1
[   27.123309] bus: 'usb': add driver ums-usbat
[   27.126688] usbcore: registered new interface driver ums-usbat
[   27.129979] initcall usbat_init+0x0/0x16 returned 0 after 6510 usecs
[   27.133308] calling  usb_mdc800_init+0x0/0x31a @ 1
[   27.136645] bus: 'usb': add driver mdc800
[   27.140022] usbcore: registered new interface driver mdc800
[   27.143310] mdc800: v0.7.5 (30/10/2000):USB Driver for Mustek MDC800 Digital Camera
[   27.146642] initcall usb_mdc800_init+0x0/0x31a returned 0 after 9765 usecs
[   27.149975] calling  microtek_drv_init+0x0/0x16 @ 1
[   27.153309] bus: 'usb': add driver microtekX6
[   27.156689] usbcore: registered new interface driver microtekX6
[   27.159978] initcall microtek_drv_init+0x0/0x16 returned 0 after 6510 usecs
[   27.163308] calling  adu_init+0x0/0x7b @ 1
[   27.166642] bus: 'usb': add driver adutux
[   27.170022] usbcore: registered new interface driver adutux
[   27.173310] adutux adutux (see www.ontrak.net) v0.0.13
[   27.176640] adutux is an experimental driver. Use at your own risk
[   27.179975] initcall adu_init+0x0/0x7b returned 0 after 13020 usecs
[   27.183308] calling  appledisplay_init+0x0/0x51 @ 1
[   27.186650] bus: 'usb': add driver appledisplay
[   27.190027] usbcore: registered new interface driver appledisplay
[   27.193311] initcall appledisplay_init+0x0/0x51 returned 0 after 6510 usecs
[   27.196641] calling  berry_init+0x0/0x16 @ 1
[   27.199975] bus: 'usb': add driver berry_charge
[   27.203356] usbcore: registered new interface driver berry_charge
[   27.206645] initcall berry_init+0x0/0x16 returned 0 after 6510 usecs
[   27.209975] calling  cypress_init+0x0/0x2f @ 1
[   27.213308] bus: 'usb': add driver cypress_cy7c63
[   27.216686] usbcore: registered new interface driver cypress_cy7c63
[   27.219979] initcall cypress_init+0x0/0x2f returned 0 after 6510 usecs
[   27.223308] calling  usb_idmouse_init+0x0/0x3a @ 1
[   27.226639] idmouse: 0.6:Siemens ID Mouse FingerTIP Sensor Driver
[   27.229975] bus: 'usb': add driver idmouse
[   27.233353] usbcore: registered new interface driver idmouse
[   27.236645] initcall usb_idmouse_init+0x0/0x3a returned 0 after 9765 usecs
[   27.239974] calling  isight_firmware_init+0x0/0x16 @ 1
[   27.243309] bus: 'usb': add driver isight_firmware
[   27.246687] usbcore: registered new interface driver isight_firmware
[   27.249979] initcall isight_firmware_init+0x0/0x16 returned 0 after 6510 usecs
[   27.253308] calling  usb_led_init+0x0/0x2f @ 1
[   27.256644] bus: 'usb': add driver usbled
[   27.260021] usbcore: registered new interface driver usbled
[   27.263312] initcall usb_led_init+0x0/0x2f returned 0 after 6510 usecs
[   27.266641] calling  lego_usb_tower_init+0x0/0x75 @ 1
[   27.269976] bus: 'usb': add driver legousbtower
[   27.273354] usbcore: registered new interface driver legousbtower
[   27.276643] legousbtower: v0.96:LEGO USB Tower Driver
[   27.279976] initcall lego_usb_tower_init+0x0/0x75 returned 0 after 9765 usecs
[   27.283308] calling  usb_rio_init+0x0/0x2d @ 1
[   27.286642] bus: 'usb': add driver rio500
[   27.290021] usbcore: registered new interface driver rio500
[   27.293309] rio500: v1.1:USB Rio 500 driver
[   27.296642] initcall usb_rio_init+0x0/0x2d returned 0 after 9765 usecs
[   27.299974] calling  usbtest_init+0x0/0x16 @ 1
[   27.303309] bus: 'usb': add driver usbtest
[   27.306688] usbcore: registered new interface driver usbtest
[   27.309978] initcall usbtest_init+0x0/0x16 returned 0 after 6510 usecs
[   27.313308] calling  tv_init+0x0/0x3c @ 1
[   27.316642] bus: 'usb': add driver trancevibrator
[   27.320021] usbcore: registered new interface driver trancevibrator
[   27.323310] trancevibrator: v1.1:PlayStation 2 Trance Vibrator driver
[   27.326642] initcall tv_init+0x0/0x3c returned 0 after 9765 usecs
[   27.329975] calling  usb_sevseg_init+0x0/0x2f @ 1
[   27.333309] bus: 'usb': add driver usbsevseg
[   27.336696] usbcore: registered new interface driver usbsevseg
[   27.339978] initcall usb_sevseg_init+0x0/0x2f returned 0 after 6510 usecs
[   27.346648] calling  vstusb_init+0x0/0x35 @ 1
[   27.349976] bus: 'usb': add driver vstusb
[   27.353363] usbcore: registered new interface driver vstusb
[   27.356645] initcall vstusb_init+0x0/0x35 returned 0 after 6510 usecs
[   27.359975] calling  usb_sisusb_init+0x0/0x16 @ 1
[   27.363308] bus: 'usb': add driver sisusb
[   27.366688] usbcore: registered new interface driver sisusb
[   27.369979] initcall usb_sisusb_init+0x0/0x16 returned 0 after 6510 usecs
[   27.373308] calling  speedtch_usb_init+0x0/0x16 @ 1
[   27.376642] bus: 'usb': add driver speedtch
[   27.380021] usbcore: registered new interface driver speedtch
[   27.383312] initcall speedtch_usb_init+0x0/0x16 returned 0 after 6510 usecs
[   27.386641] calling  uea_init+0x0/0x22 @ 1
[   27.389973] [ueagle-atm] driver ueagle 1.4 loaded
[   27.393309] bus: 'usb': add driver ueagle-atm
[   27.396688] usbcore: registered new interface driver ueagle-atm
[   27.399978] initcall uea_init+0x0/0x22 returned 0 after 9765 usecs
[   27.403308] calling  usbatm_usb_init+0x0/0x40 @ 1
[   27.406641] initcall usbatm_usb_init+0x0/0x40 returned 0 after 0 usecs
[   27.409974] calling  i8042_init+0x0/0xfb @ 1
[   27.413332] bus: 'platform': add driver i8042
[   27.416689] Registering platform device 'i8042'. Parent at platform
[   27.419975] device: 'i8042': device_add
[   27.423312] bus: 'platform': add device i8042
[   27.426689] bus: 'platform': driver_probe_device: matched device i8042 with driver i8042
[   27.429974] bus: 'platform': really_probe: probing driver i8042 with device i8042
[   27.447824] serio: i8042 KBD port at 0x60,0x64 irq 1
[   27.449981] serio: i8042 AUX port at 0x60,0x64 irq 12
[   27.449977] device: 'serio0': device_add
[   27.449977] bus: 'serio': add device serio0
[   27.453341] driver: 'i8042': driver_bound: bound to device 'i8042'
[   27.453341] device: 'serio1': device_add
[   27.453341] bus: 'serio': add device serio1
[   27.456643] bus: 'platform': really_probe: bound device i8042 to driver i8042
[   27.459978] initcall i8042_init+0x0/0xfb returned 0 after 45572 usecs
[   27.463308] calling  serport_init+0x0/0x2b @ 1
[   27.466642] initcall serport_init+0x0/0x2b returned 0 after 0 usecs
[   27.469976] calling  ct82c710_init+0x0/0x16d @ 1
[   27.473315] initcall ct82c710_init+0x0/0x16d returned -19 after 0 usecs
[   27.476641] calling  pcips2_init+0x0/0x16 @ 1
[   27.479984] bus: 'pci': add driver pcips2
[   27.483347] initcall pcips2_init+0x0/0x16 returned 0 after 3255 usecs
[   27.486642] calling  mousedev_init+0x0/0x51 @ 1
[   27.489976] device: 'mice': device_add
[   27.493372] mice: PS/2 mouse device common for all mice
[   27.496645] initcall mousedev_init+0x0/0x51 returned 0 after 6510 usecs
[   27.499975] calling  joydev_init+0x0/0xf @ 1
[   27.503309] initcall joydev_init+0x0/0xf returned 0 after 0 usecs
[   27.506641] calling  evdev_init+0x0/0xf @ 1
[   27.509976] initcall evdev_init+0x0/0xf returned 0 after 0 usecs
[   27.513310] calling  evbug_init+0x0/0xf @ 1
[   27.516642] initcall evbug_init+0x0/0xf returned 0 after 0 usecs
[   27.519975] calling  atkbd_init+0x0/0x20 @ 1
[   27.523313] bus: 'serio': add driver atkbd
[   27.526664] initcall atkbd_init+0x0/0x20 returned 0 after 3255 usecs
[   27.526664] bus: 'serio': driver_probe_device: matched device serio0 with driver atkbd
[   27.526664] bus: 'serio': really_probe: probing driver atkbd with device serio0
[   27.529976] calling  lkkbd_init+0x0/0x16 @ 1
[   27.533308] bus: 'serio': add driver lkkbd
[   27.536664] initcall lkkbd_init+0x0/0x16 returned 0 after 3255 usecs
[   27.539975] calling  lm8323_init+0x0/0x11 @ 1
[   27.543309] bus: 'i2c': add driver lm8323
[   27.546660] initcall lm8323_init+0x0/0x11 returned 0 after 3255 usecs
[   27.549975] calling  matrix_keypad_init+0x0/0xf @ 1
[   27.553309] bus: 'platform': add driver matrix-keypad
[   27.556662] initcall matrix_keypad_init+0x0/0xf returned 0 after 3255 usecs
[   27.559975] calling  nkbd_init+0x0/0x16 @ 1
[   27.563307] bus: 'serio': add driver newtonkbd
[   27.566662] initcall nkbd_init+0x0/0x16 returned 0 after 3255 usecs
[   27.569975] calling  sunkbd_init+0x0/0x16 @ 1
[   27.573307] bus: 'serio': add driver sunkbd
[   27.576662] initcall sunkbd_init+0x0/0x16 returned 0 after 3255 usecs
[   27.579975] calling  xtkbd_init+0x0/0x16 @ 1
[   27.583307] bus: 'serio': add driver xtkbd
[   27.586669] initcall xtkbd_init+0x0/0x16 returned 0 after 3255 usecs
[   27.589975] calling  atp_init+0x0/0x16 @ 1
[   27.593310] bus: 'usb': add driver appletouch
[   27.596660] usbcore: registered new interface driver appletouch
[   27.599977] initcall atp_init+0x0/0x16 returned 0 after 6510 usecs
[   27.603308] calling  gpio_mouse_init+0x0/0xf @ 1
[   27.606641] bus: 'platform': add driver gpio_mouse
[   27.609995] initcall gpio_mouse_init+0x0/0xf returned 0 after 3255 usecs
[   27.613309] calling  psmouse_init+0x0/0x67 @ 1
[   27.616665] bus: 'serio': add driver psmouse
[   27.619996] initcall psmouse_init+0x0/0x67 returned 0 after 3255 usecs
[   27.623308] calling  sermouse_init+0x0/0x16 @ 1
[   27.626640] bus: 'serio': add driver sermouse
[   27.629995] initcall sermouse_init+0x0/0x16 returned 0 after 3255 usecs
[   27.633309] calling  synaptics_i2c_init+0x0/0x11 @ 1
[   27.636641] bus: 'i2c': add driver synaptics_i2c
[   27.639992] initcall synaptics_i2c_init+0x0/0x11 returned 0 after 3255 usecs
[   27.643308] calling  vsxxxaa_init+0x0/0x16 @ 1
[   27.646641] bus: 'serio': add driver vsxxxaa
[   27.649995] initcall vsxxxaa_init+0x0/0x16 returned 0 after 3255 usecs
[   27.653308] calling  usb_acecad_init+0x0/0x2d @ 1
[   27.656643] bus: 'usb': add driver usb_acecad
[   27.659999] usbcore: registered new interface driver usb_acecad
[   27.663308] acecad: v3.2:USB Acecad Flair tablet driver
[   27.666642] initcall usb_acecad_init+0x0/0x2d returned 0 after 9765 usecs
[   27.669974] calling  aiptek_init+0x0/0x38 @ 1
[   27.673308] bus: 'usb': add driver aiptek
[   27.676659] usbcore: registered new interface driver aiptek
[   27.679975] aiptek: v2.3 (May 2, 2007):Aiptek HyperPen USB Tablet Driver (Linux 2.6.x)
[   27.683306] aiptek: Bryan W. Headley/Chris Atenasio/Cedric Brun/Rene van Paassen
[   27.686641] initcall aiptek_init+0x0/0x38 returned 0 after 13020 usecs
[   27.689974] calling  wacom_init+0x0/0x37 @ 1
[   27.693309] bus: 'usb': add driver wacom
[   27.696659] usbcore: registered new interface driver wacom
[   27.699975] wacom: v1.51:USB Wacom Graphire and Wacom Intuos tablet driver
[   27.703308] initcall wacom_init+0x0/0x37 returned 0 after 9765 usecs
[   27.706641] calling  ad7879_init+0x0/0x11 @ 1
[   27.709974] bus: 'i2c': add driver ad7879
[   27.713325] initcall ad7879_init+0x0/0x11 returned 0 after 3255 usecs
[   27.716641] calling  gunze_init+0x0/0x16 @ 1
[   27.719974] bus: 'serio': add driver gunze
[   27.723327] initcall gunze_init+0x0/0x16 returned 0 after 3255 usecs
[   27.726641] calling  elo_init+0x0/0x16 @ 1
[   27.729974] bus: 'serio': add driver elo
[   27.733337] initcall elo_init+0x0/0x16 returned 0 after 3255 usecs
[   27.736642] calling  fujitsu_init+0x0/0x16 @ 1
[   27.739974] bus: 'serio': add driver fujitsu_ts
[   27.743328] initcall fujitsu_init+0x0/0x16 returned 0 after 3255 usecs
[   27.746641] calling  mtouch_init+0x0/0x16 @ 1
[   27.749974] bus: 'serio': add driver mtouch
[   27.753327] initcall mtouch_init+0x0/0x16 returned 0 after 3255 usecs
[   27.756641] calling  mk712_init+0x0/0x1ba @ 1
[   27.759976] mk712: device not present
[   27.763309] initcall mk712_init+0x0/0x1ba returned -19 after 3255 usecs
[   27.766641] calling  usbtouch_init+0x0/0x16 @ 1
[   27.769979] bus: 'usb': add driver usbtouchscreen
[   27.773326] usbcore: registered new interface driver usbtouchscreen
[   27.776643] initcall usbtouch_init+0x0/0x16 returned 0 after 6510 usecs
[   27.779975] calling  tw_init+0x0/0x16 @ 1
[   27.783307] bus: 'serio': add driver touchwin
[   27.786669] initcall tw_init+0x0/0x16 returned 0 after 3255 usecs
[   27.789976] calling  tsc2007_init+0x0/0x11 @ 1
[   27.793308] bus: 'i2c': add driver tsc2007
[   27.796658] initcall tsc2007_init+0x0/0x11 returned 0 after 3255 usecs
[   27.799975] calling  da9034_touch_init+0x0/0xf @ 1
[   27.803308] bus: 'platform': add driver da9034-touch
[   27.806661] initcall da9034_touch_init+0x0/0xf returned 0 after 3255 usecs
[   27.809975] calling  ds1286_init+0x0/0xf @ 1
[   27.813308] bus: 'platform': add driver rtc-ds1286
[   27.816661] initcall ds1286_init+0x0/0xf returned 0 after 3255 usecs
[   27.819975] calling  ds1374_init+0x0/0x11 @ 1
[   27.823308] bus: 'i2c': add driver rtc-ds1374
[   27.826658] initcall ds1374_init+0x0/0x11 returned 0 after 3255 usecs
[   27.829975] calling  ds1553_init+0x0/0xf @ 1
[   27.833308] bus: 'platform': add driver rtc-ds1553
[   27.836662] initcall ds1553_init+0x0/0xf returned 0 after 3255 usecs
[   27.839975] calling  fm3130_init+0x0/0x11 @ 1
[   27.843308] bus: 'i2c': add driver rtc-fm3130
[   27.846658] initcall fm3130_init+0x0/0x11 returned 0 after 3255 usecs
[   27.849975] calling  isl1208_init+0x0/0x11 @ 1
[   27.853308] bus: 'i2c': add driver rtc-isl1208
[   27.856659] initcall isl1208_init+0x0/0x11 returned 0 after 3255 usecs
[   27.859975] calling  m48t35_init+0x0/0xf @ 1
[   27.863308] bus: 'platform': add driver rtc-m48t35
[   27.866661] initcall m48t35_init+0x0/0xf returned 0 after 3255 usecs
[   27.869975] calling  m48t86_rtc_init+0x0/0xf @ 1
[   27.873308] bus: 'platform': add driver rtc-m48t86
[   27.876661] initcall m48t86_rtc_init+0x0/0xf returned 0 after 3255 usecs
[   27.879975] calling  bq4802_init+0x0/0xf @ 1
[   27.883308] bus: 'platform': add driver rtc-bq4802
[   27.886661] initcall bq4802_init+0x0/0xf returned 0 after 3255 usecs
[   27.889975] calling  max6900_init+0x0/0x11 @ 1
[   27.893308] bus: 'i2c': add driver rtc-max6900
[   27.896658] initcall max6900_init+0x0/0x11 returned 0 after 3255 usecs
[   27.899975] calling  pcf8583_init+0x0/0x11 @ 1
[   27.903307] bus: 'i2c': add driver pcf8583
[   27.906658] initcall pcf8583_init+0x0/0x11 returned 0 after 3255 usecs
[   27.909975] calling  rs5c372_init+0x0/0x11 @ 1
[   27.913307] bus: 'i2c': add driver rtc-rs5c372
[   27.916659] initcall rs5c372_init+0x0/0x11 returned 0 after 3255 usecs
[   27.919975] calling  rx8025_init+0x0/0x11 @ 1
[   27.923308] bus: 'i2c': add driver rtc-rx8025
[   27.926659] initcall rx8025_init+0x0/0x11 returned 0 after 3255 usecs
[   27.929975] calling  s35390a_rtc_init+0x0/0x11 @ 1
[   27.933308] bus: 'i2c': add driver rtc-s35390a
[   27.936659] initcall s35390a_rtc_init+0x0/0x11 returned 0 after 3255 usecs
[   27.939975] calling  twl4030_rtc_init+0x0/0xf @ 1
[   27.943308] bus: 'platform': add driver twl4030_rtc
[   27.946661] initcall twl4030_rtc_init+0x0/0xf returned 0 after 3255 usecs
[   27.949975] calling  x1205_init+0x0/0x11 @ 1
[   27.953308] bus: 'i2c': add driver rtc-x1205
[   27.956659] initcall x1205_init+0x0/0x11 returned 0 after 3255 usecs
[   27.959975] calling  i2c_dev_init+0x0/0x8b @ 1
[   27.963306] i2c /dev entries driver
[   27.966642] device class 'i2c-dev': registering
[   27.969993] bus: 'i2c': add driver dev_driver
[   27.973328] device: 'i2c-0': device_add
[   27.976686] initcall i2c_dev_init+0x0/0x8b returned 0 after 13020 usecs
[   27.979975] calling  amd756_init+0x0/0x16 @ 1
[   27.983319] bus: 'pci': add driver amd756_smbus
[   27.986686] initcall amd756_init+0x0/0x16 returned 0 after 3255 usecs
[   27.989975] calling  i2c_amd8111_init+0x0/0x16 @ 1
[   27.993317] bus: 'pci': add driver amd8111_smbus2
[   27.996671] initcall i2c_amd8111_init+0x0/0x16 returned 0 after 3255 usecs
[   27.999975] calling  i2c_i801_init+0x0/0x16 @ 1
[   28.003316] bus: 'pci': add driver i801_smbus
[   28.006676] initcall i2c_i801_init+0x0/0x16 returned 0 after 3255 usecs
[   28.009975] calling  i2c_sch_init+0x0/0x16 @ 1
[   28.013317] bus: 'pci': add driver isch_smbus
[   28.016672] initcall i2c_sch_init+0x0/0x16 returned 0 after 3255 usecs
[   28.019975] calling  nforce2_init+0x0/0x16 @ 1
[   28.023316] bus: 'pci': add driver nForce2_smbus
[   28.026650] bus: 'pci': driver_probe_device: matched device 0000:00:01.1 with driver nForce2_smbus
[   28.026665] device: 'input0': device_add
[   28.026810] input: AT Translated Set 2 keyboard as /class/input/input0
[   28.026822] device: 'event0': device_add
[   28.026979] evbug.c: Connected device: input0 (AT Translated Set 2 keyboard at isa0060/serio0/input0)
[   28.026983] driver: 'serio0': driver_bound: bound to device 'atkbd'
[   28.026987] bus: 'serio': really_probe: bound device serio0 to driver atkbd
[   28.026992] bus: 'serio': driver_probe_device: matched device serio1 with driver atkbd
[   28.026995] bus: 'serio': really_probe: probing driver atkbd with device serio1
[   28.029974] bus: 'pci': really_probe: probing driver nForce2_smbus with device 0000:00:01.1
[   28.033321] device: 'i2c-1': device_add
[   28.043312] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.059980] device: '1-0050': device_add
[   28.063311] bus: 'i2c': add device 1-0050
[   28.066661] bus: 'i2c': driver_probe_device: matched device 1-0050 with driver eeprom
[   28.069974] bus: 'i2c': really_probe: probing driver eeprom with device 1-0050
[   28.073313] driver: '1-0050': driver_bound: bound to device 'eeprom'
[   28.076640] bus: 'i2c': really_probe: bound device 1-0050 to driver eeprom
[   28.093313] device: '1-0051': device_add
[   28.096643] bus: 'i2c': add device 1-0051
[   28.099993] bus: 'i2c': driver_probe_device: matched device 1-0051 with driver eeprom
[   28.103307] bus: 'i2c': really_probe: probing driver eeprom with device 1-0051
[   28.106645] driver: '1-0051': driver_bound: bound to device 'eeprom'
[   28.109973] bus: 'i2c': really_probe: bound device 1-0051 to driver eeprom
[   28.119977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.129977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.139976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.149976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.159976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.169976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.173314] device: 'i2c-1': device_add
[   28.176685] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x4c00
[   28.179978] device: 'i2c-2': device_add
[   28.189977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.199977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.209976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.219976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.229976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.239977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.249976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.259977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.269976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.273313] device: 'i2c-2': device_add
[   28.276684] i2c-adapter i2c-2: nForce2 SMBus adapter at 0x4c40
[   28.280000] driver: '0000:00:01.1': driver_bound: bound to device 'nForce2_smbus'
[   28.283309] bus: 'pci': really_probe: bound device 0000:00:01.1 to driver nForce2_smbus
[   28.286667] initcall nforce2_init+0x0/0x16 returned 0 after 257161 usecs
[   28.289984] calling  i2c_piix4_init+0x0/0x16 @ 1
[   28.293319] bus: 'pci': add driver piix4_smbus
[   28.296675] initcall i2c_piix4_init+0x0/0x16 returned 0 after 3255 usecs
[   28.299978] calling  i2c_sis5595_init+0x0/0x16 @ 1
[   28.303316] bus: 'pci': add driver sis5595_smbus
[   28.306674] initcall i2c_sis5595_init+0x0/0x16 returned 0 after 3255 usecs
[   28.309975] calling  i2c_sis630_init+0x0/0x16 @ 1
[   28.313317] bus: 'pci': add driver sis630_smbus
[   28.316669] initcall i2c_sis630_init+0x0/0x16 returned 0 after 3255 usecs
[   28.319975] calling  i2c_sis96x_init+0x0/0x16 @ 1
[   28.323317] bus: 'pci': add driver sis96x_smbus
[   28.326672] initcall i2c_sis96x_init+0x0/0x16 returned 0 after 3255 usecs
[   28.329975] calling  i2c_vt586b_init+0x0/0x16 @ 1
[   28.333316] bus: 'pci': add driver vt586b_smbus
[   28.339980] initcall i2c_vt586b_init+0x0/0x16 returned 0 after 6510 usecs
[   28.343309] calling  i2c_vt596_init+0x0/0x16 @ 1
[   28.346654] bus: 'pci': add driver vt596_smbus
[   28.350014] initcall i2c_vt596_init+0x0/0x16 returned 0 after 3255 usecs
[   28.353308] calling  ocores_i2c_init+0x0/0xf @ 1
[   28.356642] bus: 'platform': add driver ocores-i2c
[   28.359996] initcall ocores_i2c_init+0x0/0xf returned 0 after 3255 usecs
[   28.363308] calling  i2c_adap_simtec_init+0x0/0xf @ 1
[   28.366641] bus: 'platform': add driver simtec-i2c
[   28.369994] initcall i2c_adap_simtec_init+0x0/0xf returned 0 after 3255 usecs
[   28.373308] calling  usb_i2c_tiny_usb_init+0x0/0x16 @ 1
[   28.376644] bus: 'usb': add driver i2c-tiny-usb
[   28.379993] usbcore: registered new interface driver i2c-tiny-usb
[   28.383310] initcall usb_i2c_tiny_usb_init+0x0/0x16 returned 0 after 6510 usecs
[   28.386641] calling  i2c_pca_pf_init+0x0/0xf @ 1
[   28.389975] bus: 'platform': add driver i2c-pca-platform
[   28.393328] initcall i2c_pca_pf_init+0x0/0xf returned 0 after 3255 usecs
[   28.396642] calling  scx200_acb_init+0x0/0x1f6 @ 1
[   28.399973] scx200_acb: NatSemi SCx200 ACCESS.bus Driver
[   28.403332] initcall scx200_acb_init+0x0/0x1f6 returned -19 after 3255 usecs
[   28.406641] calling  pca9539_init+0x0/0x11 @ 1
[   28.409975] bus: 'i2c': add driver pca9539
[   28.413326] initcall pca9539_init+0x0/0x11 returned 0 after 3255 usecs
[   28.416641] calling  pcf8574_init+0x0/0x11 @ 1
[   28.419974] bus: 'i2c': add driver pcf8574
[   28.423326] initcall pcf8574_init+0x0/0x11 returned 0 after 3255 usecs
[   28.426641] calling  pcf8575_init+0x0/0x11 @ 1
[   28.429974] bus: 'i2c': add driver pcf8575
[   28.433326] initcall pcf8575_init+0x0/0x11 returned 0 after 3255 usecs
[   28.436641] calling  tsl2550_init+0x0/0x11 @ 1
[   28.439974] bus: 'i2c': add driver tsl2550
[   28.443326] initcall tsl2550_init+0x0/0x11 returned 0 after 3255 usecs
[   28.446643] calling  w1_init+0x0/0x8f @ 1
[   28.449973] Driver for 1-wire Dallas network protocol.
[   28.453326] bus: 'w1': registered
[   28.456640] bus: 'w1': add driver w1_master_driver
[   28.459992] bus: 'w1': add driver w1_slave_driver
[   28.463326] initcall w1_init+0x0/0x8f returned 0 after 13020 usecs
[   28.466641] calling  ds_init+0x0/0x34 @ 1
[   28.469976] bus: 'usb': add driver DS9490R
[   28.473326] usbcore: registered new interface driver DS9490R
[   28.476644] initcall ds_init+0x0/0x34 returned 0 after 6510 usecs
[   28.479975] calling  sensors_ds2482_init+0x0/0x11 @ 1
[   28.483308] bus: 'i2c': add driver ds2482
[   28.486667] initcall sensors_ds2482_init+0x0/0x11 returned 0 after 3255 usecs
[   28.489976] calling  w1_gpio_init+0x0/0x14 @ 1
[   28.493309] bus: 'platform': add driver w1-gpio
[   28.496661] bus: 'platform': remove driver w1-gpio
[   28.499986] driver: 'w1-gpio': driver_release
[   28.503309] initcall w1_gpio_init+0x0/0x14 returned -19 after 9765 usecs
[   28.506641] calling  w1_smem_init+0x0/0x33 @ 1
[   28.509977] initcall w1_smem_init+0x0/0x33 returned 0 after 0 usecs
[   28.513309] calling  w1_f23_init+0x0/0xf @ 1
[   28.516642] initcall w1_f23_init+0x0/0xf returned 0 after 0 usecs
[   28.519974] calling  asb100_init+0x0/0x11 @ 1
[   28.523310] bus: 'i2c': add driver asb100
[   28.533312] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.543311] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.546643] initcall asb100_init+0x0/0x11 returned 0 after 22786 usecs
[   28.549974] calling  sensors_w83627hf_init+0x0/0x12a @ 1
[   28.553325] initcall sensors_w83627hf_init+0x0/0x12a returned -19 after 0 usecs
[   28.556642] calling  sensors_w83792d_init+0x0/0x11 @ 1
[   28.559974] bus: 'i2c': add driver w83792d
[   28.569977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.579977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.589976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.599977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.609977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.619977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.629976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.639977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.643309] initcall sensors_w83792d_init+0x0/0x11 returned 0 after 81380 usecs
[   28.646641] calling  sensors_w83781d_init+0x0/0x11 @ 1
[   28.649974] bus: 'i2c': add driver w83781d
[   28.659978] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.669976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.679977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.689976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.699977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.709977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.719977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.729976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.730002] bus: 'serio': driver_probe_device: matched device serio1 with driver psmouse
[   28.730005] bus: 'serio': really_probe: probing driver psmouse with device serio1
[   28.739978] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.749977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.759977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.769976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.779977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.789976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.799977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.809977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.813310] initcall sensors_w83781d_init+0x0/0x11 returned 0 after 159505 usecs
[   28.816640] calling  sensors_w83791d_init+0x0/0x11 @ 1
[   28.819974] bus: 'i2c': add driver w83791d
[   28.829977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.839977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.849977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.859977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.869976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.879977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.889976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.899977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   28.903308] initcall sensors_w83791d_init+0x0/0x11 returned 0 after 81380 usecs
[   28.906641] calling  abituguru_init+0x0/0x163 @ 1
[   28.909974] initcall abituguru_init+0x0/0x163 returned -19 after 0 usecs
[   28.913307] calling  abituguru3_init+0x0/0x1d9 @ 1
[   28.916641] initcall abituguru3_init+0x0/0x1d9 returned -19 after 0 usecs
[   28.919974] calling  ad7418_init+0x0/0x11 @ 1
[   28.923307] bus: 'i2c': add driver ad7418
[   28.926660] initcall ad7418_init+0x0/0x11 returned 0 after 3255 usecs
[   28.929974] calling  sensors_adm1021_init+0x0/0x11 @ 1
[   28.933308] bus: 'i2c': add driver adm1021
[   28.943311] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.953310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.963311] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.973310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.983311] i2c-adapter i2c-1: Transaction failed (0x10)!
[   28.993310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.003311] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.013310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.023311] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.033310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.043311] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.053313] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.063310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.073310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.083311] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.093309] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.103311] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.113310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.116642] initcall sensors_adm1021_init+0x0/0x11 returned 0 after 179036 usecs
[   29.119973] calling  sm_adm1026_init+0x0/0x11 @ 1
[   29.123308] bus: 'i2c': add driver adm1026
[   29.133311] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.143311] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.153310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.163311] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.173310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.183310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.186641] initcall sm_adm1026_init+0x0/0x11 returned 0 after 61848 usecs
[   29.189974] calling  sensors_adm1029_init+0x0/0x11 @ 1
[   29.193307] bus: 'i2c': add driver adm1029
[   29.203311] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.213310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.223311] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.233310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.243311] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.253309] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.263310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.273309] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.283310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.293310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.303310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.313310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.323310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.333309] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.343311] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.353310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.356642] initcall sensors_adm1029_init+0x0/0x11 returned 0 after 159505 usecs
[   29.359973] calling  sensors_adm9240_init+0x0/0x11 @ 1
[   29.363308] bus: 'i2c': add driver adm9240
[   29.373311] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.383310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.393310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.403310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.413310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.423310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.433309] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.443310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.446641] initcall sensors_adm9240_init+0x0/0x11 returned 0 after 81380 usecs
[   29.449974] calling  adt7462_init+0x0/0x11 @ 1
[   29.453307] bus: 'i2c': add driver adt7462
[   29.463311] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.473309] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.483311] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.493309] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.496642] initcall adt7462_init+0x0/0x11 returned 0 after 42317 usecs
[   29.499973] calling  adt7470_init+0x0/0x11 @ 1
[   29.503307] bus: 'i2c': add driver adt7470
[   29.513310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.523311] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.533310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.543310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.553309] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.563310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.566641] initcall adt7470_init+0x0/0x11 returned 0 after 61848 usecs
[   29.569974] calling  sensors_adt7475_init+0x0/0x11 @ 1
[   29.573309] bus: 'i2c': add driver adt7475
[   29.583311] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.593310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.596642] initcall sensors_adt7475_init+0x0/0x11 returned 0 after 22786 usecs
[   29.599973] calling  applesmc_init+0x0/0x499 @ 1
[   29.603313] applesmc: supported laptop not found!
[   29.606639] applesmc: driver init failed (ret=-19)!
[   29.609975] initcall applesmc_init+0x0/0x499 returned -19 after 6510 usecs
[   29.613306] calling  atxp1_init+0x0/0x11 @ 1
[   29.616641] bus: 'i2c': add driver atxp1
[   29.626643] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.636644] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.646644] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.656644] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.659974] initcall atxp1_init+0x0/0x11 returned 0 after 42317 usecs
[   29.663307] calling  coretemp_init+0x0/0x224 @ 1
[   29.666640] initcall coretemp_init+0x0/0x224 returned -19 after 0 usecs
[   29.669974] calling  ds1621_init+0x0/0x11 @ 1
[   29.673307] bus: 'i2c': add driver ds1621
[   29.683311] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.693310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.703311] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.713310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.723310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.733309] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.743310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.753309] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.763310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.773309] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.783310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.793309] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.803310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.813310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.823310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.833310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.836642] initcall ds1621_init+0x0/0x11 returned 0 after 159505 usecs
[   29.839973] calling  f71805f_init+0x0/0x128 @ 1
[   29.843331] initcall f71805f_init+0x0/0x128 returned -19 after 0 usecs
[   29.846640] calling  sensors_f75375_init+0x0/0x11 @ 1
[   29.849974] bus: 'i2c': add driver f75375
[   29.859977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.869977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.879977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.889977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.893308] initcall sensors_f75375_init+0x0/0x11 returned 0 after 42317 usecs
[   29.896640] calling  sensors_fscher_init+0x0/0x11 @ 1
[   29.899974] bus: 'i2c': add driver fscher
[   29.909978] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.919976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.923309] initcall sensors_fscher_init+0x0/0x11 returned 0 after 22786 usecs
[   29.926640] calling  fschmd_init+0x0/0x11 @ 1
[   29.929974] bus: 'i2c': add driver fschmd
[   29.939977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.949977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.953308] initcall fschmd_init+0x0/0x11 returned 0 after 22786 usecs
[   29.956640] calling  sm_fscpos_init+0x0/0x11 @ 1
[   29.959974] bus: 'i2c': add driver fscpos
[   29.969977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   29.979977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   29.983308] initcall sm_fscpos_init+0x0/0x11 returned 0 after 22786 usecs
[   29.986640] calling  g760a_init+0x0/0x11 @ 1
[   29.989974] bus: 'i2c': add driver g760a
[   29.993327] initcall g760a_init+0x0/0x11 returned 0 after 3255 usecs
[   29.996641] calling  sensors_gl518sm_init+0x0/0x11 @ 1
[   29.999974] bus: 'i2c': add driver gl518sm
[   30.009977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.019976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.029977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.039985] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.043308] initcall sensors_gl518sm_init+0x0/0x11 returned 0 after 42317 usecs
[   30.046640] calling  i5k_amb_init+0x0/0x52 @ 1
[   30.049975] bus: 'platform': add driver i5k_amb
[   30.053336] Registering platform device 'i5k_amb.0'. Parent at platform
[   30.056640] device: 'i5k_amb.0': device_add
[   30.059977] bus: 'platform': add device i5k_amb.0
[   30.063325] bus: 'platform': driver_probe_device: matched device i5k_amb.0 with driver i5k_amb
[   30.066641] bus: 'platform': really_probe: probing driver i5k_amb with device i5k_amb.0
[   30.069998] initcall i5k_amb_init+0x0/0x52 returned 0 after 19531 usecs
[   30.073307] calling  aem_init+0x0/0x42 @ 1
[   30.076641] bus: 'platform': add driver aem
[   30.079995] initcall aem_init+0x0/0x42 returned 0 after 3255 usecs
[   30.083307] calling  sm_it87_init+0x0/0x2eb @ 1
[   30.086671] it87: Found IT8712F chip at 0x290, revision 7
[   30.089978] it87: in3 is VCC (+5V)
[   30.093305] it87: in7 is VCCH (+5V Stand-By)
[   30.096645] bus: 'platform': add driver it87
[   30.099994] Registering platform device 'it87.656'. Parent at platform
[   30.103307] device: 'it87.656': device_add
[   30.106643] bus: 'platform': add device it87.656
[   30.109992] bus: 'platform': driver_probe_device: matched device it87.656 with driver it87
[   30.113307] bus: 'platform': really_probe: probing driver it87 with device it87.656
[   30.116653] it87 it87.656: Detected broken BIOS defaults, disabling PWM interface
[   30.120139] device: 'hwmon0': device_add
[   30.123331] driver: 'it87.656': driver_bound: bound to device 'it87'
[   30.126641] bus: 'platform': really_probe: bound device it87.656 to driver it87
[   30.129976] initcall sm_it87_init+0x0/0x2eb returned 0 after 42317 usecs
[   30.133306] calling  sm_lm78_init+0x0/0x38e @ 1
[   30.136640] lm78: Failed to request high part of region
[   30.139976] bus: 'i2c': add driver lm78
[   30.149977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.159977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.169977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.179977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.189977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.199976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.209977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.219976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.229977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.239976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.249977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.259976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.269977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.279977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.289977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.299976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.303308] initcall sm_lm78_init+0x0/0x38e returned 0 after 162760 usecs
[   30.306640] calling  sensors_lm83_init+0x0/0x11 @ 1
[   30.309974] bus: 'i2c': add driver lm83
[   30.319977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.329977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.339977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.349977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.359976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.369977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.379977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.389977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.399976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.409977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.419976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.429977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.439976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.449977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.459976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.469977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.479977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.489977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.493308] initcall sensors_lm83_init+0x0/0x11 returned 0 after 179036 usecs
[   30.496640] calling  sm_lm85_init+0x0/0x11 @ 1
[   30.499974] bus: 'i2c': add driver lm85
[   30.509977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.519976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.529977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.539976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.549977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.559976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.563308] initcall sm_lm85_init+0x0/0x11 returned 0 after 61848 usecs
[   30.566640] calling  sensors_lm95241_init+0x0/0x11 @ 1
[   30.569974] bus: 'i2c': add driver lm95241
[   30.579977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.589977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.599979] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.609977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.619976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.629977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.633308] initcall sensors_lm95241_init+0x0/0x11 returned 0 after 61848 usecs
[   30.636640] calling  sensors_max1619_init+0x0/0x11 @ 1
[   30.639974] bus: 'i2c': add driver max1619
[   30.649977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.659976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.669977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.679977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.689977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.699976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.709977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.719976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.729977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.739976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.749977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.759976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.769977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.779977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.789977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.799976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.809977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.819976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.823308] initcall sensors_max1619_init+0x0/0x11 returned 0 after 179036 usecs
[   30.826640] calling  sensors_max6650_init+0x0/0x11 @ 1
[   30.829974] bus: 'i2c': add driver max6650
[   30.839977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.849977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.859976] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.869977] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.879977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.889977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.899976] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.909977] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.913308] initcall sensors_max6650_init+0x0/0x11 returned 0 after 81380 usecs
[   30.916640] calling  pc87360_init+0x0/0x161 @ 1
[   30.919986] pc87360: PC8736x not detected, module not inserted.
[   30.923307] initcall pc87360_init+0x0/0x161 returned -19 after 3255 usecs
[   30.926640] calling  pc87427_init+0x0/0x103 @ 1
[   30.929987] initcall pc87427_init+0x0/0x103 returned -19 after 0 usecs
[   30.933306] calling  sm_sis5595_init+0x0/0x16 @ 1
[   30.936651] bus: 'pci': add driver sis5595
[   30.940008] initcall sm_sis5595_init+0x0/0x16 returned 0 after 3255 usecs
[   30.943307] calling  smsc47m192_init+0x0/0x11 @ 1
[   30.946641] bus: 'i2c': add driver smsc47m192
[   30.956644] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.966643] i2c-adapter i2c-1: Transaction failed (0x10)!
[   30.976644] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.986643] i2c-adapter i2c-2: Transaction failed (0x10)!
[   30.989975] initcall smsc47m192_init+0x0/0x11 returned 0 after 42317 usecs
[   30.993307] calling  sm_thmc50_init+0x0/0x11 @ 1
[   30.996641] bus: 'i2c': add driver thmc50
[   31.006644] i2c-adapter i2c-1: Transaction failed (0x10)!
[   31.016644] i2c-adapter i2c-1: Transaction failed (0x10)!
[   31.026643] i2c-adapter i2c-1: Transaction failed (0x10)!
[   31.036644] i2c-adapter i2c-2: Transaction failed (0x10)!
[   31.046643] i2c-adapter i2c-2: Transaction failed (0x10)!
[   31.056644] i2c-adapter i2c-2: Transaction failed (0x10)!
[   31.059974] initcall sm_thmc50_init+0x0/0x11 returned 0 after 61848 usecs
[   31.063307] calling  tmp401_init+0x0/0x11 @ 1
[   31.066641] bus: 'i2c': add driver tmp401
[   31.076644] i2c-adapter i2c-1: Transaction failed (0x10)!
[   31.086643] i2c-adapter i2c-2: Transaction failed (0x10)!
[   31.089975] initcall tmp401_init+0x0/0x11 returned 0 after 22786 usecs
[   31.093306] calling  vt1211_init+0x0/0x139 @ 1
[   31.096657] initcall vt1211_init+0x0/0x139 returned -19 after 0 usecs
[   31.099973] calling  sm_vt8231_init+0x0/0x16 @ 1
[   31.103318] bus: 'pci': add driver vt8231
[   31.106671] initcall sm_vt8231_init+0x0/0x16 returned 0 after 3255 usecs
[   31.109974] calling  sensors_w83l785ts_init+0x0/0x11 @ 1
[   31.113308] bus: 'i2c': add driver w83l785ts
[   31.123310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   31.133310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   31.136642] initcall sensors_w83l785ts_init+0x0/0x11 returned 0 after 22786 usecs
[   31.139973] calling  sensors_w83l786ng_init+0x0/0x11 @ 1
[   31.143308] bus: 'i2c': add driver w83l786ng
[   31.153310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   31.163310] i2c-adapter i2c-1: Transaction failed (0x10)!
[   31.173310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   31.183310] i2c-adapter i2c-2: Transaction failed (0x10)!
[   31.186642] initcall sensors_w83l786ng_init+0x0/0x11 returned 0 after 42317 usecs
[   31.189973] calling  pcipcwd_init_module+0x0/0x2a @ 1
[   31.193317] bus: 'pci': add driver pcwd_pci
[   31.196683] initcall pcipcwd_init_module+0x0/0x2a returned 0 after 3255 usecs
[   31.199975] calling  twl4030_wdt_init+0x0/0x14 @ 1
[   31.203308] bus: 'platform': add driver twl4030_wdt
[   31.206669] initcall twl4030_wdt_init+0x0/0x14 returned 0 after 3255 usecs
[   31.209975] calling  acq_init+0x0/0x50 @ 1
[   31.213305] WDT driver for Acquire single board computer initialising.
[   31.216640] bus: 'platform': add driver acquirewdt
[   31.219994] Registering platform device 'acquirewdt'. Parent at platform
[   31.223307] device: 'acquirewdt': device_add
[   31.226643] bus: 'platform': add device acquirewdt
[   31.229990] bus: 'platform': driver_probe_device: matched device acquirewdt with driver acquirewdt
[   31.233306] bus: 'platform': really_probe: probing driver acquirewdt with device acquirewdt
[   31.236649] acquirewdt: I/O address 0x0043 already in use
[   31.239977] acquirewdt: probe of acquirewdt failed with error -5
[   31.243308] initcall acq_init+0x0/0x50 returned 0 after 29296 usecs
[   31.246641] calling  watchdog_init+0x0/0x146 @ 1
[   31.249985] initcall watchdog_init+0x0/0x146 returned -19 after 0 usecs
[   31.253306] calling  alim7101_wdt_init+0x0/0x16d @ 1
[   31.256638] alim7101_wdt: Steve Hill <steve@navaho.co.uk>.
[   31.259979] alim7101_wdt: ALi M7101 PMU not present - WDT not set
[   31.263307] initcall alim7101_wdt_init+0x0/0x16d returned -16 after 6510 usecs
[   31.266641] initcall alim7101_wdt_init+0x0/0x16d returned with error code -16 
[   31.269973] calling  sc520_wdt_init+0x0/0xd2 @ 1
[   31.273317] device: 'watchdog': device_add
[   31.276713] sc520_wdt: WDT driver for SC520 initialised. timeout=30 sec (nowayout=1)
[   31.279974] initcall sc520_wdt_init+0x0/0xd2 returned 0 after 6510 usecs
[   31.283306] calling  ibmasr_init+0x0/0x24a @ 1
[   31.286640] initcall ibmasr_init+0x0/0x24a returned -19 after 0 usecs
[   31.289973] calling  wafwdt_init+0x0/0x147 @ 1
[   31.293306] WDT driver for Wafer 5823 single board computer initialising.
[   31.296641] Wafer 5823 WDT: cannot register miscdev on minor=130 (err=-16)
[   31.299974] initcall wafwdt_init+0x0/0x147 returned -16 after 6510 usecs
[   31.303306] initcall wafwdt_init+0x0/0x147 returned with error code -16 
[   31.306640] calling  iTCO_wdt_init_module+0x0/0x56 @ 1
[   31.309972] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[   31.313308] bus: 'platform': add driver iTCO_wdt
[   31.316663] Registering platform device 'iTCO_wdt'. Parent at platform
[   31.319974] device: 'iTCO_wdt': device_add
[   31.323310] bus: 'platform': add device iTCO_wdt
[   31.326657] bus: 'platform': driver_probe_device: matched device iTCO_wdt with driver iTCO_wdt
[   31.329973] bus: 'platform': really_probe: probing driver iTCO_wdt with device iTCO_wdt
[   31.333342] iTCO_wdt: No card detected
[   31.336646] initcall iTCO_wdt_init_module+0x0/0x56 returned 0 after 26041 usecs
[   31.339974] calling  iTCO_vendor_init_module+0x0/0x17 @ 1
[   31.343306] iTCO_vendor_support: vendor-support=0
[   31.346644] initcall iTCO_vendor_init_module+0x0/0x17 returned 0 after 3255 usecs
[   31.349973] calling  it8712f_wdt_init+0x0/0x1ba @ 1
[   31.353339] it8712f_wdt: Found IT8712F chip revision 7 - using DogFood address 0x201
[   31.356649] it8712f_wdt: disabling watchdog timer
[   31.359996] it8712f_wdt: cannot register miscdev on minor=130 (err=-16)
[   31.363308] initcall it8712f_wdt_init+0x0/0x1ba returned -16 after 9765 usecs
[   31.366640] initcall it8712f_wdt_init+0x0/0x1ba returned with error code -16 
[   31.369973] calling  it87_wdt_init+0x0/0x4c5 @ 1
[   31.373326] IT87 WDT: Unsupported Chip found, Chip 8712 Revision 07
[   31.376642] initcall it87_wdt_init+0x0/0x4c5 returned -19 after 3255 usecs
[   31.379973] calling  hpwdt_init+0x0/0x16 @ 1
[   31.383317] bus: 'pci': add driver hpwdt
[   31.386673] initcall hpwdt_init+0x0/0x16 returned 0 after 3255 usecs
[   31.389974] calling  rdc321x_wdt_init+0x0/0xf @ 1
[   31.393308] bus: 'platform': add driver rdc321x-wdt
[   31.396663] initcall rdc321x_wdt_init+0x0/0xf returned 0 after 3255 usecs
[   31.399974] calling  sbc8360_init+0x0/0x185 @ 1
[   31.403308] sbc8360: failed to register misc device
[   31.406641] initcall sbc8360_init+0x0/0x185 returned -16 after 3255 usecs
[   31.409973] initcall sbc8360_init+0x0/0x185 returned with error code -16 
[   31.413307] calling  sbc7240_wdt_init+0x0/0xf9 @ 1
[   31.416640] sbc7240_wdt: timeout set to 30 seconds
[   31.419973] sbc7240_wdt: cannot register miscdev on minor=130 (err=-16)
[   31.423307] initcall sbc7240_wdt_init+0x0/0xf9 returned -16 after 6510 usecs
[   31.426641] initcall sbc7240_wdt_init+0x0/0xf9 returned with error code -16 
[   31.429973] calling  cpu5wdt_init_module+0x0/0x12f @ 1
[   31.433308] cpu5wdt: sorry, was my fault
[   31.436639] cpu5wdt: misc_register failed
[   31.439974] initcall cpu5wdt_init_module+0x0/0x12f returned -16 after 6510 usecs
[   31.443306] initcall cpu5wdt_init_module+0x0/0x12f returned with error code -16 
[   31.446640] calling  sch311x_wdt_init+0x0/0x136 @ 1
[   31.449993] initcall sch311x_wdt_init+0x0/0x136 returned -19 after 0 usecs
[   31.453306] calling  wb_smsc_wdt_init+0x0/0x195 @ 1
[   31.456639] SMsC 37B787 watchdog component driver 1.1 initialising...
[   31.460997] smsc37b787_wdt: Unable to register miscdev on minor 130
[   31.463308] initcall wb_smsc_wdt_init+0x0/0x195 returned -16 after 6510 usecs
[   31.466640] initcall wb_smsc_wdt_init+0x0/0x195 returned with error code -16 
[   31.469973] calling  w83877f_wdt_init+0x0/0x13d @ 1
[   31.473308] w83877f_wdt: cannot register miscdev on minor=130 (err=-16)
[   31.476642] initcall w83877f_wdt_init+0x0/0x13d returned -16 after 3255 usecs
[   31.479973] initcall w83877f_wdt_init+0x0/0x13d returned with error code -16 
[   31.483307] calling  w83977f_wdt_init+0x0/0x12b @ 1
[   31.486638] W83977F WDT: W83977F WDT driver, v1.00
[   31.489975] W83977F WDT: cannot register miscdev on minor=130 (err=-16)
[   31.493308] initcall w83977f_wdt_init+0x0/0x12b returned -16 after 6510 usecs
[   31.496640] initcall w83977f_wdt_init+0x0/0x12b returned with error code -16 
[   31.499973] calling  watchdog_init+0x0/0xa5 @ 1
[   31.503307] epx_c3: cannot register miscdev on minor=130 (err=-16)
[   31.506641] initcall watchdog_init+0x0/0xa5 returned -16 after 3255 usecs
[   31.509973] initcall watchdog_init+0x0/0xa5 returned with error code -16 
[   31.513306] calling  watchdog_init+0x0/0xa0 @ 1
[   31.516640] SoftDog: cannot register miscdev on minor=130 (err=-16)
[   31.519974] initcall watchdog_init+0x0/0xa0 returned -16 after 3255 usecs
[   31.523307] initcall watchdog_init+0x0/0xa0 returned with error code -16 
[   31.526639] calling  dm_init+0x0/0x38 @ 1
[   31.529988] device-mapper: uevent: version 1.0.3
[   31.533321] device: 'device-mapper': device_add
[   31.536681] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[   31.539974] initcall dm_init+0x0/0x38 returned 0 after 9765 usecs
[   31.543307] calling  dm_delay_init+0x0/0xad @ 1
[   31.546674] initcall dm_delay_init+0x0/0xad returned 0 after 0 usecs
[   31.549974] calling  dm_snapshot_init+0x0/0x215 @ 1
[   31.553322] initcall dm_snapshot_init+0x0/0x215 returned 0 after 0 usecs
[   31.556640] calling  dm_mirror_init+0x0/0x69 @ 1
[   31.559977] initcall dm_mirror_init+0x0/0x69 returned 0 after 0 usecs
[   31.563307] calling  dm_dirty_log_init+0x0/0x49 @ 1
[   31.566641] initcall dm_dirty_log_init+0x0/0x49 returned 0 after 0 usecs
[   31.569974] calling  userspace_dirty_log_init+0x0/0x89 @ 1
[   31.573317] device-mapper: dm-log-userspace: version 1.0.0 loaded
[   31.576640] initcall userspace_dirty_log_init+0x0/0x89 returned 0 after 3255 usecs
[   31.579973] calling  dm_zero_init+0x0/0x28 @ 1
[   31.583309] initcall dm_zero_init+0x0/0x28 returned 0 after 0 usecs
[   31.586640] calling  vhci_init+0x0/0x44 @ 1
[   31.589972] Bluetooth: Virtual HCI driver ver 1.3
[   31.593307] device: 'vhci': device_add
[   31.596679] initcall vhci_init+0x0/0x44 returned 0 after 6510 usecs
[   31.599975] calling  hci_uart_init+0x0/0xc9 @ 1
[   31.603306] Bluetooth: HCI UART driver ver 2.2
[   31.606639] Bluetooth: HCI H4 protocol initialized
[   31.609972] Bluetooth: HCI BCSP protocol initialized
[   31.613307] initcall hci_uart_init+0x0/0xc9 returned 0 after 9765 usecs
[   31.616640] calling  bcm203x_init+0x0/0x44 @ 1
[   31.619972] Bluetooth: Broadcom Blutonium firmware driver ver 1.2
[   31.623310] bus: 'usb': add driver bcm203x
[   31.626663] usbcore: registered new interface driver bcm203x
[   31.629976] initcall bcm203x_init+0x0/0x44 returned 0 after 9765 usecs
[   31.633309] calling  bfusb_init+0x0/0x44 @ 1
[   31.636639] Bluetooth: BlueFRITZ! USB driver ver 1.2
[   31.639974] bus: 'usb': add driver bfusb
[   31.643326] usbcore: registered new interface driver bfusb
[   31.646642] initcall bfusb_init+0x0/0x44 returned 0 after 9765 usecs
[   31.649974] calling  init_dtl1_cs+0x0/0xf @ 1
[   31.653310] bus: 'pcmcia': add driver dtl1_cs
[   31.656660] initcall init_dtl1_cs+0x0/0xf returned 0 after 3255 usecs
[   31.659974] calling  init_btuart_cs+0x0/0xf @ 1
[   31.663307] bus: 'pcmcia': add driver btuart_cs
[   31.666658] initcall init_btuart_cs+0x0/0xf returned 0 after 3255 usecs
[   31.669974] calling  btusb_init+0x0/0x25 @ 1
[   31.673305] Bluetooth: Generic Bluetooth USB driver ver 0.5
[   31.676642] bus: 'usb': add driver btusb
[   31.679991] usbcore: registered new interface driver btusb
[   31.683310] initcall btusb_init+0x0/0x25 returned 0 after 9765 usecs
[   31.686640] calling  btsdio_init+0x0/0x1e @ 1
[   31.689972] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[   31.693307] bus: 'sdio': add driver btsdio
[   31.696660] initcall btsdio_init+0x0/0x1e returned 0 after 6510 usecs
[   31.699973] calling  edac_init+0x0/0xd2 @ 1
[   31.703305] EDAC MC: Ver: 2.1.0 Aug 15 2009
[   31.706641] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.709977] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.713309] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.716642] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.719975] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.723309] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.726644] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.729976] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.733309] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.736642] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.739976] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.743310] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.746642] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.749976] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.753308] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.756644] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.759975] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.763309] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.766642] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.769976] EDAC DEBUG: in drivers/edac/edac_pci_sysfs.c, line at 537: edac_pci_dev_parity_clear()
[   31.773309] Registering sysdev class 'edac'
[   31.776656] EDAC DEBUG: in drivers/edac/edac_mc_sysfs.c, line at 905: edac_sysfs_setup_mc_kset()
[   31.779987] EDAC DEBUG: in drivers/edac/edac_mc_sysfs.c, line at 922: edac_sysfs_setup_mc_kset() Registered '.../edac/mc' kobject
[   31.783314] initcall edac_init+0x0/0xd2 returned 0 after 78124 usecs
[   31.786640] calling  amd76x_init+0x0/0x29 @ 1
[   31.789985] bus: 'pci': add driver amd76x_edac
[   31.793340] initcall amd76x_init+0x0/0x29 returned 0 after 3255 usecs
[   31.796640] calling  i5000_init+0x0/0x5b @ 1
[   31.799972] EDAC DEBUG: in drivers/edac/i5000_edac.c, line at 1540: MC: drivers/edac/i5000_edac.c: i5000_init()
[   31.803316] bus: 'pci': add driver i5000_edac
[   31.806671] initcall i5000_init+0x0/0x5b returned 0 after 6510 usecs
[   31.809974] calling  i5100_init+0x0/0x23 @ 1
[   31.813316] bus: 'pci': add driver i5100_edac
[   31.816671] initcall i5100_init+0x0/0x23 returned 0 after 3255 usecs
[   31.819974] calling  i5400_init+0x0/0x5b @ 1
[   31.823306] EDAC DEBUG: in drivers/edac/i5400_edac.c, line at 1445: MC: drivers/edac/i5400_edac.c: i5400_init()
[   31.826649] bus: 'pci': add driver i5400_edac
[   31.830015] initcall i5400_init+0x0/0x5b returned 0 after 6510 usecs
[   31.833308] calling  e7xxx_init+0x0/0x29 @ 1
[   31.836650] bus: 'pci': add driver e7xxx_edac
[   31.840003] initcall e7xxx_init+0x0/0x29 returned 0 after 3255 usecs
[   31.843307] calling  e752x_init+0x0/0x5b @ 1
[   31.846650] bus: 'pci': add driver e752x_edac
[   31.850003] initcall e752x_init+0x0/0x5b returned 0 after 3255 usecs
[   31.853307] calling  i82975x_init+0x0/0xea @ 1
[   31.856650] bus: 'pci': add driver i82975x_edac
[   31.860005] EDAC DEBUG: in drivers/edac/i82975x_edac.c, line at 626: i82975x pci_get_device fail
[   31.863317] bus: 'pci': remove driver i82975x_edac
[   31.866651] driver: 'i82975x_edac': driver_release
[   31.869975] initcall i82975x_init+0x0/0xea returned -19 after 13020 usecs
[   31.873307] calling  i3000_init+0x0/0xf8 @ 1
[   31.876650] bus: 'pci': add driver i3000_edac
[   31.880004] EDAC DEBUG: in drivers/edac/i3000_edac.c, line at 510: i3000 pci_get_device fail
[   31.883317] bus: 'pci': remove driver i3000_edac
[   31.886651] driver: 'i3000_edac': driver_release
[   31.889977] initcall i3000_init+0x0/0xf8 returned -19 after 13020 usecs
[   31.893307] calling  x38_init+0x0/0xf8 @ 1
[   31.896650] bus: 'pci': add driver x38_edac
[   31.900003] EDAC DEBUG: in drivers/edac/x38_edac.c, line at 480: x38 pci_get_device fail
[   31.903317] bus: 'pci': remove driver x38_edac
[   31.906687] driver: 'x38_edac': driver_release
[   31.909974] initcall x38_init+0x0/0xf8 returned -19 after 13020 usecs
[   31.913307] calling  r82600_init+0x0/0x29 @ 1
[   31.916650] bus: 'pci': add driver r82600_edac
[   31.920004] initcall r82600_init+0x0/0x29 returned 0 after 3255 usecs
[   31.923308] calling  cpufreq_stats_init+0x0/0x7e @ 1
[   31.926642] initcall cpufreq_stats_init+0x0/0x7e returned 0 after 0 usecs
[   31.929973] calling  cpufreq_gov_userspace_init+0x0/0xf @ 1
[   31.933308] initcall cpufreq_gov_userspace_init+0x0/0xf returned 0 after 0 usecs
[   31.936641] calling  mmc_blk_init+0x0/0x3d @ 1
[   31.939974] bus: 'mmc': add driver mmcblk
[   31.943324] initcall mmc_blk_init+0x0/0x3d returned 0 after 3255 usecs
[   31.946640] calling  mmc_test_init+0x0/0xf @ 1
[   31.949973] bus: 'mmc': add driver mmc_test
[   31.953324] initcall mmc_test_init+0x0/0xf returned 0 after 3255 usecs
[   31.956640] calling  wbsd_drv_init+0x0/0x77 @ 1
[   31.959972] wbsd: Winbond W83L51xD SD/MMC card interface driver
[   31.963305] wbsd: Copyright(c) Pierre Ossman
[   31.966641] bus: 'platform': add driver wbsd
[   31.969997] Registering platform device 'wbsd'. Parent at platform
[   31.973310] device: 'wbsd': device_add
[   31.976644] bus: 'platform': add device wbsd
[   31.979992] bus: 'platform': driver_probe_device: matched device wbsd with driver wbsd
[   31.983306] bus: 'platform': really_probe: probing driver wbsd with device wbsd
[   31.986729] initcall wbsd_drv_init+0x0/0x77 returned 0 after 26041 usecs
[   31.989974] calling  tifm_sd_init+0x0/0xf @ 1
[   31.993306] bus: 'tifm': add driver tifm_sd
[   31.996661] initcall tifm_sd_init+0x0/0xf returned 0 after 3255 usecs
[   31.999973] calling  sdricoh_drv_init+0x0/0xf @ 1
[   32.003308] bus: 'pcmcia': add driver sdricoh_cs
[   32.006657] initcall sdricoh_drv_init+0x0/0xf returned 0 after 3255 usecs
[   32.009974] calling  via_sd_drv_init+0x0/0x20 @ 1
[   32.013305] via_sdmmc: VIA SD/MMC Card Reader driver (C) 2008 VIA Technologies, Inc.
[   32.016651] bus: 'pci': add driver via_sdmmc
[   32.020002] initcall via_sd_drv_init+0x0/0x20 returned 0 after 6510 usecs
[   32.023308] calling  bd2802_init+0x0/0x11 @ 1
[   32.026643] bus: 'i2c': add driver BD2802
[   32.029995] initcall bd2802_init+0x0/0x11 returned 0 after 3255 usecs
[   32.033307] calling  alix_led_init+0x0/0xe1 @ 1
[   32.041684] initcall alix_led_init+0x0/0xe1 returned -19 after 3255 usecs
[   32.043307] calling  pca9532_init+0x0/0x11 @ 1
[   32.046642] bus: 'i2c': add driver pca9532
[   32.049993] initcall pca9532_init+0x0/0x11 returned 0 after 3255 usecs
[   32.053307] calling  gpio_led_init+0x0/0xf @ 1
[   32.056642] bus: 'platform': add driver leds-gpio
[   32.059995] initcall gpio_led_init+0x0/0xf returned 0 after 3255 usecs
[   32.063307] calling  da903x_led_init+0x0/0xf @ 1
[   32.066640] bus: 'platform': add driver da903x-led
[   32.069996] initcall da903x_led_init+0x0/0xf returned 0 after 3255 usecs
[   32.073307] calling  heartbeat_trig_init+0x0/0xf @ 1
[   32.076642] initcall heartbeat_trig_init+0x0/0xf returned 0 after 0 usecs
[   32.079973] calling  gpio_trig_init+0x0/0xf @ 1
[   32.083307] initcall gpio_trig_init+0x0/0xf returned 0 after 0 usecs
[   32.086641] calling  defon_trig_init+0x0/0xf @ 1
[   32.089974] initcall defon_trig_init+0x0/0xf returned 0 after 0 usecs
[   32.093306] calling  dcdrbu_init+0x0/0x10f @ 1
[   32.096645] Registering platform device 'dell_rbu'. Parent at platform
[   32.099974] device: 'dell_rbu': device_add
[   32.103311] bus: 'platform': add device dell_rbu
[   32.106686] initcall dcdrbu_init+0x0/0x10f returned 0 after 9765 usecs
[   32.109974] calling  dcdbas_init+0x0/0x53 @ 1
[   32.113307] bus: 'platform': add driver dcdbas
[   32.116662] Registering platform device 'dcdbas'. Parent at platform
[   32.119973] device: 'dcdbas': device_add
[   32.123315] bus: 'platform': add device dcdbas
[   32.126659] bus: 'platform': driver_probe_device: matched device dcdbas with driver dcdbas
[   32.129973] bus: 'platform': really_probe: probing driver dcdbas with device dcdbas
[   32.133320] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   32.136639] driver: 'dcdbas': driver_bound: bound to device 'dcdbas'
[   32.139972] bus: 'platform': really_probe: bound device dcdbas to driver dcdbas
[   32.143310] initcall dcdbas_init+0x0/0x53 returned 0 after 29296 usecs
[   32.146643] calling  hid_init+0x0/0x3d @ 1
[   32.149989] bus: 'hid': registered
[   32.153308] device class 'hidraw': registering
[   32.156686] initcall hid_init+0x0/0x3d returned 0 after 6510 usecs
[   32.159975] calling  apple_init+0x0/0x32 @ 1
[   32.163307] bus: 'hid': add driver apple
[   32.166657] initcall apple_init+0x0/0x32 returned 0 after 3255 usecs
[   32.169973] calling  belkin_init+0x0/0x1b @ 1
[   32.173306] bus: 'hid': add driver belkin
[   32.176657] initcall belkin_init+0x0/0x1b returned 0 after 3255 usecs
[   32.179973] calling  ch_init+0x0/0x1b @ 1
[   32.183306] bus: 'hid': add driver cherry
[   32.186657] initcall ch_init+0x0/0x1b returned 0 after 3255 usecs
[   32.189973] calling  ch_init+0x0/0x1b @ 1
[   32.193306] bus: 'hid': add driver chicony
[   32.196658] initcall ch_init+0x0/0x1b returned 0 after 3255 usecs
[   32.199973] calling  cp_init+0x0/0x1b @ 1
[   32.203306] bus: 'hid': add driver cypress
[   32.206658] initcall cp_init+0x0/0x1b returned 0 after 3255 usecs
[   32.209974] calling  dr_init+0x0/0x16 @ 1
[   32.213306] bus: 'hid': add driver dragonrise
[   32.216658] initcall dr_init+0x0/0x16 returned 0 after 3255 usecs
[   32.219974] calling  gyration_init+0x0/0x1b @ 1
[   32.223306] bus: 'hid': add driver gyration
[   32.226657] initcall gyration_init+0x0/0x1b returned 0 after 3255 usecs
[   32.229973] calling  ms_init+0x0/0x1b @ 1
[   32.233306] bus: 'hid': add driver microsoft
[   32.236657] initcall ms_init+0x0/0x1b returned 0 after 3255 usecs
[   32.239973] calling  ntrig_init+0x0/0x1b @ 1
[   32.243306] bus: 'hid': add driver ntrig
[   32.246657] initcall ntrig_init+0x0/0x1b returned 0 after 3255 usecs
[   32.249974] calling  pl_init+0x0/0x1b @ 1
[   32.253306] bus: 'hid': add driver petalynx
[   32.256658] initcall pl_init+0x0/0x1b returned 0 after 3255 usecs
[   32.259973] calling  samsung_init+0x0/0x1b @ 1
[   32.263306] bus: 'hid': add driver samsung
[   32.266657] initcall samsung_init+0x0/0x1b returned 0 after 3255 usecs
[   32.269974] calling  sjoy_init+0x0/0x1b @ 1
[   32.273307] bus: 'hid': add driver smartjoyplus
[   32.276658] initcall sjoy_init+0x0/0x1b returned 0 after 3255 usecs
[   32.279973] calling  sp_init+0x0/0x1b @ 1
[   32.283306] bus: 'hid': add driver sunplus
[   32.286657] initcall sp_init+0x0/0x1b returned 0 after 3255 usecs
[   32.289974] calling  ga_init+0x0/0x16 @ 1
[   32.293307] bus: 'hid': add driver greenasia
[   32.296659] initcall ga_init+0x0/0x16 returned 0 after 3255 usecs
[   32.299973] calling  tm_init+0x0/0x1b @ 1
[   32.303306] bus: 'hid': add driver thrustmaster
[   32.306657] initcall tm_init+0x0/0x1b returned 0 after 3255 usecs
[   32.309974] calling  zp_init+0x0/0x1b @ 1
[   32.313307] bus: 'hid': add driver zeroplus
[   32.316658] initcall zp_init+0x0/0x1b returned 0 after 3255 usecs
[   32.319974] calling  hid_init+0x0/0xa0 @ 1
[   32.323330] bus: 'hid': add driver generic-usb
[   32.326659] bus: 'usb': add driver usbhid
[   32.333373] usbcore: registered new interface driver usbhid
[   32.336643] usbhid: v2.6:USB HID core driver
[   32.339974] initcall hid_init+0x0/0xa0 returned 0 after 16276 usecs
[   32.343307] calling  usb_mouse_init+0x0/0x2d @ 1
[   32.346646] bus: 'usb': add driver usbmouse
[   32.350003] usbcore: registered new interface driver usbmouse
[   32.353309] usbmouse: v1.6:USB HID Boot Protocol mouse driver
[   32.356641] initcall usb_mouse_init+0x0/0x2d returned 0 after 9765 usecs
[   32.359973] calling  init_soundcore+0x0/0x6a @ 1
[   32.363308] device class 'sound': registering
[   32.366655] initcall init_soundcore+0x0/0x6a returned 0 after 3255 usecs
[   32.369974] calling  oprofile_init+0x0/0x47 @ 1
[   32.373307] oprofile: using NMI interrupt.
[   32.376649] initcall oprofile_init+0x0/0x47 returned 0 after 3255 usecs
[   32.379973] calling  flow_cache_init+0x0/0x13f @ 1
[   32.383325] initcall flow_cache_init+0x0/0x13f returned 0 after 0 usecs
[   32.386640] calling  pg_init+0x0/0x2a4 @ 1
[   32.389972] pktgen v2.70: Packet Generator for packet performance testing.
[   32.393335] initcall pg_init+0x0/0x2a4 returned 0 after 3255 usecs
[   32.396642] calling  llc_init+0x0/0x1b @ 1
[   32.399974] initcall llc_init+0x0/0x1b returned 0 after 0 usecs
[   32.403309] calling  llc2_init+0x0/0xb5 @ 1
[   32.406772] NET: Registered protocol family 26
[   32.409975] initcall llc2_init+0x0/0xb5 returned 0 after 3255 usecs
[   32.413306] calling  snap_init+0x0/0x31 @ 1
[   32.416641] initcall snap_init+0x0/0x31 returned 0 after 0 usecs
[   32.419973] calling  blackhole_module_init+0x0/0xf @ 1
[   32.423309] initcall blackhole_module_init+0x0/0xf returned 0 after 0 usecs
[   32.426640] calling  cbq_module_init+0x0/0xf @ 1
[   32.429974] initcall cbq_module_init+0x0/0xf returned 0 after 0 usecs
[   32.433306] calling  hfsc_init+0x0/0xf @ 1
[   32.436641] initcall hfsc_init+0x0/0xf returned 0 after 0 usecs
[   32.439973] calling  red_module_init+0x0/0xf @ 1
[   32.443307] initcall red_module_init+0x0/0xf returned 0 after 0 usecs
[   32.446640] calling  gred_module_init+0x0/0xf @ 1
[   32.449975] initcall gred_module_init+0x0/0xf returned 0 after 0 usecs
[   32.453306] calling  dsmark_module_init+0x0/0xf @ 1
[   32.456641] initcall dsmark_module_init+0x0/0xf returned 0 after 0 usecs
[   32.459973] calling  sfq_module_init+0x0/0xf @ 1
[   32.463308] initcall sfq_module_init+0x0/0xf returned 0 after 0 usecs
[   32.466640] calling  tbf_module_init+0x0/0xf @ 1
[   32.469974] initcall tbf_module_init+0x0/0xf returned 0 after 0 usecs
[   32.473307] calling  multiq_module_init+0x0/0xf @ 1
[   32.476642] initcall multiq_module_init+0x0/0xf returned 0 after 0 usecs
[   32.479973] calling  atm_init+0x0/0xf @ 1
[   32.483307] initcall atm_init+0x0/0xf returned 0 after 0 usecs
[   32.486640] calling  drr_init+0x0/0xf @ 1
[   32.489975] initcall drr_init+0x0/0xf returned 0 after 0 usecs
[   32.493309] calling  init_tcindex+0x0/0xf @ 1
[   32.496641] initcall init_tcindex+0x0/0xf returned 0 after 0 usecs
[   32.499973] calling  cls_flow_init+0x0/0xf @ 1
[   32.503308] initcall cls_flow_init+0x0/0xf returned 0 after 0 usecs
[   32.506640] calling  sysctl_ipv4_init+0x0/0x3f @ 1
[   32.509976] initcall sysctl_ipv4_init+0x0/0x3f returned 0 after 0 usecs
[   32.516646] calling  ipgre_init+0x0/0x98 @ 1
[   32.519972] GRE over IPv4 tunneling driver
[   32.523322] device: 'gre0': device_add
[   32.529759] initcall ipgre_init+0x0/0x98 returned 0 after 9765 usecs
[   32.536641] calling  init_syncookies+0x0/0x16 @ 1
[   32.540014] initcall init_syncookies+0x0/0x16 returned 0 after 0 usecs
[   32.546639] calling  esp4_init+0x0/0x5a @ 1
[   32.549974] initcall esp4_init+0x0/0x5a returned 0 after 0 usecs
[   32.556639] calling  xfrm4_beet_init+0x0/0x14 @ 1
[   32.559973] initcall xfrm4_beet_init+0x0/0x14 returned 0 after 0 usecs
[   32.566639] calling  tunnel4_init+0x0/0x5a @ 1
[   32.573307] initcall tunnel4_init+0x0/0x5a returned 0 after 0 usecs
[   32.576639] calling  inet_diag_init+0x0/0x9e @ 1
[   32.583316] initcall inet_diag_init+0x0/0x9e returned 0 after 0 usecs
[   32.589972] calling  tcp_diag_init+0x0/0xf @ 1
[   32.593316] initcall tcp_diag_init+0x0/0xf returned 0 after 0 usecs
[   32.599973] calling  cubictcp_register+0x0/0x7f @ 1
[   32.603306] TCP cubic registered
[   32.606640] initcall cubictcp_register+0x0/0x7f returned 0 after 3255 usecs
[   32.613306] calling  xfrm_user_init+0x0/0x40 @ 1
[   32.619972] Initializing XFRM netlink socket
[   32.623311] initcall xfrm_user_init+0x0/0x40 returned 0 after 3255 usecs
[   32.629973] calling  inet6_init+0x0/0x28e @ 1
[   32.633326] NET: Registered protocol family 10
[   32.640160] lo: Disabled Privacy Extensions
[   32.652895] initcall inet6_init+0x0/0x28e returned 0 after 19531 usecs
[   32.659974] calling  ah6_init+0x0/0x5a @ 1
[   32.663307] initcall ah6_init+0x0/0x5a returned 0 after 0 usecs
[   32.669973] calling  esp6_init+0x0/0x5a @ 1
[   32.673307] initcall esp6_init+0x0/0x5a returned 0 after 0 usecs
[   32.679973] calling  tunnel6_init+0x0/0x5a @ 1
[   32.683307] initcall tunnel6_init+0x0/0x5a returned 0 after 0 usecs
[   32.689973] calling  xfrm6_transport_init+0x0/0x14 @ 1
[   32.696644] initcall xfrm6_transport_init+0x0/0x14 returned 0 after 0 usecs
[   32.703307] calling  xfrm6_mode_tunnel_init+0x0/0x14 @ 1
[   32.706641] initcall xfrm6_mode_tunnel_init+0x0/0x14 returned 0 after 0 usecs
[   32.713307] calling  xfrm6_ro_init+0x0/0x14 @ 1
[   32.719975] initcall xfrm6_ro_init+0x0/0x14 returned 0 after 0 usecs
[   32.726640] calling  xfrm6_beet_init+0x0/0x14 @ 1
[   32.729974] initcall xfrm6_beet_init+0x0/0x14 returned 0 after 0 usecs
[   32.736640] calling  mip6_init+0x0/0xa7 @ 1
[   32.739972] Mobile IPv6
[   32.743305] initcall mip6_init+0x0/0xa7 returned 0 after 3255 usecs
[   32.749973] calling  sit_init+0x0/0x5f @ 1
[   32.753306] IPv6 over IPv4 tunneling driver
[   32.759559] device: 'sit0': device_add
[   32.764248] sit0: Disabled Privacy Extensions
[   32.767652] initcall sit_init+0x0/0x5f returned 0 after 13020 usecs
[   32.769973] calling  ip6_tunnel_init+0x0/0x8c @ 1
[   32.773313] device: 'ip6tnl0': device_add
[   32.777588] ip6tnl0: Disabled Privacy Extensions
[   32.781033] initcall ip6_tunnel_init+0x0/0x8c returned 0 after 6510 usecs
[   32.783306] calling  packet_init+0x0/0x39 @ 1
[   32.786640] NET: Registered protocol family 17
[   32.789982] initcall packet_init+0x0/0x39 returned 0 after 3255 usecs
[   32.793307] calling  ipsec_pfkey_init+0x0/0x70 @ 1
[   32.796639] NET: Registered protocol family 15
[   32.799978] initcall ipsec_pfkey_init+0x0/0x70 returned 0 after 3255 usecs
[   32.803306] calling  dsa_init_module+0x0/0x11 @ 1
[   32.806641] initcall dsa_init_module+0x0/0x11 returned 0 after 0 usecs
[   32.809975] calling  edsa_init_module+0x0/0x11 @ 1
[   32.813307] initcall edsa_init_module+0x0/0x11 returned 0 after 0 usecs
[   32.816639] calling  trailer_init_module+0x0/0x11 @ 1
[   32.819975] initcall trailer_init_module+0x0/0x11 returned 0 after 0 usecs
[   32.823309] calling  mv88e6060_init+0x0/0x11 @ 1
[   32.826641] initcall mv88e6060_init+0x0/0x11 returned 0 after 0 usecs
[   32.833327] calling  mv88e6123_61_65_init+0x0/0x11 @ 1
[   32.836650] initcall mv88e6123_61_65_init+0x0/0x11 returned 0 after 0 usecs
[   32.843307] calling  mv88e6131_init+0x0/0x11 @ 1
[   32.849978] initcall mv88e6131_init+0x0/0x11 returned 0 after 0 usecs
[   32.856642] calling  dsa_init_module+0x0/0xf @ 1
[   32.859979] bus: 'platform': add driver dsa
[   32.866220] initcall dsa_init_module+0x0/0xf returned 0 after 3255 usecs
[   32.869973] calling  ipx_init+0x0/0xd2 @ 1
[   32.876648] NET: Registered protocol family 4
[   32.886717] initcall ipx_init+0x0/0xd2 returned 0 after 9765 usecs
[   32.893307] calling  lapb_init+0x0/0x7 @ 1
[   32.896640] initcall lapb_init+0x0/0x7 returned 0 after 0 usecs
[   32.903306] calling  can_init+0x0/0xf5 @ 1
[   32.906639] can: controller area network core (rev 20090105 abi 8)
[   32.913326] NET: Registered protocol family 29
[   32.916643] initcall can_init+0x0/0xf5 returned 0 after 9765 usecs
[   32.923307] calling  bcm_module_init+0x0/0x4a @ 1
[   32.929972] can: broadcast manager protocol (rev 20090105 t)
[   32.933310] initcall bcm_module_init+0x0/0x4a returned 0 after 3255 usecs
[   32.939973] calling  init_sunrpc+0x0/0x53 @ 1
[   32.946952] RPC: Registered udp transport module.
[   32.949974] RPC: Registered tcp transport module.
[   32.953311] initcall init_sunrpc+0x0/0x53 returned 0 after 6510 usecs
[   32.959974] calling  init_rpcsec_gss+0x0/0x3f @ 1
[   32.967627] initcall init_rpcsec_gss+0x0/0x3f returned 0 after 0 usecs
[   32.969974] calling  init_kerberos_module+0x0/0x26 @ 1
[   32.973311] initcall init_kerberos_module+0x0/0x26 returned 0 after 0 usecs
[   32.976640] calling  af_rxrpc_init+0x0/0x16d @ 1
[   32.979997] NET: Registered protocol family 33
[   32.983314] initcall af_rxrpc_init+0x0/0x16d returned 0 after 3255 usecs
[   32.986639] calling  rxkad_init+0x0/0x56 @ 1
[   32.990022] RxRPC: Registered security type 2 'rxkad'
[   32.993307] initcall rxkad_init+0x0/0x56 returned 0 after 3255 usecs
[   32.996639] calling  br2684_init+0x0/0x37 @ 1
[   32.999976] initcall br2684_init+0x0/0x37 returned 0 after 0 usecs
[   33.003307] calling  lane_module_init+0x0/0x4f @ 1
[   33.006640] lec.c: Aug 15 2009 11:14:24 initialized
[   33.009973] initcall lane_module_init+0x0/0x4f returned 0 after 3255 usecs
[   33.013306] calling  atm_mpoa_init+0x0/0x2f @ 1
[   33.016642] mpc.c: Aug 15 2009 11:14:22 initialized
[   33.019973] initcall atm_mpoa_init+0x0/0x2f returned 0 after 3255 usecs
[   33.023306] calling  pppoatm_init+0x0/0x11 @ 1
[   33.026647] initcall pppoatm_init+0x0/0x11 returned 0 after 0 usecs
[   33.029973] calling  decnet_init+0x0/0x77 @ 1
[   33.033307] NET4: DECnet for Linux: V.2.5.68s (C) 1995-2003 Linux DECnet Project Team
[   33.040444] DECnet: Routing cache hash table of 1024 buckets, 40Kbytes
[   33.043345] NET: Registered protocol family 12
[   33.046942] initcall decnet_init+0x0/0x77 returned 0 after 13020 usecs
[   33.049973] calling  econet_proto_init+0x0/0x17f @ 1
[   33.053305] NET: Registered protocol family 19
[   33.056662] initcall econet_proto_init+0x0/0x17f returned 0 after 3255 usecs
[   33.059973] calling  phonet_init+0x0/0x6b @ 1
[   33.063309] NET: Registered protocol family 35
[   33.066700] initcall phonet_init+0x0/0x6b returned 0 after 3255 usecs
[   33.069973] calling  pep_register+0x0/0x14 @ 1
[   33.073309] initcall pep_register+0x0/0x14 returned 0 after 0 usecs
[   33.076639] calling  dccp_init+0x0/0x2ca @ 1
[   33.084578] CCID: Activated CCID 2 (TCP-like)
[   33.086648] initcall dccp_init+0x0/0x2ca returned 0 after 6510 usecs
[   33.089973] calling  dccp_v4_init+0x0/0x72 @ 1
[   33.093350] initcall dccp_v4_init+0x0/0x72 returned 0 after 0 usecs
[   33.096640] calling  dccp_v6_init+0x0/0x72 @ 1
[   33.099995] initcall dccp_v6_init+0x0/0x72 returned 0 after 0 usecs
[   33.103307] calling  dccp_diag_init+0x0/0xf @ 1
[   33.106641] initcall dccp_diag_init+0x0/0xf returned 0 after 0 usecs
[   33.109974] calling  lib80211_init+0x0/0x19 @ 1
[   33.113305] lib80211: common routines for IEEE802.11 drivers
[   33.116639] lib80211_crypt: registered algorithm 'NULL'
[   33.119973] initcall lib80211_init+0x0/0x19 returned 0 after 6510 usecs
[   33.123307] calling  lib80211_crypto_wep_init+0x0/0xf @ 1
[   33.126657] lib80211_crypt: registered algorithm 'WEP'
[   33.129974] initcall lib80211_crypto_wep_init+0x0/0xf returned 0 after 3255 usecs
[   33.133307] calling  lib80211_crypto_ccmp_init+0x0/0xf @ 1
[   33.136638] lib80211_crypt: registered algorithm 'CCMP'
[   33.139973] initcall lib80211_crypto_ccmp_init+0x0/0xf returned 0 after 3255 usecs
[   33.143307] calling  lib80211_crypto_tkip_init+0x0/0xf @ 1
[   33.146639] lib80211_crypt: registered algorithm 'TKIP'
[   33.149973] initcall lib80211_crypto_tkip_init+0x0/0xf returned 0 after 3255 usecs
[   33.153306] calling  tipc_init+0x0/0x9e @ 1
[   33.156640] TIPC: Activated (version 1.6.4 compiled Aug 15 2009 11:14:35)
[   33.160330] NET: Registered protocol family 30
[   33.163310] TIPC: Started in single node mode
[   33.166640] initcall tipc_init+0x0/0x9e returned 0 after 9765 usecs
[   33.169973] calling  ieee802154_nl_init+0x0/0x75 @ 1
[   33.179982] initcall ieee802154_nl_init+0x0/0x75 returned 0 after 6510 usecs
[   33.183306] calling  af_ieee802154_init+0x0/0x63 @ 1
[   33.186643] NET: Registered protocol family 36
[   33.189974] initcall af_ieee802154_init+0x0/0x63 returned 0 after 3255 usecs
[   33.193306] calling  wimax_subsys_init+0x0/0x1cb @ 1
[   33.199981] initcall wimax_subsys_init+0x0/0x1cb returned 0 after 3255 usecs
[   33.203307] calling  severities_debugfs_init+0x0/0x4e @ 1
[   33.206657] initcall severities_debugfs_init+0x0/0x4e returned 0 after 0 usecs
[   33.209973] calling  powernow_init+0x0/0x128 @ 1
[   33.213307] initcall powernow_init+0x0/0x128 returned -19 after 0 usecs
[   33.216639] calling  cpufreq_p4_init+0x0/0x4f @ 1
[   33.219973] initcall cpufreq_p4_init+0x0/0x4f returned -19 after 0 usecs
[   33.223306] calling  update_mp_table+0x0/0x583 @ 1
[   33.226643] initcall update_mp_table+0x0/0x583 returned 0 after 0 usecs
[   33.229973] calling  lapic_insert_resource+0x0/0x45 @ 1
[   33.233309] initcall lapic_insert_resource+0x0/0x45 returned 0 after 0 usecs
[   33.236639] calling  print_ipi_mode+0x0/0x25 @ 1
[   33.239972] Using IPI Shortcut mode
[   33.243307] initcall print_ipi_mode+0x0/0x25 returned 0 after 3255 usecs
[   33.246640] calling  io_apic_bug_finalize+0x0/0x1a @ 1
[   33.249974] initcall io_apic_bug_finalize+0x0/0x1a returned 0 after 0 usecs
[   33.253308] calling  check_early_ioremap_leak+0x0/0x5e @ 1
[   33.256641] initcall check_early_ioremap_leak+0x0/0x5e returned 0 after 0 usecs
[   33.259974] calling  sched_init_debug+0x0/0x1f @ 1
[   33.263309] initcall sched_init_debug+0x0/0x1f returned 0 after 0 usecs
[   33.269979] calling  init_oops_id+0x0/0x3f @ 1
[   33.273307] initcall init_oops_id+0x0/0x3f returned 0 after 0 usecs
[   33.279974] calling  disable_boot_consoles+0x0/0x41 @ 1
[   33.283307] initcall disable_boot_consoles+0x0/0x41 returned 0 after 0 usecs
[   33.289973] calling  pm_qos_power_init+0x0/0xae @ 1
[   33.296649] device: 'cpu_dma_latency': device_add
[   33.302930] device: 'network_latency': device_add
[   33.307614] device: 'network_throughput': device_add
[   33.312549] initcall pm_qos_power_init+0x0/0xae returned 0 after 13020 usecs
[   33.316640] calling  taskstats_init+0x0/0x7d @ 1
[   33.323314] registered taskstats version 1
[   33.326642] initcall taskstats_init+0x0/0x7d returned 0 after 3255 usecs
[   33.333307] calling  clear_boot_tracer+0x0/0x27 @ 1
[   33.336644] initcall clear_boot_tracer+0x0/0x27 returned 0 after 0 usecs
[   33.343307] calling  event_trace_self_tests_init+0x0/0x39 @ 1
[   33.349972] Running tests on trace events:
[   33.353306] Testing event kfree_skb: OK
[   33.372221] Testing event sys_enter_socketcall: OK
[   33.388892] Testing event sys_exit_socketcall: OK
[   33.408895] Testing event block_rq_abort: OK
[   33.425537] Testing event block_rq_insert: OK
[   33.442213] Testing event block_rq_issue: OK
[   33.458880] Testing event block_rq_requeue: OK
[   33.475548] Testing event block_rq_complete: OK
[   33.492215] Testing event block_bio_bounce: OK
[   33.508882] Testing event block_bio_complete: OK
[   33.525549] Testing event block_bio_backmerge: OK
[   33.545545] Testing event block_bio_frontmerge: OK
[   33.563569] Testing event block_bio_queue: OK
[   33.582208] Testing event block_getrq: OK
[   33.598884] Testing event block_sleeprq: OK
[   33.615543] Testing event block_plug: OK
[   33.632210] Testing event block_unplug_timer: OK
[   33.648877] Testing event block_unplug_io: OK
[   33.663573] Testing event block_split: OK
[   33.682202] Testing event block_remap: OK
[   33.698879] Testing event sys_enter_add_key: OK
[   33.715555] Testing event sys_exit_add_key: OK
[   33.732222] Testing event sys_enter_request_key: OK
[   33.748893] Testing event sys_exit_request_key: OK
[   33.763593] Testing event sys_enter_keyctl: OK
[   33.782222] Testing event sys_exit_keyctl: OK
[   33.798899] Testing event sys_enter_mq_open: OK
[   33.815557] Testing event sys_exit_mq_open: OK
[   33.832224] Testing event sys_enter_mq_unlink: OK
[   33.852228] Testing event sys_exit_mq_unlink: OK
[   33.868896] Testing event sys_enter_mq_timedsend: OK
[   33.885558] Testing event sys_exit_mq_timedsend: OK
[   33.902229] Testing event sys_enter_mq_timedreceive: OK
[   33.918900] Testing event sys_exit_mq_timedreceive: OK
[   33.935562] Testing event sys_enter_mq_notify: OK
[   33.955566] Testing event sys_exit_mq_notify: OK
[   33.972225] Testing event sys_enter_mq_getsetattr: OK
[   33.988896] Testing event sys_exit_mq_getsetattr: OK
[   34.005567] Testing event jbd2_checkpoint: OK
[   34.022208] Testing event jbd2_start_commit: OK
[   34.038875] Testing event jbd2_commit_locking: OK
[   34.056901] Testing event jbd2_commit_flushing: OK
[   34.075538] Testing event jbd2_commit_logging: OK
[   34.095542] Testing event jbd2_end_commit: OK
[   34.112209] Testing event jbd2_submit_inode_data: OK
[   34.128881] Testing event sys_enter_quotactl: OK
[   34.145556] Testing event sys_exit_quotactl: OK
[   34.162223] Testing event sys_enter_nfsservctl: OK
[   34.178895] Testing event sys_exit_nfsservctl: OK
[   34.198899] Testing event sys_enter_flock: OK
[   34.215557] Testing event sys_exit_flock: OK
[   34.232224] Testing event sys_enter_io_setup: OK
[   34.248892] Testing event sys_exit_io_setup: OK
[   34.263584] Testing event sys_enter_io_destroy: OK
[   34.282230] Testing event sys_exit_io_destroy: OK
[   34.302225] Testing event sys_enter_io_submit: OK
[   34.322230] Testing event sys_exit_io_submit: OK
[   34.338897] Testing event sys_enter_io_cancel: OK
[   34.358892] Testing event sys_exit_io_cancel: OK
[   34.375560] Testing event sys_enter_io_getevents: OK
[   34.392231] Testing event sys_exit_io_getevents: OK
[   34.408901] Testing event sys_enter_eventfd2: OK
[   34.425560] Testing event sys_exit_eventfd2: OK
[   34.442227] Testing event sys_enter_eventfd: OK
[   34.458894] Testing event sys_exit_eventfd: OK
[   34.475562] Testing event sys_enter_signalfd4: OK
[   34.495566] Testing event sys_exit_signalfd4: OK
[   34.512224] Testing event sys_enter_signalfd: OK
[   34.528892] Testing event sys_exit_signalfd: OK
[   34.545559] Testing event sys_enter_inotify_init1: OK
[   34.562230] Testing event sys_exit_inotify_init1: OK
[   34.578892] Testing event sys_enter_inotify_init: OK
[   34.595563] Testing event sys_exit_inotify_init: OK
[   34.612225] Testing event sys_enter_inotify_add_watch: OK
[   34.628897] Testing event sys_exit_inotify_add_watch: OK
[   34.645559] Testing event sys_enter_inotify_rm_watch: OK
[   34.662230] Testing event sys_exit_inotify_rm_watch: OK
[   34.678891] Testing event sys_enter_ioprio_set: OK
[   34.695563] Testing event sys_exit_ioprio_set: OK
[   34.715567] Testing event sys_enter_ioprio_get: OK
[   34.732229] Testing event sys_exit_ioprio_get: OK
[   34.752233] Testing event sys_enter_bdflush: OK
[   34.768891] Testing event sys_exit_bdflush: OK
[   34.785559] Testing event sys_enter_utime: OK
[   34.802227] Testing event sys_exit_utime: OK
[   34.818894] Testing event sys_enter_utimensat: OK
[   34.838899] Testing event sys_exit_utimensat: OK
[   34.855557] Testing event sys_enter_futimesat: OK
[   34.875561] Testing event sys_exit_futimesat: OK
[   34.892228] Testing event sys_enter_utimes: OK
[   34.908895] Testing event sys_exit_utimes: OK
[   34.925562] Testing event sys_enter_sync: OK
[   34.942221] Testing event sys_exit_sync: OK
[   34.958888] Testing event sys_enter_fsync: OK
[   34.975555] Testing event sys_exit_fsync: OK
[   34.992223] Testing event sys_enter_fdatasync: OK
[   35.012218] Testing event sys_exit_fdatasync: OK
[   35.028886] Testing event sys_enter_vmsplice: OK
[   35.045553] Testing event sys_exit_vmsplice: OK
[   35.062220] Testing event sys_enter_splice: OK
[   35.078888] Testing event sys_exit_splice: OK
[   35.095554] Testing event sys_enter_tee: OK
[   35.112222] Testing event sys_exit_tee: OK
[   35.128889] Testing event sys_enter_setxattr: OK
[   35.145557] Testing event sys_exit_setxattr: OK
[   35.162224] Testing event sys_enter_lsetxattr: OK
[   35.182229] Testing event sys_exit_lsetxattr: OK
[   35.198887] Testing event sys_enter_fsetxattr: OK
[   35.218891] Testing event sys_exit_fsetxattr: OK
[   35.235549] Testing event sys_enter_getxattr: OK
[   35.252217] Testing event sys_exit_getxattr: OK
[   35.268884] Testing event sys_enter_lgetxattr: OK
[   35.288889] Testing event sys_exit_lgetxattr: OK
[   35.305564] Testing event sys_enter_fgetxattr: OK
[   35.325561] Testing event sys_exit_fgetxattr: OK
[   35.342227] Testing event sys_enter_listxattr: OK
[   35.362223] Testing event sys_exit_listxattr: OK
[   35.378891] Testing event sys_enter_llistxattr: OK
[   35.395553] Testing event sys_exit_llistxattr: OK
[   35.413602] Testing event sys_enter_flistxattr: OK
[   35.430260] Testing event sys_exit_flistxattr: OK
[   35.452231] Testing event sys_enter_removexattr: OK
[   35.468894] Testing event sys_exit_removexattr: OK
[   35.485557] Testing event sys_enter_lremovexattr: OK
[   35.502227] Testing event sys_exit_lremovexattr: OK
[   35.518898] Testing event sys_enter_fremovexattr: OK
[   35.535560] Testing event sys_exit_fremovexattr: OK
[   35.552231] Testing event sys_enter_umount: OK
[   35.568889] Testing event sys_exit_umount: OK
[   35.585557] Testing event sys_enter_oldumount: OK
[   35.605553] Testing event sys_exit_oldumount: OK
[   35.622220] Testing event sys_enter_mount: OK
[   35.638887] Testing event sys_exit_mount: OK
[   35.655546] Testing event sys_enter_pivot_root: OK
[   35.672225] Testing event sys_exit_pivot_root: OK
[   35.692229] Testing event sys_enter_sysfs: OK
[   35.708888] Testing event sys_exit_sysfs: OK
[   35.725556] Testing event sys_enter_getcwd: OK
[   35.742223] Testing event sys_exit_getcwd: OK
[   35.758890] Testing event sys_enter_select: OK
[   35.775557] Testing event sys_exit_select: OK
[   35.792224] Testing event sys_enter_pselect6: OK
[   35.808892] Testing event sys_exit_pselect6: OK
[   35.825559] Testing event sys_enter_poll: OK
[   35.842226] Testing event sys_exit_poll: OK
[   35.858894] Testing event sys_enter_ppoll: OK
[   35.876193] Testing event sys_exit_ppoll: OK
[   35.892232] Testing event sys_enter_old_readdir: OK
[   35.908894] Testing event sys_exit_old_readdir: OK
[   35.925556] Testing event sys_enter_getdents: OK
[   35.942224] Testing event sys_exit_getdents: OK
[   35.958890] Testing event sys_enter_getdents64: OK
[   35.975562] Testing event sys_exit_getdents64: OK
[   35.995565] Testing event sys_enter_ioctl: OK
[   36.012215] Testing event sys_exit_ioctl: OK
[   36.028891] Testing event sys_enter_dup3: OK
[   36.045568] Testing event sys_exit_dup3: OK
[   36.062226] Testing event sys_enter_dup2: OK
[   36.078894] Testing event sys_exit_dup2: OK
[   36.095561] Testing event sys_enter_dup: OK
[   36.112219] Testing event sys_exit_dup: OK
[   36.128887] Testing event sys_enter_fcntl: OK
[   36.145553] Testing event sys_exit_fcntl: OK
[   36.162221] Testing event sys_enter_fcntl64: OK
[   36.178898] Testing event sys_exit_fcntl64: OK
[   36.195556] Testing event sys_enter_mknodat: OK
[   36.212232] Testing event sys_exit_mknodat: OK
[   36.228899] Testing event sys_enter_mknod: OK
[   36.245558] Testing event sys_exit_mknod: OK
[   36.262225] Testing event sys_enter_mkdirat: OK
[   36.278892] Testing event sys_exit_mkdirat: OK
[   36.295560] Testing event sys_enter_mkdir: OK
[   36.312218] Testing event sys_exit_mkdir: OK
[   36.328885] Testing event sys_enter_rmdir: OK
[   36.345562] Testing event sys_exit_rmdir: OK
[   36.362220] Testing event sys_enter_unlinkat: OK
[   36.378896] Testing event sys_exit_unlinkat: OK
[   36.395563] Testing event sys_enter_unlink: OK
[   36.412222] Testing event sys_exit_unlink: OK
[   36.428889] Testing event sys_enter_symlinkat: OK
[   36.448902] Testing event sys_exit_symlinkat: OK
[   36.463594] Testing event sys_enter_symlink: OK
[   36.482220] Testing event sys_exit_symlink: OK
[   36.498887] Testing event sys_enter_linkat: OK
[   36.515563] Testing event sys_exit_linkat: OK
[   36.532230] Testing event sys_enter_link: OK
[   36.548889] Testing event sys_exit_link: OK
[   36.563582] Testing event sys_enter_renameat: OK
[   36.582231] Testing event sys_exit_renameat: OK
[   36.598899] Testing event sys_enter_rename: OK
[   36.615558] Testing event sys_exit_rename: OK
[   36.632225] Testing event sys_enter_pipe2: OK
[   36.648892] Testing event sys_exit_pipe2: OK
[   36.663585] Testing event sys_enter_pipe: OK
[   36.682218] Testing event sys_exit_pipe: OK
[   36.698894] Testing event sys_enter_uselib: OK
[   36.715552] Testing event sys_exit_uselib: OK
[   36.732220] Testing event sys_enter_stat: OK
[   36.748887] Testing event sys_exit_stat: OK
[   36.763580] Testing event sys_enter_lstat: OK
[   36.782222] Testing event sys_exit_lstat: OK
[   36.798889] Testing event sys_enter_fstat: OK
[   36.815556] Testing event sys_exit_fstat: OK
[   36.832224] Testing event sys_enter_newstat: OK
[   36.848892] Testing event sys_exit_newstat: OK
[   36.863584] Testing event sys_enter_newlstat: OK
[   36.882226] Testing event sys_exit_newlstat: OK
[   36.898893] Testing event sys_enter_newfstat: OK
[   36.915560] Testing event sys_exit_newfstat: OK
[   36.932228] Testing event sys_enter_readlinkat: OK
[   36.948898] Testing event sys_exit_readlinkat: OK
[   36.968903] Testing event sys_enter_readlink: OK
[   36.985552] Testing event sys_exit_readlink: OK
[   37.002220] Testing event sys_enter_stat64: OK
[   37.018896] Testing event sys_exit_stat64: OK
[   37.035563] Testing event sys_enter_lstat64: OK
[   37.052230] Testing event sys_exit_lstat64: OK
[   37.068889] Testing event sys_enter_fstat64: OK
[   37.085556] Testing event sys_exit_fstat64: OK
[   37.102223] Testing event sys_enter_fstatat64: OK
[   37.122228] Testing event sys_exit_fstatat64: OK
[   37.138895] Testing event sys_enter_ustat: OK
[   37.155554] Testing event sys_exit_ustat: OK
[   37.172220] Testing event sys_enter_lseek: OK
[   37.188888] Testing event sys_exit_lseek: OK
[   37.205555] Testing event sys_enter_llseek: OK
[   37.222222] Testing event sys_exit_llseek: OK
[   37.238890] Testing event sys_enter_read: OK
[   37.255557] Testing event sys_exit_read: OK
[   37.272224] Testing event sys_enter_write: OK
[   37.288892] Testing event sys_exit_write: OK
[   37.305559] Testing event sys_enter_readv: OK
[   37.322226] Testing event sys_exit_readv: OK
[   37.338894] Testing event sys_enter_writev: OK
[   37.355561] Testing event sys_exit_writev: OK
[   37.372228] Testing event sys_enter_preadv: OK
[   37.388896] Testing event sys_exit_preadv: OK
[   37.405562] Testing event sys_enter_pwritev: OK
[   37.422230] Testing event sys_exit_pwritev: OK
[   37.438897] Testing event sys_enter_sendfile: OK
[   37.455556] Testing event sys_exit_sendfile: OK
[   37.472223] Testing event sys_enter_sendfile64: OK
[   37.488894] Testing event sys_exit_sendfile64: OK
[   37.508898] Testing event sys_enter_statfs: OK
[   37.525557] Testing event sys_exit_statfs: OK
[   37.542225] Testing event sys_enter_statfs64: OK
[   37.558892] Testing event sys_exit_statfs64: OK
[   37.575559] Testing event sys_enter_fstatfs: OK
[   37.592226] Testing event sys_exit_fstatfs: OK
[   37.608894] Testing event sys_enter_fstatfs64: OK
[   37.628898] Testing event sys_exit_fstatfs64: OK
[   37.645557] Testing event sys_enter_truncate: OK
[   37.662223] Testing event sys_exit_truncate: OK
[   37.678890] Testing event sys_enter_ftruncate: OK
[   37.698887] Testing event sys_exit_ftruncate: OK
[   37.715553] Testing event sys_enter_faccessat: OK
[   37.735567] Testing event sys_exit_faccessat: OK
[   37.752225] Testing event sys_enter_access: OK
[   37.768892] Testing event sys_exit_access: OK
[   37.785560] Testing event sys_enter_chdir: OK
[   37.802219] Testing event sys_exit_chdir: OK
[   37.818885] Testing event sys_enter_fchdir: OK
[   37.835562] Testing event sys_exit_fchdir: OK
[   37.852229] Testing event sys_enter_chroot: OK
[   37.868887] Testing event sys_exit_chroot: OK
[   37.885554] Testing event sys_enter_fchmod: OK
[   37.902222] Testing event sys_exit_fchmod: OK
[   37.918889] Testing event sys_enter_fchmodat: OK
[   37.935565] Testing event sys_exit_fchmodat: OK
[   37.952232] Testing event sys_enter_chmod: OK
[   37.968891] Testing event sys_exit_chmod: OK
[   37.985558] Testing event sys_enter_chown: OK
[   38.002225] Testing event sys_exit_chown: OK
[   38.018893] Testing event sys_enter_fchownat: OK
[   38.035569] Testing event sys_exit_fchownat: OK
[   38.052227] Testing event sys_enter_lchown: OK
[   38.068895] Testing event sys_exit_lchown: OK
[   38.085562] Testing event sys_enter_fchown: OK
[   38.102230] Testing event sys_exit_fchown: OK
[   38.118897] Testing event sys_enter_open: OK
[   38.135564] Testing event sys_exit_open: OK
[   38.152222] Testing event sys_enter_openat: OK
[   38.168898] Testing event sys_exit_openat: OK
[   38.185566] Testing event sys_enter_creat: OK
[   38.202225] Testing event sys_exit_creat: OK
[   38.218892] Testing event sys_enter_close: OK
[   38.235559] Testing event sys_exit_close: OK
[   38.252227] Testing event sys_enter_vhangup: OK
[   38.268894] Testing event sys_exit_vhangup: OK
[   38.285561] Testing event sys_enter_move_pages: OK
[   38.302231] Testing event sys_exit_move_pages: OK
[   38.322227] Testing event sys_enter_mbind: OK
[   38.338894] Testing event sys_exit_mbind: OK
[   38.355562] Testing event sys_enter_set_mempolicy: OK
[   38.372233] Testing event sys_exit_set_mempolicy: OK
[   38.388895] Testing event sys_enter_migrate_pages: OK
[   38.405566] Testing event sys_exit_migrate_pages: OK
[   38.422228] Testing event sys_enter_get_mempolicy: OK
[   38.438899] Testing event sys_exit_get_mempolicy: OK
[   38.455561] Testing event sys_enter_msync: OK
[   38.472228] Testing event sys_exit_msync: OK
[   38.488887] Testing event sys_enter_mremap: OK
[   38.505554] Testing event sys_exit_mremap: OK
[   38.522221] Testing event sys_enter_mprotect: OK
[   38.538889] Testing event sys_exit_mprotect: OK
[   38.555556] Testing event sys_enter_brk: OK
[   38.572224] Testing event sys_exit_brk: OK
[   38.588890] Testing event sys_enter_munmap: OK
[   38.605558] Testing event sys_exit_munmap: OK
[   38.622225] Testing event sys_enter_mlock: OK
[   38.638892] Testing event sys_exit_mlock: OK
[   38.655560] Testing event sys_enter_munlock: OK
[   38.672227] Testing event sys_exit_munlock: OK
[   38.688894] Testing event sys_enter_mlockall: OK
[   38.705562] Testing event sys_exit_mlockall: OK
[   38.722229] Testing event sys_enter_munlockall: OK
[   38.738891] Testing event sys_exit_munlockall: OK
[   38.758887] Testing event sys_enter_mincore: OK
[   38.775554] Testing event sys_exit_mincore: OK
[   38.792222] Testing event sys_enter_madvise: OK
[   38.808889] Testing event sys_exit_madvise: OK
[   38.825557] Testing event sys_enter_remap_file_pages: OK
[   38.842227] Testing event sys_exit_remap_file_pages: OK
[   38.858889] Testing event kmalloc: OK
[   38.875539] Testing event kmem_cache_alloc: OK
[   38.892206] Testing event kmalloc_node: OK
[   38.909505] Testing event kmem_cache_alloc_node: OK
[   38.925536] Testing event kfree: OK
[   38.942203] Testing event kmem_cache_free: OK
[   38.958870] Testing event sys_enter_perf_counter_open: OK
[   38.975558] Testing event sys_exit_perf_counter_open: OK
[   38.992222] Testing event sys_enter_acct: OK
[   39.008888] Testing event sys_exit_acct: OK
[   39.025546] Testing event sys_enter_set_robust_list: OK
[   39.042226] Testing event sys_exit_set_robust_list: OK
[   39.058889] Testing event sys_enter_get_robust_list: OK
[   39.075559] Testing event sys_exit_get_robust_list: OK
[   39.092221] Testing event sys_enter_futex: OK
[   39.108889] Testing event sys_exit_futex: OK
[   39.125556] Testing event lock_acquire: OK
[   39.142223] Testing event lock_release: OK
[   39.158881] Testing event lock_contended: OK
[   39.175540] Testing event lock_acquired: OK
[   39.192208] Testing event sys_enter_getgroups: OK
[   39.212221] Testing event sys_exit_getgroups: OK
[   39.228897] Testing event sys_enter_setgroups: OK
[   39.248893] Testing event sys_exit_setgroups: OK
[   39.263592] Testing event sys_enter_nanosleep: OK
[   39.285563] Testing event sys_exit_nanosleep: OK
[   39.302223] Testing event sys_enter_timer_create: OK
[   39.318893] Testing event sys_exit_timer_create: OK
[   39.335564] Testing event sys_enter_timer_gettime: OK
[   39.352227] Testing event sys_exit_timer_gettime: OK
[   39.368897] Testing event sys_enter_timer_getoverrun: OK
[   39.385560] Testing event sys_exit_timer_getoverrun: OK
[   39.402231] Testing event sys_enter_timer_settime: OK
[   39.418893] Testing event sys_exit_timer_settime: OK
[   39.435563] Testing event sys_enter_timer_delete: OK
[   39.452226] Testing event sys_exit_timer_delete: OK
[   39.468897] Testing event sys_enter_clock_settime: OK
[   39.485559] Testing event sys_exit_clock_settime: OK
[   39.502229] Testing event sys_enter_clock_gettime: OK
[   39.518892] Testing event sys_exit_clock_gettime: OK
[   39.535563] Testing event sys_enter_clock_getres: OK
[   39.552224] Testing event sys_exit_clock_getres: OK
[   39.568895] Testing event sys_enter_clock_nanosleep: OK
[   39.585558] Testing event sys_exit_clock_nanosleep: OK
[   39.602229] Testing event workqueue_insertion: OK
[   39.622208] Testing event workqueue_execution: OK
[   39.640234] Testing event workqueue_creation: OK
[   39.658878] Testing event workqueue_destruction: OK
[   39.675550] Testing event sys_enter_setpriority: OK
[   39.692220] Testing event sys_exit_setpriority: OK
[   39.708891] Testing event sys_enter_getpriority: OK
[   39.725553] Testing event sys_exit_getpriority: OK
[   39.742224] Testing event sys_enter_reboot: OK
[   39.758891] Testing event sys_exit_reboot: OK
[   39.775558] Testing event sys_enter_setregid: OK
[   39.792226] Testing event sys_exit_setregid: OK
[   39.808894] Testing event sys_enter_setgid: OK
[   39.825561] Testing event sys_exit_setgid: OK
[   39.842227] Testing event sys_enter_setreuid: OK
[   39.858895] Testing event sys_exit_setreuid: OK
[   39.875563] Testing event sys_enter_setuid: OK
[   39.892229] Testing event sys_exit_setuid: OK
[   39.908897] Testing event sys_enter_setresuid: OK
[   39.928892] Testing event sys_exit_setresuid: OK
[   39.945560] Testing event sys_enter_getresuid: OK
[   39.963601] Testing event sys_exit_getresuid: OK
[   39.982223] Testing event sys_enter_setresgid: OK
[   40.002227] Testing event sys_exit_setresgid: OK
[   40.018894] Testing event sys_enter_getresgid: OK
[   40.038890] Testing event sys_exit_getresgid: OK
[   40.055557] Testing event sys_enter_setfsuid: OK
[   40.072225] Testing event sys_exit_setfsuid: OK
[   40.088892] Testing event sys_enter_setfsgid: OK
[   40.105559] Testing event sys_exit_setfsgid: OK
[   40.122226] Testing event sys_enter_times: OK
[   40.138893] Testing event sys_exit_times: OK
[   40.155553] Testing event sys_enter_setpgid: OK
[   40.172229] Testing event sys_exit_setpgid: OK
[   40.188887] Testing event sys_enter_getpgid: OK
[   40.205554] Testing event sys_exit_getpgid: OK
[   40.222222] Testing event sys_enter_getpgrp: OK
[   40.238888] Testing event sys_exit_getpgrp: OK
[   40.255556] Testing event sys_enter_getsid: OK
[   40.272223] Testing event sys_exit_getsid: OK
[   40.288890] Testing event sys_enter_setsid: OK
[   40.305557] Testing event sys_exit_setsid: OK
[   40.322225] Testing event sys_enter_newuname: OK
[   40.338901] Testing event sys_exit_newuname: OK
[   40.355559] Testing event sys_enter_sethostname: OK
[   40.372222] Testing event sys_exit_sethostname: OK
[   40.388893] Testing event sys_enter_setdomainname: OK
[   40.405555] Testing event sys_exit_setdomainname: OK
[   40.422225] Testing event sys_enter_getrlimit: OK
[   40.442222] Testing event sys_exit_getrlimit: OK
[   40.458888] Testing event sys_enter_old_getrlimit: OK
[   40.475550] Testing event sys_exit_old_getrlimit: OK
[   40.492221] Testing event sys_enter_setrlimit: OK
[   40.512218] Testing event sys_exit_setrlimit: OK
[   40.528893] Testing event sys_enter_getrusage: OK
[   40.548889] Testing event sys_exit_getrusage: OK
[   40.563588] Testing event sys_enter_umask: OK
[   40.582215] Testing event sys_exit_umask: OK
[   40.598882] Testing event sys_enter_prctl: OK
[   40.615549] Testing event sys_exit_prctl: OK
[   40.632225] Testing event sys_enter_getcpu: OK
[   40.648893] Testing event sys_exit_getcpu: OK
[   40.663591] Testing event sys_enter_restart_syscall: OK
[   40.682214] Testing event sys_exit_restart_syscall: OK
[   40.698884] Testing event sys_enter_rt_sigprocmask: OK
[   40.715555] Testing event sys_exit_rt_sigprocmask: OK
[   40.732217] Testing event sys_enter_rt_sigpending: OK
[   40.748888] Testing event sys_exit_rt_sigpending: OK
[   40.763582] Testing event sys_enter_rt_sigtimedwait: OK
[   40.782221] Testing event sys_exit_rt_sigtimedwait: OK
[   40.798883] Testing event sys_enter_kill: OK
[   40.815550] Testing event sys_exit_kill: OK
[   40.832218] Testing event sys_enter_tgkill: OK
[   40.848885] Testing event sys_exit_tgkill: OK
[   40.863584] Testing event sys_enter_tkill: OK
[   40.882220] Testing event sys_exit_tkill: OK
[   40.898887] Testing event sys_enter_rt_sigqueueinfo: OK
[   40.915558] Testing event sys_exit_rt_sigqueueinfo: OK
[   40.932221] Testing event sys_enter_rt_tgsigqueueinfo: OK
[   40.948891] Testing event sys_exit_rt_tgsigqueueinfo: OK
[   40.963594] Testing event sys_enter_sigpending: OK
[   40.982215] Testing event sys_exit_sigpending: OK
[   41.002220] Testing event sys_enter_sigprocmask: OK
[   41.018891] Testing event sys_exit_sigprocmask: OK
[   41.035562] Testing event sys_enter_rt_sigaction: OK
[   41.052223] Testing event sys_exit_rt_sigaction: OK
[   41.068895] Testing event sys_enter_sgetmask: OK
[   41.085553] Testing event sys_exit_sgetmask: OK
[   41.102220] Testing event sys_enter_ssetmask: OK
[   41.118888] Testing event sys_exit_ssetmask: OK
[   41.135555] Testing event sys_enter_signal: OK
[   41.152222] Testing event sys_exit_signal: OK
[   41.168890] Testing event sys_enter_pause: OK
[   41.185557] Testing event sys_exit_pause: OK
[   41.202223] Testing event sys_enter_rt_sigsuspend: OK
[   41.218895] Testing event sys_exit_rt_sigsuspend: OK
[   41.235557] Testing event sys_enter_alarm: OK
[   41.252225] Testing event sys_exit_alarm: OK
[   41.268891] Testing event sys_enter_getpid: OK
[   41.285559] Testing event sys_exit_getpid: OK
[   41.302226] Testing event sys_enter_getppid: OK
[   41.318894] Testing event sys_exit_getppid: OK
[   41.335561] Testing event sys_enter_getuid: OK
[   41.352228] Testing event sys_exit_getuid: OK
[   41.368896] Testing event sys_enter_geteuid: OK
[   41.385562] Testing event sys_exit_geteuid: OK
[   41.402230] Testing event sys_enter_getgid: OK
[   41.418888] Testing event sys_exit_getgid: OK
[   41.435565] Testing event sys_enter_getegid: OK
[   41.452223] Testing event sys_exit_getegid: OK
[   41.468890] Testing event sys_enter_gettid: OK
[   41.485558] Testing event sys_exit_gettid: OK
[   41.502225] Testing event sys_enter_sysinfo: OK
[   41.518892] Testing event sys_exit_sysinfo: OK
[   41.535560] Testing event sys_enter_ptrace: OK
[   41.552218] Testing event sys_exit_ptrace: OK
[   41.568886] Testing event sys_enter_capget: OK
[   41.585561] Testing event sys_exit_capget: OK
[   41.602229] Testing event sys_enter_capset: OK
[   41.618896] Testing event sys_exit_capset: OK
[   41.635563] Testing event sys_enter_sysctl: OK
[   41.652222] Testing event sys_exit_sysctl: OK
[   41.668889] Testing event irq_handler_entry: OK
[   41.685547] Testing event irq_handler_exit: OK
[   41.702216] Testing event softirq_entry: OK
[   41.718882] Testing event softirq_exit: OK
[   41.735550] Testing event sys_enter_time: OK
[   41.752225] Testing event sys_exit_time: OK
[   41.768892] Testing event sys_enter_stime: OK
[   41.785551] Testing event sys_exit_stime: OK
[   41.802218] Testing event sys_enter_gettimeofday: OK
[   41.818890] Testing event sys_exit_gettimeofday: OK
[   41.835561] Testing event sys_enter_settimeofday: OK
[   41.852222] Testing event sys_exit_settimeofday: OK
[   41.868894] Testing event sys_enter_adjtimex: OK
[   41.885561] Testing event sys_exit_adjtimex: OK
[   41.902228] Testing event sys_enter_getitimer: OK
[   41.922223] Testing event sys_exit_getitimer: OK
[   41.938891] Testing event sys_enter_setitimer: OK
[   41.959527] Testing event sys_exit_setitimer: OK
[   41.975558] Testing event sys_enter_exit: OK
[   41.992216] Testing event sys_exit_exit: OK
[   42.008892] Testing event sys_enter_exit_group: OK
[   42.025563] Testing event sys_exit_exit_group: OK
[   42.045567] Testing event sys_enter_waitid: OK
[   42.062226] Testing event sys_exit_waitid: OK
[   42.078893] Testing event sys_enter_wait4: OK
[   42.095560] Testing event sys_exit_wait4: OK
[   42.112228] Testing event sys_enter_waitpid: OK
[   42.128886] Testing event sys_exit_waitpid: OK
[   42.145562] Testing event sys_enter_syslog: OK
[   42.162220] Testing event sys_exit_syslog: OK
[   42.178888] Testing event sys_enter_personality: OK
[   42.195559] Testing event sys_exit_personality: OK
[   42.212230] Testing event sys_enter_set_tid_address: OK
[   42.228893] Testing event sys_exit_set_tid_address: OK
[   42.245572] Testing event sys_enter_unshare: OK
[   42.262230] Testing event sys_exit_unshare: OK
[   42.278897] Testing event sched_kthread_stop: OK
[   42.295547] Testing event sched_kthread_stop_ret: OK
[   42.312210] Testing event sched_wait_task: OK
[   42.328877] Testing event sched_wakeup: OK
[   42.345553] Testing event sched_wakeup_new: OK
[   42.362211] Testing event sched_switch: OK
[   42.378878] Testing event sched_migrate_task: OK
[   42.395546] Testing event sched_process_free: OK
[   42.412213] Testing event sched_process_exit: OK
[   42.428881] Testing event sched_process_wait: OK
[   42.445548] Testing event sched_process_fork: OK
[   42.462216] Testing event sched_signal_send: OK
[   42.478874] Testing event sys_enter_nice: OK
[   42.495559] Testing event sys_exit_nice: OK
[   42.512226] Testing event sys_enter_sched_setscheduler: OK
[   42.528897] Testing event sys_exit_sched_setscheduler: OK
[   42.545567] Testing event sys_enter_sched_setparam: OK
[   42.562230] Testing event sys_exit_sched_setparam: OK
[   42.578892] Testing event sys_enter_sched_getscheduler: OK
[   42.595563] Testing event sys_exit_sched_getscheduler: OK
[   42.612225] Testing event sys_enter_sched_getparam: OK
[   42.628896] Testing event sys_exit_sched_getparam: OK
[   42.645566] Testing event sys_enter_sched_setaffinity: OK
[   42.662229] Testing event sys_exit_sched_setaffinity: OK
[   42.678892] Testing event sys_enter_sched_getaffinity: OK
[   42.695562] Testing event sys_exit_sched_getaffinity: OK
[   42.712224] Testing event sys_enter_sched_yield: OK
[   42.728896] Testing event sys_exit_sched_yield: OK
[   42.745566] Testing event sys_enter_sched_get_priority_max: OK
[   42.762229] Testing event sys_exit_sched_get_priority_max: OK
[   42.778891] Testing event sys_enter_sched_get_priority_min: OK
[   42.795561] Testing event sys_exit_sched_get_priority_min: OK
[   42.812223] Testing event sys_enter_sched_rr_get_interval: OK
[   42.828894] Testing event sys_exit_sched_rr_get_interval: OK
[   42.845565] Running tests on trace event systems:
[   42.846638] Testing event system skb: OK
[   42.863591] Testing event system block: OK
[   42.882405] Testing event system jbd2: OK
[   42.898960] Testing event system kmem: OK
[   42.915619] Testing event system lockdep: OK
[   42.932294] Testing event system workqueue: OK
[   42.948926] Testing event system irq: OK
[   42.963617] Testing event system sched: OK
[   42.982348] Testing event system syscalls: OK
[   43.004520] Running tests on all trace events:
[   43.006638] Testing all events: OK
[   43.032534] Running tests again, along with the function tracer
[   43.033315] Running tests on trace events:
[   43.036649] Testing event kfree_skb: OK
[   43.059174] Testing event sys_enter_socketcall: OK
[   43.075870] Testing event sys_exit_socketcall: OK
[   43.092542] Testing event block_rq_abort: OK
[   43.112512] Testing event block_rq_insert: OK
[   43.132507] Testing event block_rq_issue: OK
[   43.152502] Testing event block_rq_requeue: OK
[   43.172515] Testing event block_rq_complete: OK
[   43.189168] Testing event block_bio_bounce: OK
[   43.209173] Testing event block_bio_complete: OK
[   43.225835] Testing event block_bio_backmerge: OK
[   43.242506] Testing event block_bio_frontmerge: OK
[   43.259168] Testing event block_bio_queue: OK
[   43.279173] Testing event block_getrq: OK
[   43.295840] Testing event block_sleeprq: OK
[   43.313869] Testing event block_plug: OK
[   43.332477] Testing event block_unplug_timer: OK
[   43.347110] Testing event block_unplug_io: OK
[   43.369176] Testing event block_split: OK
[   43.385836] Testing event block_remap: OK
[   43.402504] Testing event sys_enter_add_key: OK
[   43.419235] Testing event sys_exit_add_key: OK
[   43.435906] Testing event sys_enter_request_key: OK
[   43.452568] Testing event sys_exit_request_key: OK
[   43.469238] Testing event sys_enter_keyctl: OK
[   43.485901] Testing event sys_exit_keyctl: OK
[   43.505905] Testing event sys_enter_mq_open: OK
[   43.522567] Testing event sys_exit_mq_open: OK
[   43.539238] Testing event sys_enter_mq_unlink: OK
[   43.555901] Testing event sys_exit_mq_unlink: OK
[   43.572571] Testing event sys_enter_mq_timedsend: OK
[   43.589233] Testing event sys_exit_mq_timedsend: OK
[   43.605905] Testing event sys_enter_mq_timedreceive: OK
[   43.622567] Testing event sys_exit_mq_timedreceive: OK
[   43.639237] Testing event sys_enter_mq_notify: OK
[   43.655900] Testing event sys_exit_mq_notify: OK
[   43.672571] Testing event sys_enter_mq_getsetattr: OK
[   43.689233] Testing event sys_exit_mq_getsetattr: OK
[   43.705904] Testing event jbd2_checkpoint: OK
[   43.725839] Testing event jbd2_start_commit: OK
[   43.742501] Testing event jbd2_commit_locking: OK
[   43.759172] Testing event jbd2_commit_flushing: OK
[   43.775843] Testing event jbd2_commit_logging: OK
[   43.792505] Testing event jbd2_end_commit: OK
[   43.812517] Testing event jbd2_submit_inode_data: OK
[   43.829163] Testing event sys_enter_quotactl: OK
[   43.845912] Testing event sys_exit_quotactl: OK
[   43.862539] Testing event sys_enter_nfsservctl: OK
[   43.879227] Testing event sys_exit_nfsservctl: OK
[   43.895881] Testing event sys_enter_flock: OK
[   43.915877] Testing event sys_exit_flock: OK
[   43.935880] Testing event sys_enter_io_setup: OK
[   43.952561] Testing event sys_exit_io_setup: OK
[   43.969231] Testing event sys_enter_io_destroy: OK
[   43.985893] Testing event sys_exit_io_destroy: OK
[   44.002564] Testing event sys_enter_io_submit: OK
[   44.019226] Testing event sys_exit_io_submit: OK
[   44.035897] Testing event sys_enter_io_cancel: OK
[   44.052559] Testing event sys_exit_io_cancel: OK
[   44.069229] Testing event sys_enter_io_getevents: OK
[   44.085893] Testing event sys_exit_io_getevents: OK
[   44.102563] Testing event sys_enter_eventfd2: OK
[   44.119244] Testing event sys_exit_eventfd2: OK
[   44.135914] Testing event sys_enter_eventfd: OK
[   44.152576] Testing event sys_exit_eventfd: OK
[   44.169246] Testing event sys_enter_signalfd4: OK
[   44.185909] Testing event sys_exit_signalfd4: OK
[   44.202580] Testing event sys_enter_signalfd: OK
[   44.219242] Testing event sys_exit_signalfd: OK
[   44.235913] Testing event sys_enter_inotify_init1: OK
[   44.252575] Testing event sys_exit_inotify_init1: OK
[   44.269253] Testing event sys_enter_inotify_init: OK
[   44.285900] Testing event sys_exit_inotify_init: OK
[   44.302579] Testing event sys_enter_inotify_add_watch: OK
[   44.319233] Testing event sys_exit_inotify_add_watch: OK
[   44.335913] Testing event sys_enter_inotify_rm_watch: OK
[   44.352573] Testing event sys_exit_inotify_rm_watch: OK
[   44.369245] Testing event sys_enter_ioprio_set: OK
[   44.385899] Testing event sys_exit_ioprio_set: OK
[   44.402578] Testing event sys_enter_ioprio_get: OK
[   44.419232] Testing event sys_exit_ioprio_get: OK
[   44.435902] Testing event sys_enter_bdflush: OK
[   44.452540] Testing event sys_exit_bdflush: OK
[   44.472544] Testing event sys_enter_utime: OK
[   44.492521] Testing event sys_exit_utime: OK
[   44.512534] Testing event sys_enter_utimensat: OK
[   44.529240] Testing event sys_exit_utimensat: OK
[   44.545945] Testing event sys_enter_futimesat: OK
[   44.562573] Testing event sys_exit_futimesat: OK
[   44.579261] Testing event sys_enter_utimes: OK
[   44.595897] Testing event sys_exit_utimes: OK
[   44.615911] Testing event sys_enter_sync: OK
[   44.635863] Testing event sys_exit_sync: OK
[   44.655858] Testing event sys_enter_fsync: OK
[   44.675871] Testing event sys_exit_fsync: OK
[   44.695876] Testing event sys_enter_fdatasync: OK
[   44.712538] Testing event sys_exit_fdatasync: OK
[   44.729216] Testing event sys_enter_vmsplice: OK
[   44.745931] Testing event sys_exit_vmsplice: OK
[   44.762585] Testing event sys_enter_splice: OK
[   44.779238] Testing event sys_exit_splice: OK
[   44.799251] Testing event sys_enter_tee: OK
[   44.819255] Testing event sys_exit_tee: OK
[   44.839251] Testing event sys_enter_setxattr: OK
[   44.855895] Testing event sys_exit_setxattr: OK
[   44.872567] Testing event sys_enter_lsetxattr: OK
[   44.889221] Testing event sys_exit_lsetxattr: OK
[   44.905890] Testing event sys_enter_fsetxattr: OK
[   44.922562] Testing event sys_exit_fsetxattr: OK
[   44.939224] Testing event sys_enter_getxattr: OK
[   44.955895] Testing event sys_exit_getxattr: OK
[   44.972566] Testing event sys_enter_lgetxattr: OK
[   44.989228] Testing event sys_exit_lgetxattr: OK
[   45.006522] Testing event sys_enter_fgetxattr: OK
[   45.022561] Testing event sys_exit_fgetxattr: OK
[   45.039231] Testing event sys_enter_listxattr: OK
[   45.055895] Testing event sys_exit_listxattr: OK
[   45.072565] Testing event sys_enter_llistxattr: OK
[   45.089228] Testing event sys_exit_llistxattr: OK
[   45.105898] Testing event sys_enter_flistxattr: OK
[   45.122561] Testing event sys_exit_flistxattr: OK
[   45.139231] Testing event sys_enter_removexattr: OK
[   45.155894] Testing event sys_exit_removexattr: OK
[   45.172565] Testing event sys_enter_lremovexattr: OK
[   45.189227] Testing event sys_exit_lremovexattr: OK
[   45.205897] Testing event sys_enter_fremovexattr: OK
[   45.222559] Testing event sys_exit_fremovexattr: OK
[   45.239231] Testing event sys_enter_umount: OK
[   45.255859] Testing event sys_exit_umount: OK
[   45.275862] Testing event sys_enter_oldumount: OK
[   45.292524] Testing event sys_exit_oldumount: OK
[   45.309195] Testing event sys_enter_mount: OK
[   45.329191] Testing event sys_exit_mount: OK
[   45.347135] Testing event sys_enter_pivot_root: OK
[   45.363834] Testing event sys_exit_pivot_root: OK
[   45.382563] Testing event sys_enter_sysfs: OK
[   45.402542] Testing event sys_exit_sysfs: OK
[   45.422554] Testing event sys_enter_getcwd: OK
[   45.439216] Testing event sys_exit_getcwd: OK
[   45.459221] Testing event sys_enter_select: OK
[   45.475874] Testing event sys_exit_select: OK
[   45.495879] Testing event sys_enter_pselect6: OK
[   45.512575] Testing event sys_exit_pselect6: OK
[   45.529246] Testing event sys_enter_poll: OK
[   45.549215] Testing event sys_exit_poll: OK
[   45.569218] Testing event sys_enter_ppoll: OK
[   45.589259] Testing event sys_exit_ppoll: OK
[   45.609246] Testing event sys_enter_old_readdir: OK
[   45.625864] Testing event sys_exit_old_readdir: OK
[   45.642535] Testing event sys_enter_getdents: OK
[   45.659206] Testing event sys_exit_getdents: OK
[   45.675877] Testing event sys_enter_getdents64: OK
[   45.692557] Testing event sys_exit_getdents64: OK
[   45.709227] Testing event sys_enter_ioctl: OK
[   45.729197] Testing event sys_exit_ioctl: OK
[   45.749201] Testing event sys_enter_dup3: OK
[   45.769248] Testing event sys_exit_dup3: OK
[   45.789261] Testing event sys_enter_dup2: OK
[   45.809196] Testing event sys_exit_dup2: OK
[   45.829201] Testing event sys_enter_dup: OK
[   45.849196] Testing event sys_exit_dup: OK
[   45.869164] Testing event sys_enter_fcntl: OK
[   45.889179] Testing event sys_exit_fcntl: OK
[   45.909175] Testing event sys_enter_fcntl64: OK
[   45.925862] Testing event sys_exit_fcntl64: OK
[   45.945892] Testing event sys_enter_mknodat: OK
[   45.962547] Testing event sys_exit_mknodat: OK
[   45.982551] Testing event sys_enter_mknod: OK
[   46.002493] Testing event sys_exit_mknod: OK
[   46.022507] Testing event sys_enter_mkdirat: OK
[   46.039212] Testing event sys_exit_mkdirat: OK
[   46.059216] Testing event sys_enter_mkdir: OK
[   46.079169] Testing event sys_exit_mkdir: OK
[   46.099164] Testing event sys_enter_rmdir: OK
[   46.119168] Testing event sys_exit_rmdir: OK
[   46.139164] Testing event sys_enter_unlinkat: OK
[   46.155878] Testing event sys_exit_unlinkat: OK
[   46.172548] Testing event sys_enter_unlink: OK
[   46.192501] Testing event sys_exit_unlink: OK
[   46.212496] Testing event sys_enter_symlinkat: OK
[   46.229211] Testing event sys_exit_symlinkat: OK
[   46.245908] Testing event sys_enter_symlink: OK
[   46.262500] Testing event sys_exit_symlink: OK
[   46.282505] Testing event sys_enter_linkat: OK
[   46.302543] Testing event sys_exit_linkat: OK
[   46.322548] Testing event sys_enter_link: OK
[   46.342501] Testing event sys_exit_link: OK
[   46.360573] Testing event sys_enter_renameat: OK
[   46.379215] Testing event sys_exit_renameat: OK
[   46.395894] Testing event sys_enter_rename: OK
[   46.412496] Testing event sys_exit_rename: OK
[   46.432500] Testing event sys_enter_pipe2: OK
[   46.452556] Testing event sys_exit_pipe2: OK
[   46.472551] Testing event sys_enter_pipe: OK
[   46.492495] Testing event sys_exit_pipe: OK
[   46.510560] Testing event sys_enter_uselib: OK
[   46.529176] Testing event sys_exit_uselib: OK
[   46.549224] Testing event sys_enter_stat: OK
[   46.567130] Testing event sys_exit_stat: OK
[   46.589198] Testing event sys_enter_lstat: OK
[   46.609202] Testing event sys_exit_lstat: OK
[   46.629206] Testing event sys_enter_fstat: OK
[   46.649218] Testing event sys_exit_fstat: OK
[   46.667135] Testing event sys_enter_newstat: OK
[   46.685867] Testing event sys_exit_newstat: OK
[   46.705881] Testing event sys_enter_newlstat: OK
[   46.722534] Testing event sys_exit_newlstat: OK
[   46.739214] Testing event sys_enter_newfstat: OK
[   46.755867] Testing event sys_exit_newfstat: OK
[   46.772545] Testing event sys_enter_readlinkat: OK
[   46.789243] Testing event sys_exit_readlinkat: OK
[   46.805914] Testing event sys_enter_readlink: OK
[   46.822534] Testing event sys_exit_readlink: OK
[   46.839204] Testing event sys_enter_stat64: OK
[   46.859217] Testing event sys_exit_stat64: OK
[   46.879221] Testing event sys_enter_lstat64: OK
[   46.895883] Testing event sys_exit_lstat64: OK
[   46.915887] Testing event sys_enter_fstat64: OK
[   46.932550] Testing event sys_exit_fstat64: OK
[   46.952554] Testing event sys_enter_fstatat64: OK
[   46.967188] Testing event sys_exit_fstatat64: OK
[   46.985913] Testing event sys_enter_ustat: OK
[   47.005874] Testing event sys_exit_ustat: OK
[   47.025869] Testing event sys_enter_lseek: OK
[   47.045856] Testing event sys_exit_lseek: OK
[   47.065861] Testing event sys_enter_llseek: OK
[   47.085874] Testing event sys_exit_llseek: OK
[   47.105886] Testing event sys_enter_read: OK
[   47.125856] Testing event sys_exit_read: OK
[   47.143885] Testing event sys_enter_write: OK
[   47.162493] Testing event sys_exit_write: OK
[   47.182515] Testing event sys_enter_readv: OK
[   47.202544] Testing event sys_exit_readv: OK
[   47.222549] Testing event sys_enter_writev: OK
[   47.242553] Testing event sys_exit_writev: OK
[   47.262548] Testing event sys_enter_preadv: OK
[   47.282588] Testing event sys_exit_preadv: OK
[   47.302583] Testing event sys_enter_pwritev: OK
[   47.319245] Testing event sys_exit_pwritev: OK
[   47.335916] Testing event sys_enter_sendfile: OK
[   47.352576] Testing event sys_exit_sendfile: OK
[   47.369223] Testing event sys_enter_sendfile64: OK
[   47.385894] Testing event sys_exit_sendfile64: OK
[   47.402565] Testing event sys_enter_statfs: OK
[   47.419201] Testing event sys_exit_statfs: OK
[   47.439206] Testing event sys_enter_statfs64: OK
[   47.455903] Testing event sys_exit_statfs64: OK
[   47.470514] Testing event sys_enter_fstatfs: OK
[   47.489201] Testing event sys_exit_fstatfs: OK
[   47.509213] Testing event sys_enter_fstatfs64: OK
[   47.525901] Testing event sys_exit_fstatfs64: OK
[   47.542581] Testing event sys_enter_truncate: OK
[   47.559200] Testing event sys_exit_truncate: OK
[   47.575879] Testing event sys_enter_ftruncate: OK
[   47.592534] Testing event sys_exit_ftruncate: OK
[   47.609212] Testing event sys_enter_faccessat: OK
[   47.625910] Testing event sys_exit_faccessat: OK
[   47.642589] Testing event sys_enter_access: OK
[   47.659190] Testing event sys_exit_access: OK
[   47.679195] Testing event sys_enter_chdir: OK
[   47.699191] Testing event sys_exit_chdir: OK
[   47.719195] Testing event sys_enter_fchdir: OK
[   47.739208] Testing event sys_exit_fchdir: OK
[   47.759211] Testing event sys_enter_chroot: OK
[   47.779208] Testing event sys_exit_chroot: OK
[   47.799202] Testing event sys_enter_fchmod: OK
[   47.819207] Testing event sys_exit_fchmod: OK
[   47.839203] Testing event sys_enter_fchmodat: OK
[   47.855908] Testing event sys_exit_fchmodat: OK
[   47.870519] Testing event sys_enter_chmod: OK
[   47.892522] Testing event sys_exit_chmod: OK
[   47.912536] Testing event sys_enter_chown: OK
[   47.932556] Testing event sys_exit_chown: OK
[   47.952587] Testing event sys_enter_fchownat: OK
[   47.969241] Testing event sys_exit_fchownat: OK
[   47.985911] Testing event sys_enter_lchown: OK
[   48.002547] Testing event sys_exit_lchown: OK
[   48.022551] Testing event sys_enter_fchown: OK
[   48.042556] Testing event sys_exit_fchown: OK
[   48.062561] Testing event sys_enter_open: OK
[   48.082530] Testing event sys_exit_open: OK
[   48.102526] Testing event sys_enter_openat: OK
[   48.122572] Testing event sys_exit_openat: OK
[   48.142577] Testing event sys_enter_creat: OK
[   48.162520] Testing event sys_exit_creat: OK
[   48.182534] Testing event sys_enter_close: OK
[   48.202520] Testing event sys_exit_close: OK
[   48.222525] Testing event sys_enter_vhangup: OK
[   48.239204] Testing event sys_exit_vhangup: OK
[   48.259208] Testing event sys_enter_move_pages: OK
[   48.275905] Testing event sys_exit_move_pages: OK
[   48.292585] Testing event sys_enter_mbind: OK
[   48.312572] Testing event sys_exit_mbind: OK
[   48.333200] Testing event sys_enter_set_mempolicy: OK
[   48.347176] Testing event sys_exit_set_mempolicy: OK
[   48.365909] Testing event sys_enter_migrate_pages: OK
[   48.382571] Testing event sys_exit_migrate_pages: OK
[   48.399242] Testing event sys_enter_get_mempolicy: OK
[   48.415896] Testing event sys_exit_get_mempolicy: OK
[   48.432575] Testing event sys_enter_msync: OK
[   48.452579] Testing event sys_exit_msync: OK
[   48.470489] Testing event sys_enter_mremap: OK
[   48.492553] Testing event sys_exit_mremap: OK
[   48.512548] Testing event sys_enter_mprotect: OK
[   48.529202] Testing event sys_exit_mprotect: OK
[   48.545873] Testing event sys_enter_brk: OK
[   48.565860] Testing event sys_exit_brk: OK
[   48.585846] Testing event sys_enter_munmap: OK
[   48.605842] Testing event sys_exit_munmap: OK
[   48.625847] Testing event sys_enter_mlock: OK
[   48.645850] Testing event sys_exit_mlock: OK
[   48.665855] Testing event sys_enter_munlock: OK
[   48.682517] Testing event sys_exit_munlock: OK
[   48.702521] Testing event sys_enter_mlockall: OK
[   48.719183] Testing event sys_exit_mlockall: OK
[   48.735854] Testing event sys_enter_munlockall: OK
[   48.752542] Testing event sys_exit_munlockall: OK
[   48.769188] Testing event sys_enter_mincore: OK
[   48.785859] Testing event sys_exit_mincore: OK
[   48.805863] Testing event sys_enter_madvise: OK
[   48.822525] Testing event sys_exit_madvise: OK
[   48.842529] Testing event sys_enter_remap_file_pages: OK
[   48.859200] Testing event sys_exit_remap_file_pages: OK
[   48.875869] Testing event kmalloc: OK
[   48.892478] Testing event kmem_cache_alloc: OK
[   48.912481] Testing event kmalloc_node: OK
[   48.930449] Testing event kmem_cache_alloc_node: OK
[   48.949161] Testing event kfree: OK
[   48.965856] Testing event kmem_cache_free: OK
[   48.985842] Testing event sys_enter_perf_counter_open: OK
[   49.002583] Testing event sys_exit_perf_counter_open: OK
[   49.019254] Testing event sys_enter_acct: OK
[   49.039197] Testing event sys_exit_acct: OK
[   49.059200] Testing event sys_enter_set_robust_list: OK
[   49.075905] Testing event sys_exit_set_robust_list: OK
[   49.092577] Testing event sys_enter_get_robust_list: OK
[   49.109239] Testing event sys_exit_get_robust_list: OK
[   49.125910] Testing event sys_enter_futex: OK
[   49.145897] Testing event sys_exit_futex: OK
[   49.165910] Testing event lock_acquire: OK
[   49.183947] Testing event lock_release: OK
[   49.202511] Testing event lock_contended: OK
[   49.222500] Testing event lock_acquired: OK
[   49.242477] Testing event sys_enter_getgroups: OK
[   49.259191] Testing event sys_exit_getgroups: OK
[   49.275862] Testing event sys_enter_setgroups: OK
[   49.292525] Testing event sys_exit_setgroups: OK
[   49.309195] Testing event sys_enter_nanosleep: OK
[   49.325849] Testing event sys_exit_nanosleep: OK
[   49.342529] Testing event sys_enter_timer_create: OK
[   49.359200] Testing event sys_exit_timer_create: OK
[   49.375870] Testing event sys_enter_timer_gettime: OK
[   49.392533] Testing event sys_exit_timer_gettime: OK
[   49.409203] Testing event sys_enter_timer_getoverrun: OK
[   49.425866] Testing event sys_exit_timer_getoverrun: OK
[   49.442537] Testing event sys_enter_timer_settime: OK
[   49.459198] Testing event sys_exit_timer_settime: OK
[   49.475869] Testing event sys_enter_timer_delete: OK
[   49.492532] Testing event sys_exit_timer_delete: OK
[   49.509212] Testing event sys_enter_clock_settime: OK
[   49.525865] Testing event sys_exit_clock_settime: OK
[   49.542545] Testing event sys_enter_clock_gettime: OK
[   49.559198] Testing event sys_exit_clock_gettime: OK
[   49.575877] Testing event sys_enter_clock_getres: OK
[   49.592531] Testing event sys_exit_clock_getres: OK
[   49.609210] Testing event sys_enter_clock_nanosleep: OK
[   49.625873] Testing event sys_exit_clock_nanosleep: OK
[   49.642544] Testing event workqueue_insertion: OK
[   49.659146] Testing event workqueue_execution: OK
[   49.675807] Testing event workqueue_creation: OK
[   49.692470] Testing event workqueue_destruction: OK
[   49.709140] Testing event sys_enter_setpriority: OK
[   49.725837] Testing event sys_exit_setpriority: OK
[   49.742508] Testing event sys_enter_getpriority: OK
[   49.759170] Testing event sys_exit_getpriority: OK
[   49.775841] Testing event sys_enter_reboot: OK
[   49.795837] Testing event sys_exit_reboot: OK
[   49.815841] Testing event sys_enter_setregid: OK
[   49.832521] Testing event sys_exit_setregid: OK
[   49.849200] Testing event sys_enter_setgid: OK
[   49.869204] Testing event sys_exit_setgid: OK
[   49.889200] Testing event sys_enter_setreuid: OK
[   49.905888] Testing event sys_exit_setreuid: OK
[   49.922558] Testing event sys_enter_setuid: OK
[   49.939221] Testing event sys_exit_setuid: OK
[   49.959226] Testing event sys_enter_setresuid: OK
[   49.975887] Testing event sys_exit_setresuid: OK
[   49.992559] Testing event sys_enter_getresuid: OK
[   50.009221] Testing event sys_exit_getresuid: OK
[   50.025892] Testing event sys_enter_setresgid: OK
[   50.040498] Testing event sys_exit_setresgid: OK
[   50.059224] Testing event sys_enter_getresgid: OK
[   50.075885] Testing event sys_exit_getresgid: OK
[   50.092557] Testing event sys_enter_setfsuid: OK
[   50.109220] Testing event sys_exit_setfsuid: OK
[   50.125891] Testing event sys_enter_setfsgid: OK
[   50.142553] Testing event sys_exit_setfsgid: OK
[   50.159232] Testing event sys_enter_times: OK
[   50.179194] Testing event sys_exit_times: OK
[   50.199198] Testing event sys_enter_setpgid: OK
[   50.215860] Testing event sys_exit_setpgid: OK
[   50.235872] Testing event sys_enter_getpgid: OK
[   50.252535] Testing event sys_exit_getpgid: OK
[   50.270487] Testing event sys_enter_getpgrp: OK
[   50.289193] Testing event sys_exit_getpgrp: OK
[   50.309205] Testing event sys_enter_getsid: OK
[   50.329210] Testing event sys_exit_getsid: OK
[   50.347156] Testing event sys_enter_setsid: OK
[   50.365859] Testing event sys_exit_setsid: OK
[   50.385863] Testing event sys_enter_newuname: OK
[   50.402534] Testing event sys_exit_newuname: OK
[   50.419205] Testing event sys_enter_sethostname: OK
[   50.435859] Testing event sys_exit_sethostname: OK
[   50.452538] Testing event sys_enter_setdomainname: OK
[   50.469201] Testing event sys_exit_setdomainname: OK
[   50.485880] Testing event sys_enter_getrlimit: OK
[   50.502550] Testing event sys_exit_getrlimit: OK
[   50.519222] Testing event sys_enter_old_getrlimit: OK
[   50.535858] Testing event sys_exit_old_getrlimit: OK
[   50.552537] Testing event sys_enter_setrlimit: OK
[   50.569191] Testing event sys_exit_setrlimit: OK
[   50.585871] Testing event sys_enter_getrusage: OK
[   50.602532] Testing event sys_exit_getrusage: OK
[   50.619204] Testing event sys_enter_umask: OK
[   50.639209] Testing event sys_exit_umask: OK
[   50.659220] Testing event sys_enter_prctl: OK
[   50.679216] Testing event sys_exit_prctl: OK
[   50.699220] Testing event sys_enter_getcpu: OK
[   50.715909] Testing event sys_exit_getcpu: OK
[   50.735913] Testing event sys_enter_restart_syscall: OK
[   50.752515] Testing event sys_exit_restart_syscall: OK
[   50.769185] Testing event sys_enter_rt_sigprocmask: OK
[   50.785883] Testing event sys_exit_rt_sigprocmask: OK
[   50.802552] Testing event sys_enter_rt_sigpending: OK
[   50.819215] Testing event sys_exit_rt_sigpending: OK
[   50.835886] Testing event sys_enter_rt_sigtimedwait: OK
[   50.852548] Testing event sys_exit_rt_sigtimedwait: OK
[   50.869218] Testing event sys_enter_kill: OK
[   50.889163] Testing event sys_exit_kill: OK
[   50.907227] Testing event sys_enter_tgkill: OK
[   50.925878] Testing event sys_exit_tgkill: OK
[   50.945899] Testing event sys_enter_tkill: OK
[   50.965894] Testing event sys_exit_tkill: OK
[   50.985898] Testing event sys_enter_rt_sigqueueinfo: OK
[   51.002552] Testing event sys_exit_rt_sigqueueinfo: OK
[   51.019223] Testing event sys_enter_rt_tgsigqueueinfo: OK
[   51.035911] Testing event sys_exit_rt_tgsigqueueinfo: OK
[   51.052583] Testing event sys_enter_sigpending: OK
[   51.069192] Testing event sys_exit_sigpending: OK
[   51.085872] Testing event sys_enter_sigprocmask: OK
[   51.102543] Testing event sys_exit_sigprocmask: OK
[   51.119214] Testing event sys_enter_rt_sigaction: OK
[   51.135876] Testing event sys_exit_rt_sigaction: OK
[   51.152555] Testing event sys_enter_sgetmask: OK
[   51.169192] Testing event sys_exit_sgetmask: OK
[   51.185871] Testing event sys_enter_ssetmask: OK
[   51.202533] Testing event sys_exit_ssetmask: OK
[   51.219205] Testing event sys_enter_signal: OK
[   51.239190] Testing event sys_exit_signal: OK
[   51.259221] Testing event sys_enter_pause: OK
[   51.279199] Testing event sys_exit_pause: OK
[   51.299194] Testing event sys_enter_rt_sigsuspend: OK
[   51.315884] Testing event sys_exit_rt_sigsuspend: OK
[   51.332554] Testing event sys_enter_alarm: OK
[   51.352532] Testing event sys_exit_alarm: OK
[   51.370468] Testing event sys_enter_getpid: OK
[   51.392524] Testing event sys_exit_getpid: OK
[   51.412536] Testing event sys_enter_getppid: OK
[   51.429191] Testing event sys_exit_getppid: OK
[   51.449203] Testing event sys_enter_getuid: OK
[   51.469225] Testing event sys_exit_getuid: OK
[   51.489193] Testing event sys_enter_geteuid: OK
[   51.505857] Testing event sys_exit_geteuid: OK
[   51.526492] Testing event sys_enter_getgid: OK
[   51.542523] Testing event sys_exit_getgid: OK
[   51.562526] Testing event sys_enter_getegid: OK
[   51.579189] Testing event sys_exit_getegid: OK
[   51.599193] Testing event sys_enter_gettid: OK
[   51.619205] Testing event sys_exit_gettid: OK
[   51.639201] Testing event sys_enter_sysinfo: OK
[   51.655847] Testing event sys_exit_sysinfo: OK
[   51.675850] Testing event sys_enter_ptrace: OK
[   51.695829] Testing event sys_exit_ptrace: OK
[   51.715833] Testing event sys_enter_capget: OK
[   51.735854] Testing event sys_exit_capget: OK
[   51.755867] Testing event sys_enter_capset: OK
[   51.775853] Testing event sys_exit_capset: OK
[   51.795858] Testing event sys_enter_sysctl: OK
[   51.815854] Testing event sys_exit_sysctl: OK
[   51.835849] Testing event irq_handler_entry: OK
[   51.852468] Testing event irq_handler_exit: OK
[   51.870450] Testing event softirq_entry: OK
[   51.892494] Testing event softirq_exit: OK
[   51.912482] Testing event sys_enter_time: OK
[   51.932494] Testing event sys_exit_time: OK
[   51.950558] Testing event sys_enter_stime: OK
[   51.969165] Testing event sys_exit_stime: OK
[   51.989161] Testing event sys_enter_gettimeofday: OK
[   52.005841] Testing event sys_exit_gettimeofday: OK
[   52.022512] Testing event sys_enter_settimeofday: OK
[   52.039165] Testing event sys_exit_settimeofday: OK
[   52.055845] Testing event sys_enter_adjtimex: OK
[   52.070480] Testing event sys_exit_adjtimex: OK
[   52.089177] Testing event sys_enter_getitimer: OK
[   52.105840] Testing event sys_exit_getitimer: OK
[   52.122511] Testing event sys_enter_setitimer: OK
[   52.139173] Testing event sys_exit_setitimer: OK
[   52.155844] Testing event sys_enter_exit: OK
[   52.175821] Testing event sys_exit_exit: OK
[   52.193887] Testing event sys_enter_exit_group: OK
[   52.212537] Testing event sys_exit_exit_group: OK
[   52.229243] Testing event sys_enter_waitid: OK
[   52.245904] Testing event sys_exit_waitid: OK
[   52.265909] Testing event sys_enter_wait4: OK
[   52.285869] Testing event sys_exit_wait4: OK
[   52.305883] Testing event sys_enter_waitpid: OK
[   52.322519] Testing event sys_exit_waitpid: OK
[   52.342531] Testing event sys_enter_syslog: OK
[   52.362571] Testing event sys_exit_syslog: OK
[   52.382540] Testing event sys_enter_personality: OK
[   52.399211] Testing event sys_exit_personality: OK
[   52.415881] Testing event sys_enter_set_tid_address: OK
[   52.432562] Testing event sys_exit_set_tid_address: OK
[   52.449232] Testing event sys_enter_unshare: OK
[   52.465912] Testing event sys_exit_unshare: OK
[   52.482583] Testing event sched_kthread_stop: OK
[   52.499166] Testing event sched_kthread_stop_ret: OK
[   52.515838] Testing event sched_wait_task: OK
[   52.535842] Testing event sched_wakeup: OK
[   52.555812] Testing event sched_wakeup_new: OK
[   52.575815] Testing event sched_switch: OK
[   52.593784] Testing event sched_migrate_task: OK
[   52.612470] Testing event sched_process_free: OK
[   52.629159] Testing event sched_process_exit: OK
[   52.645812] Testing event sched_process_wait: OK
[   52.662509] Testing event sched_process_fork: OK
[   52.679136] Testing event sched_signal_send: OK
[   52.695824] Testing event sys_enter_nice: OK
[   52.715829] Testing event sys_exit_nice: OK
[   52.733893] Testing event sys_enter_sched_setscheduler: OK
[   52.752517] Testing event sys_exit_sched_setscheduler: OK
[   52.769206] Testing event sys_enter_sched_setparam: OK
[   52.785876] Testing event sys_exit_sched_setparam: OK
[   52.802548] Testing event sys_enter_sched_getscheduler: OK
[   52.819218] Testing event sys_exit_sched_getscheduler: OK
[   52.835880] Testing event sys_enter_sched_getparam: OK
[   52.852551] Testing event sys_exit_sched_getparam: OK
[   52.869213] Testing event sys_enter_sched_setaffinity: OK
[   52.885893] Testing event sys_exit_sched_setaffinity: OK
[   52.902564] Testing event sys_enter_sched_getaffinity: OK
[   52.919235] Testing event sys_exit_sched_getaffinity: OK
[   52.935897] Testing event sys_enter_sched_yield: OK
[   52.952550] Testing event sys_exit_sched_yield: OK
[   52.969212] Testing event sys_enter_sched_get_priority_max: OK
[   52.985884] Testing event sys_exit_sched_get_priority_max: OK
[   53.002546] Testing event sys_enter_sched_get_priority_min: OK
[   53.019216] Testing event sys_exit_sched_get_priority_min: OK
[   53.035879] Testing event sys_enter_sched_rr_get_interval: OK
[   53.052551] Testing event sys_exit_sched_rr_get_interval: OK
[   53.069212] Running tests on trace event systems:
[   53.070002] Testing event system skb: OK
[   53.089315] Testing event system block: OK
[   53.110380] Testing event system jbd2: OK
[   53.129697] Testing event system kmem: OK
[   53.146290] Testing event system lockdep: OK
[   53.162976] Testing event system workqueue: OK
[   53.179491] Testing event system irq: OK
[   53.199505] Testing event system sched: OK
[   53.219983] Testing event system syscalls: OK
[   53.273706] Running tests on all trace events:
[   53.276650] Testing all events: OK
[   53.342763] initcall event_trace_self_tests_init+0x0/0x39 returned 0 after 19521484 usecs
[   53.343308] calling  afs_init+0x0/0x106 @ 1
[   53.346642] kAFS: Red Hat AFS client v0.1 registering.
[   53.350012] initcall afs_init+0x0/0x106 returned 0 after 3255 usecs
[   53.353308] calling  random32_reseed+0x0/0x78 @ 1
[   53.356653] initcall random32_reseed+0x0/0x78 returned 0 after 0 usecs
[   53.359973] calling  pci_resource_alignment_sysfs_init+0x0/0x14 @ 1
[   53.363314] initcall pci_resource_alignment_sysfs_init+0x0/0x14 returned 0 after 0 usecs
[   53.366641] calling  pci_sysfs_init+0x0/0x44 @ 1
[   53.373398] initcall pci_sysfs_init+0x0/0x44 returned 0 after 3255 usecs
[   53.379973] calling  seqgen_init+0x0/0xe @ 1
[   53.383322] initcall seqgen_init+0x0/0xe returned 0 after 0 usecs
[   53.386639] calling  hd_init+0x0/0x2a1 @ 1
[   53.389989] hd: no drives specified - use hd=cyl,head,sectors on kernel command line
[   53.393316] initcall hd_init+0x0/0x2a1 returned -1 after 3255 usecs
[   53.396640] initcall hd_init+0x0/0x2a1 returned with error code -1 
[   53.399975] calling  scsi_complete_async_scans+0x0/0x127 @ 1
[   53.403307] initcall scsi_complete_async_scans+0x0/0x127 returned 0 after 0 usecs
[   53.406641] calling  rtc_hctosys+0x0/0x10a @ 1
[   53.409973] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[   53.413306] initcall rtc_hctosys+0x0/0x10a returned -19 after 3255 usecs
[   53.416640] calling  memmap_init+0x0/0x89 @ 1
[   53.420039] initcall memmap_init+0x0/0x89 returned 0 after 0 usecs
[   53.423308] calling  tcp_congestion_default+0x0/0xf @ 1
[   53.426641] initcall tcp_congestion_default+0x0/0xf returned 0 after 0 usecs
[   53.429973] calling  initialize_hashrnd+0x0/0x16 @ 1
[   53.433311] initcall initialize_hashrnd+0x0/0x16 returned 0 after 0 usecs
[   53.436655] async_waiting @ 1
[   53.439972] async_continuing @ 1 after 0 usec
[   53.443534] EXT3-fs: INFO: recovery required on readonly filesystem.
[   53.449974] EXT3-fs: write access will be enabled during recovery.
[   53.493192] kjournald starting.  Commit interval 5 seconds
[   53.493192] EXT3-fs: recovery complete.
[   53.493192] EXT3-fs: mounted filesystem with ordered data mode.
[   53.493192] VFS: Mounted root (ext3 filesystem) readonly on device 8:1.
[   53.493192] async_waiting @ 1
[   53.493192] async_continuing @ 1 after 0 usec
[   53.493192] debug: unmapping init memory c1fe2000..c21ae000
[   53.493192] Write protecting the kernel text: 10232k
[   53.496916] Write protecting the kernel read-only data: 4848k
[   53.530045] Not activating Mandatory Access Control now since /sbin/tomoyo-init doesn't exist.
[   56.906678] EXT3 FS on sda1, internal journal
[   56.959070] kjournald starting.  Commit interval 5 seconds
[   56.959070] EXT3 FS on sda5, internal journal
[   56.959070] EXT3-fs: mounted filesystem with ordered data mode.
[   57.837552] rc.sysinit used greatest stack depth: 5740 bytes left
[   63.368814] sshd used greatest stack depth: 5628 bytes left
[   65.035193] device: 'vcs3': device_add
[   65.036865] device: 'vcsa3': device_add
[   65.044562] device: 'vcs5': device_add
[   65.044562] device: 'vcsa5': device_add
[   65.053324] device: 'vcs9': device_add
[   65.054067] device: 'vcsa9': device_add
[   65.056730] device: 'vcs4': device_add
[   65.057004] device: 'vcsa4': device_add
[   65.060047] device: 'vcs8': device_add
[   65.060047] device: 'vcsa8': device_add
[   65.068382] device: 'vcs10': device_add
[   65.068564] device: 'vcsa10': device_add
[   65.070049] device: 'vcs7': device_add
[   65.070157] device: 'vcsa7': device_add
[   65.073384] device: 'vcs2': device_add
[   65.073400] device: 'vcsa2': device_add
[   65.076714] device: 'vcs6': device_add
[   65.076788] device: 'vcsa6': device_add
[   68.826644] eth0: no IPv6 routers present
[ 1833.514925] sshd used greatest stack depth: 5260 bytes left

  reply	other threads:[~2009-08-15  9:53 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-14 13:47 Martin Schwidefsky
2009-08-14 13:47 ` [patch 01/15] introduce timekeeping_leap_insert Martin Schwidefsky
2009-08-15  9:01   ` [tip:timers/core] timekeeping: Introduce timekeeping_leap_insert tip-bot for John Stultz
2009-08-14 13:47 ` [patch 02/15] remove clocksource inline functions Martin Schwidefsky
2009-08-15  9:01   ` [tip:timers/core] timekeeping: Remove " tip-bot for Martin Schwidefsky
2009-08-14 13:47 ` [patch 03/15] reset of cycle_last for tsc clocksource Martin Schwidefsky
2009-08-15  9:01   ` [tip:timers/core] timekeeping: Move reset of cycle_last for tsc clocksource to tsc tip-bot for Martin Schwidefsky
2009-08-14 13:47 ` [patch 04/15] cleanup clocksource selection Martin Schwidefsky
2009-08-15  1:42   ` john stultz
2009-08-15  1:43     ` john stultz
2009-08-17  7:34     ` Martin Schwidefsky
2009-08-15  9:02   ` [tip:timers/core] clocksource: Cleanup " tip-bot for Martin Schwidefsky
2009-08-14 13:47 ` [patch 05/15] clocksource watchdog highres enablement Martin Schwidefsky
2009-08-15  9:02   ` [tip:timers/core] clocksource: Delay " tip-bot for Martin Schwidefsky
2009-08-14 13:47 ` [patch 06/15] clocksource watchdog resume logic Martin Schwidefsky
2009-08-15  9:02   ` [tip:timers/core] clocksource: Simplify " tip-bot for Martin Schwidefsky
2009-08-14 13:47 ` [patch 07/15] clocksource watchdog refactoring Martin Schwidefsky
2009-08-15  9:02   ` [tip:timers/core] clocksource: Refactor clocksource watchdog tip-bot for Martin Schwidefsky
2009-08-14 13:47 ` [patch 08/15] clocksource watchdog work Martin Schwidefsky
2009-08-15  9:03   ` [tip:timers/core] clocksource: Move watchdog downgrade to a work queue thread tip-bot for Martin Schwidefsky
2009-08-14 13:47 ` [patch 09/15] introduce struct timekeeper Martin Schwidefsky
2009-08-15  9:03   ` [tip:timers/core] timekeeping: Introduce " tip-bot for Martin Schwidefsky
2009-08-14 13:47 ` [patch 10/15] add xtime_shift and ntp_error_shift to " Martin Schwidefsky
2009-08-15  9:03   ` [tip:timers/core] timekeeping: Add " tip-bot for Martin Schwidefsky
2009-08-15  9:04   ` [patch 10/15] add " Thomas Gleixner
2009-08-14 13:47 ` [patch 11/15] move NTP adjusted clock multiplier " Martin Schwidefsky
2009-08-15  9:03   ` [tip:timers/core] timekeeping: Move " tip-bot for Martin Schwidefsky
2009-08-14 13:47 ` [patch 12/15] timekeeper read clock helper functions Martin Schwidefsky
2009-08-15  9:03   ` [tip:timers/core] timekeeping: Add timekeeper read_clock " tip-bot for Martin Schwidefsky
2009-08-14 13:47 ` [patch 13/15] update clocksource with stop_machine Martin Schwidefsky
2009-08-15  9:04   ` [tip:timers/core] timekeeping: Update " tip-bot for Martin Schwidefsky
2009-08-14 13:47 ` [patch 14/15] read_persistent_clock should return a timespec Martin Schwidefsky
2009-08-15  9:04   ` [tip:timers/core] timekeeping: Increase granularity of read_persistent_clock() tip-bot for Martin Schwidefsky
2009-08-22 10:32     ` Ingo Molnar
2009-08-22 15:15       ` Martin Schwidefsky
2009-08-22 15:33         ` Ingo Molnar
2009-08-22 20:23           ` Martin Schwidefsky
2009-08-23  8:53             ` Ingo Molnar
2009-08-23  9:03             ` [tip:timers/core] timekeeping: Increase granularity of read_persistent_clock(), build fix tip-bot for Martin Schwidefsky
2009-08-23  3:33           ` [tip:timers/core] timekeeping: Increase granularity of read_persistent_clock() Paul Mackerras
2009-08-23  8:47             ` Ingo Molnar
2009-08-24  3:20               ` Paul Mackerras
2009-08-24  8:23                 ` Ingo Molnar
2009-08-25  3:49                   ` Paul Mackerras
2009-08-25  8:26                     ` Ingo Molnar
2009-08-25  9:57                       ` Paul Mackerras
2009-08-25 10:17                         ` Ingo Molnar
2009-08-25 11:33                           ` Paul Mackerras
2009-08-25 13:50                             ` Ingo Molnar
2009-08-25 21:33                               ` Theodore Tso
2009-08-25 22:03                                 ` Ingo Molnar
2009-08-26  0:26                                   ` Paul Mackerras
2009-08-26  0:22                                 ` Paul Mackerras
2009-08-25 23:48                               ` Paul Mackerras
2009-08-26  9:44                               ` Benjamin Herrenschmidt
2009-08-14 13:47 ` [patch 15/15] introduce read_boot_clock Martin Schwidefsky
2009-08-15  9:04   ` [tip:timers/core] timekeeping: Introduce read_boot_clock tip-bot for Martin Schwidefsky
2009-08-14 14:08 ` [patch 00/15] clocksource / timekeeping rework V4 (resend V3 + bug fix) Thomas Gleixner
2009-08-14 14:22   ` Martin Schwidefsky
2009-08-14 22:56 ` john stultz
2009-08-15  1:46 ` john stultz
2009-08-15  9:01   ` Thomas Gleixner
2009-08-15  9:52     ` Ingo Molnar [this message]
2009-08-15 10:08       ` Thomas Gleixner
2009-08-17  7:40         ` Martin Schwidefsky
2009-08-17  8:45           ` Thomas Gleixner
2009-08-17  9:28             ` [circular locking bug] " Ingo Molnar
2009-08-17 17:53               ` Martin Schwidefsky
2009-08-18 15:09               ` Martin Schwidefsky
2009-08-19 10:06                 ` [tip:timers/core] clocksource: Avoid clocksource watchdog circular locking dependency tip-bot for Martin Schwidefsky
2009-08-19 20:25                 ` [circular locking bug] Re: [patch 00/15] clocksource / timekeeping rework V4 (resend V3 + bug fix) Ingo Molnar
2009-08-20  9:28                   ` Martin Schwidefsky
2009-08-20  9:58                     ` Ingo Molnar
2009-08-20 10:35                       ` Martin Schwidefsky
2009-08-20 16:14                         ` Thomas Gleixner
2009-08-20 16:53                           ` Martin Schwidefsky
2009-08-20 19:08                             ` Thomas Gleixner
2009-08-19  9:46             ` [tip:timers/core] clocksource: Protect the watchdog rating changes with clocksource_mutex tip-bot for Thomas Gleixner

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=20090815095221.GA15831@elte.hu \
    --to=mingo@elte.hu \
    --cc=a.p.zijlstra@chello.nl \
    --cc=johnstul@us.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=schwidefsky@de.ibm.com \
    --cc=tglx@linutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome