From: Ingo Molnar <mingo@elte.hu>
To: David Miller <davem@davemloft.net>, Thomas Gleixner <tglx@linutronix.de>
Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [bug] __nf_ct_refresh_acct(): WARNING: at lib/list_debug.c:30 __list_add+0x7d/0xad()
Date: Wed, 17 Jun 2009 11:21:52 +0200 [thread overview]
Message-ID: <20090617092152.GA17449@elte.hu> (raw)
In-Reply-To: <20090616122415.GA16630@elte.hu>
[-- Attachment #1: Type: text/plain, Size: 4299 bytes --]
here's another bug i triggered today - some sort of memory/list
corruption going on in the timer code. Then i turned on debugobjects
and got a pretty specific assert in the TCP code:
[ 48.320340] ------------[ cut here ]------------
[ 48.324031] WARNING: at lib/list_debug.c:30 __list_add+0x7d/0xad()
[ 48.324031] Hardware name: System Product Name
[ 48.324031] list_add corruption. prev->next should be next (ffffffff81fe2280), but was ffff88003f901440. (prev=ffff880002a9bcf0).
[ 48.324031] Modules linked in:
[ 48.324031] Pid: 0, comm: swapper Tainted: G W 2.6.30-tip #54394
[ 48.324031] Call Trace:
[ 48.324031] <IRQ> [<ffffffff812b3098>] ? __list_add+0x7d/0xad
[ 48.324031] [<ffffffff810581a2>] warn_slowpath_common+0x8d/0xd0
[ 48.324031] [<ffffffff81058272>] warn_slowpath_fmt+0x50/0x66
[ 48.324031] [<ffffffff812b3098>] __list_add+0x7d/0xad
[ 48.324031] [<ffffffff810650c3>] internal_add_timer+0xd1/0xe7
[ 48.324031] [<ffffffff81065797>] __mod_timer+0x107/0x139
[ 48.324031] [<ffffffff810658cb>] mod_timer_pending+0x28/0x3e
[ 48.324031] [<ffffffff8163d5d3>] __nf_ct_refresh_acct+0x71/0xf9
[ 48.324031] [<ffffffff81643d92>] tcp_packet+0x60c/0x6a2
[ 48.324031] [<ffffffff8163da60>] ? nf_conntrack_find_get+0xb7/0xef
[ 48.324031] [<ffffffff8163d9a9>] ? nf_conntrack_find_get+0x0/0xef
[ 48.324031] [<ffffffff8163f0fd>] nf_conntrack_in+0x3a3/0x534
[ 48.324031] [<ffffffff81665a5c>] ? ip_rcv_finish+0x0/0x3bc
[ 48.324031] [<ffffffff816a48b1>] ipv4_conntrack_in+0x34/0x4a
[ 48.324031] [<ffffffff8163a79f>] nf_iterate+0x5d/0xb1
[ 48.324031] [<ffffffff81012cd6>] ? ftrace_call+0x5/0x2b
[ 48.324031] [<ffffffff81665a5c>] ? ip_rcv_finish+0x0/0x3bc
[ 48.324031] [<ffffffff8163a897>] nf_hook_slow+0xa4/0x133
[ 48.324031] [<ffffffff81665a5c>] ? ip_rcv_finish+0x0/0x3bc
[ 48.324031] [<ffffffff816660c6>] ip_rcv+0x2ae/0x30d
[ 48.324031] [<ffffffff816139f0>] ? netpoll_rx+0x14/0x9d
[ 48.324031] [<ffffffff81613e2a>] netif_receive_skb+0x3b1/0x402
[ 48.324031] [<ffffffff81613bf4>] ? netif_receive_skb+0x17b/0x402
[ 48.324031] [<ffffffff81607661>] ? skb_pull+0xd/0x59
[ 48.324031] [<ffffffff8162a0c5>] ? eth_type_trans+0x48/0x104
[ 48.324031] [<ffffffff814cfc21>] nv_rx_process_optimized+0x15a/0x227
[ 48.324031] [<ffffffff814d3326>] nv_napi_poll+0x2a9/0x2cd
[ 48.324031] [<ffffffff81611aeb>] net_rx_action+0xd1/0x249
[ 48.324031] [<ffffffff81611c02>] ? net_rx_action+0x1e8/0x249
[ 48.324031] [<ffffffff8105f758>] __do_softirq+0xcb/0x1bb
[ 48.324031] [<ffffffff8101420c>] call_softirq+0x1c/0x30
[ 48.324031] [<ffffffff810164cb>] do_softirq+0x5f/0xd7
[ 48.324031] [<ffffffff8105f0a4>] irq_exit+0x66/0xb9
[ 48.324031] [<ffffffff817c1fc3>] do_IRQ+0xbb/0xe8
[ 48.324031] [<ffffffff81def140>] ? early_idt_handler+0x0/0x71
[ 48.324031] [<ffffffff810139d3>] ret_from_intr+0x0/0x16
[ 48.324031] <EOI> [<ffffffff8101c938>] ? default_idle+0x59/0x9d
[ 48.324031] [<ffffffff81088399>] ? trace_hardirqs_on+0x20/0x36
[ 48.324031] [<ffffffff810301a9>] ? native_safe_halt+0xb/0xd
[ 48.324031] [<ffffffff810301a7>] ? native_safe_halt+0x9/0xd
[ 48.324031] [<ffffffff8101c93d>] ? default_idle+0x5e/0x9d
[ 48.324031] [<ffffffff810b9cbd>] ? stop_critical_timings+0x3d/0x54
[ 48.324031] [<ffffffff81011feb>] ? cpu_idle+0xbe/0x107
[ 48.324031] [<ffffffff81def140>] ? early_idt_handler+0x0/0x71
[ 48.324031] [<ffffffff8177f135>] ? rest_init+0x79/0x8f
[ 48.324031] [<ffffffff81def140>] ? early_idt_handler+0x0/0x71
[ 48.324031] [<ffffffff81deff5d>] ? start_kernel+0x2d8/0x2f3
[ 48.324031] [<ffffffff81def140>] ? early_idt_handler+0x0/0x71
[ 48.324031] [<ffffffff81def2a4>] ? x86_64_start_reservations+0x8f/0xaa
[ 48.324031] [<ffffffff81def000>] ? __init_begin+0x0/0x140
[ 48.324031] [<ffffffff81def3c3>] ? x86_64_start_kernel+0x104/0x127
[ 48.324031] ---[ end trace 5a5d197966b56a31 ]---
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
this too is a new pattern. Config and full bootlog attached.
Unfortunately it's not clearly reproducible - needs some networking
load to trigger, and sometimes the symptoms are just a straight hang
(with no console messages) - so not very bisection friendly.
Ingo
[-- Attachment #2: config --]
[-- Type: text/plain, Size: 65417 bytes --]
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.30
# Wed Jun 17 11:15:25 2009
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_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_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_GPIO=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_GENERIC_TIME_VSYSCALL=y
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=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ZONE_DMA32=y
CONFIG_ARCH_POPULATES_NODE_MAP=y
CONFIG_AUDIT_ARCH=y
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_64_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_TRAMPOLINE=y
# CONFIG_KTIME_SCALAR is not set
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
#
# General setup
#
CONFIG_EXPERIMENTAL=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=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_SWAP is not set
# CONFIG_SYSVIPC is not set
# CONFIG_POSIX_MQUEUE is not set
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
# CONFIG_AUDIT is not set
#
# RCU Subsystem
#
# CONFIG_CLASSIC_RCU is not set
CONFIG_TREE_RCU=y
# CONFIG_PREEMPT_RCU is not set
# CONFIG_RCU_TRACE is not set
CONFIG_RCU_FANOUT=64
CONFIG_RCU_FANOUT_EXACT=y
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_PREEMPT_RCU_TRACE is not set
# CONFIG_IKCONFIG is not set
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=y
CONFIG_UTS_NS=y
# CONFIG_USER_NS is not set
# CONFIG_PID_NS is not set
CONFIG_NET_NS=y
# CONFIG_BLK_DEV_INITRD is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
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=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_HAVE_PERF_COUNTERS=y
#
# Performance Counters
#
# CONFIG_PERF_COUNTERS is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_PCI_QUIRKS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_COMPAT_BRK is not set
# 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=y
CONFIG_HAVE_OPROFILE=y
# CONFIG_KPROBES is not set
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_API_DEBUG=y
CONFIG_SLOW_WORK=y
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_FORCE_LOAD=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
# CONFIG_BLK_DEV_BSG is not set
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLOCK_COMPAT=y
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=m
# CONFIG_IOSCHED_CFQ is not set
CONFIG_DEFAULT_AS=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="anticipatory"
# 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=y
CONFIG_SPARSE_IRQ=y
CONFIG_X86_MPPARSE=y
CONFIG_X86_EXTENDED_PLATFORM=y
# CONFIG_X86_VSMP is not set
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_PARAVIRT_GUEST=y
CONFIG_XEN=y
CONFIG_XEN_MAX_DOMAIN_MEMORY=32
CONFIG_XEN_DEBUG_FS=y
CONFIG_KVM_CLOCK=y
# CONFIG_KVM_GUEST is not set
CONFIG_PARAVIRT=y
CONFIG_PARAVIRT_SPINLOCKS=y
CONFIG_PARAVIRT_CLOCK=y
# CONFIG_PARAVIRT_DEBUG is not set
CONFIG_MEMTEST=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 is not set
# 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=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=6
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR=y
# CONFIG_X86_DS is not set
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_GART_IOMMU=y
CONFIG_CALGARY_IOMMU=y
CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_IOMMU_API is not set
CONFIG_MAXSMP=y
CONFIG_NR_CPUS=4096
CONFIG_SCHED_SMT=y
# CONFIG_SCHED_MC is not set
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
CONFIG_X86_MCE=y
CONFIG_X86_NEW_MCE=y
# CONFIG_X86_MCE_INTEL is not set
CONFIG_X86_MCE_AMD=y
CONFIG_X86_MCE_THRESHOLD=y
CONFIG_X86_MCE_INJECT=m
CONFIG_I8K=y
# CONFIG_MICROCODE is not set
CONFIG_X86_MSR=m
# CONFIG_X86_CPUID is not set
# CONFIG_X86_CPU_DEBUG is not set
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_DIRECT_GBPAGES=y
# CONFIG_NUMA is not set
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_MEMORY_PROBE=y
CONFIG_SELECT_MEMORY_MODEL=y
# CONFIG_FLATMEM_MANUAL is not set
# CONFIG_DISCONTIGMEM_MANUAL is not set
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
# CONFIG_SPARSEMEM_VMEMMAP is not set
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTPLUG_SPARSE=y
CONFIG_MEMORY_HOTREMOVE=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_UNEVICTABLE_LRU=y
CONFIG_HAVE_MLOCK=y
CONFIG_HAVE_MLOCKED_PAGE_BIT=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
CONFIG_X86_RESERVE_LOW_64K=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=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_SCHED_HRTICK=y
# CONFIG_KEXEC is not set
CONFIG_CRASH_DUMP=y
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_HOTPLUG_CPU=y
CONFIG_COMPAT_VDSO=y
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE=""
# CONFIG_CMDLINE_OVERRIDE is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
#
# 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=y
# CONFIG_CPU_FREQ_STAT is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
# CONFIG_CPU_FREQ_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
#
# CPUFreq processor drivers
#
CONFIG_X86_P4_CLOCKMOD=y
#
# shared options
#
CONFIG_X86_SPEEDSTEP_LIB=y
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
#
# Memory power savings
#
CONFIG_I7300_IDLE_IOAT_CHANNEL=y
CONFIG_I7300_IDLE=m
#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_DOMAINS=y
# CONFIG_PCIEPORTBUS is not set
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
CONFIG_PCI_LEGACY=y
CONFIG_PCI_DEBUG=y
CONFIG_PCI_STUB=y
CONFIG_HT_IRQ=y
CONFIG_PCI_IOV=y
CONFIG_ISA_DMA_API=y
CONFIG_K8_NB=y
CONFIG_PCCARD=m
CONFIG_PCMCIA_DEBUG=y
CONFIG_PCMCIA=m
# CONFIG_PCMCIA_LOAD_CIS is not set
CONFIG_PCMCIA_IOCTL=y
CONFIG_CARDBUS=y
#
# PC-card bridges
#
CONFIG_YENTA=m
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
# CONFIG_PD6729 is not set
CONFIG_I82092=m
CONFIG_PCCARD_NONSTATIC=m
CONFIG_HOTPLUG_PCI=y
# CONFIG_HOTPLUG_PCI_FAKE is not set
CONFIG_HOTPLUG_PCI_CPCI=y
# CONFIG_HOTPLUG_PCI_CPCI_ZT5550 is not set
CONFIG_HOTPLUG_PCI_CPCI_GENERIC=y
CONFIG_HOTPLUG_PCI_SHPC=y
#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=y
CONFIG_IA32_EMULATION=y
CONFIG_IA32_AOUT=y
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=m
CONFIG_XFRM_SUB_POLICY=y
CONFIG_XFRM_MIGRATE=y
CONFIG_XFRM_STATISTICS=y
CONFIG_XFRM_IPCOMP=y
CONFIG_NET_KEY=m
CONFIG_NET_KEY_MIGRATE=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_ASK_IP_FIB_HASH is not set
CONFIG_IP_FIB_TRIE=y
# CONFIG_IP_FIB_HASH is not set
CONFIG_IP_FIB_TRIE_STATS=y
CONFIG_IP_MULTIPLE_TABLES=y
# CONFIG_IP_ROUTE_MULTIPATH is not set
# CONFIG_IP_ROUTE_VERBOSE is not set
CONFIG_IP_PNP=y
# CONFIG_IP_PNP_DHCP is not set
CONFIG_IP_PNP_BOOTP=y
CONFIG_IP_PNP_RARP=y
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=y
CONFIG_ARPD=y
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
CONFIG_INET_ESP=y
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TRANSPORT=y
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
CONFIG_INET_LRO=y
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BIC=m
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_WESTWOOD is not set
CONFIG_TCP_CONG_HTCP=m
# CONFIG_TCP_CONG_HSTCP is not set
CONFIG_TCP_CONG_HYBLA=y
CONFIG_TCP_CONG_VEGAS=m
CONFIG_TCP_CONG_SCALABLE=m
CONFIG_TCP_CONG_LP=m
CONFIG_TCP_CONG_VENO=m
CONFIG_TCP_CONG_YEAH=m
CONFIG_TCP_CONG_ILLINOIS=y
# CONFIG_DEFAULT_BIC is not set
# CONFIG_DEFAULT_CUBIC is not set
# CONFIG_DEFAULT_HTCP is not set
# CONFIG_DEFAULT_VEGAS is not set
# CONFIG_DEFAULT_WESTWOOD is not set
CONFIG_DEFAULT_RENO=y
CONFIG_DEFAULT_TCP_CONG="reno"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=y
# CONFIG_IPV6_PRIVACY is not set
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
CONFIG_INET6_AH=m
# CONFIG_INET6_ESP is not set
CONFIG_INET6_IPCOMP=y
CONFIG_IPV6_MIP6=m
CONFIG_INET6_XFRM_TUNNEL=y
CONFIG_INET6_TUNNEL=y
CONFIG_INET6_XFRM_MODE_TRANSPORT=y
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
CONFIG_INET6_XFRM_MODE_BEET=y
CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=y
# CONFIG_IPV6_SIT is not set
CONFIG_IPV6_TUNNEL=y
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set
CONFIG_NETLABEL=y
CONFIG_NETWORK_SECMARK=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=y
#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=y
# CONFIG_NETFILTER_NETLINK_QUEUE is not set
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NF_CONNTRACK=y
CONFIG_NF_CT_ACCT=y
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_EVENTS=y
# CONFIG_NF_CT_PROTO_DCCP is not set
# CONFIG_NF_CT_PROTO_SCTP is not set
# CONFIG_NF_CT_PROTO_UDPLITE is not set
CONFIG_NF_CONNTRACK_AMANDA=y
# CONFIG_NF_CONNTRACK_FTP is not set
CONFIG_NF_CONNTRACK_H323=y
# CONFIG_NF_CONNTRACK_IRC is not set
# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
# CONFIG_NF_CONNTRACK_PPTP is not set
CONFIG_NF_CONNTRACK_SANE=m
# CONFIG_NF_CONNTRACK_SIP is not set
CONFIG_NF_CONNTRACK_TFTP=y
CONFIG_NF_CT_NETLINK=y
CONFIG_NETFILTER_XTABLES=y
# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
# CONFIG_NETFILTER_XT_TARGET_CONNSECMARK is not set
CONFIG_NETFILTER_XT_TARGET_MARK=y
# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=y
CONFIG_NETFILTER_XT_TARGET_RATEEST=y
CONFIG_NETFILTER_XT_TARGET_SECMARK=y
# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
CONFIG_NETFILTER_XT_MATCH_COMMENT=y
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=y
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
# CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set
CONFIG_NETFILTER_XT_MATCH_DCCP=m
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
# CONFIG_NETFILTER_XT_MATCH_HELPER is not set
CONFIG_NETFILTER_XT_MATCH_HL=y
CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
CONFIG_NETFILTER_XT_MATCH_LENGTH=y
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=y
# CONFIG_NETFILTER_XT_MATCH_MARK is not set
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y
CONFIG_NETFILTER_XT_MATCH_OWNER=y
CONFIG_NETFILTER_XT_MATCH_POLICY=y
CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
CONFIG_NETFILTER_XT_MATCH_RATEEST=y
# CONFIG_NETFILTER_XT_MATCH_REALM is not set
CONFIG_NETFILTER_XT_MATCH_RECENT=y
# CONFIG_NETFILTER_XT_MATCH_RECENT_PROC_COMPAT is not set
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
CONFIG_NETFILTER_XT_MATCH_STATE=y
# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
# CONFIG_NETFILTER_XT_MATCH_TIME is not set
CONFIG_NETFILTER_XT_MATCH_U32=m
CONFIG_NETFILTER_XT_MATCH_OSF=m
CONFIG_IP_VS=y
# CONFIG_IP_VS_IPV6 is not set
CONFIG_IP_VS_DEBUG=y
CONFIG_IP_VS_TAB_BITS=12
#
# IPVS transport protocol load balancing support
#
# CONFIG_IP_VS_PROTO_TCP is not set
CONFIG_IP_VS_PROTO_UDP=y
CONFIG_IP_VS_PROTO_AH_ESP=y
# CONFIG_IP_VS_PROTO_ESP is not set
CONFIG_IP_VS_PROTO_AH=y
#
# IPVS scheduler
#
# CONFIG_IP_VS_RR is not set
# CONFIG_IP_VS_WRR is not set
CONFIG_IP_VS_LC=y
CONFIG_IP_VS_WLC=y
CONFIG_IP_VS_LBLC=y
# CONFIG_IP_VS_LBLCR is not set
CONFIG_IP_VS_DH=m
CONFIG_IP_VS_SH=y
CONFIG_IP_VS_SED=m
# CONFIG_IP_VS_NQ is not set
#
# IPVS application helper
#
#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=y
CONFIG_NF_CONNTRACK_IPV4=y
# CONFIG_NF_CONNTRACK_PROC_COMPAT is not set
CONFIG_IP_NF_QUEUE=m
# CONFIG_IP_NF_IPTABLES is not set
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m
#
# IPv6: Netfilter Configuration
#
# CONFIG_NF_CONNTRACK_IPV6 is not set
CONFIG_IP6_NF_QUEUE=m
# CONFIG_IP6_NF_IPTABLES is not set
#
# DECnet: Netfilter Configuration
#
# CONFIG_DECNET_NF_GRABULATOR is not set
CONFIG_BRIDGE_NF_EBTABLES=y
CONFIG_BRIDGE_EBT_BROUTE=m
# CONFIG_BRIDGE_EBT_T_FILTER is not set
# CONFIG_BRIDGE_EBT_T_NAT is not set
CONFIG_BRIDGE_EBT_802_3=y
# CONFIG_BRIDGE_EBT_AMONG is not set
CONFIG_BRIDGE_EBT_ARP=m
CONFIG_BRIDGE_EBT_IP=y
CONFIG_BRIDGE_EBT_IP6=m
CONFIG_BRIDGE_EBT_LIMIT=y
CONFIG_BRIDGE_EBT_MARK=m
CONFIG_BRIDGE_EBT_PKTTYPE=m
CONFIG_BRIDGE_EBT_STP=m
CONFIG_BRIDGE_EBT_VLAN=y
CONFIG_BRIDGE_EBT_ARPREPLY=y
CONFIG_BRIDGE_EBT_DNAT=y
# CONFIG_BRIDGE_EBT_MARK_T is not set
CONFIG_BRIDGE_EBT_REDIRECT=y
CONFIG_BRIDGE_EBT_SNAT=m
# CONFIG_BRIDGE_EBT_LOG is not set
# CONFIG_BRIDGE_EBT_ULOG is not set
CONFIG_BRIDGE_EBT_NFLOG=m
CONFIG_IP_DCCP=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 is not set
CONFIG_IP_SCTP=y
# CONFIG_SCTP_DBG_MSG is not set
CONFIG_SCTP_DBG_OBJCNT=y
# CONFIG_SCTP_HMAC_NONE is not set
# CONFIG_SCTP_HMAC_SHA1 is not set
CONFIG_SCTP_HMAC_MD5=y
CONFIG_TIPC=y
# CONFIG_TIPC_ADVANCED is not set
# CONFIG_TIPC_DEBUG is not set
CONFIG_ATM=m
CONFIG_ATM_CLIP=m
# CONFIG_ATM_CLIP_NO_ICMP is not set
# CONFIG_ATM_LANE is not set
CONFIG_ATM_BR2684=m
CONFIG_ATM_BR2684_IPFILTER=y
CONFIG_STP=y
CONFIG_GARP=m
CONFIG_BRIDGE=y
CONFIG_NET_DSA=y
CONFIG_NET_DSA_TAG_DSA=y
CONFIG_NET_DSA_TAG_EDSA=y
# CONFIG_NET_DSA_TAG_TRAILER is not set
CONFIG_NET_DSA_MV88E6XXX=y
# CONFIG_NET_DSA_MV88E6060 is not set
CONFIG_NET_DSA_MV88E6XXX_NEED_PPU=y
CONFIG_NET_DSA_MV88E6131=y
CONFIG_NET_DSA_MV88E6123_61_65=y
CONFIG_VLAN_8021Q=m
CONFIG_VLAN_8021Q_GVRP=y
CONFIG_DECNET=y
CONFIG_DECNET_ROUTER=y
CONFIG_LLC=y
# CONFIG_LLC2 is not set
CONFIG_IPX=y
# CONFIG_IPX_INTERN is not set
CONFIG_ATALK=y
# CONFIG_DEV_APPLETALK is not set
CONFIG_X25=m
CONFIG_LAPB=y
# CONFIG_ECONET is not set
CONFIG_WAN_ROUTER=y
CONFIG_PHONET=m
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y
#
# Queueing/Scheduling
#
# CONFIG_NET_SCH_CBQ is not set
CONFIG_NET_SCH_HTB=m
# CONFIG_NET_SCH_HFSC is not set
# CONFIG_NET_SCH_ATM is not set
CONFIG_NET_SCH_PRIO=m
# CONFIG_NET_SCH_MULTIQ is not set
CONFIG_NET_SCH_RED=y
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
# CONFIG_NET_SCH_TBF is not set
CONFIG_NET_SCH_GRED=y
# CONFIG_NET_SCH_DSMARK is not set
# CONFIG_NET_SCH_NETEM is not set
CONFIG_NET_SCH_DRR=y
#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_TCINDEX=m
# CONFIG_NET_CLS_ROUTE4 is not set
# CONFIG_NET_CLS_FW is not set
CONFIG_NET_CLS_U32=m
CONFIG_CLS_U32_PERF=y
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=y
CONFIG_NET_CLS_RSVP6=y
CONFIG_NET_CLS_FLOW=m
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=y
CONFIG_NET_EMATCH_NBYTE=m
CONFIG_NET_EMATCH_U32=y
CONFIG_NET_EMATCH_META=m
CONFIG_NET_EMATCH_TEXT=m
# CONFIG_NET_CLS_ACT is not set
CONFIG_NET_CLS_IND=y
CONFIG_NET_SCH_FIFO=y
# CONFIG_DCB is not set
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
CONFIG_NET_DROP_MONITOR=y
CONFIG_HAMRADIO=y
#
# Packet Radio protocols
#
# CONFIG_AX25 is not set
CONFIG_CAN=m
CONFIG_CAN_RAW=m
CONFIG_CAN_BCM=m
#
# CAN Device Drivers
#
CONFIG_CAN_VCAN=m
# CONFIG_CAN_DEV is not set
# CONFIG_CAN_DEBUG_DEVICES is not set
CONFIG_IRDA=m
#
# IrDA protocols
#
CONFIG_IRLAN=m
# CONFIG_IRNET is not set
# CONFIG_IRCOMM is not set
# CONFIG_IRDA_ULTRA is not set
#
# IrDA options
#
CONFIG_IRDA_CACHE_LAST_LSAP=y
CONFIG_IRDA_FAST_RR=y
# CONFIG_IRDA_DEBUG is not set
#
# Infrared-port device drivers
#
#
# SIR device drivers
#
CONFIG_IRTTY_SIR=m
#
# Dongle support
#
CONFIG_DONGLE=y
# CONFIG_ESI_DONGLE is not set
CONFIG_ACTISYS_DONGLE=m
# CONFIG_TEKRAM_DONGLE is not set
# CONFIG_TOIM3232_DONGLE is not set
CONFIG_LITELINK_DONGLE=m
CONFIG_MA600_DONGLE=m
# CONFIG_GIRBIL_DONGLE is not set
# CONFIG_MCP2120_DONGLE is not set
CONFIG_OLD_BELKIN_DONGLE=m
# CONFIG_ACT200L_DONGLE is not set
CONFIG_KINGSUN_DONGLE=m
CONFIG_KSDAZZLE_DONGLE=m
CONFIG_KS959_DONGLE=m
#
# FIR device drivers
#
# CONFIG_USB_IRDA is not set
CONFIG_SIGMATEL_FIR=m
CONFIG_NSC_FIR=m
CONFIG_WINBOND_FIR=m
# CONFIG_SMC_IRCC_FIR is not set
CONFIG_ALI_FIR=m
# CONFIG_VLSI_FIR is not set
# CONFIG_VIA_FIR is not set
CONFIG_MCS_FIR=m
CONFIG_BT=y
CONFIG_BT_L2CAP=y
CONFIG_BT_SCO=m
# CONFIG_BT_RFCOMM is not set
# CONFIG_BT_BNEP is not set
CONFIG_BT_HIDP=m
#
# Bluetooth device drivers
#
# CONFIG_BT_HCIBTUSB is not set
CONFIG_BT_HCIUART=y
# CONFIG_BT_HCIUART_H4 is not set
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_LL=y
# CONFIG_BT_HCIBCM203X is not set
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
# CONFIG_BT_HCIDTL1 is not set
CONFIG_BT_HCIBT3C=m
CONFIG_BT_HCIBLUECARD=m
# CONFIG_BT_HCIBTUART is not set
CONFIG_BT_HCIVHCI=y
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y
# CONFIG_WIRELESS is not set
CONFIG_WIRELESS_EXT=y
CONFIG_LIB80211=y
CONFIG_LIB80211_CRYPT_WEP=y
CONFIG_LIB80211_CRYPT_CCMP=y
CONFIG_LIB80211_CRYPT_TKIP=y
CONFIG_WIMAX=m
CONFIG_WIMAX_DEBUG_LEVEL=8
CONFIG_RFKILL=y
CONFIG_RFKILL_INPUT=y
# CONFIG_NET_9P 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_MTD is not set
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
# CONFIG_PARPORT_SERIAL is not set
CONFIG_PARPORT_PC_FIFO=y
# CONFIG_PARPORT_PC_SUPERIO is not set
CONFIG_PARPORT_PC_PCMCIA=m
# CONFIG_PARPORT_GSC is not set
CONFIG_PARPORT_AX88796=m
CONFIG_PARPORT_1284=y
CONFIG_PARPORT_NOT_PC=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_FD=m
# CONFIG_PARIDE is not set
CONFIG_BLK_CPQ_DA=y
CONFIG_BLK_CPQ_CISS_DA=m
CONFIG_CISS_SCSI_TAPE=y
CONFIG_BLK_DEV_DAC960=m
CONFIG_BLK_DEV_UMEM=y
# CONFIG_BLK_DEV_COW_COMMON is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_XIP=y
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
CONFIG_CDROM_PKTCDVD_WCACHE=y
CONFIG_ATA_OVER_ETH=y
CONFIG_XEN_BLKDEV_FRONTEND=y
CONFIG_BLK_DEV_HD=y
CONFIG_MISC_DEVICES=y
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
CONFIG_TIFM_CORE=m
# CONFIG_TIFM_7XX1 is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
CONFIG_HP_ILO=m
CONFIG_ISL29003=m
CONFIG_C2PORT=m
CONFIG_C2PORT_DURAMAR_2150=m
#
# EEPROM support
#
CONFIG_EEPROM_AT24=y
# CONFIG_EEPROM_AT25 is not set
CONFIG_EEPROM_LEGACY=y
# CONFIG_EEPROM_MAX6875 is not set
# CONFIG_EEPROM_93CX6 is not set
CONFIG_CB710_CORE=m
CONFIG_CB710_DEBUG=y
CONFIG_CB710_DEBUG_ASSUMPTIONS=y
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set
#
# SCSI device support
#
CONFIG_RAID_ATTRS=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
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=m
CONFIG_CHR_DEV_OSST=y
# CONFIG_BLK_DEV_SR is not set
CONFIG_CHR_DEV_SG=m
CONFIG_CHR_DEV_SCH=y
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y
CONFIG_SCSI_WAIT_SCAN=m
#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_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=y
# CONFIG_SCSI_SAS_LIBSAS_DEBUG is not set
CONFIG_SCSI_SRP_ATTRS=m
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
CONFIG_BLK_DEV_3W_XXXX_RAID=y
CONFIG_SCSI_3W_9XXX=y
# CONFIG_SCSI_ACARD is not set
CONFIG_SCSI_AACRAID=m
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 is not set
# CONFIG_SCSI_AIC79XX is not set
CONFIG_SCSI_AIC94XX=y
CONFIG_AIC94XX_DEBUG=y
CONFIG_SCSI_MVSAS=y
CONFIG_SCSI_MVSAS_DEBUG=y
CONFIG_SCSI_DPT_I2O=m
CONFIG_SCSI_ADVANSYS=m
CONFIG_SCSI_ARCMSR=m
CONFIG_MEGARAID_NEWGEN=y
CONFIG_MEGARAID_MM=m
CONFIG_MEGARAID_MAILBOX=m
CONFIG_MEGARAID_LEGACY=m
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_MPT2SAS is not set
CONFIG_SCSI_HPTIOP=y
CONFIG_SCSI_BUSLOGIC=y
CONFIG_LIBFC=y
CONFIG_LIBFCOE=y
CONFIG_FCOE=y
# CONFIG_FCOE_FNIC is not set
CONFIG_SCSI_DMX3191D=y
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=m
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
CONFIG_SCSI_INITIO=m
CONFIG_SCSI_INIA100=y
CONFIG_SCSI_PPA=m
CONFIG_SCSI_IMM=m
CONFIG_SCSI_IZIP_EPP16=y
CONFIG_SCSI_IZIP_SLOW_CTR=y
CONFIG_SCSI_STEX=y
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
CONFIG_SCSI_QLOGIC_1280=m
CONFIG_SCSI_QLA_FC=m
# CONFIG_SCSI_QLA_ISCSI is not set
CONFIG_SCSI_LPFC=m
CONFIG_SCSI_LPFC_DEBUG_FS=y
CONFIG_SCSI_DC395x=m
CONFIG_SCSI_DC390T=m
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_SRP is not set
CONFIG_SCSI_LOWLEVEL_PCMCIA=y
CONFIG_PCMCIA_FDOMAIN=m
CONFIG_PCMCIA_QLOGIC=m
CONFIG_PCMCIA_SYM53C500=m
# CONFIG_SCSI_DH is not set
CONFIG_SCSI_OSD_INITIATOR=m
CONFIG_SCSI_OSD_ULD=m
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=y
CONFIG_SATA_AHCI=y
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y
CONFIG_SATA_SVW=m
CONFIG_ATA_PIIX=y
# CONFIG_SATA_MV is not set
CONFIG_SATA_NV=y
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
CONFIG_SATA_PROMISE=m
CONFIG_SATA_SX4=m
CONFIG_SATA_SIL=y
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_PATA_ALI is not set
CONFIG_PATA_AMD=y
# CONFIG_PATA_ARTOP is not set
CONFIG_PATA_ATIIXP=y
CONFIG_PATA_CMD640_PCI=m
CONFIG_PATA_CMD64X=y
CONFIG_PATA_CS5520=m
CONFIG_PATA_CS5530=m
CONFIG_PATA_CYPRESS=m
# CONFIG_PATA_EFAR is not set
CONFIG_ATA_GENERIC=m
CONFIG_PATA_HPT366=m
CONFIG_PATA_HPT37X=y
# CONFIG_PATA_HPT3X2N is not set
CONFIG_PATA_HPT3X3=m
# CONFIG_PATA_HPT3X3_DMA is not set
CONFIG_PATA_IT821X=m
CONFIG_PATA_IT8213=y
CONFIG_PATA_JMICRON=y
# CONFIG_PATA_TRIFLEX is not set
CONFIG_PATA_MARVELL=y
# CONFIG_PATA_MPIIX is not set
CONFIG_PATA_OLDPIIX=y
CONFIG_PATA_NETCELL=y
CONFIG_PATA_NINJA32=m
# CONFIG_PATA_NS87410 is not set
CONFIG_PATA_NS87415=y
CONFIG_PATA_OPTI=m
CONFIG_PATA_OPTIDMA=m
CONFIG_PATA_PCMCIA=m
CONFIG_PATA_PDC_OLD=y
CONFIG_PATA_RADISYS=y
# CONFIG_PATA_RZ1000 is not set
CONFIG_PATA_SC1200=m
CONFIG_PATA_SERVERWORKS=m
# CONFIG_PATA_PDC2027X is not set
CONFIG_PATA_SIL680=m
CONFIG_PATA_SIS=m
CONFIG_PATA_VIA=m
# CONFIG_PATA_WINBOND is not set
# CONFIG_PATA_SCH is not set
# CONFIG_MD is not set
CONFIG_FUSION=y
CONFIG_FUSION_SPI=y
CONFIG_FUSION_FC=m
CONFIG_FUSION_SAS=m
CONFIG_FUSION_MAX_SGE=128
CONFIG_FUSION_CTL=y
# CONFIG_FUSION_LAN is not set
# CONFIG_FUSION_LOGGING is not set
#
# IEEE 1394 (FireWire) support
#
#
# Enable only one of the two stacks, unless you know what you are doing
#
CONFIG_FIREWIRE=m
CONFIG_FIREWIRE_OHCI=m
CONFIG_FIREWIRE_OHCI_DEBUG=y
# CONFIG_FIREWIRE_SBP2 is not set
CONFIG_IEEE1394=y
CONFIG_IEEE1394_OHCI1394=m
# CONFIG_IEEE1394_PCILYNX is not set
# CONFIG_IEEE1394_SBP2 is not set
CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y
CONFIG_IEEE1394_ETH1394=m
CONFIG_IEEE1394_RAWIO=y
CONFIG_IEEE1394_VIDEO1394=m
CONFIG_IEEE1394_DV1394=m
CONFIG_IEEE1394_VERBOSEDEBUG=y
CONFIG_I2O=m
CONFIG_I2O_LCT_NOTIFY_ON_CHANGES=y
CONFIG_I2O_EXT_ADAPTEC=y
# CONFIG_I2O_EXT_ADAPTEC_DMA64 is not set
# CONFIG_I2O_CONFIG is not set
CONFIG_I2O_BUS=m
CONFIG_I2O_BLOCK=m
CONFIG_I2O_SCSI=m
# CONFIG_I2O_PROC is not set
CONFIG_MACINTOSH_DRIVERS=y
CONFIG_MAC_EMUMOUSEBTN=y
CONFIG_NETDEVICES=y
CONFIG_DUMMY=y
CONFIG_BONDING=y
CONFIG_MACVLAN=m
CONFIG_EQUALIZER=m
CONFIG_TUN=y
CONFIG_VETH=y
CONFIG_ARCNET=y
CONFIG_ARCNET_1201=y
CONFIG_ARCNET_1051=m
CONFIG_ARCNET_RAW=m
CONFIG_ARCNET_CAP=m
CONFIG_ARCNET_COM90xx=m
# CONFIG_ARCNET_COM90xxIO is not set
CONFIG_ARCNET_RIM_I=m
CONFIG_ARCNET_COM20020=m
CONFIG_ARCNET_COM20020_PCI=m
CONFIG_PHYLIB=y
#
# MII PHY device drivers
#
CONFIG_MARVELL_PHY=m
# CONFIG_DAVICOM_PHY is not set
# CONFIG_QSEMI_PHY is not set
CONFIG_LXT_PHY=m
CONFIG_CICADA_PHY=y
CONFIG_VITESSE_PHY=y
CONFIG_SMSC_PHY=y
CONFIG_BROADCOM_PHY=m
CONFIG_ICPLUS_PHY=y
# CONFIG_REALTEK_PHY is not set
CONFIG_NATIONAL_PHY=y
# CONFIG_STE10XP is not set
# CONFIG_LSI_ET1011C_PHY is not set
CONFIG_FIXED_PHY=y
CONFIG_MDIO_BITBANG=y
CONFIG_MDIO_GPIO=y
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
CONFIG_HAPPYMEAL=y
CONFIG_SUNGEM=y
# CONFIG_CASSINI is not set
CONFIG_NET_VENDOR_3COM=y
CONFIG_VORTEX=y
CONFIG_TYPHOON=m
CONFIG_ENC28J60=y
CONFIG_ENC28J60_WRITEVERIFY=y
CONFIG_ETHOC=m
CONFIG_DNET=y
CONFIG_NET_TULIP=y
# CONFIG_DE2104X is not set
CONFIG_TULIP=y
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_MMIO is not set
CONFIG_TULIP_NAPI=y
CONFIG_TULIP_NAPI_HW_MITIGATION=y
CONFIG_DE4X5=m
CONFIG_WINBOND_840=y
CONFIG_DM9102=y
CONFIG_ULI526X=y
CONFIG_PCMCIA_XIRCOM=m
CONFIG_HP100=m
# 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 is not set
CONFIG_AMD8111_ETH=y
# CONFIG_ADAPTEC_STARFIRE is not set
CONFIG_B44=m
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
CONFIG_FORCEDETH=y
CONFIG_FORCEDETH_NAPI=y
CONFIG_E100=y
CONFIG_FEALNX=y
CONFIG_NATSEMI=y
CONFIG_NE2K_PCI=y
CONFIG_8139CP=m
CONFIG_8139TOO=y
CONFIG_8139TOO_PIO=y
# CONFIG_8139TOO_TUNE_TWISTER is not set
CONFIG_8139TOO_8129=y
CONFIG_8139_OLD_RX_RESET=y
CONFIG_R6040=y
CONFIG_SIS900=m
# CONFIG_EPIC100 is not set
CONFIG_SMSC9420=y
CONFIG_SUNDANCE=y
# CONFIG_SUNDANCE_MMIO is not set
CONFIG_TLAN=m
CONFIG_KS8842=m
CONFIG_VIA_RHINE=y
CONFIG_VIA_RHINE_MMIO=y
CONFIG_SC92031=m
# CONFIG_NET_POCKET is not set
# CONFIG_ATL2 is not set
CONFIG_NETDEV_1000=y
CONFIG_ACENIC=m
CONFIG_ACENIC_OMIT_TIGON_I=y
CONFIG_DL2K=m
# CONFIG_E1000 is not set
CONFIG_E1000E=y
CONFIG_IP1000=y
# CONFIG_IGB is not set
# CONFIG_IGBVF is not set
CONFIG_NS83820=y
CONFIG_HAMACHI=m
CONFIG_YELLOWFIN=y
# CONFIG_R8169 is not set
CONFIG_SIS190=m
CONFIG_SKGE=m
CONFIG_SKGE_DEBUG=y
CONFIG_SKY2=y
CONFIG_SKY2_DEBUG=y
# CONFIG_VIA_VELOCITY is not set
CONFIG_TIGON3=y
# CONFIG_BNX2 is not set
CONFIG_QLA3XXX=m
CONFIG_ATL1=y
CONFIG_ATL1E=y
CONFIG_ATL1C=m
# CONFIG_JME is not set
CONFIG_NETDEV_10000=y
CONFIG_MDIO=y
CONFIG_CHELSIO_T1=m
CONFIG_CHELSIO_T1_1G=y
CONFIG_CHELSIO_T3_DEPENDS=y
# CONFIG_CHELSIO_T3 is not set
# CONFIG_ENIC is not set
CONFIG_IXGBE=y
# CONFIG_IXGB is not set
CONFIG_S2IO=y
# CONFIG_VXGE is not set
# CONFIG_MYRI10GE is not set
# CONFIG_NETXEN_NIC is not set
CONFIG_NIU=m
CONFIG_MLX4_EN=m
CONFIG_MLX4_CORE=m
CONFIG_MLX4_DEBUG=y
CONFIG_TEHUTI=y
CONFIG_BNX2X=m
CONFIG_QLGE=m
CONFIG_SFC=m
# CONFIG_BE2NET is not set
# CONFIG_TR is not set
#
# Wireless LAN
#
CONFIG_WLAN_PRE80211=y
# CONFIG_STRIP is not set
CONFIG_PCMCIA_WAVELAN=m
# CONFIG_PCMCIA_NETWAVE is not set
CONFIG_WLAN_80211=y
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_LIBERTAS is not set
CONFIG_AIRO=m
# CONFIG_ATMEL is not set
CONFIG_AIRO_CS=m
CONFIG_PCMCIA_WL3501=m
CONFIG_PRISM54=y
CONFIG_USB_ZD1201=y
CONFIG_IPW2100=y
# CONFIG_IPW2100_MONITOR is not set
# CONFIG_IPW2100_DEBUG is not set
CONFIG_IPW2200=y
# CONFIG_IPW2200_MONITOR is not set
CONFIG_IPW2200_QOS=y
# CONFIG_IPW2200_DEBUG is not set
CONFIG_LIBIPW=y
CONFIG_LIBIPW_DEBUG=y
# CONFIG_HOSTAP is not set
# CONFIG_HERMES is not set
#
# WiMAX Wireless Broadband devices
#
#
# Enable MMC support to see WiMAX SDIO drivers
#
# CONFIG_WIMAX_I2400M_USB is not set
#
# USB Network Adapters
#
CONFIG_USB_CATC=m
CONFIG_USB_KAWETH=m
CONFIG_USB_PEGASUS=m
CONFIG_USB_RTL8150=m
# CONFIG_USB_USBNET is not set
CONFIG_USB_HSO=y
CONFIG_NET_PCMCIA=y
CONFIG_PCMCIA_3C589=m
CONFIG_PCMCIA_3C574=m
CONFIG_PCMCIA_FMVJ18X=m
CONFIG_PCMCIA_PCNET=m
CONFIG_PCMCIA_NMCLAN=m
CONFIG_PCMCIA_SMC91C92=m
# CONFIG_PCMCIA_XIRC2PS is not set
CONFIG_PCMCIA_AXNET=m
CONFIG_ARCNET_COM20020_CS=m
CONFIG_WAN=y
# CONFIG_HDLC is not set
CONFIG_DLCI=m
CONFIG_DLCI_MAX=8
CONFIG_WAN_ROUTER_DRIVERS=y
CONFIG_CYCLADES_SYNC=m
CONFIG_CYCLOMX_X25=y
CONFIG_LAPBETHER=m
CONFIG_X25_ASY=m
# CONFIG_SBNI is not set
# CONFIG_ATM_DRIVERS is not set
CONFIG_XEN_NETDEV_FRONTEND=m
CONFIG_FDDI=y
CONFIG_DEFXX=m
CONFIG_DEFXX_MMIO=y
# CONFIG_SKFP is not set
CONFIG_HIPPI=y
# CONFIG_ROADRUNNER is not set
# CONFIG_PLIP is not set
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
# CONFIG_PPP_FILTER is not set
# CONFIG_PPP_ASYNC is not set
# CONFIG_PPP_SYNC_TTY is not set
CONFIG_PPP_DEFLATE=m
# CONFIG_PPP_BSDCOMP is not set
# CONFIG_PPP_MPPE is not set
CONFIG_PPPOE=m
CONFIG_PPPOATM=m
# CONFIG_PPPOL2TP is not set
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLHC=m
# CONFIG_SLIP_SMART is not set
CONFIG_SLIP_MODE_SLIP6=y
CONFIG_NET_FC=y
CONFIG_NETCONSOLE=y
CONFIG_NETCONSOLE_DYNAMIC=y
CONFIG_NETPOLL=y
CONFIG_NETPOLL_TRAP=y
CONFIG_NET_POLL_CONTROLLER=y
# CONFIG_ISDN is not set
CONFIG_PHONE=m
# CONFIG_PHONE_IXJ is not set
#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
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=m
CONFIG_XEN_KBDDEV_FRONTEND=y
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_KEYBOARD_SUNKBD=y
CONFIG_KEYBOARD_LKKBD=m
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_KEYBOARD_STOWAWAY=m
# CONFIG_KEYBOARD_GPIO is not set
CONFIG_INPUT_MOUSE=y
# CONFIG_MOUSE_PS2 is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
CONFIG_MOUSE_BCM5974=m
CONFIG_MOUSE_VSXXXAA=m
CONFIG_MOUSE_GPIO=y
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
CONFIG_JOYSTICK_A3D=m
# CONFIG_JOYSTICK_ADI is not set
CONFIG_JOYSTICK_COBRA=y
CONFIG_JOYSTICK_GF2K=m
CONFIG_JOYSTICK_GRIP=y
CONFIG_JOYSTICK_GRIP_MP=y
CONFIG_JOYSTICK_GUILLEMOT=m
# CONFIG_JOYSTICK_INTERACT is not set
CONFIG_JOYSTICK_SIDEWINDER=y
CONFIG_JOYSTICK_TMDC=m
CONFIG_JOYSTICK_IFORCE=y
CONFIG_JOYSTICK_IFORCE_USB=y
# CONFIG_JOYSTICK_IFORCE_232 is not set
CONFIG_JOYSTICK_WARRIOR=m
# CONFIG_JOYSTICK_MAGELLAN is not set
CONFIG_JOYSTICK_SPACEORB=y
CONFIG_JOYSTICK_SPACEBALL=y
CONFIG_JOYSTICK_STINGER=m
# CONFIG_JOYSTICK_TWIDJOY is not set
CONFIG_JOYSTICK_ZHENHUA=m
CONFIG_JOYSTICK_DB9=m
CONFIG_JOYSTICK_GAMECON=m
CONFIG_JOYSTICK_TURBOGRAFX=m
CONFIG_JOYSTICK_JOYDUMP=y
CONFIG_JOYSTICK_XPAD=m
# CONFIG_JOYSTICK_XPAD_FF is not set
CONFIG_JOYSTICK_XPAD_LEDS=y
CONFIG_JOYSTICK_WALKERA0701=m
CONFIG_INPUT_TABLET=y
CONFIG_TABLET_USB_ACECAD=y
# CONFIG_TABLET_USB_AIPTEK is not set
CONFIG_TABLET_USB_GTCO=y
# CONFIG_TABLET_USB_KBTAB is not set
CONFIG_TABLET_USB_WACOM=y
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_ADS7846=m
CONFIG_TOUCHSCREEN_AD7877=m
CONFIG_TOUCHSCREEN_AD7879_I2C=y
CONFIG_TOUCHSCREEN_AD7879=y
# CONFIG_TOUCHSCREEN_DA9034 is not set
# CONFIG_TOUCHSCREEN_FUJITSU is not set
# CONFIG_TOUCHSCREEN_GUNZE is not set
# CONFIG_TOUCHSCREEN_ELO is not set
# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
# CONFIG_TOUCHSCREEN_MTOUCH is not set
CONFIG_TOUCHSCREEN_INEXIO=y
CONFIG_TOUCHSCREEN_MK712=y
CONFIG_TOUCHSCREEN_PENMOUNT=y
CONFIG_TOUCHSCREEN_TOUCHRIGHT=m
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
CONFIG_TOUCHSCREEN_TOUCHIT213=y
CONFIG_TOUCHSCREEN_TSC2007=m
# CONFIG_INPUT_MISC is not set
#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
CONFIG_SERIO_CT82C710=m
CONFIG_SERIO_PARKBD=m
CONFIG_SERIO_PCIPS2=y
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
CONFIG_GAMEPORT=y
CONFIG_GAMEPORT_NS558=y
CONFIG_GAMEPORT_L4=m
# CONFIG_GAMEPORT_EMU10K1 is not set
CONFIG_GAMEPORT_FM801=y
#
# Character devices
#
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
# CONFIG_DEVKMEM is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_NOZOMI=y
#
# 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 is not set
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set
#
# Non-8250 serial port support
#
CONFIG_SERIAL_MAX3100=m
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_CONSOLE_POLL=y
CONFIG_SERIAL_JSM=m
CONFIG_UNIX98_PTYS=y
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
# CONFIG_PRINTER is not set
CONFIG_PPDEV=m
# CONFIG_HVC_XEN is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
# CONFIG_HW_RANDOM_INTEL is not set
CONFIG_HW_RANDOM_AMD=y
# CONFIG_HW_RANDOM_VIA is not set
# CONFIG_NVRAM is not set
CONFIG_R3964=y
CONFIG_APPLICOM=y
#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
# CONFIG_CARDMAN_4000 is not set
CONFIG_CARDMAN_4040=m
CONFIG_IPWIRELESS=m
CONFIG_MWAVE=y
CONFIG_PC8736x_GPIO=y
CONFIG_NSC_GPIO=y
CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=256
# CONFIG_HANGCHECK_TIMER is not set
CONFIG_TCG_TPM=m
CONFIG_TCG_NSC=m
CONFIG_TCG_ATMEL=m
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=m
# CONFIG_I2C_HELPER_AUTO is not set
#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=y
CONFIG_I2C_ALGOPCF=y
# CONFIG_I2C_ALGOPCA is not set
#
# I2C Hardware Bus support
#
#
# PC SMBus host controller drivers
#
CONFIG_I2C_ALI1535=m
CONFIG_I2C_ALI1563=m
CONFIG_I2C_ALI15X3=m
CONFIG_I2C_AMD756=y
# CONFIG_I2C_AMD756_S4882 is not set
# CONFIG_I2C_AMD8111 is not set
CONFIG_I2C_I801=y
CONFIG_I2C_ISCH=y
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
CONFIG_I2C_SIS5595=y
CONFIG_I2C_SIS630=m
CONFIG_I2C_SIS96X=m
CONFIG_I2C_VIA=y
CONFIG_I2C_VIAPRO=y
#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
CONFIG_I2C_GPIO=m
# CONFIG_I2C_OCORES is not set
CONFIG_I2C_SIMTEC=m
#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_PARPORT is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set
#
# Graphics adapter I2C/DDC channel drivers
#
# CONFIG_I2C_VOODOO3 is not set
#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_PCA_PLATFORM is not set
CONFIG_I2C_STUB=m
#
# Miscellaneous I2C Chip support
#
CONFIG_DS1682=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=y
CONFIG_SPI_DEBUG=y
CONFIG_SPI_MASTER=y
#
# SPI Master Controller Drivers
#
CONFIG_SPI_BITBANG=y
CONFIG_SPI_BUTTERFLY=m
CONFIG_SPI_GPIO=m
CONFIG_SPI_LM70_LLP=m
#
# SPI Protocol Masters
#
CONFIG_SPI_SPIDEV=m
CONFIG_SPI_TLE62X0=m
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
CONFIG_GPIOLIB=y
# CONFIG_DEBUG_GPIO is not set
# CONFIG_GPIO_SYSFS is not set
#
# Memory mapped GPIO expanders:
#
#
# I2C GPIO expanders:
#
CONFIG_GPIO_MAX732X=y
CONFIG_GPIO_PCA953X=y
CONFIG_GPIO_PCF857X=y
# CONFIG_GPIO_TWL4030 is not set
#
# PCI GPIO expanders:
#
# CONFIG_GPIO_BT8XX is not set
#
# SPI GPIO expanders:
#
CONFIG_GPIO_MAX7301=y
CONFIG_GPIO_MCP23S08=m
CONFIG_W1=y
CONFIG_W1_CON=y
#
# 1-wire Bus Masters
#
CONFIG_W1_MASTER_MATROX=y
# CONFIG_W1_MASTER_DS2490 is not set
CONFIG_W1_MASTER_DS2482=m
# CONFIG_W1_MASTER_GPIO is not set
#
# 1-wire Slaves
#
# CONFIG_W1_SLAVE_THERM is not set
# CONFIG_W1_SLAVE_SMEM is not set
CONFIG_W1_SLAVE_DS2431=y
# CONFIG_W1_SLAVE_DS2433 is not set
CONFIG_W1_SLAVE_DS2760=m
CONFIG_W1_SLAVE_BQ27000=m
CONFIG_POWER_SUPPLY=m
CONFIG_POWER_SUPPLY_DEBUG=y
CONFIG_PDA_POWER=m
CONFIG_BATTERY_DS2760=m
CONFIG_BATTERY_BQ27x00=m
CONFIG_BATTERY_DA9030=m
# CONFIG_CHARGER_PCF50633 is not set
CONFIG_HWMON=m
CONFIG_HWMON_VID=m
CONFIG_SENSORS_ABITUGURU=m
CONFIG_SENSORS_ABITUGURU3=m
CONFIG_SENSORS_AD7414=m
CONFIG_SENSORS_AD7418=m
# CONFIG_SENSORS_ADCXX is not set
# CONFIG_SENSORS_ADM1021 is not set
CONFIG_SENSORS_ADM1025=m
CONFIG_SENSORS_ADM1026=m
CONFIG_SENSORS_ADM1029=m
CONFIG_SENSORS_ADM1031=m
CONFIG_SENSORS_ADM9240=m
CONFIG_SENSORS_ADT7462=m
# CONFIG_SENSORS_ADT7470 is not set
CONFIG_SENSORS_ADT7473=m
# CONFIG_SENSORS_ADT7475 is not set
CONFIG_SENSORS_K8TEMP=m
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS1621 is not set
CONFIG_SENSORS_I5K_AMB=m
# CONFIG_SENSORS_F71805F is not set
CONFIG_SENSORS_F71882FG=m
CONFIG_SENSORS_F75375S=m
CONFIG_SENSORS_FSCHER=m
CONFIG_SENSORS_FSCPOS=m
CONFIG_SENSORS_FSCHMD=m
CONFIG_SENSORS_G760A=m
CONFIG_SENSORS_GL518SM=m
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_CORETEMP is not set
CONFIG_SENSORS_IT87=m
CONFIG_SENSORS_LM63=m
CONFIG_SENSORS_LM70=m
CONFIG_SENSORS_LM75=m
CONFIG_SENSORS_LM77=m
CONFIG_SENSORS_LM78=m
# CONFIG_SENSORS_LM80 is not set
CONFIG_SENSORS_LM83=m
# CONFIG_SENSORS_LM85 is not set
CONFIG_SENSORS_LM87=m
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
CONFIG_SENSORS_LTC4215=m
CONFIG_SENSORS_LTC4245=m
CONFIG_SENSORS_LM95241=m
# CONFIG_SENSORS_MAX1111 is not set
CONFIG_SENSORS_MAX1619=m
# CONFIG_SENSORS_MAX6650 is not set
CONFIG_SENSORS_PC87360=m
CONFIG_SENSORS_PC87427=m
CONFIG_SENSORS_PCF8591=m
CONFIG_SENSORS_SHT15=m
CONFIG_SENSORS_SIS5595=m
CONFIG_SENSORS_DME1737=m
CONFIG_SENSORS_SMSC47M1=m
CONFIG_SENSORS_SMSC47M192=m
CONFIG_SENSORS_SMSC47B397=m
# CONFIG_SENSORS_ADS7828 is not set
CONFIG_SENSORS_THMC50=m
CONFIG_SENSORS_TMP401=m
CONFIG_SENSORS_VIA686A=m
CONFIG_SENSORS_VT1211=m
CONFIG_SENSORS_VT8231=m
# CONFIG_SENSORS_W83781D is not set
CONFIG_SENSORS_W83791D=m
CONFIG_SENSORS_W83792D=m
CONFIG_SENSORS_W83793=m
# CONFIG_SENSORS_W83L785TS is not set
CONFIG_SENSORS_W83L786NG=m
# CONFIG_SENSORS_W83627HF is not set
CONFIG_SENSORS_W83627EHF=m
CONFIG_SENSORS_HDAPS=m
# CONFIG_SENSORS_LIS3_SPI is not set
CONFIG_SENSORS_APPLESMC=m
# CONFIG_HWMON_DEBUG_CHIP is not set
CONFIG_THERMAL=m
CONFIG_THERMAL_HWMON=y
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=y
CONFIG_ACQUIRE_WDT=m
CONFIG_ADVANTECH_WDT=m
CONFIG_ALIM1535_WDT=y
# CONFIG_ALIM7101_WDT is not set
CONFIG_SC520_WDT=m
# CONFIG_EUROTECH_WDT is not set
CONFIG_IB700_WDT=m
# CONFIG_IBMASR is not set
# CONFIG_WAFER_WDT is not set
CONFIG_I6300ESB_WDT=m
CONFIG_ITCO_WDT=y
CONFIG_ITCO_VENDOR_SUPPORT=y
CONFIG_IT8712F_WDT=y
CONFIG_IT87_WDT=m
# CONFIG_HP_WATCHDOG is not set
# CONFIG_SC1200_WDT is not set
CONFIG_PC87413_WDT=m
CONFIG_60XX_WDT=y
CONFIG_SBC8360_WDT=y
CONFIG_CPU5_WDT=y
CONFIG_SMSC_SCH311X_WDT=y
# CONFIG_SMSC37B787_WDT is not set
CONFIG_W83627HF_WDT=y
# CONFIG_W83697HF_WDT is not set
# CONFIG_W83697UG_WDT is not set
CONFIG_W83877F_WDT=m
CONFIG_W83977F_WDT=y
CONFIG_MACHZ_WDT=y
# CONFIG_SBC_EPX_C3_WATCHDOG is not set
#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set
#
# USB-based Watchdog Cards
#
CONFIG_USBPCWATCHDOG=m
CONFIG_SSB_POSSIBLE=y
#
# Sonics Silicon Backplane
#
CONFIG_SSB=y
CONFIG_SSB_SPROM=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
# CONFIG_SSB_B43_PCI_BRIDGE is not set
CONFIG_SSB_DEBUG=y
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y
#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
CONFIG_MFD_SM501=y
# CONFIG_MFD_SM501_GPIO is not set
# CONFIG_HTC_PASIC3 is not set
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_WM8350_I2C is not set
CONFIG_MFD_PCF50633=m
CONFIG_PCF50633_ADC=m
# CONFIG_PCF50633_GPIO is not set
# CONFIG_REGULATOR is not set
#
# Multimedia devices
#
#
# Multimedia core support
#
# CONFIG_VIDEO_DEV is not set
# CONFIG_DVB_CORE is not set
# CONFIG_VIDEO_MEDIA is not set
#
# Multimedia drivers
#
CONFIG_DAB=y
# CONFIG_USB_DABUSB is not set
#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
CONFIG_AGP_SIS=y
CONFIG_AGP_VIA=y
CONFIG_DRM=y
CONFIG_DRM_TDFX=m
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
CONFIG_DRM_I810=y
# CONFIG_DRM_I830 is not set
# CONFIG_DRM_I915 is not set
CONFIG_DRM_MGA=y
# CONFIG_DRM_SIS is not set
CONFIG_DRM_VIA=y
CONFIG_DRM_SAVAGE=m
CONFIG_VGASTATE=y
# CONFIG_VIDEO_OUTPUT_CONTROL is not set
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_DDC=y
CONFIG_FB_BOOT_VESA_SUPPORT=y
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 is not set
CONFIG_FB_BIG_ENDIAN=y
# CONFIG_FB_LITTLE_ENDIAN is not set
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=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_CIRRUS is not set
CONFIG_FB_PM2=y
CONFIG_FB_PM2_FIFO_DISCONNECT=y
# CONFIG_FB_CYBER2000 is not set
CONFIG_FB_ARC=m
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_UVESA=y
# CONFIG_FB_VESA is not set
# CONFIG_FB_N411 is not set
CONFIG_FB_HGA=m
# CONFIG_FB_HGA_ACCEL is not set
CONFIG_FB_S1D13XXX=y
CONFIG_FB_NVIDIA=m
CONFIG_FB_NVIDIA_I2C=y
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 is not set
# CONFIG_FB_LE80578 is not set
CONFIG_FB_INTEL=y
CONFIG_FB_INTEL_DEBUG=y
CONFIG_FB_INTEL_I2C=y
CONFIG_FB_MATROX=m
CONFIG_FB_MATROX_MILLENIUM=y
CONFIG_FB_MATROX_MYSTIQUE=y
CONFIG_FB_MATROX_G=y
# CONFIG_FB_MATROX_I2C is not set
CONFIG_FB_MATROX_MULTIHEAD=y
# CONFIG_FB_RADEON is not set
CONFIG_FB_ATY128=m
CONFIG_FB_ATY128_BACKLIGHT=y
CONFIG_FB_ATY=y
# CONFIG_FB_ATY_CT is not set
CONFIG_FB_ATY_GX=y
# CONFIG_FB_ATY_BACKLIGHT is not set
CONFIG_FB_S3=y
CONFIG_FB_SAVAGE=m
CONFIG_FB_SAVAGE_I2C=y
# CONFIG_FB_SAVAGE_ACCEL is not set
CONFIG_FB_SIS=m
# CONFIG_FB_SIS_300 is not set
# CONFIG_FB_SIS_315 is not set
CONFIG_FB_VIA=y
CONFIG_FB_NEOMAGIC=m
CONFIG_FB_KYRO=y
CONFIG_FB_3DFX=y
CONFIG_FB_3DFX_ACCEL=y
CONFIG_FB_3DFX_I2C=y
CONFIG_FB_VOODOO1=y
# CONFIG_FB_VT8623 is not set
CONFIG_FB_TRIDENT=y
# CONFIG_FB_ARK is not set
CONFIG_FB_PM3=y
CONFIG_FB_CARMINE=m
# CONFIG_FB_CARMINE_DRAM_EVAL is not set
CONFIG_CARMINE_DRAM_CUSTOM=y
CONFIG_FB_GEODE=y
# CONFIG_FB_GEODE_LX is not set
CONFIG_FB_GEODE_GX=m
CONFIG_FB_GEODE_GX1=y
CONFIG_FB_SM501=y
# CONFIG_FB_VIRTUAL is not set
CONFIG_XEN_FBDEV_FRONTEND=y
CONFIG_FB_METRONOME=m
CONFIG_FB_MB862XX=m
# CONFIG_FB_MB862XX_PCI_GDC is not set
CONFIG_FB_BROADSHEET=m
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
CONFIG_LCD_LTV350QV=m
# CONFIG_LCD_ILI9320 is not set
# CONFIG_LCD_TDO24M is not set
# CONFIG_LCD_VGG2432A4 is not set
CONFIG_LCD_PLATFORM=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_GENERIC=m
# CONFIG_BACKLIGHT_PROGEAR is not set
CONFIG_BACKLIGHT_DA903X=y
CONFIG_BACKLIGHT_MBP_NVIDIA=y
# CONFIG_BACKLIGHT_SAHARA is not set
#
# Display device support
#
CONFIG_DISPLAY_SUPPORT=m
#
# 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_FRAMEBUFFER_CONSOLE is not set
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
# CONFIG_SOUND is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
CONFIG_HID_DEBUG=y
CONFIG_HIDRAW=y
#
# USB Input Devices
#
# CONFIG_USB_HID is not set
CONFIG_HID_PID=y
#
# Special HID drivers
#
CONFIG_HID_APPLE=m
CONFIG_HID_WACOM=m
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=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DEVICE_CLASS is not set
CONFIG_USB_DYNAMIC_MINORS=y
# CONFIG_USB_OTG is not set
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_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
CONFIG_USB_ISP1760_HCD=y
CONFIG_USB_OHCI_HCD=y
# CONFIG_USB_OHCI_HCD_SSB is not set
# 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=m
CONFIG_USB_SL811_CS=m
CONFIG_USB_R8A66597_HCD=m
# CONFIG_USB_WHCI_HCD is not set
CONFIG_USB_HWA_HCD=m
#
# USB Device Class drivers
#
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=y
CONFIG_USB_WDM=y
# CONFIG_USB_TMC is not set
#
# 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=y
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
CONFIG_USB_STORAGE_ISD200=m
CONFIG_USB_STORAGE_USBAT=y
CONFIG_USB_STORAGE_SDDR09=m
# CONFIG_USB_STORAGE_SDDR55 is not set
CONFIG_USB_STORAGE_JUMPSHOT=m
CONFIG_USB_STORAGE_ALAUDA=y
CONFIG_USB_STORAGE_ONETOUCH=m
CONFIG_USB_STORAGE_KARMA=y
CONFIG_USB_STORAGE_CYPRESS_ATACB=y
# CONFIG_USB_LIBUSUAL is not set
#
# USB Imaging devices
#
CONFIG_USB_MDC800=y
CONFIG_USB_MICROTEK=m
#
# USB port drivers
#
# CONFIG_USB_USS720 is not set
# CONFIG_USB_SERIAL is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
CONFIG_USB_ADUTUX=m
# CONFIG_USB_SEVSEG is not set
CONFIG_USB_RIO500=y
CONFIG_USB_LEGOTOWER=m
# CONFIG_USB_LCD is not set
# CONFIG_USB_BERRY_CHARGE is not set
CONFIG_USB_LED=y
# CONFIG_USB_CYPRESS_CY7C63 is not set
CONFIG_USB_CYTHERM=y
CONFIG_USB_IDMOUSE=y
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
CONFIG_USB_TRANCEVIBRATOR=m
# CONFIG_USB_IOWARRIOR is not set
CONFIG_USB_TEST=y
CONFIG_USB_ISIGHTFW=m
CONFIG_USB_VST=y
CONFIG_USB_ATM=m
CONFIG_USB_SPEEDTOUCH=m
CONFIG_USB_CXACRU=m
# CONFIG_USB_UEAGLEATM is not set
CONFIG_USB_XUSBATM=m
# CONFIG_USB_GADGET is not set
#
# OTG and related infrastructure
#
CONFIG_USB_OTG_UTILS=y
# CONFIG_USB_GPIO_VBUS is not set
CONFIG_NOP_USB_XCEIV=m
CONFIG_UWB=y
CONFIG_UWB_HWA=m
# CONFIG_UWB_WHCI is not set
# CONFIG_UWB_WLP is not set
# CONFIG_UWB_I1480U is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
#
# LED drivers
#
CONFIG_LEDS_ALIX2=y
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_GPIO is not set
CONFIG_LEDS_LP5521=m
# CONFIG_LEDS_CLEVO_MAIL is not set
CONFIG_LEDS_PCA955X=y
# CONFIG_LEDS_DA903X is not set
CONFIG_LEDS_DAC124S085=m
# CONFIG_LEDS_BD2802 is not set
#
# LED Triggers
#
# CONFIG_LEDS_TRIGGERS is not set
# CONFIG_ACCESSIBILITY is not set
CONFIG_INFINIBAND=m
# CONFIG_INFINIBAND_USER_MAD is not set
CONFIG_INFINIBAND_USER_ACCESS=m
CONFIG_INFINIBAND_USER_MEM=y
CONFIG_INFINIBAND_ADDR_TRANS=y
CONFIG_INFINIBAND_MTHCA=m
CONFIG_INFINIBAND_MTHCA_DEBUG=y
# CONFIG_INFINIBAND_IPATH is not set
CONFIG_INFINIBAND_AMSO1100=m
CONFIG_INFINIBAND_AMSO1100_DEBUG=y
CONFIG_MLX4_INFINIBAND=m
CONFIG_INFINIBAND_NES=m
CONFIG_INFINIBAND_NES_DEBUG=y
# CONFIG_INFINIBAND_IPOIB is not set
CONFIG_INFINIBAND_SRP=m
CONFIG_INFINIBAND_ISER=m
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set
#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
# CONFIG_RTC_INTF_DEV is not set
# CONFIG_RTC_DRV_TEST is not set
#
# I2C RTC drivers
#
CONFIG_RTC_DRV_DS1307=m
# CONFIG_RTC_DRV_DS1374 is not set
CONFIG_RTC_DRV_DS1672=m
CONFIG_RTC_DRV_MAX6900=y
# CONFIG_RTC_DRV_RS5C372 is not set
CONFIG_RTC_DRV_ISL1208=y
CONFIG_RTC_DRV_X1205=m
CONFIG_RTC_DRV_PCF8563=m
CONFIG_RTC_DRV_PCF8583=m
CONFIG_RTC_DRV_M41T80=y
# CONFIG_RTC_DRV_M41T80_WDT is not set
CONFIG_RTC_DRV_TWL4030=m
CONFIG_RTC_DRV_S35390A=y
CONFIG_RTC_DRV_FM3130=m
CONFIG_RTC_DRV_RX8581=y
#
# SPI RTC drivers
#
CONFIG_RTC_DRV_M41T94=y
CONFIG_RTC_DRV_DS1305=m
CONFIG_RTC_DRV_DS1390=m
CONFIG_RTC_DRV_MAX6902=m
# CONFIG_RTC_DRV_R9701 is not set
CONFIG_RTC_DRV_RS5C348=y
CONFIG_RTC_DRV_DS3234=m
#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=m
CONFIG_RTC_DRV_DS1286=m
CONFIG_RTC_DRV_DS1511=y
CONFIG_RTC_DRV_DS1553=m
CONFIG_RTC_DRV_DS1742=m
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
CONFIG_RTC_DRV_M48T35=y
CONFIG_RTC_DRV_M48T59=y
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 is not set
CONFIG_AUXDISPLAY=y
CONFIG_KS0108=m
CONFIG_KS0108_PORT=0x378
CONFIG_KS0108_DELAY=2
CONFIG_CFAG12864B=m
CONFIG_CFAG12864B_RATE=20
# CONFIG_UIO is not set
CONFIG_XEN_BALLOON=y
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_DEV_EVTCHN=m
# CONFIG_XENFS is not set
# CONFIG_XEN_SYS_HYPERVISOR is not set
# CONFIG_STAGING is not set
CONFIG_X86_PLATFORM_DEVICES=y
#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
CONFIG_DELL_RBU=y
# CONFIG_DCDBAS is not set
CONFIG_DMIID=y
CONFIG_ISCSI_IBFT_FIND=y
# CONFIG_ISCSI_IBFT is not set
#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_EXT4_FS=y
CONFIG_EXT4DEV_COMPAT=y
# CONFIG_EXT4_FS_XATTR is not set
CONFIG_JBD=y
CONFIG_JBD_DEBUG=y
CONFIG_JBD2=y
CONFIG_JBD2_DEBUG=y
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=m
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_REISERFS_FS_SECURITY=y
CONFIG_JFS_FS=y
CONFIG_JFS_POSIX_ACL=y
CONFIG_JFS_SECURITY=y
# CONFIG_JFS_DEBUG is not set
CONFIG_JFS_STATISTICS=y
CONFIG_FS_POSIX_ACL=y
CONFIG_FILE_LOCKING=y
# CONFIG_XFS_FS is not set
CONFIG_GFS2_FS=y
CONFIG_GFS2_FS_LOCKING_DLM=y
CONFIG_OCFS2_FS=m
CONFIG_OCFS2_FS_O2CB=m
CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m
# 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=m
# CONFIG_BTRFS_FS_POSIX_ACL is not set
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
# CONFIG_INOTIFY is not set
CONFIG_INOTIFY_USER=y
CONFIG_QUOTA=y
# CONFIG_QUOTA_NETLINK_INTERFACE is not set
CONFIG_PRINT_QUOTA_WARNING=y
CONFIG_QUOTA_TREE=m
# CONFIG_QFMT_V1 is not set
# CONFIG_QFMT_V2 is not set
CONFIG_QUOTACTL=y
CONFIG_AUTOFS_FS=m
# CONFIG_AUTOFS4_FS is not set
CONFIG_FUSE_FS=m
CONFIG_CUSE=m
#
# Caches
#
CONFIG_FSCACHE=y
# CONFIG_FSCACHE_STATS is not set
CONFIG_FSCACHE_HISTOGRAM=y
# CONFIG_FSCACHE_DEBUG is not set
CONFIG_CACHEFILES=m
CONFIG_CACHEFILES_DEBUG=y
# CONFIG_CACHEFILES_HISTOGRAM is not set
#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
# CONFIG_VFAT_FS is not set
CONFIG_FAT_DEFAULT_CODEPAGE=437
# CONFIG_NTFS_FS is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_VMCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SYSFS=y
# CONFIG_TMPFS is not set
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=y
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_ECRYPT_FS is not set
# CONFIG_HFS_FS is not set
CONFIG_HFSPLUS_FS=y
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
CONFIG_EFS_FS=m
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
CONFIG_VXFS_FS=m
CONFIG_MINIX_FS=y
CONFIG_OMFS_FS=y
CONFIG_HPFS_FS=y
# CONFIG_QNX4FS_FS is not set
CONFIG_ROMFS_FS=m
CONFIG_ROMFS_BACKED_BY_BLOCK=y
# CONFIG_ROMFS_BACKED_BY_MTD is not set
# CONFIG_ROMFS_BACKED_BY_BOTH is not set
CONFIG_ROMFS_ON_BLOCK=y
CONFIG_SYSV_FS=m
CONFIG_UFS_FS=y
CONFIG_UFS_FS_WRITE=y
CONFIG_UFS_DEBUG=y
# CONFIG_EXOFS_FS is not set
CONFIG_NILFS2_FS=m
# CONFIG_NETWORK_FILESYSTEMS is not set
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
CONFIG_ACORN_PARTITION=y
CONFIG_ACORN_PARTITION_CUMANA=y
CONFIG_ACORN_PARTITION_EESOX=y
CONFIG_ACORN_PARTITION_ICS=y
CONFIG_ACORN_PARTITION_ADFS=y
CONFIG_ACORN_PARTITION_POWERTEC=y
CONFIG_ACORN_PARTITION_RISCIX=y
CONFIG_OSF_PARTITION=y
# CONFIG_AMIGA_PARTITION is not set
CONFIG_ATARI_PARTITION=y
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_UNIXWARE_DISKLABEL=y
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
# CONFIG_SGI_PARTITION is not set
CONFIG_ULTRIX_PARTITION=y
CONFIG_SUN_PARTITION=y
CONFIG_KARMA_PARTITION=y
CONFIG_EFI_PARTITION=y
CONFIG_SYSV68_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=m
CONFIG_NLS_CODEPAGE_855=m
CONFIG_NLS_CODEPAGE_857=y
CONFIG_NLS_CODEPAGE_860=m
CONFIG_NLS_CODEPAGE_861=y
CONFIG_NLS_CODEPAGE_862=m
CONFIG_NLS_CODEPAGE_863=y
CONFIG_NLS_CODEPAGE_864=y
# CONFIG_NLS_CODEPAGE_865 is not set
CONFIG_NLS_CODEPAGE_866=m
CONFIG_NLS_CODEPAGE_869=m
CONFIG_NLS_CODEPAGE_936=m
CONFIG_NLS_CODEPAGE_950=y
CONFIG_NLS_CODEPAGE_932=m
CONFIG_NLS_CODEPAGE_949=y
CONFIG_NLS_CODEPAGE_874=m
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=m
# CONFIG_NLS_ISO8859_2 is not set
CONFIG_NLS_ISO8859_3=y
CONFIG_NLS_ISO8859_4=y
# CONFIG_NLS_ISO8859_5 is not set
CONFIG_NLS_ISO8859_6=y
# CONFIG_NLS_ISO8859_7 is not set
CONFIG_NLS_ISO8859_9=y
# CONFIG_NLS_ISO8859_13 is not set
CONFIG_NLS_ISO8859_14=m
CONFIG_NLS_ISO8859_15=m
CONFIG_NLS_KOI8_R=m
CONFIG_NLS_KOI8_U=y
CONFIG_NLS_UTF8=y
CONFIG_DLM=y
# CONFIG_DLM_DEBUG is not set
#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=2048
CONFIG_MAGIC_SYSRQ=y
CONFIG_UNUSED_SYMBOLS=y
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_SHIRQ=y
# 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 is not set
# CONFIG_TIMER_STATS is not set
CONFIG_DEBUG_OBJECTS=y
CONFIG_DEBUG_OBJECTS_SELFTEST=y
CONFIG_DEBUG_OBJECTS_FREE=y
CONFIG_DEBUG_OBJECTS_TIMERS=y
CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_PI_LIST=y
CONFIG_RT_MUTEX_TESTER=y
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
CONFIG_LOCKDEP=y
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_LOCKDEP is not set
CONFIG_TRACE_IRQFLAGS=y
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_VM is not set
CONFIG_DEBUG_VIRTUAL=y
CONFIG_DEBUG_WRITECOUNT=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_DEBUG_LIST=y
# CONFIG_DEBUG_SG is not set
CONFIG_DEBUG_NOTIFIERS=y
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
CONFIG_BOOT_PRINTK_DELAY=y
CONFIG_RCU_TORTURE_TEST=m
CONFIG_RCU_CPU_STALL_DETECTOR=y
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
CONFIG_FAULT_INJECTION=y
CONFIG_FAILSLAB=y
CONFIG_FAIL_PAGE_ALLOC=y
CONFIG_FAIL_MAKE_REQUEST=y
# CONFIG_FAIL_IO_TIMEOUT is not set
# CONFIG_FAULT_INJECTION_DEBUG_FS is not set
# CONFIG_LATENCYTOP is not set
CONFIG_SYSCTL_SYSCALL_CHECK=y
# CONFIG_DEBUG_PAGEALLOC is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FTRACE_NMI_ENTER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=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_FTRACE_NMI_ENTER=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_FUNCTION_GRAPH_TRACER=y
CONFIG_IRQSOFF_TRACER=y
CONFIG_SYSPROF_TRACER=y
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_STACK_TRACER=y
CONFIG_KMEMTRACE=y
CONFIG_WORKQUEUE_TRACER=y
CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_DYNAMIC_FTRACE=y
CONFIG_FUNCTION_PROFILER=y
CONFIG_FTRACE_MCOUNT_RECORD=y
CONFIG_FTRACE_SELFTEST=y
CONFIG_FTRACE_STARTUP_TEST=y
CONFIG_MMIOTRACE=y
CONFIG_MMIOTRACE_TEST=m
# CONFIG_RING_BUFFER_BENCHMARK is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
CONFIG_FIREWIRE_OHCI_REMOTE_DMA=y
CONFIG_DYNAMIC_DEBUG=y
CONFIG_DMA_API_DEBUG=y
CONFIG_SAMPLES=y
CONFIG_SAMPLE_MARKERS=m
CONFIG_SAMPLE_TRACEPOINTS=m
# CONFIG_SAMPLE_TRACE_EVENTS is not set
CONFIG_SAMPLE_KOBJECT=m
CONFIG_HAVE_ARCH_KGDB=y
CONFIG_KGDB=y
CONFIG_KGDB_SERIAL_CONSOLE=y
CONFIG_KGDB_TESTS=y
# CONFIG_KGDB_TESTS_ON_BOOT is not set
# CONFIG_STRICT_DEVMEM is not set
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
CONFIG_EARLY_PRINTK_DBGP=y
CONFIG_DEBUG_STACKOVERFLOW=y
CONFIG_DEBUG_STACK_USAGE=y
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_X86_PTDUMP=y
# CONFIG_DEBUG_RODATA is not set
CONFIG_DEBUG_NX_TEST=m
CONFIG_IOMMU_DEBUG=y
CONFIG_IOMMU_STRESS=y
CONFIG_IOMMU_LEAK=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=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
CONFIG_DEBUG_BOOT_PARAMS=y
CONFIG_CPA_DEBUG=y
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=y
CONFIG_SECURITY_PATH=y
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
# CONFIG_SECURITY_ROOTPLUG is not set
# CONFIG_SECURITY_SMACK 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=m
# CONFIG_CRYPTO_NULL is not set
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=m
CONFIG_CRYPTO_AUTHENC=y
# CONFIG_CRYPTO_TEST is not set
#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=m
CONFIG_CRYPTO_GCM=m
CONFIG_CRYPTO_SEQIV=m
#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=m
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LRW=m
CONFIG_CRYPTO_PCBC=y
CONFIG_CRYPTO_XTS=m
#
# Hash modes
#
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=y
#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32C_INTEL=y
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=y
# CONFIG_CRYPTO_RMD128 is not set
# CONFIG_CRYPTO_RMD160 is not set
CONFIG_CRYPTO_RMD256=y
CONFIG_CRYPTO_RMD320=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=m
# CONFIG_CRYPTO_SHA512 is not set
CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_WP512=y
#
# Ciphers
#
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_X86_64 is not set
# CONFIG_CRYPTO_AES_NI_INTEL is not set
CONFIG_CRYPTO_ANUBIS=m
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_BLOWFISH=y
CONFIG_CRYPTO_CAMELLIA=m
# 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=m
# CONFIG_CRYPTO_SALSA20_X86_64 is not set
# CONFIG_CRYPTO_SEED is not set
CONFIG_CRYPTO_SERPENT=y
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set
CONFIG_CRYPTO_TWOFISH_COMMON=m
CONFIG_CRYPTO_TWOFISH_X86_64=m
#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_ZLIB=m
CONFIG_CRYPTO_LZO=y
#
# 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_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=y
CONFIG_LIBCRC32C=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=y
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_CPUMASK_OFFSTACK=y
CONFIG_NLATTR=y
[-- Attachment #3: crash.log --]
[-- Type: text/plain, Size: 313150 bytes --]
[ 0.000000] Linux version 2.6.30-tip (mingo@sirius) (gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC) ) #54394 SMP Wed Jun 17 11:10:20 CEST 2009
[ 0.000000] Command line: root=/dev/sda6 earlyprintk=serial,ttyS0,115200 console=ttyS0,115200 debug initcall_debug apic=verbose sysrq_always_enabled ignore_loglevel selinux=0 nmi_watchdog=0 panic=1 3
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 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 = 0x400000000
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] init_memory_mapping: 0000000000000000-000000003fff0000
[ 0.000000] 0000000000 - 003fe00000 page 2M
[ 0.000000] 003fe00000 - 003fff0000 page 4k
[ 0.000000] kernel direct mapping tables up to 3fff0000 @ 10000-13000
[ 0.000000] (6 early reservations) ==> bootmem [0000000000 - 003fff0000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
[ 0.000000] #2 [0001000000 - 00029ed8d0] TEXT DATA BSS ==> [0001000000 - 00029ed8d0]
[ 0.000000] #3 [000009f800 - 0000100000] BIOS reserved ==> [000009f800 - 0000100000]
[ 0.000000] #4 [00029ee000 - 00029ee149] BRK ==> [00029ee000 - 00029ee149]
[ 0.000000] #5 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000]
[ 0.000000] Scan SMP from ffff880000000000 for 1024 bytes.
[ 0.000000] Scan SMP from ffff88000009fc00 for 1024 bytes.
[ 0.000000] Scan SMP from ffff8800000f0000 for 65536 bytes.
[ 0.000000] found SMP MP-table at [ffff8800000f5680] f5680
[ 0.000000] mpc: f1400-f152c
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00100000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0003fff0
[ 0.000000] On node 0 totalpages: 262015
[ 0.000000] DMA zone: 88 pages used for memmap
[ 0.000000] DMA zone: 100 pages reserved
[ 0.000000] DMA zone: 3795 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 5544 pages used for memmap
[ 0.000000] DMA32 zone: 252488 pages, LIFO batch:31
[ 0.000000] Intel MultiProcessor Specification v1.4
[ 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] 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] Processors: 2
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] mapped APIC to ffffffffff5fc000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffffffff5fb000 (fec00000)
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
[ 0.000000] NR_CPUS:4096 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages at ffff880002a72000, static data 86432 bytes
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 256283
[ 0.000000] Kernel command line: root=/dev/sda6 earlyprintk=serial,ttyS0,115200 console=ttyS0,115200 debug initcall_debug apic=verbose sysrq_always_enabled ignore_loglevel selinux=0 nmi_watchdog=0 panic=1 3
[ 0.000000] debug: sysrq always enabled.
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Node 0: aperture @ 20000000 size 32 MB
[ 0.000000] Aperture pointing to e820 RAM. Ignoring.
[ 0.000000] Your BIOS doesn't leave a aperture memory hole
[ 0.000000] Please enable the IOMMU option in the BIOS setup
[ 0.000000] This costs you 64 MB of RAM
[ 0.000000] Mapping aperture over 65536 KB of RAM @ 20000000
[ 0.000000] Memory: 930616k/1048512k available (7953k kernel code, 452k absent, 116956k reserved, 5594k data, 568k init)
[ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Experimental hierarchical RCU implementation.
[ 0.000000] RCU-based detection of stalled CPUs is enabled.
[ 0.000000] Experimental hierarchical RCU init done.
[ 0.000000] NR_IRQS:33024 nr_irqs:424
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2010.356 MHz processor.
[ 0.000040] spurious 8259A interrupt: IRQ7.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console handover: boot [earlyser0] -> real [ttyS0]
[ 0.004000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.004000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.004000] ... MAX_LOCK_DEPTH: 48
[ 0.004000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.004000] ... CLASSHASH_SIZE: 4096
[ 0.004000] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.004000] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.004000] ... CHAINHASH_SIZE: 16384
[ 0.004000] memory used by lock dependency info: 5695 kB
[ 0.004000] per task-struct memory footprint: 1920 bytes
[ 0.004000] ODEBUG: 11 of 11 active objects replaced
[ 0.004000] ODEBUG: selftest passed
[ 0.004054] Calibrating delay loop (skipped), value calculated using timer frequency.. 4020.71 BogoMIPS (lpj=8041424)
[ 0.012149] Security Framework initialized
[ 0.016020] TOMOYO Linux initialized
[ 0.020196] Mount-cache hash table entries: 256
[ 0.029257] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.032008] CPU: L2 Cache: 512K (64 bytes/line)
[ 0.036006] tseg: 0000000000
[ 0.038967] CPU: Physical Processor ID: 0
[ 0.040006] CPU: Processor Core ID: 0
[ 0.044007] mce: CPU supports 5 MCE banks
[ 0.052711] ftrace: converting mcount calls to 0f 1f 44 00 00
[ 0.056013] ftrace: allocating 28948 entries in 114 pages
[ 0.068302] Setting APIC routing to flat
[ 0.072013] enabled ExtINT on CPU#0
[ 0.076060] ExtINT not setup in hardware but reported by MP table
[ 0.080101] ENABLING IO-APIC IRQs
[ 0.084006] init IO_APIC IRQs
[ 0.088006] 2-0 (apicid-pin) not connected
[ 0.092041] IOAPIC[0]: Set routing entry (2-1 -> 0x31 -> IRQ 1 Mode:0 Active:0)
[ 0.096015] IOAPIC[0]: Set routing entry (2-2 -> 0x30 -> IRQ 0 Mode:0 Active:0)
[ 0.100013] IOAPIC[0]: Set routing entry (2-3 -> 0x33 -> IRQ 3 Mode:1 Active:1)
[ 0.104001] IOAPIC[0]: Set routing entry (2-4 -> 0x34 -> IRQ 4 Mode:0 Active:0)
[ 0.104001] IOAPIC[0]: Set routing entry (2-5 -> 0x35 -> IRQ 5 Mode:1 Active:1)
[ 0.104001] IOAPIC[0]: Set routing entry (2-6 -> 0x36 -> IRQ 6 Mode:0 Active:0)
[ 0.104001] IOAPIC[0]: Set routing entry (2-7 -> 0x37 -> IRQ 7 Mode:0 Active:0)
[ 0.104001] IOAPIC[0]: Set routing entry (2-8 -> 0x38 -> IRQ 8 Mode:0 Active:0)
[ 0.104001] IOAPIC[0]: Set routing entry (2-9 -> 0x39 -> IRQ 9 Mode:0 Active:0)
[ 0.104001] IOAPIC[0]: Set routing entry (2-10 -> 0x3a -> IRQ 10 Mode:0 Active:0)
[ 0.104001] IOAPIC[0]: Set routing entry (2-11 -> 0x3b -> IRQ 11 Mode:1 Active:1)
[ 0.104001] IOAPIC[0]: Set routing entry (2-12 -> 0x3c -> IRQ 12 Mode:0 Active:0)
[ 0.104001] IOAPIC[0]: Set routing entry (2-13 -> 0x3d -> IRQ 13 Mode:0 Active:0)
[ 0.104001] IOAPIC[0]: Set routing entry (2-14 -> 0x3e -> IRQ 14 Mode:0 Active:0)
[ 0.104001] IOAPIC[0]: Set routing entry (2-15 -> 0x3f -> IRQ 15 Mode:0 Active:0)
[ 0.104001] 2-16 2-17 2-18 2-19 2-20 2-21 2-22 2-23 (apicid-pin) not connected
[ 0.104001] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.104001] ..MP-BIOS bug: 8254 timer not connected to IO-APIC
[ 0.104001] ...trying to set up timer (IRQ0) through the 8259A ...
[ 0.104001] ..... (found apic 0 pin 0) ...
[ 0.144998] ....... works.
[ 0.147708] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
[ 0.153237] Using local APIC timer interrupts.
[ 0.153239] calibrating APIC timer ...
[ 0.160001] ... lapic delta = 1256518
[ 0.160001] ..... delta 1256518
[ 0.160001] ..... mult: 53963664
[ 0.160001] ..... calibration result: 804171
[ 0.160001] ..... CPU clock speed is 2010.1717 MHz.
[ 0.160001] ..... host bus clock speed is 201.0171 MHz.
[ 0.160001] ... verify APIC timer
[ 0.271728] ... jiffies delta = 25
[ 0.272005] ... jiffies result ok
[ 0.276025] calling migration_init+0x0/0x86 @ 1
[ 0.280322] initcall migration_init+0x0/0x86 returned 1 after 0 usecs
[ 0.284007] initcall migration_init+0x0/0x86 returned with error code 1
[ 0.288006] calling spawn_ksoftirqd+0x0/0x7f @ 1
[ 0.292076] initcall spawn_ksoftirqd+0x0/0x7f returned 0 after 0 usecs
[ 0.296009] calling init_call_single_data+0x0/0xd5 @ 1
[ 0.300009] initcall init_call_single_data+0x0/0xd5 returned 0 after 0 usecs
[ 0.304007] calling relay_init+0x0/0x3b @ 1
[ 0.308007] initcall relay_init+0x0/0x3b returned 0 after 0 usecs
[ 0.312006] calling tracer_alloc_buffers+0x0/0x2b4 @ 1
[ 0.316237] Testing tracer nop: PASSED
[ 0.320742] initcall tracer_alloc_buffers+0x0/0x2b4 returned 0 after 3906 usecs
[ 0.324007] calling init_trace_printk+0x0/0x39 @ 1
[ 0.328007] initcall init_trace_printk+0x0/0x39 returned 0 after 0 usecs
[ 0.332007] calling trace_workqueue_early_init+0x0/0x163 @ 1
[ 0.336111] initcall trace_workqueue_early_init+0x0/0x163 returned 0 after 0 usecs
[ 0.340445] lockdep: fixing up alternatives.
[ 0.344199] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.004000] Initializing CPU#1
[ 0.004000] masked ExtINT on CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 4020.86 BogoMIPS (lpj=8041734)
[ 0.004000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 0.004000] CPU: L2 Cache: 512K (64 bytes/line)
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 1
[ 0.004000] mce: CPU supports 5 MCE banks
[ 0.440047] CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
[ 0.449275] Brought up 2 CPUs
[ 0.452007] Total of 2 processors activated (8041.57 BogoMIPS).
[ 0.456280] CPU0 attaching sched-domain:
[ 0.460008] domain 0: span 0-1 level CPU
[ 0.465757] groups: 0 1
[ 0.468621] CPU1 attaching sched-domain:
[ 0.472007] domain 0: span 0-1 level CPU
[ 0.476005] groups: 1 0
[ 0.480248] device: 'platform': device_add
[ 0.484466] bus: 'platform': registered
[ 0.484466] khelper used greatest stack depth: 4736 bytes left
[ 0.488010] Registering sysdev class 'cpu'
[ 0.492058] Registering sysdev class 'memory'
[ 0.496054] Registering sys device of class 'memory'
[ 0.500010] Registering sys device 'memory0'
[ 0.504072] Registering sys device of class 'memory'
[ 0.508011] Registering sys device 'memory1'
[ 0.512048] Registering sys device of class 'memory'
[ 0.516011] Registering sys device 'memory2'
[ 0.520051] Registering sys device of class 'memory'
[ 0.524011] Registering sys device 'memory3'
[ 0.528048] Registering sys device of class 'memory'
[ 0.532011] Registering sys device 'memory4'
[ 0.536048] Registering sys device of class 'memory'
[ 0.540011] Registering sys device 'memory5'
[ 0.544048] Registering sys device of class 'memory'
[ 0.548011] Registering sys device 'memory6'
[ 0.552048] Registering sys device of class 'memory'
[ 0.556011] Registering sys device 'memory7'
[ 0.567348] calling init_cpufreq_transition_notifier_list+0x0/0x42 @ 1
[ 0.568011] initcall init_cpufreq_transition_notifier_list+0x0/0x42 returned 0 after 0 usecs
[ 0.572007] calling net_ns_init+0x0/0x10e @ 1
[ 0.576139] initcall net_ns_init+0x0/0x10e returned 0 after 0 usecs
[ 0.580076] calling cpufreq_tsc+0x0/0x28 @ 1
[ 0.584008] initcall cpufreq_tsc+0x0/0x28 returned 0 after 0 usecs
[ 0.588007] calling print_banner+0x0/0xe @ 1
[ 0.592006] Booting paravirtualized kernel on bare hardware
[ 0.596037] initcall print_banner+0x0/0xe returned 0 after 3906 usecs
[ 0.600008] calling init_smp_flush+0x0/0x68 @ 1
[ 0.604008] initcall init_smp_flush+0x0/0x68 returned 0 after 0 usecs
[ 0.608007] calling sysctl_init+0x0/0x59 @ 1
[ 0.616013] initcall sysctl_init+0x0/0x59 returned 0 after 3906 usecs
[ 0.620006] calling ksysfs_init+0x0/0xe4 @ 1
[ 0.624082] initcall ksysfs_init+0x0/0xe4 returned 0 after 0 usecs
[ 0.628031] calling async_init+0x0/0x69 @ 1
[ 0.632007] initcall async_init+0x0/0x69 returned 0 after 0 usecs
[ 0.636006] calling init_jiffies_clocksource+0x0/0x39 @ 1
[ 0.640058] initcall init_jiffies_clocksource+0x0/0x39 returned 0 after 0 usecs
[ 0.644038] calling init_hw_breakpoint+0x0/0x39 @ 1
[ 0.648012] initcall init_hw_breakpoint+0x0/0x39 returned 0 after 0 usecs
[ 0.652007] calling filelock_init+0x0/0x55 @ 1
[ 0.656012] initcall filelock_init+0x0/0x55 returned 0 after 0 usecs
[ 0.660029] calling init_misc_binfmt+0x0/0x67 @ 1
[ 0.664034] initcall init_misc_binfmt+0x0/0x67 returned 0 after 0 usecs
[ 0.668006] calling init_script_binfmt+0x0/0x3b @ 1
[ 0.672007] initcall init_script_binfmt+0x0/0x3b returned 0 after 0 usecs
[ 0.676029] calling init_elf_binfmt+0x0/0x3b @ 1
[ 0.680007] initcall init_elf_binfmt+0x0/0x3b returned 0 after 0 usecs
[ 0.684006] calling init_compat_elf_binfmt+0x0/0x3b @ 1
[ 0.688007] initcall init_compat_elf_binfmt+0x0/0x3b returned 0 after 0 usecs
[ 0.692029] calling debugfs_init+0x0/0x80 @ 1
[ 0.696013] initcall debugfs_init+0x0/0x80 returned 0 after 0 usecs
[ 0.700007] calling securityfs_init+0x0/0x77 @ 1
[ 0.704012] initcall securityfs_init+0x0/0x77 returned 0 after 0 usecs
[ 0.708030] calling random32_init+0x0/0xff @ 1
[ 0.712008] initcall random32_init+0x0/0xff returned 0 after 0 usecs
[ 0.716009] calling gnttab_init+0x0/0x1a7 @ 1
[ 0.720008] initcall gnttab_init+0x0/0x1a7 returned -19 after 0 usecs
[ 0.724033] calling cpufreq_core_init+0x0/0xaa @ 1
[ 0.728008] initcall cpufreq_core_init+0x0/0xaa returned 0 after 0 usecs
[ 0.732007] calling cpuidle_init+0x0/0x66 @ 1
[ 0.736015] initcall cpuidle_init+0x0/0x66 returned 0 after 0 usecs
[ 0.740033] calling sock_init+0x0/0x85 @ 1
[ 0.744348] initcall sock_init+0x0/0x85 returned 0 after 0 usecs
[ 0.748008] calling net_inuse_init+0x0/0x4d @ 1
[ 0.752033] initcall net_inuse_init+0x0/0x4d returned 0 after 0 usecs
[ 0.756034] calling netpoll_init+0x0/0x69 @ 1
[ 0.760008] initcall netpoll_init+0x0/0x69 returned 0 after 0 usecs
[ 0.764007] calling netlink_proto_init+0x0/0x169 @ 1
[ 0.768081] NET: Registered protocol family 16
[ 0.772173] initcall netlink_proto_init+0x0/0x169 returned 0 after 3906 usecs
[ 0.776009] calling bdi_class_init+0x0/0x68 @ 1
[ 0.780007] device class 'bdi': registering
[ 0.784327] initcall bdi_class_init+0x0/0x68 returned 0 after 3906 usecs
[ 0.788033] calling kobject_uevent_init+0x0/0x7b @ 1
[ 0.792017] initcall kobject_uevent_init+0x0/0x7b returned 0 after 0 usecs
[ 0.796007] calling pcibus_class_init+0x0/0x40 @ 1
[ 0.800006] device class 'pci_bus': registering
[ 0.804111] initcall pcibus_class_init+0x0/0x40 returned 0 after 3906 usecs
[ 0.808009] calling pci_driver_init+0x0/0x39 @ 1
[ 0.812059] bus: 'pci': registered
[ 0.816010] initcall pci_driver_init+0x0/0x39 returned 0 after 3906 usecs
[ 0.820006] calling lcd_class_init+0x0/0x74 @ 1
[ 0.824006] device class 'lcd': registering
[ 0.828058] initcall lcd_class_init+0x0/0x74 returned 0 after 3906 usecs
[ 0.832038] calling backlight_class_init+0x0/0x84 @ 1
[ 0.836006] device class 'backlight': registering
[ 0.840058] initcall backlight_class_init+0x0/0x84 returned 0 after 3906 usecs
[ 0.844009] calling xenbus_probe_init+0x0/0x124 @ 1
[ 0.848007] initcall xenbus_probe_init+0x0/0x124 returned -19 after 0 usecs
[ 0.852006] calling tty_class_init+0x0/0x58 @ 1
[ 0.856006] device class 'tty': registering
[ 0.860087] initcall tty_class_init+0x0/0x58 returned 0 after 3906 usecs
[ 0.864008] calling vtconsole_class_init+0x0/0xe8 @ 1
[ 0.868006] device class 'vtconsole': registering
[ 0.872058] device: 'vtcon0': device_add
[ 0.876129] initcall vtconsole_class_init+0x0/0xe8 returned 0 after 7812 usecs
[ 0.880009] calling spi_init+0x0/0xf4 @ 1
[ 0.884059] bus: 'spi': registered
[ 0.888007] device class 'spi_master': registering
[ 0.892058] initcall spi_init+0x0/0xf4 returned 0 after 7812 usecs
[ 0.896009] calling i2c_init+0x0/0x8c @ 1
[ 0.900058] bus: 'i2c': registered
[ 0.904010] device class 'i2c-adapter': registering
[ 0.908057] bus: 'i2c': add driver dummy
[ 0.912067] initcall i2c_init+0x0/0x8c returned 0 after 11718 usecs
[ 0.916008] calling amd_postcore_init+0x0/0xa3 @ 1
[ 0.920010] node 0 link 0: io port [1000, fffff]
[ 0.924007] TOM: 0000000040000000 aka 1024M
[ 0.928037] node 0 link 0: mmio [e0000000, efffffff]
[ 0.932200] node 0 link 0: mmio [feb00000, fec0ffff]
[ 0.936201] node 0 link 0: mmio [a0000, bffff]
[ 0.940200] node 0 link 0: mmio [40000000, fed3ffff]
[ 0.944227] bus: [00,ff] on node 0 link 0
[ 0.948006] bus: 00 index 0 io port: [0, ffff]
[ 0.952006] bus: 00 index 1 mmio: [40000000, fcffffffff]
[ 0.956006] bus: 00 index 2 mmio: [feb00000, fec0ffff]
[ 0.960029] bus: 00 index 3 mmio: [a0000, bffff]
[ 0.964008] initcall amd_postcore_init+0x0/0xa3 returned 0 after 42968 usecs
[ 0.968008] calling arch_kdebugfs_init+0x0/0x55 @ 1
[ 0.972045] initcall arch_kdebugfs_init+0x0/0x55 returned 0 after 0 usecs
[ 0.976030] calling setup_vcpu_hotplug_event+0x0/0x49 @ 1
[ 0.980007] initcall setup_vcpu_hotplug_event+0x0/0x49 returned -19 after 0 usecs
[ 0.984007] calling dmi_id_init+0x0/0x11c @ 1
[ 0.988007] device class 'dmi': registering
[ 0.992082] device: 'id': device_add
[ 0.996121] initcall dmi_id_init+0x0/0x11c returned 0 after 7812 usecs
[ 1.000008] calling pci_arch_init+0x0/0x67 @ 1
[ 1.004010] PCI: Using configuration type 1 for base access
[ 1.008013] initcall pci_arch_init+0x0/0x67 returned 0 after 3906 usecs
[ 1.012041] calling topology_init+0x0/0x69 @ 1
[ 1.016007] Registering sys device of class 'cpu'
[ 1.020011] Registering sys device 'cpu0'
[ 1.024057] Registering sys device of class 'cpu'
[ 1.028035] Registering sys device 'cpu1'
[ 1.032053] initcall topology_init+0x0/0x69 returned 0 after 15625 usecs
[ 1.036009] calling param_sysfs_init+0x0/0xf6 @ 1
[ 1.065117] initcall param_sysfs_init+0x0/0xf6 returned 0 after 23437 usecs
[ 1.068105] calling init_slow_work+0x0/0x5f @ 1
[ 1.072009] initcall init_slow_work+0x0/0x5f returned 0 after 0 usecs
[ 1.076008] calling default_bdi_init+0x0/0x5e @ 1
[ 1.080023] device: 'default': device_add
[ 1.084120] initcall default_bdi_init+0x0/0x5e returned 0 after 3906 usecs
[ 1.088040] calling init_bio+0x0/0xef @ 1
[ 1.092101] bio: create slab <bio-0> at 0
[ 1.096013] initcall init_bio+0x0/0xef returned 0 after 3906 usecs
[ 1.100007] calling bio_integrity_init+0x0/0xd5 @ 1
[ 1.104076] initcall bio_integrity_init+0x0/0xd5 returned 0 after 0 usecs
[ 1.108030] calling fsnotify_init+0x0/0x39 @ 1
[ 1.112010] initcall fsnotify_init+0x0/0x39 returned 0 after 0 usecs
[ 1.116008] calling fsnotify_notification_init+0x0/0x129 @ 1
[ 1.120016] initcall fsnotify_notification_init+0x0/0x129 returned 0 after 0 usecs
[ 1.124039] calling cryptomgr_init+0x0/0x39 @ 1
[ 1.128008] initcall cryptomgr_init+0x0/0x39 returned 0 after 0 usecs
[ 1.132008] calling blk_settings_init+0x0/0x51 @ 1
[ 1.136008] initcall blk_settings_init+0x0/0x51 returned 0 after 0 usecs
[ 1.140121] calling blk_ioc_init+0x0/0x51 @ 1
[ 1.144010] initcall blk_ioc_init+0x0/0x51 returned 0 after 0 usecs
[ 1.148008] calling blk_softirq_init+0x0/0x9b @ 1
[ 1.152011] initcall blk_softirq_init+0x0/0x9b returned 0 after 0 usecs
[ 1.156031] calling genhd_device_init+0x0/0x8c @ 1
[ 1.160011] device class 'block': registering
[ 1.164065] initcall genhd_device_init+0x0/0x8c returned 0 after 3906 usecs
[ 1.168010] calling blk_dev_integrity_init+0x0/0x51 @ 1
[ 1.172012] initcall blk_dev_integrity_init+0x0/0x51 returned 0 after 0 usecs
[ 1.176008] calling gpiolib_debugfs_init+0x0/0x4b @ 1
[ 1.180018] initcall gpiolib_debugfs_init+0x0/0x4b returned 0 after 0 usecs
[ 1.184039] calling max7301_init+0x0/0x39 @ 1
[ 1.188008] bus: 'spi': add driver max7301
[ 1.192073] initcall max7301_init+0x0/0x39 returned 0 after 3906 usecs
[ 1.196009] calling max732x_init+0x0/0x3b @ 1
[ 1.200008] bus: 'i2c': add driver max732x
[ 1.204066] initcall max732x_init+0x0/0x3b returned 0 after 3906 usecs
[ 1.208010] calling pca953x_init+0x0/0x3b @ 1
[ 1.212007] bus: 'i2c': add driver pca953x
[ 1.216071] initcall pca953x_init+0x0/0x3b returned 0 after 3906 usecs
[ 1.220009] calling pcf857x_init+0x0/0x3b @ 1
[ 1.224007] bus: 'i2c': add driver pcf857x
[ 1.228065] initcall pcf857x_init+0x0/0x3b returned 0 after 3906 usecs
[ 1.232010] calling pci_slot_init+0x0/0x73 @ 1
[ 1.236014] initcall pci_slot_init+0x0/0x73 returned 0 after 0 usecs
[ 1.240009] calling fbmem_init+0x0/0xb8 @ 1
[ 1.244050] device class 'graphics': registering
[ 1.248095] initcall fbmem_init+0x0/0xb8 returned 0 after 3906 usecs
[ 1.252009] calling setup_shutdown_event+0x0/0x3b @ 1
[ 1.256008] initcall setup_shutdown_event+0x0/0x3b returned 0 after 0 usecs
[ 1.260007] calling balloon_init+0x0/0x170 @ 1
[ 1.264008] initcall balloon_init+0x0/0x170 returned -19 after 0 usecs
[ 1.268038] calling misc_init+0x0/0xc5 @ 1
[ 1.272012] device class 'misc': registering
[ 1.276064] initcall misc_init+0x0/0xc5 returned 0 after 3906 usecs
[ 1.280010] calling cn_init+0x0/0x11a @ 1
[ 1.284078] initcall cn_init+0x0/0x11a returned 0 after 0 usecs
[ 1.288009] calling tps_init+0x0/0xd8 @ 1
[ 1.292007] tps65010: version 2 May 2005
[ 1.296038] bus: 'i2c': add driver tps65010
[ 1.304180] bus: 'i2c': remove driver tps65010
[ 1.308189] driver: 'tps65010': driver_release
[ 1.328060] bus: 'i2c': add driver tps65010
[ 1.332068] bus: 'i2c': remove driver tps65010
[ 1.336059] driver: 'tps65010': driver_release
[ 1.356014] bus: 'i2c': add driver tps65010
[ 1.360067] bus: 'i2c': remove driver tps65010
[ 1.364058] driver: 'tps65010': driver_release
[ 1.368011] tps65010: no chip?
[ 1.372009] initcall tps_init+0x0/0xd8 returned -19 after 78125 usecs
[ 1.376008] calling twl4030_init+0x0/0x3b @ 1
[ 1.380007] bus: 'i2c': add driver twl4030
[ 1.384098] initcall twl4030_init+0x0/0x3b returned 0 after 3906 usecs
[ 1.388009] calling init_scsi+0x0/0xb7 @ 1
[ 1.392112] device class 'scsi_host': registering
[ 1.396079] bus: 'scsi': registered
[ 1.400009] device class 'scsi_device': registering
[ 1.404060] SCSI subsystem initialized
[ 1.408010] initcall init_scsi+0x0/0xb7 returned 0 after 15625 usecs
[ 1.412008] calling ata_init+0x0/0xb4 @ 1
[ 1.416058] libata version 3.00 loaded.
[ 1.420011] initcall ata_init+0x0/0xb4 returned 0 after 3906 usecs
[ 1.424008] calling phy_init+0x0/0x57 @ 1
[ 1.428007] device class 'mdio_bus': registering
[ 1.432067] bus: 'mdio_bus': registered
[ 1.436041] bus: 'mdio_bus': add driver Generic PHY
[ 1.440066] initcall phy_init+0x0/0x57 returned 0 after 11718 usecs
[ 1.444010] calling usb_init+0x0/0x139 @ 1
[ 1.448060] bus: 'usb': registered
[ 1.451432] device class 'usb_host': registering
[ 1.452062] bus: 'usb': add driver usbfs
[ 1.456081] usbcore: registered new interface driver usbfs
[ 1.460025] bus: 'usb': add driver hub
[ 1.464077] usbcore: registered new interface driver hub
[ 1.468043] bus: 'usb': add driver usb
[ 1.472067] usbcore: registered new device driver usb
[ 1.476011] initcall usb_init+0x0/0x139 returned 0 after 27343 usecs
[ 1.480008] calling serio_init+0x0/0xb2 @ 1
[ 1.484061] bus: 'serio': registered
[ 1.488037] initcall serio_init+0x0/0xb2 returned 0 after 3906 usecs
[ 1.492008] calling gameport_init+0x0/0xb2 @ 1
[ 1.496059] bus: 'gameport': registered
[ 1.500038] initcall gameport_init+0x0/0xb2 returned 0 after 3906 usecs
[ 1.504008] calling input_init+0x0/0x15d @ 1
[ 1.508007] device class 'input': registering
[ 1.512060] initcall input_init+0x0/0x15d returned 0 after 3906 usecs
[ 1.516041] calling rtc_init+0x0/0x93 @ 1
[ 1.520008] device class 'rtc': registering
[ 1.524060] initcall rtc_init+0x0/0x93 returned 0 after 3906 usecs
[ 1.528010] calling leds_init+0x0/0x67 @ 1
[ 1.532008] device class 'leds': registering
[ 1.536060] initcall leds_init+0x0/0x67 returned 0 after 3906 usecs
[ 1.540010] calling pci_subsys_init+0x0/0x125 @ 1
[ 1.544007] PCI: Probing PCI hardware
[ 1.548072] PCI: Probing PCI hardware (bus 00)
[ 1.552032] device: 'pci0000:00': device_add
[ 1.556054] device: '0000:00': device_add
[ 1.560073] PCI: Scanning bus 0000:00
[ 1.564075] pci 0000:00:00.0: found [10de:005e] class 000580 header type 00
[ 1.568070] pci 0000:00:00.0: calling quirk_resource_alignment+0x0/0x1dd
[ 1.572086] pci 0000:00:01.0: found [10de:0050] class 000601 header type 00
[ 1.576046] pci 0000:00:01.0: calling nvidia_force_enable_hpet+0x0/0xec
[ 1.580038] HPET not enabled in BIOS. You might try hpet=force boot option
[ 1.584009] pci 0000:00:01.0: calling quirk_resource_alignment+0x0/0x1dd
[ 1.588027] pci 0000:00:01.1: found [10de:0052] class 000c05 header type 00
[ 1.592024] pci 0000:00:01.1: reg 10 io port: [0xdc00-0xdc1f]
[ 1.596047] pci 0000:00:01.1: reg 20 io port: [0x4c00-0x4c3f]
[ 1.600012] pci 0000:00:01.1: reg 24 io port: [0x4c40-0x4c7f]
[ 1.604016] pci 0000:00:01.1: calling quirk_resource_alignment+0x0/0x1dd
[ 1.608022] pci 0000:00:01.1: PME# supported from D3hot D3cold
[ 1.612036] pci 0000:00:01.1: PME# disabled
[ 1.616043] pci 0000:00:02.0: found [10de:005a] class 000c03 header type 00
[ 1.620025] pci 0000:00:02.0: reg 10 32bit mmio: [0xda102000-0xda102fff]
[ 1.624040] pci 0000:00:02.0: calling quirk_resource_alignment+0x0/0x1dd
[ 1.628048] pci 0000:00:02.0: supports D1 D2
[ 1.632008] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.636010] pci 0000:00:02.0: PME# disabled
[ 1.640030] pci 0000:00:02.1: found [10de:005b] class 000c03 header type 00
[ 1.640011] Clocksource tsc unstable (delta = 130707762 ns)
[ 1.644056] pci 0000:00:02.1: reg 10 32bit mmio: [0xfeb00000-0xfeb000ff]
[ 1.648039] pci 0000:00:02.1: calling quirk_resource_alignment+0x0/0x1dd
[ 1.652030] pci 0000:00:02.1: supports D1 D2
[ 1.656008] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.660036] pci 0000:00:02.1: PME# disabled
[ 1.664048] pci 0000:00:04.0: found [10de:0059] class 000401 header type 00
[ 1.668025] pci 0000:00:04.0: reg 10 io port: [0xd400-0xd4ff]
[ 1.672016] pci 0000:00:04.0: reg 14 io port: [0xd800-0xd8ff]
[ 1.676039] pci 0000:00:04.0: reg 18 32bit mmio: [0xda101000-0xda101fff]
[ 1.680030] pci 0000:00:04.0: calling quirk_resource_alignment+0x0/0x1dd
[ 1.684022] pci 0000:00:04.0: supports D1 D2
[ 1.688030] pci 0000:00:06.0: found [10de:0053] class 000101 header type 00
[ 1.692068] pci 0000:00:06.0: reg 20 io port: [0xf000-0xf00f]
[ 1.696023] pci 0000:00:06.0: calling quirk_resource_alignment+0x0/0x1dd
[ 1.700043] pci 0000:00:09.0: found [10de:005c] class 000604 header type 01
[ 1.704027] pci 0000:00:09.0: calling quirk_resource_alignment+0x0/0x1dd
[ 1.708054] pci 0000:00:0a.0: found [10de:0057] class 000680 header type 00
[ 1.712025] pci 0000:00:0a.0: reg 10 32bit mmio: [0xda100000-0xda100fff]
[ 1.716013] pci 0000:00:0a.0: reg 14 io port: [0xd000-0xd007]
[ 1.720035] pci 0000:00:0a.0: calling quirk_resource_alignment+0x0/0x1dd
[ 1.724049] pci 0000:00:0a.0: supports D1 D2
[ 1.728008] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.732010] pci 0000:00:0a.0: PME# disabled
[ 1.736033] pci 0000:00:0b.0: found [10de:005d] class 000604 header type 01
[ 1.740061] pci 0000:00:0b.0: calling quirk_resource_alignment+0x0/0x1dd
[ 1.744034] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.748010] pci 0000:00:0b.0: PME# disabled
[ 1.752040] pci 0000:00:0c.0: found [10de:005d] class 000604 header type 01
[ 1.756061] pci 0000:00:0c.0: calling quirk_resource_alignment+0x0/0x1dd
[ 1.760034] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.764010] pci 0000:00:0c.0: PME# disabled
[ 1.768039] pci 0000:00:0d.0: found [10de:005d] class 000604 header type 01
[ 1.772061] pci 0000:00:0d.0: calling quirk_resource_alignment+0x0/0x1dd
[ 1.776034] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.780010] pci 0000:00:0d.0: PME# disabled
[ 1.784039] pci 0000:00:0e.0: found [10de:005d] class 000604 header type 01
[ 1.788061] pci 0000:00:0e.0: calling quirk_resource_alignment+0x0/0x1dd
[ 1.792035] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.796010] pci 0000:00:0e.0: PME# disabled
[ 1.800056] pci 0000:00:18.0: found [1022:1100] class 000600 header type 00
[ 1.804067] pci 0000:00:18.0: calling quirk_resource_alignment+0x0/0x1dd
[ 1.808039] pci 0000:00:18.1: found [1022:1101] class 000600 header type 00
[ 1.812041] pci 0000:00:18.1: calling quirk_resource_alignment+0x0/0x1dd
[ 1.816023] pci 0000:00:18.2: found [1022:1102] class 000600 header type 00
[ 1.820068] pci 0000:00:18.2: calling quirk_resource_alignment+0x0/0x1dd
[ 1.824023] pci 0000:00:18.3: found [1022:1103] class 000600 header type 00
[ 1.828040] pci 0000:00:18.3: calling quirk_resource_alignment+0x0/0x1dd
[ 1.832040] PCI: Fixups for bus 0000:00
[ 1.836037] pci 0000:00:09.0: scanning behind bridge, config 050500, pass 0
[ 1.840016] PCI: Scanning bus 0000:05
[ 1.844041] pci 0000:05:07.0: found [10ec:8139] class 000200 header type 00
[ 1.848029] pci 0000:05:07.0: reg 10 io port: [0xc000-0xc0ff]
[ 1.852041] pci 0000:05:07.0: reg 14 32bit mmio: [0xda000000-0xda0000ff]
[ 1.856042] pci 0000:05:07.0: calling quirk_resource_alignment+0x0/0x1dd
[ 1.860026] pci 0000:05:07.0: supports D1 D2
[ 1.864008] pci 0000:05:07.0: PME# supported from D1 D2 D3hot
[ 1.868037] pci 0000:05:07.0: PME# disabled
[ 1.872076] PCI: Fixups for bus 0000:05
[ 1.875908] pci 0000:00:09.0: transparent bridge
[ 1.876011] pci 0000:00:09.0: bridge io port: [0xc000-0xcfff]
[ 1.880011] pci 0000:00:09.0: bridge 32bit mmio: [0xda000000-0xda0fffff]
[ 1.884036] PCI: Bus scan for 0000:05 returning with max=05
[ 1.888011] pci 0000:00:0b.0: scanning behind bridge, config 040400, pass 0
[ 1.892016] PCI: Scanning bus 0000:04
[ 1.896088] PCI: Fixups for bus 0000:04
[ 1.900045] PCI: Bus scan for 0000:04 returning with max=04
[ 1.904011] pci 0000:00:0c.0: scanning behind bridge, config 030300, pass 0
[ 1.908016] PCI: Scanning bus 0000:03
[ 1.912089] PCI: Fixups for bus 0000:03
[ 1.916045] PCI: Bus scan for 0000:03 returning with max=03
[ 1.920011] pci 0000:00:0d.0: scanning behind bridge, config 020200, pass 0
[ 1.924016] PCI: Scanning bus 0000:02
[ 1.928091] PCI: Fixups for bus 0000:02
[ 1.932045] PCI: Bus scan for 0000:02 returning with max=02
[ 1.936011] pci 0000:00:0e.0: scanning behind bridge, config 010100, pass 0
[ 1.940016] PCI: Scanning bus 0000:01
[ 1.944026] pci 0000:01:00.0: found [1002:5b60] class 000300 header type 00
[ 1.948043] pci 0000:01:00.0: calling quirk_no_ata_d3+0x0/0x47
[ 1.952017] pci 0000:01:00.0: reg 10 32bit mmio: [0xd0000000-0xd7ffffff]
[ 1.956014] pci 0000:01:00.0: reg 14 io port: [0xb000-0xb0ff]
[ 1.960014] pci 0000:01:00.0: reg 18 32bit mmio: [0xd9000000-0xd900ffff]
[ 1.964057] pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[ 1.968014] pci 0000:01:00.0: calling quirk_resource_alignment+0x0/0x1dd
[ 1.972033] pci 0000:01:00.0: supports D1 D2
[ 1.976043] pci 0000:01:00.1: found [1002:5b70] class 000380 header type 00
[ 1.980043] pci 0000:01:00.1: calling quirk_no_ata_d3+0x0/0x47
[ 1.984016] pci 0000:01:00.1: reg 10 32bit mmio: [0xd9010000-0xd901ffff]
[ 1.988046] pci 0000:01:00.1: calling quirk_resource_alignment+0x0/0x1dd
[ 1.992030] pci 0000:01:00.1: supports D1 D2
[ 1.996137] PCI: Fixups for bus 0000:01
[ 2.000013] pci 0000:00:0e.0: bridge io port: [0xb000-0xbfff]
[ 2.004011] pci 0000:00:0e.0: bridge 32bit mmio: [0xd8000000-0xd9ffffff]
[ 2.008013] pci 0000:00:0e.0: bridge 64bit mmio pref: [0xd0000000-0xd7ffffff]
[ 2.012034] PCI: Bus scan for 0000:01 returning with max=01
[ 2.016012] pci 0000:00:09.0: scanning behind bridge, config 050500, pass 1
[ 2.020013] pci 0000:00:0b.0: scanning behind bridge, config 040400, pass 1
[ 2.024013] pci 0000:00:0c.0: scanning behind bridge, config 030300, pass 1
[ 2.028039] pci 0000:00:0d.0: scanning behind bridge, config 020200, pass 1
[ 2.032013] pci 0000:00:0e.0: scanning behind bridge, config 010100, pass 1
[ 2.036012] PCI: Bus scan for 0000:00 returning with max=05
[ 2.040009] device: '0000:00:00.0': device_add
[ 2.044041] bus: 'pci': add device 0000:00:00.0
[ 2.048109] device: '0000:00:01.0': device_add
[ 2.052020] bus: 'pci': add device 0000:00:01.0
[ 2.056097] device: '0000:00:01.1': device_add
[ 2.060016] bus: 'pci': add device 0000:00:01.1
[ 2.064097] device: '0000:00:02.0': device_add
[ 2.068015] bus: 'pci': add device 0000:00:02.0
[ 2.076026] device: '0000:00:02.1': device_add
[ 2.080015] bus: 'pci': add device 0000:00:02.1
[ 2.084098] device: '0000:00:04.0': device_add
[ 2.088016] bus: 'pci': add device 0000:00:04.0
[ 2.092098] device: '0000:00:06.0': device_add
[ 2.096016] bus: 'pci': add device 0000:00:06.0
[ 2.100101] device: '0000:00:09.0': device_add
[ 2.104016] bus: 'pci': add device 0000:00:09.0
[ 2.108097] device: '0000:00:0a.0': device_add
[ 2.112016] bus: 'pci': add device 0000:00:0a.0
[ 2.116100] device: '0000:00:0b.0': device_add
[ 2.120016] bus: 'pci': add device 0000:00:0b.0
[ 2.124098] device: '0000:00:0c.0': device_add
[ 2.128016] bus: 'pci': add device 0000:00:0c.0
[ 2.132098] device: '0000:00:0d.0': device_add
[ 2.136016] bus: 'pci': add device 0000:00:0d.0
[ 2.140101] device: '0000:00:0e.0': device_add
[ 2.144016] bus: 'pci': add device 0000:00:0e.0
[ 2.148098] device: '0000:00:18.0': device_add
[ 2.152017] bus: 'pci': add device 0000:00:18.0
[ 2.156101] device: '0000:00:18.1': device_add
[ 2.160016] bus: 'pci': add device 0000:00:18.1
[ 2.164098] device: '0000:00:18.2': device_add
[ 2.168016] bus: 'pci': add device 0000:00:18.2
[ 2.172098] device: '0000:00:18.3': device_add
[ 2.176017] bus: 'pci': add device 0000:00:18.3
[ 2.180101] device: '0000:05:07.0': device_add
[ 2.184018] bus: 'pci': add device 0000:05:07.0
[ 2.188098] device: '0000:05': device_add
[ 2.192077] device: '0000:04': device_add
[ 2.200046] device: '0000:03': device_add
[ 2.204084] device: '0000:02': device_add
[ 2.208073] device: '0000:01:00.0': device_add
[ 2.212015] bus: 'pci': add device 0000:01:00.0
[ 2.216099] device: '0000:01:00.1': device_add
[ 2.220016] bus: 'pci': add device 0000:01:00.1
[ 2.224100] device: '0000:01': device_add
[ 2.228309] pci 0000:00:00.0: default IRQ router [10de:005e]
[ 2.232261] initcall pci_subsys_init+0x0/0x125 returned 0 after 671876 usecs
[ 2.236010] calling proto_init+0x0/0x39 @ 1
[ 2.240019] initcall proto_init+0x0/0x39 returned 0 after 0 usecs
[ 2.244040] calling net_dev_init+0x0/0x1cd @ 1
[ 2.248030] device class 'net': registering
[ 2.252071] device: 'lo': device_add
[ 2.256414] initcall net_dev_init+0x0/0x1cd returned 0 after 7812 usecs
[ 2.260011] calling neigh_init+0x0/0x98 @ 1
[ 2.264011] initcall neigh_init+0x0/0x98 returned 0 after 0 usecs
[ 2.268010] calling fib_rules_init+0x0/0xcc @ 1
[ 2.272044] initcall fib_rules_init+0x0/0xcc returned 0 after 0 usecs
[ 2.276010] calling pktsched_init+0x0/0xeb @ 1
[ 2.280042] initcall pktsched_init+0x0/0xeb returned 0 after 0 usecs
[ 2.284010] calling tc_filter_init+0x0/0x73 @ 1
[ 2.288033] initcall tc_filter_init+0x0/0x73 returned 0 after 0 usecs
[ 2.292010] calling genl_init+0x0/0x100 @ 1
[ 2.308071] initcall genl_init+0x0/0x100 returned 0 after 11718 usecs
[ 2.312011] calling cipso_v4_init+0x0/0xae @ 1
[ 2.316033] initcall cipso_v4_init+0x0/0xae returned 0 after 0 usecs
[ 2.320010] calling wanrouter_init+0x0/0x79 @ 1
[ 2.324009] Sangoma WANPIPE Router v1.1 (c) 1995-2000 Sangoma Technologies Inc.
[ 2.328054] initcall wanrouter_init+0x0/0x79 returned 0 after 3906 usecs
[ 2.332009] calling bt_init+0x0/0x81 @ 1
[ 2.336009] Bluetooth: Core ver 2.15
[ 2.339618] device class 'bluetooth': registering
[ 2.340069] NET: Registered protocol family 31
[ 2.344009] Bluetooth: HCI device and connection manager initialized
[ 2.348048] Bluetooth: HCI socket layer initialized
[ 2.352011] initcall bt_init+0x0/0x81 returned 0 after 15625 usecs
[ 2.356041] calling wireless_nlevent_init+0x0/0x69 @ 1
[ 2.360010] initcall wireless_nlevent_init+0x0/0x69 returned 0 after 0 usecs
[ 2.364010] calling netlbl_init+0x0/0xa8 @ 1
[ 2.368008] NetLabel: Initializing
[ 2.372031] NetLabel: domain hash size = 128
[ 2.376008] NetLabel: protocols = UNLABELED CIPSOv4
[ 2.380101] NetLabel: unlabeled traffic allowed by default
[ 2.384010] initcall netlbl_init+0x0/0xa8 returned 0 after 15625 usecs
[ 2.388033] calling rfkill_init+0x0/0xb1 @ 1
[ 2.392009] device class 'rfkill': registering
[ 2.396065] device: 'rfkill': device_add
[ 2.400313] initcall rfkill_init+0x0/0xb1 returned 0 after 7812 usecs
[ 2.404011] calling sysctl_init+0x0/0x6f @ 1
[ 2.408013] initcall sysctl_init+0x0/0x6f returned 0 after 0 usecs
[ 2.412010] calling xen_mc_debugfs+0x0/0x13f @ 1
[ 2.416160] initcall xen_mc_debugfs+0x0/0x13f returned 0 after 0 usecs
[ 2.420010] calling xen_mmu_debugfs+0x0/0x2e5 @ 1
[ 2.424178] initcall xen_mmu_debugfs+0x0/0x2e5 returned 0 after 0 usecs
[ 2.428010] calling xen_spinlock_debugfs+0x0/0x275 @ 1
[ 2.432175] initcall xen_spinlock_debugfs+0x0/0x275 returned 0 after 0 usecs
[ 2.436011] calling pci_iommu_init+0x0/0x54 @ 1
[ 2.456878] DMA-API: preallocated 32768 debug entries
[ 2.460009] DMA-API: debugging enabled by kernel config
[ 2.464164] bus: 'pci': add driver agpgart-amd64
[ 2.472197] PCI-DMA: Disabling AGP.
[ 2.476044] Registering sysdev class 'gart'
[ 2.480069] Registering sys device of class 'gart'
[ 2.484016] Registering sys device 'gart0'
[ 2.488058] PCI-DMA: aperture base @ 20000000 size 65536 KB
[ 2.492010] PCI-DMA: using GART IOMMU.
[ 2.496012] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[ 2.500854] initcall pci_iommu_init+0x0/0x54 returned 0 after 58593 usecs
[ 2.504020] calling print_all_ICs+0x0/0x95 @ 1
[ 2.508041]
[ 2.508042] printing PIC contents
[ 2.512011] ... PIC IMR: fffa
[ 2.515062] ... PIC IRR: 0001
[ 2.516008] ... PIC ISR: 0001
[ 2.519065] ... PIC ELCR: 0828
[ 2.520010]
[ 2.520011] <7>printing local APIC contents on CPU#0/0:
[ 2.524005] ... APIC ID: 00000000 (0)
[ 2.524005] ... APIC VERSION: 00040010
[ 2.524005] ... APIC TASKPRI: 00000000 (00)
[ 2.524005] ... APIC ARBPRI: 000000e0 (e0)
[ 2.524005] ... APIC PROCPRI: 00000000
[ 2.524005] ... APIC LDR: 01000000
[ 2.524005] ... APIC DFR: ffffffff
[ 2.524005] ... APIC SPIV: 000001ff
[ 2.524005] ... APIC ISR field:
[ 2.524005] 0123456789abcdef0123456789abcdef
[ 2.524005] <7>00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] ... APIC TMR field:
[ 2.524005] 0123456789abcdef0123456789abcdef
[ 2.524005] <7>00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] ... APIC IRR field:
[ 2.524005] 0123456789abcdef0123456789abcdef
[ 2.524005] <7>00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000010000000000000000
[ 2.524005] ... APIC ESR: 00000000
[ 2.524005] ... APIC ICR: 000008fb
[ 2.524005] ... APIC ICR2: 02000000
[ 2.524005] ... APIC LVTT: 000200ef
[ 2.524005] ... APIC LVTPC: 00010000
[ 2.524005] ... APIC LVT0: 00010700
[ 2.524005] ... APIC LVT1: 00000400
[ 2.524005] ... APIC LVTERR: 000000fe
[ 2.524005] ... APIC TMICT: 0000c454
[ 2.524005] ... APIC TMCCT: 00007871
[ 2.524005] ... APIC TDCR: 00000003
[ 2.524005]
[ 2.522043]
[ 2.522045] <7>printing local APIC contents on CPU#1/1:
[ 2.524005] ... APIC ID: 01000000 (1)
[ 2.524005] ... APIC VERSION: 00040010
[ 2.524005] ... APIC TASKPRI: 00000000 (00)
[ 2.524005] ... APIC ARBPRI: 000000e0 (e0)
[ 2.524005] ... APIC PROCPRI: 00000000
[ 2.524005] ... APIC LDR: 02000000
[ 2.524005] ... APIC DFR: ffffffff
[ 2.524005] ... APIC SPIV: 000001ff
[ 2.524005] ... APIC ISR field:
[ 2.524005] 0123456789abcdef0123456789abcdef
[ 2.524005] <7>00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] ... APIC TMR field:
[ 2.524005] 0123456789abcdef0123456789abcdef
[ 2.524005] <7>00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] ... APIC IRR field:
[ 2.524005] 0123456789abcdef0123456789abcdef
[ 2.524005] <7>00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000000000000000000000
[ 2.524005] 00000000000000010000000000000000
[ 2.524005] ... APIC ESR: 00000000
[ 2.524005] ... APIC ICR: 000008fd
[ 2.524005] ... APIC ICR2: 01000000
[ 2.524005] ... APIC LVTT: 000200ef
[ 2.524005] ... APIC LVTPC: 00010000
[ 2.524005] ... APIC LVT0: 00010700
[ 2.524005] ... APIC LVT1: 00010400
[ 2.524005] ... APIC LVTERR: 000000fe
[ 2.524005] ... APIC TMICT: 0000c454
[ 2.524005] ... APIC TMCCT: 00008a3b
[ 2.524005] ... APIC TDCR: 00000003
[ 2.524005]
[ 2.741824] number of MP IRQ sources: 17.
[ 2.744009] number of IO-APIC #2 registers: 24.
[ 2.748030] testing the IO APIC.......................
[ 2.752012]
[ 2.756009] IO APIC #2......
[ 2.758886] .... register #00: 00000000
[ 2.760009] ....... : physical APIC id: 00
[ 2.764031] ....... : Delivery Type: 0
[ 2.768009] ....... : LTS : 0
[ 2.772009] .... register #01: 00170011
[ 2.775842] ....... : max redirection entries: 0017
[ 2.776009] ....... : PRQ implemented: 0
[ 2.780031] ....... : IO APIC version: 0011
[ 2.784009] .... register #02: 00000000
[ 2.788009] ....... : arbitration: 00
[ 2.792009] .... IRQ redirection table:
[ 2.796031] NR Dst Mask Trig IRR Pol Stat Dmod Deli Vect:
[ 2.800011] 00 003 0 0 0 0 0 1 1 30
[ 2.808011] 01 003 0 0 0 0 0 1 1 31
[ 2.812033] 02 000 1 0 0 0 0 0 0 00
[ 2.819237] 03 003 1 1 0 1 0 1 1 33
[ 2.824011] 04 003 0 0 0 0 0 1 1 34
[ 2.828033] 05 003 1 1 0 1 0 1 1 35
[ 2.832011] 06 003 0 0 0 0 0 1 1 36
[ 2.840011] 07 003 1 0 0 0 0 1 1 37
[ 2.844033] 08 003 0 0 0 0 0 1 1 38
[ 2.848011] 09 003 0 0 0 0 0 1 1 39
[ 2.856011] 0a 003 0 0 0 0 0 1 1 3A
[ 2.860033] 0b 003 1 1 0 1 0 1 1 3B
[ 2.864011] 0c 003 0 0 0 0 0 1 1 3C
[ 2.871237] 0d 003 0 0 0 0 0 1 1 3D
[ 2.876033] 0e 003 0 0 0 0 0 1 1 3E
[ 2.880011] 0f 003 0 0 0 0 0 1 1 3F
[ 2.887237] 10 000 1 0 0 0 0 0 0 00
[ 2.892033] 11 000 1 0 0 0 0 0 0 00
[ 2.896011] 12 000 1 0 0 0 0 0 0 00
[ 2.903237] 13 000 1 0 0 0 0 0 0 00
[ 2.908033] 14 000 1 0 0 0 0 0 0 00
[ 2.912011] 15 000 1 0 0 0 0 0 0 00
[ 2.916011] 16 000 1 0 0 0 0 0 0 00
[ 2.924033] 17 000 1 0 0 0 0 0 0 00
[ 2.928009] IRQ to pin mappings:
[ 2.932009] IRQ0 -> 0:0
[ 2.934490] IRQ1 -> 0:1
[ 2.936742] IRQ3 -> 0:3
[ 2.940220] IRQ4 -> 0:4
[ 2.942699] IRQ5 -> 0:5
[ 2.944740] IRQ6 -> 0:6
[ 2.947219] IRQ7 -> 0:7
[ 2.948742] IRQ8 -> 0:8
[ 2.952742] IRQ9 -> 0:9
[ 2.955227] IRQ10 -> 0:10
[ 2.956845] IRQ11 -> 0:11
[ 2.960205] IRQ12 -> 0:12
[ 2.962862] IRQ13 -> 0:13
[ 2.964827] IRQ14 -> 0:14
[ 2.968203] IRQ15 -> 0:15
[ 2.970857] .................................... done.
[ 2.972034] initcall print_all_ICs+0x0/0x95 returned 0 after 453125 usecs
[ 2.976012] calling hpet_late_init+0x0/0xb2 @ 1
[ 2.980012] initcall hpet_late_init+0x0/0xb2 returned -19 after 0 usecs
[ 2.984011] calling clocksource_done_booting+0x0/0x37 @ 1
[ 2.988033] initcall clocksource_done_booting+0x0/0x37 returned 0 after 0 usecs
[ 2.992011] calling ftrace_init_debugfs+0x0/0xfc @ 1
[ 2.996182] initcall ftrace_init_debugfs+0x0/0xfc returned 0 after 0 usecs
[ 3.000012] calling rb_init_debugfs+0x0/0x56 @ 1
[ 3.004042] initcall rb_init_debugfs+0x0/0x56 returned 0 after 0 usecs
[ 3.008011] calling tracer_init_debugfs+0x0/0x278 @ 1
[ 3.016204] initcall tracer_init_debugfs+0x0/0x278 returned 0 after 3906 usecs
[ 3.020035] calling init_trace_printk_function_export+0x0/0x56 @ 1
[ 3.024018] initcall init_trace_printk_function_export+0x0/0x56 returned 0 after 0 usecs
[ 3.028011] calling stat_workqueue_init+0x0/0x54 @ 1
[ 3.032021] initcall stat_workqueue_init+0x0/0x54 returned 0 after 0 usecs
[ 3.036034] calling event_trace_init+0x0/0x19d @ 1
[ 3.047246] initcall event_trace_init+0x0/0x19d returned 0 after 3906 usecs
[ 3.048018] calling ksym_tracer_stat_init+0x0/0x54 @ 1
[ 3.052072] initcall ksym_tracer_stat_init+0x0/0x54 returned 0 after 0 usecs
[ 3.056012] calling init_pipe_fs+0x0/0x72 @ 1
[ 3.060241] initcall init_pipe_fs+0x0/0x72 returned 0 after 0 usecs
[ 3.064011] calling eventpoll_init+0x0/0x102 @ 1
[ 3.068077] initcall eventpoll_init+0x0/0x102 returned 0 after 0 usecs
[ 3.072011] calling anon_inode_init+0x0/0x147 @ 1
[ 3.076191] initcall anon_inode_init+0x0/0x147 returned 0 after 0 usecs
[ 3.080011] calling fscache_init+0x0/0xd1 @ 1
[ 3.084061] Slow work thread pool: Starting up
[ 3.088147] Slow work thread pool: Ready
[ 3.092041] FS-Cache: Loaded
[ 3.096013] initcall fscache_init+0x0/0xd1 returned 0 after 11718 usecs
[ 3.100012] calling tomoyo_initerface_init+0x0/0x181 @ 1
[ 3.104360] initcall tomoyo_initerface_init+0x0/0x181 returned 0 after 0 usecs
[ 3.108044] calling chr_dev_init+0x0/0xca @ 1
[ 3.112026] device class 'mem': registering
[ 3.116089] device: 'mem': device_add
[ 3.120082] device: 'null': device_add
[ 3.124075] device: 'port': device_add
[ 3.128075] device: 'zero': device_add
[ 3.132075] device: 'full': device_add
[ 3.136094] device: 'random': device_add
[ 3.140074] device: 'urandom': device_add
[ 3.144078] device: 'kmsg': device_add
[ 3.148072] device: 'oldmem': device_add
[ 3.152074] initcall chr_dev_init+0x0/0xca returned 0 after 39062 usecs
[ 3.156012] calling firmware_class_init+0x0/0x9f @ 1
[ 3.160010] device class 'firmware': registering
[ 3.164068] initcall firmware_class_init+0x0/0x9f returned 0 after 3906 usecs
[ 3.168045] calling ieee1394_init+0x0/0x288 @ 1
[ 3.172076] bus: 'ieee1394': registered
[ 3.176016] device class 'ieee1394_host': registering
[ 3.180065] device class 'ieee1394_protocol': registering
[ 3.184093] device class 'ieee1394_node': registering
[ 3.188067] device class 'ieee1394': registering
[ 3.192067] bus: 'ieee1394': add driver nodemgr
[ 3.196074] initcall ieee1394_init+0x0/0x288 returned 0 after 23437 usecs
[ 3.200014] calling cpufreq_gov_userspace_init+0x0/0x39 @ 1
[ 3.204042] initcall cpufreq_gov_userspace_init+0x0/0x39 returned 0 after 0 usecs
[ 3.208015] calling ssb_modinit+0x0/0x9b @ 1
[ 3.212066] bus: 'ssb': registered
[ 3.216074] initcall ssb_modinit+0x0/0x9b returned 0 after 3906 usecs
[ 3.220012] calling pcibios_assign_resources+0x0/0xb1 @ 1
[ 3.224098] pci 0000:00:09.0: PCI bridge, secondary bus 0000:05
[ 3.228012] pci 0000:00:09.0: IO window: 0xc000-0xcfff
[ 3.232045] pci 0000:00:09.0: MEM window: 0xda000000-0xda0fffff
[ 3.236012] pci 0000:00:09.0: PREFETCH window: disabled
[ 3.240015] pci 0000:00:0b.0: PCI bridge, secondary bus 0000:04
[ 3.244010] pci 0000:00:0b.0: IO window: disabled
[ 3.248036] pci 0000:00:0b.0: MEM window: disabled
[ 3.252012] pci 0000:00:0b.0: PREFETCH window: disabled
[ 3.256015] pci 0000:00:0c.0: PCI bridge, secondary bus 0000:03
[ 3.260010] pci 0000:00:0c.0: IO window: disabled
[ 3.264036] pci 0000:00:0c.0: MEM window: disabled
[ 3.268012] pci 0000:00:0c.0: PREFETCH window: disabled
[ 3.272015] pci 0000:00:0d.0: PCI bridge, secondary bus 0000:02
[ 3.276010] pci 0000:00:0d.0: IO window: disabled
[ 3.280036] pci 0000:00:0d.0: MEM window: disabled
[ 3.284012] pci 0000:00:0d.0: PREFETCH window: disabled
[ 3.288020] pci 0000:01:00.0: BAR 6: got res [0xd8000000-0xd801ffff] bus [0xd8000000-0xd801ffff] flags 0x27200
[ 3.292012] pci 0000:00:0e.0: PCI bridge, secondary bus 0000:01
[ 3.300013] pci 0000:00:0e.0: IO window: 0xb000-0xbfff
[ 3.304014] pci 0000:00:0e.0: MEM window: 0xd8000000-0xd9ffffff
[ 3.308013] pci 0000:00:0e.0: PREFETCH window: 0x000000d0000000-0x000000d7ffffff
[ 3.312045] pci 0000:00:09.0: setting latency timer to 64
[ 3.316019] pci 0000:00:0b.0: setting latency timer to 64
[ 3.320018] pci 0000:00:0c.0: setting latency timer to 64
[ 3.324018] pci 0000:00:0d.0: setting latency timer to 64
[ 3.328041] pci 0000:00:0e.0: setting latency timer to 64
[ 3.332013] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 3.336011] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffff]
[ 3.340011] pci_bus 0000:05: resource 0 io: [0xc000-0xcfff]
[ 3.344034] pci_bus 0000:05: resource 1 mem: [0xda000000-0xda0fffff]
[ 3.348011] pci_bus 0000:05: resource 3 io: [0x00-0xffff]
[ 3.352011] pci_bus 0000:05: resource 4 mem: [0x000000-0xffffffffff]
[ 3.356011] pci_bus 0000:01: resource 0 io: [0xb000-0xbfff]
[ 3.360034] pci_bus 0000:01: resource 1 mem: [0xd8000000-0xd9ffffff]
[ 3.364011] pci_bus 0000:01: resource 2 pref mem [0xd0000000-0xd7ffffff]
[ 3.368012] initcall pcibios_assign_resources+0x0/0xb1 returned 0 after 140625 usecs
[ 3.372012] calling sysctl_core_init+0x0/0x5f @ 1
[ 3.376113] initcall sysctl_core_init+0x0/0x5f returned 0 after 0 usecs
[ 3.380013] calling inet_init+0x0/0x1c5 @ 1
[ 3.384033] NET: Registered protocol family 2
[ 3.388306] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 3.397280] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[ 3.401479] TCP bind hash table entries: 65536 (order: 9, 3670016 bytes)
[ 3.413672] TCP: Hash tables configured (established 131072 bind 65536)
[ 3.416072] TCP reno registered
[ 3.419456] initcall inet_init+0x0/0x1c5 returned 0 after 31250 usecs
[ 3.420013] calling af_unix_init+0x0/0x7b @ 1
[ 3.424022] NET: Registered protocol family 1
[ 3.428082] initcall af_unix_init+0x0/0x7b returned 0 after 3906 usecs
[ 3.432013] calling default_rootfs+0x0/0x91 @ 1
[ 3.436200] initcall default_rootfs+0x0/0x91 returned 0 after 0 usecs
[ 3.440013] calling calgary_fixup_tce_spaces+0x0/0x121 @ 1
[ 3.444035] initcall calgary_fixup_tce_spaces+0x0/0x121 returned -19 after 0 usecs
[ 3.448012] calling i8259A_init_sysfs+0x0/0x49 @ 1
[ 3.452011] Registering sysdev class 'i8259'
[ 3.456131] Registering sys device of class 'i8259'
[ 3.460041] Registering sys device 'i82590'
[ 3.464067] initcall i8259A_init_sysfs+0x0/0x49 returned 0 after 11718 usecs
[ 3.468013] calling vsyscall_init+0x0/0x6c @ 1
[ 3.472036] initcall vsyscall_init+0x0/0x6c returned 0 after 0 usecs
[ 3.476012] calling sbf_init+0x0/0x118 @ 1
[ 3.480012] initcall sbf_init+0x0/0x118 returned 0 after 0 usecs
[ 3.484043] calling i8237A_init_sysfs+0x0/0x49 @ 1
[ 3.488011] Registering sysdev class 'i8237'
[ 3.492067] Registering sys device of class 'i8237'
[ 3.496017] Registering sys device 'i82370'
[ 3.500061] initcall i8237A_init_sysfs+0x0/0x49 returned 0 after 11718 usecs
[ 3.504014] calling add_rtc_cmos+0x0/0x68 @ 1
[ 3.508015] Registering platform device 'rtc_cmos'. Parent at platform
[ 3.512012] device: 'rtc_cmos': device_add
[ 3.516019] bus: 'platform': add device rtc_cmos
[ 3.520105] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 3.524014] initcall add_rtc_cmos+0x0/0x68 returned 0 after 15625 usecs
[ 3.528013] calling cache_sysfs_init+0x0/0x91 @ 1
[ 3.532107] initcall cache_sysfs_init+0x0/0x91 returned 0 after 0 usecs
[ 3.536014] calling mce_init_device+0x0/0xd9 @ 1
[ 3.540017] Registering sysdev class 'machinecheck'
[ 3.544066] Registering sys device of class 'machinecheck'
[ 3.548017] Registering sys device 'machinecheck0'
[ 3.552061] ------------[ cut here ]------------
[ 3.556016] WARNING: at fs/sysfs/dir.c:487 sysfs_add_one+0xe3/0x111()
[ 3.560011] Hardware name: System Product Name
[ 3.564011] sysfs: cannot create duplicate filename '/devices/system/machinecheck/machinecheck0/ignore_ce'
[ 3.568010] Modules linked in:
[ 3.572242] Pid: 1, comm: swapper Not tainted 2.6.30-tip #54394
[ 3.576011] Call Trace:
[ 3.580014] [<ffffffff81166272>] ? sysfs_add_one+0xe3/0x111
[ 3.584014] [<ffffffff810581a2>] warn_slowpath_common+0x8d/0xd0
[ 3.588036] [<ffffffff81058272>] warn_slowpath_fmt+0x50/0x66
[ 3.592013] [<ffffffff81166171>] ? sysfs_pathname+0x4f/0x6d
[ 3.596013] [<ffffffff81166272>] sysfs_add_one+0xe3/0x111
[ 3.600013] [<ffffffff81165811>] sysfs_add_file_mode+0x6b/0xb3
[ 3.604035] [<ffffffff8116587d>] sysfs_add_file+0x24/0x3a
[ 3.608013] [<ffffffff81165982>] sysfs_create_file+0x3d/0x53
[ 3.612015] [<ffffffff81381460>] sysdev_create_file+0x25/0x3d
[ 3.616013] [<ffffffff817b7eff>] mce_create_device+0x67/0x1e3
[ 3.620036] [<ffffffff81df72a5>] mce_init_device+0x58/0xd9
[ 3.624013] [<ffffffff81df724d>] ? mce_init_device+0x0/0xd9
[ 3.628014] [<ffffffff8100a0b6>] do_one_initcall+0x84/0x1ad
[ 3.632015] [<ffffffff81089a9b>] ? __lock_acquire+0x332/0x3bd
[ 3.636036] [<ffffffff81158f0f>] ? proc_register+0xb2/0x138
[ 3.640013] [<ffffffff81158f0f>] ? proc_register+0xb2/0x138
[ 3.644013] [<ffffffff81158f71>] ? proc_register+0x114/0x138
[ 3.648014] [<ffffffff812b2afe>] ? _raw_spin_unlock+0x9e/0xbb
[ 3.652037] [<ffffffff817c102b>] ? _spin_unlock+0x3a/0x55
[ 3.656013] [<ffffffff81158f0f>] ? proc_register+0xb2/0x138
[ 3.660013] [<ffffffff81158f71>] ? proc_register+0x114/0x138
[ 3.664014] [<ffffffff811590fb>] ? create_proc_entry+0x92/0xbe
[ 3.668036] [<ffffffff8109f4b1>] ? register_irq_proc+0xc2/0xf2
[ 3.672014] [<ffffffff81150000>] ? dquot_transfer+0xa0/0x491
[ 3.676015] [<ffffffff81def140>] ? early_idt_handler+0x0/0x71
[ 3.680014] [<ffffffff81def140>] ? early_idt_handler+0x0/0x71
[ 3.684036] [<ffffffff81def98c>] kernel_init+0xb2/0x11a
[ 3.688013] [<ffffffff81def140>] ? early_idt_handler+0x0/0x71
[ 3.692013] [<ffffffff8101410a>] child_rip+0xa/0x20
[ 3.696015] [<ffffffff81013a90>] ? restore_args+0x0/0x30
[ 3.700037] [<ffffffff81def8da>] ? kernel_init+0x0/0x11a
[ 3.704013] [<ffffffff81014100>] ? child_rip+0x0/0x20
[ 3.708074] ---[ end trace 5a5d197966b56a2e ]---
[ 3.712109] initcall mce_init_device+0x0/0xd9 returned -17 after 167969 usecs
[ 3.716038] initcall mce_init_device+0x0/0xd9 returned with error code -17
[ 3.720015] calling threshold_init_device+0x0/0xc0 @ 1
[ 3.724013] initcall threshold_init_device+0x0/0xc0 returned 0 after 0 usecs
[ 3.728013] calling ioapic_init_sysfs+0x0/0xd0 @ 1
[ 3.732041] Registering sysdev class 'ioapic'
[ 3.736064] Registering sys device of class 'ioapic'
[ 3.740017] Registering sys device 'ioapic0'
[ 3.744061] initcall ioapic_init_sysfs+0x0/0xd0 returned 0 after 11718 usecs
[ 3.748014] calling add_pcspkr+0x0/0x4f @ 1
[ 3.752014] Registering platform device 'pcspkr'. Parent at platform
[ 3.756012] device: 'pcspkr': device_add
[ 3.760017] bus: 'platform': add device pcspkr
[ 3.764102] initcall add_pcspkr+0x0/0x4f returned 0 after 11718 usecs
[ 3.768015] calling start_pageattr_test+0x0/0x6c @ 1
[ 3.772044] initcall start_pageattr_test+0x0/0x6c returned 0 after 0 usecs
[ 3.776015] calling pt_dump_init+0x0/0x57 @ 1
[ 3.780050] initcall pt_dump_init+0x0/0x57 returned 0 after 0 usecs
[ 3.784013] calling crc32c_intel_mod_init+0x0/0x47 @ 1
[ 3.788013] initcall crc32c_intel_mod_init+0x0/0x47 returned -19 after 0 usecs
[ 3.792043] calling init_vdso_vars+0x0/0x27b @ 1
[ 3.796131] initcall init_vdso_vars+0x0/0x27b returned 0 after 0 usecs
[ 3.800012] calling ia32_binfmt_init+0x0/0x3b @ 1
[ 3.804035] initcall ia32_binfmt_init+0x0/0x3b returned 0 after 0 usecs
[ 3.808035] calling sysenter_setup+0x0/0xfb @ 1
[ 3.812019] initcall sysenter_setup+0x0/0xfb returned 0 after 0 usecs
[ 3.816012] calling init_aout_binfmt+0x0/0x3b @ 1
[ 3.820013] initcall init_aout_binfmt+0x0/0x3b returned 0 after 0 usecs
[ 3.824035] calling init_sched_debug_procfs+0x0/0x53 @ 1
[ 3.828022] initcall init_sched_debug_procfs+0x0/0x53 returned 0 after 0 usecs
[ 3.832012] calling proc_execdomains_init+0x0/0x49 @ 1
[ 3.836017] initcall proc_execdomains_init+0x0/0x49 returned 0 after 0 usecs
[ 3.840035] calling ioresources_init+0x0/0x63 @ 1
[ 3.844021] initcall ioresources_init+0x0/0x63 returned 0 after 0 usecs
[ 3.848012] calling uid_cache_init+0x0/0xb4 @ 1
[ 3.852035] initcall uid_cache_init+0x0/0xb4 returned 0 after 0 usecs
[ 3.856036] calling init_posix_timers+0x0/0x103 @ 1
[ 3.860019] initcall init_posix_timers+0x0/0x103 returned 0 after 0 usecs
[ 3.864012] calling init_posix_cpu_timers+0x0/0xd6 @ 1
[ 3.868013] initcall init_posix_cpu_timers+0x0/0xd6 returned 0 after 0 usecs
[ 3.872035] calling nsproxy_cache_init+0x0/0x54 @ 1
[ 3.876015] initcall nsproxy_cache_init+0x0/0x54 returned 0 after 0 usecs
[ 3.880013] calling create_proc_profile+0x0/0x91 @ 1
[ 3.884013] initcall create_proc_profile+0x0/0x91 returned 0 after 0 usecs
[ 3.888035] calling timekeeping_init_device+0x0/0x49 @ 1
[ 3.892011] Registering sysdev class 'timekeeping'
[ 3.896070] Registering sys device of class 'timekeeping'
[ 3.900017] Registering sys device 'timekeeping0'
[ 3.904062] initcall timekeeping_init_device+0x0/0x49 returned 0 after 11718 usecs
[ 3.908014] calling init_clocksource_sysfs+0x0/0x77 @ 1
[ 3.912011] Registering sysdev class 'clocksource'
[ 3.916065] Registering sys device of class 'clocksource'
[ 3.920017] Registering sys device 'clocksource0'
[ 3.924061] initcall init_clocksource_sysfs+0x0/0x77 returned 0 after 11718 usecs
[ 3.928015] calling init_timer_list_procfs+0x0/0x53 @ 1
[ 3.932018] initcall init_timer_list_procfs+0x0/0x53 returned 0 after 0 usecs
[ 3.936012] calling lockdep_proc_init+0x0/0x86 @ 1
[ 3.940026] initcall lockdep_proc_init+0x0/0x86 returned 0 after 0 usecs
[ 3.944043] calling futex_init+0x0/0xf0 @ 1
[ 3.948047] initcall futex_init+0x0/0xf0 returned 0 after 0 usecs
[ 3.952014] calling init_rttest+0x0/0x184 @ 1
[ 3.956014] Registering sysdev class 'rttest'
[ 3.960088] Registering sys device of class 'rttest'
[ 3.964018] Registering sys device 'rttest0'
[ 3.968060] Registering sys device of class 'rttest'
[ 3.972018] Registering sys device 'rttest1'
[ 3.976063] Registering sys device of class 'rttest'
[ 3.980018] Registering sys device 'rttest2'
[ 3.984061] Registering sys device of class 'rttest'
[ 3.988018] Registering sys device 'rttest3'
[ 3.992060] Registering sys device of class 'rttest'
[ 3.996018] Registering sys device 'rttest4'
[ 4.000074] Registering sys device of class 'rttest'
[ 4.004018] Registering sys device 'rttest5'
[ 4.008060] Registering sys device of class 'rttest'
[ 4.012026] Registering sys device 'rttest6'
[ 4.016061] Registering sys device of class 'rttest'
[ 4.020018] Registering sys device 'rttest7'
[ 4.024064] Initializing RT-Tester: OK
[ 4.028016] initcall init_rttest+0x0/0x184 returned 0 after 70312 usecs
[ 4.032013] calling proc_dma_init+0x0/0x49 @ 1
[ 4.036019] initcall proc_dma_init+0x0/0x49 returned 0 after 0 usecs
[ 4.040013] calling proc_modules_init+0x0/0x49 @ 1
[ 4.044049] initcall proc_modules_init+0x0/0x49 returned 0 after 0 usecs
[ 4.048013] calling kallsyms_init+0x0/0x4c @ 1
[ 4.052017] initcall kallsyms_init+0x0/0x4c returned 0 after 0 usecs
[ 4.056013] calling hung_task_init+0x0/0x79 @ 1
[ 4.060065] initcall hung_task_init+0x0/0x79 returned 0 after 0 usecs
[ 4.064015] calling utsname_sysctl_init+0x0/0x3b @ 1
[ 4.068067] initcall utsname_sysctl_init+0x0/0x3b returned 0 after 0 usecs
[ 4.072014] calling init_markers+0x0/0x3e @ 1
[ 4.076014] initcall init_markers+0x0/0x3e returned 0 after 0 usecs
[ 4.080044] calling init_tracepoints+0x0/0x3e @ 1
[ 4.084013] initcall init_tracepoints+0x0/0x3e returned 0 after 0 usecs
[ 4.088013] calling ftrace_mod_cmd_init+0x0/0x39 @ 1
[ 4.092061] initcall ftrace_mod_cmd_init+0x0/0x39 returned 0 after 0 usecs
[ 4.096036] calling init_events+0x0/0x8c @ 1
[ 4.100023] initcall init_events+0x0/0x8c returned 0 after 0 usecs
[ 4.104013] calling init_sched_switch_trace+0x0/0x39 @ 1
[ 4.108017] Testing tracer sched_switch: PASSED
[ 4.216994] initcall init_sched_switch_trace+0x0/0x39 returned 0 after 105468 usecs
[ 4.220014] calling init_stack_trace+0x0/0x39 @ 1
[ 4.224013] Testing tracer sysprof: .. no entries found ..FAILED!
[ 4.334804] initcall init_stack_trace+0x0/0x39 returned -1 after 105468 usecs
[ 4.336014] initcall init_stack_trace+0x0/0x39 returned with error code -1
[ 4.340013] calling init_function_trace+0x0/0x65 @ 1
[ 4.344015] Testing tracer function: PASSED
[ 4.465039] Testing dynamic ftrace: PASSED
[ 4.705120] initcall init_function_trace+0x0/0x65 returned 0 after 351563 usecs
[ 4.708017] calling init_irqsoff_tracer+0x0/0x3b @ 1
[ 4.712015] Testing tracer irqsoff: PASSED
[ 4.724047] initcall init_irqsoff_tracer+0x0/0x3b returned 0 after 11718 usecs
[ 4.728016] calling init_wakeup_tracer+0x0/0x49 @ 1
[ 4.732018] Testing tracer wakeup: PASSED
[ 5.048915] Testing tracer wakeup_rt: PASSED
[ 5.364848] initcall init_wakeup_tracer+0x0/0x49 returned 0 after 617188 usecs
[ 5.368017] calling stack_trace_init+0x0/0x91 @ 1
[ 5.372044] initcall stack_trace_init+0x0/0x91 returned 0 after 0 usecs
[ 5.376016] calling init_mmio_trace+0x0/0x39 @ 1
[ 5.380052] initcall init_mmio_trace+0x0/0x39 returned 0 after 0 usecs
[ 5.384015] calling init_graph_trace+0x0/0x39 @ 1
[ 5.388016] Testing tracer function_graph: PASSED
[ 5.500748] initcall init_graph_trace+0x0/0x39 returned 0 after 109375 usecs
[ 5.504040] calling init_kmem_tracer+0x0/0x39 @ 1
[ 5.508019] initcall init_kmem_tracer+0x0/0x39 returned 0 after 0 usecs
[ 5.512017] calling init_blk_tracer+0x0/0x7e @ 1
[ 5.516021] initcall init_blk_tracer+0x0/0x7e returned 0 after 0 usecs
[ 5.520049] calling register_ftrace_syscalls+0x0/0xc5 @ 1
[ 5.524021] initcall register_ftrace_syscalls+0x0/0xc5 returned 0 after 0 usecs
[ 5.528016] calling init_ksym_trace+0x0/0x76 @ 1
[ 5.532035] Testing tracer ksym_tracer: PASSED
[ 5.560788] initcall init_ksym_trace+0x0/0x76 returned 0 after 27343 usecs
[ 5.564049] calling init_per_zone_pages_min+0x0/0xb1 @ 1
[ 5.568158] initcall init_per_zone_pages_min+0x0/0xb1 returned 0 after 0 usecs
[ 5.572016] calling pdflush_init+0x0/0x43 @ 1
[ 5.576079] initcall pdflush_init+0x0/0x43 returned 0 after 0 usecs
[ 5.580053] calling kswapd_init+0x0/0x47 @ 1
[ 5.584066] initcall kswapd_init+0x0/0x47 returned 0 after 0 usecs
[ 5.588018] calling init_tmpfs+0x0/0x105 @ 1
[ 5.592483] initcall init_tmpfs+0x0/0x105 returned 0 after 0 usecs
[ 5.596017] calling setup_vmstat+0x0/0xef @ 1
[ 5.600066] initcall setup_vmstat+0x0/0xef returned 0 after 0 usecs
[ 5.604017] calling mm_sysfs_init+0x0/0x50 @ 1
[ 5.608028] initcall mm_sysfs_init+0x0/0x50 returned 0 after 0 usecs
[ 5.612016] calling proc_vmalloc_init+0x0/0x4c @ 1
[ 5.616022] initcall proc_vmalloc_init+0x0/0x4c returned 0 after 0 usecs
[ 5.620020] calling hugetlb_init+0x0/0x1fd @ 1
[ 5.624017] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 5.628038] initcall hugetlb_init+0x0/0x1fd returned 0 after 3906 usecs
[ 5.632017] calling slab_proc_init+0x0/0x4c @ 1
[ 5.636022] initcall slab_proc_init+0x0/0x4c returned 0 after 0 usecs
[ 5.640016] calling slab_sysfs_init+0x0/0x119 @ 1
[ 5.656302] initcall slab_sysfs_init+0x0/0x119 returned 0 after 11718 usecs
[ 5.660018] calling fasync_init+0x0/0x51 @ 1
[ 5.664029] initcall fasync_init+0x0/0x51 returned 0 after 0 usecs
[ 5.668016] calling proc_filesystems_init+0x0/0x49 @ 1
[ 5.672028] initcall proc_filesystems_init+0x0/0x49 returned 0 after 0 usecs
[ 5.676051] calling dnotify_init+0x0/0xa7 @ 1
[ 5.684573] initcall dnotify_init+0x0/0xa7 returned 0 after 3906 usecs
[ 5.688017] calling inotify_user_setup+0x0/0x113 @ 1
[ 5.692377] initcall inotify_user_setup+0x0/0x113 returned 0 after 0 usecs
[ 5.696016] calling aio_setup+0x0/0xce @ 1
[ 5.700119] initcall aio_setup+0x0/0xce returned 0 after 0 usecs
[ 5.704018] calling proc_locks_init+0x0/0x49 @ 1
[ 5.708023] initcall proc_locks_init+0x0/0x49 returned 0 after 0 usecs
[ 5.712016] calling init_sys32_ioctl+0x0/0xac @ 1
[ 5.716033] initcall init_sys32_ioctl+0x0/0xac returned 0 after 0 usecs
[ 5.720050] calling init_mbcache+0x0/0x3b @ 1
[ 5.724018] initcall init_mbcache+0x0/0x3b returned 0 after 0 usecs
[ 5.728015] calling dquot_init+0x0/0x10c @ 1
[ 5.732015] VFS: Disk quotas dquot_6.5.2
[ 5.736330] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 5.740020] initcall dquot_init+0x0/0x10c returned 0 after 7812 usecs
[ 5.744016] calling proc_cmdline_init+0x0/0x49 @ 1
[ 5.748022] initcall proc_cmdline_init+0x0/0x49 returned 0 after 0 usecs
[ 5.752016] calling proc_cpuinfo_init+0x0/0x49 @ 1
[ 5.756055] initcall proc_cpuinfo_init+0x0/0x49 returned 0 after 0 usecs
[ 5.760016] calling proc_devices_init+0x0/0x49 @ 1
[ 5.764021] initcall proc_devices_init+0x0/0x49 returned 0 after 0 usecs
[ 5.768016] calling proc_interrupts_init+0x0/0x49 @ 1
[ 5.772047] initcall proc_interrupts_init+0x0/0x49 returned 0 after 0 usecs
[ 5.776016] calling proc_loadavg_init+0x0/0x49 @ 1
[ 5.780021] initcall proc_loadavg_init+0x0/0x49 returned 0 after 0 usecs
[ 5.784016] calling proc_meminfo_init+0x0/0x49 @ 1
[ 5.788047] initcall proc_meminfo_init+0x0/0x49 returned 0 after 0 usecs
[ 5.792016] calling proc_stat_init+0x0/0x49 @ 1
[ 5.796022] initcall proc_stat_init+0x0/0x49 returned 0 after 0 usecs
[ 5.800016] calling proc_uptime_init+0x0/0x49 @ 1
[ 5.804047] initcall proc_uptime_init+0x0/0x49 returned 0 after 0 usecs
[ 5.808016] calling proc_version_init+0x0/0x49 @ 1
[ 5.812025] initcall proc_version_init+0x0/0x49 returned 0 after 0 usecs
[ 5.816016] calling proc_kcore_init+0x0/0x70 @ 1
[ 5.820048] initcall proc_kcore_init+0x0/0x70 returned 0 after 0 usecs
[ 5.824016] calling vmcore_init+0x0/0x9e @ 1
[ 5.828016] initcall vmcore_init+0x0/0x9e returned 0 after 0 usecs
[ 5.832016] calling proc_kmsg_init+0x0/0x4c @ 1
[ 5.836047] initcall proc_kmsg_init+0x0/0x4c returned 0 after 0 usecs
[ 5.840016] calling proc_page_init+0x0/0x69 @ 1
[ 5.844027] initcall proc_page_init+0x0/0x69 returned 0 after 0 usecs
[ 5.848016] calling configfs_init+0x0/0xfb @ 1
[ 5.852074] initcall configfs_init+0x0/0xfb returned 0 after 0 usecs
[ 5.856016] calling init_devpts_fs+0x0/0x72 @ 1
[ 5.860503] initcall init_devpts_fs+0x0/0x72 returned 0 after 0 usecs
[ 5.864017] calling init_dlm+0x0/0xae @ 1
[ 5.872699] device: 'dlm-control': device_add
[ 5.876101] device: 'dlm-monitor': device_add
[ 5.880091] device: 'dlm_plock': device_add
[ 5.884090] DLM (built Jun 17 2009 11:10:03) installed
[ 5.888019] initcall init_dlm+0x0/0xae returned 0 after 19531 usecs
[ 5.892016] calling init_ext3_fs+0x0/0x99 @ 1
[ 5.896218] initcall init_ext3_fs+0x0/0x99 returned 0 after 0 usecs
[ 5.900018] calling init_ext2_fs+0x0/0x89 @ 1
[ 5.904153] initcall init_ext2_fs+0x0/0x89 returned 0 after 0 usecs
[ 5.908018] calling init_ext4_fs+0x0/0x11f @ 1
[ 5.912190] initcall init_ext4_fs+0x0/0x11f returned 0 after 0 usecs
[ 5.916019] calling journal_init+0x0/0xf5 @ 1
[ 5.924501] initcall journal_init+0x0/0xf5 returned 0 after 3906 usecs
[ 5.928045] calling journal_init+0x0/0x112 @ 1
[ 5.932134] initcall journal_init+0x0/0x112 returned 0 after 0 usecs
[ 5.936017] calling init_ramfs_fs+0x0/0x39 @ 1
[ 5.940018] initcall init_ramfs_fs+0x0/0x39 returned 0 after 0 usecs
[ 5.944043] calling init_hugetlbfs_fs+0x0/0xbe @ 1
[ 5.948423] initcall init_hugetlbfs_fs+0x0/0xbe returned 0 after 0 usecs
[ 5.952077] calling init_minix_fs+0x0/0x89 @ 1
[ 5.956152] initcall init_minix_fs+0x0/0x89 returned 0 after 0 usecs
[ 5.960039] calling init_hfsplus_fs+0x0/0x83 @ 1
[ 5.964156] initcall init_hfsplus_fs+0x0/0x83 returned 0 after 0 usecs
[ 5.968046] calling init_nls_cp437+0x0/0x39 @ 1
[ 5.972064] initcall init_nls_cp437+0x0/0x39 returned 0 after 0 usecs
[ 5.976016] calling init_nls_cp857+0x0/0x39 @ 1
[ 5.980017] initcall init_nls_cp857+0x0/0x39 returned 0 after 0 usecs
[ 5.984046] calling init_nls_cp861+0x0/0x39 @ 1
[ 5.988018] initcall init_nls_cp861+0x0/0x39 returned 0 after 0 usecs
[ 5.992017] calling init_nls_cp863+0x0/0x39 @ 1
[ 5.996018] initcall init_nls_cp863+0x0/0x39 returned 0 after 0 usecs
[ 6.000045] calling init_nls_cp864+0x0/0x39 @ 1
[ 6.004017] initcall init_nls_cp864+0x0/0x39 returned 0 after 0 usecs
[ 6.008016] calling init_nls_cp949+0x0/0x39 @ 1
[ 6.012018] initcall init_nls_cp949+0x0/0x39 returned 0 after 0 usecs
[ 6.016046] calling init_nls_cp950+0x0/0x39 @ 1
[ 6.020018] initcall init_nls_cp950+0x0/0x39 returned 0 after 0 usecs
[ 6.024017] calling init_nls_cp1250+0x0/0x39 @ 1
[ 6.028073] initcall init_nls_cp1250+0x0/0x39 returned 0 after 0 usecs
[ 6.032047] calling init_nls_ascii+0x0/0x39 @ 1
[ 6.036018] initcall init_nls_ascii+0x0/0x39 returned 0 after 0 usecs
[ 6.040017] calling init_nls_iso8859_3+0x0/0x39 @ 1
[ 6.044018] initcall init_nls_iso8859_3+0x0/0x39 returned 0 after 0 usecs
[ 6.048045] calling init_nls_iso8859_4+0x0/0x39 @ 1
[ 6.052018] initcall init_nls_iso8859_4+0x0/0x39 returned 0 after 0 usecs
[ 6.056017] calling init_nls_iso8859_6+0x0/0x39 @ 1
[ 6.060018] initcall init_nls_iso8859_6+0x0/0x39 returned 0 after 0 usecs
[ 6.064046] calling init_nls_cp1255+0x0/0x39 @ 1
[ 6.068018] initcall init_nls_cp1255+0x0/0x39 returned 0 after 0 usecs
[ 6.072017] calling init_nls_iso8859_9+0x0/0x39 @ 1
[ 6.076017] initcall init_nls_iso8859_9+0x0/0x39 returned 0 after 0 usecs
[ 6.080046] calling init_nls_koi8_u+0x0/0x39 @ 1
[ 6.084018] initcall init_nls_koi8_u+0x0/0x39 returned 0 after 0 usecs
[ 6.088017] calling init_nls_koi8_ru+0x0/0x6f @ 1
[ 6.092018] initcall init_nls_koi8_ru+0x0/0x6f returned 0 after 0 usecs
[ 6.096046] calling init_nls_utf8+0x0/0x4a @ 1
[ 6.100018] initcall init_nls_utf8+0x0/0x4a returned 0 after 0 usecs
[ 6.104016] calling init_hpfs_fs+0x0/0x89 @ 1
[ 6.108154] initcall init_hpfs_fs+0x0/0x89 returned 0 after 0 usecs
[ 6.112065] calling init_ufs_fs+0x0/0x89 @ 1
[ 6.116153] initcall init_ufs_fs+0x0/0x89 returned 0 after 0 usecs
[ 6.120020] calling init_omfs_fs+0x0/0x39 @ 1
[ 6.124018] initcall init_omfs_fs+0x0/0x39 returned 0 after 0 usecs
[ 6.128016] calling init_jfs_fs+0x0/0x1fd @ 1
[ 6.132156] JFS: nTxBlock = 7274, nTxLock = 58194
[ 6.145234] initcall init_jfs_fs+0x0/0x1fd returned 0 after 11718 usecs
[ 6.148020] calling init_gfs2_fs+0x0/0x20d @ 1
[ 6.152279] GFS2 (built Jun 17 2009 11:10:08) installed
[ 6.156024] initcall init_gfs2_fs+0x0/0x20d returned 0 after 3906 usecs
[ 6.160017] calling key_proc_init+0x0/0x5a @ 1
[ 6.164029] initcall key_proc_init+0x0/0x5a returned 0 after 0 usecs
[ 6.168017] calling crypto_wq_init+0x0/0x59 @ 1
[ 6.172097] initcall crypto_wq_init+0x0/0x59 returned 0 after 0 usecs
[ 6.176019] calling crypto_algapi_init+0x0/0x34 @ 1
[ 6.180053] initcall crypto_algapi_init+0x0/0x34 returned 0 after 0 usecs
[ 6.184017] calling chainiv_module_init+0x0/0x39 @ 1
[ 6.188317] initcall chainiv_module_init+0x0/0x39 returned 0 after 0 usecs
[ 6.192051] calling eseqiv_module_init+0x0/0x39 @ 1
[ 6.196019] initcall eseqiv_module_init+0x0/0x39 returned 0 after 0 usecs
[ 6.200016] calling hmac_module_init+0x0/0x39 @ 1
[ 6.204019] initcall hmac_module_init+0x0/0x39 returned 0 after 0 usecs
[ 6.208042] calling crypto_xcbc_module_init+0x0/0x39 @ 1
[ 6.212019] initcall crypto_xcbc_module_init+0x0/0x39 returned 0 after 0 usecs
[ 6.216016] calling md5_mod_init+0x0/0x39 @ 1
[ 6.220222] initcall md5_mod_init+0x0/0x39 returned 0 after 0 usecs
[ 6.224044] calling rmd256_mod_init+0x0/0x39 @ 1
[ 6.228055] initcall rmd256_mod_init+0x0/0x39 returned 0 after 0 usecs
[ 6.232018] calling rmd320_mod_init+0x0/0x39 @ 1
[ 6.236054] initcall rmd320_mod_init+0x0/0x39 returned 0 after 0 usecs
[ 6.240019] calling sha1_generic_mod_init+0x0/0x39 @ 1
[ 6.244055] initcall sha1_generic_mod_init+0x0/0x39 returned 0 after 0 usecs
[ 6.248018] calling wp512_mod_init+0x0/0x8a @ 1
[ 6.252114] initcall wp512_mod_init+0x0/0x8a returned 0 after 0 usecs
[ 6.256019] calling crypto_ecb_module_init+0x0/0x39 @ 1
[ 6.260020] initcall crypto_ecb_module_init+0x0/0x39 returned 0 after 0 usecs
[ 6.264017] calling crypto_cbc_module_init+0x0/0x39 @ 1
[ 6.268020] initcall crypto_cbc_module_init+0x0/0x39 returned 0 after 0 usecs
[ 6.272051] calling crypto_pcbc_module_init+0x0/0x39 @ 1
[ 6.276020] initcall crypto_pcbc_module_init+0x0/0x39 returned 0 after 0 usecs
[ 6.280017] calling des_generic_mod_init+0x0/0x65 @ 1
[ 6.284110] initcall des_generic_mod_init+0x0/0x65 returned 0 after 0 usecs
[ 6.288045] calling fcrypt_mod_init+0x0/0x39 @ 1
[ 6.292056] alg: No test for fcrypt (fcrypt-generic)
[ 6.297297] initcall fcrypt_mod_init+0x0/0x39 returned 0 after 3906 usecs
[ 6.300017] calling blowfish_mod_init+0x0/0x39 @ 1
[ 6.304829] initcall blowfish_mod_init+0x0/0x39 returned 0 after 0 usecs
[ 6.308019] calling serpent_mod_init+0x0/0x65 @ 1
[ 6.312113] initcall serpent_mod_init+0x0/0x65 returned 0 after 0 usecs
[ 6.316018] calling aes_init+0x0/0x39 @ 1
[ 6.320077] initcall aes_init+0x0/0x39 returned 0 after 0 usecs
[ 6.324019] calling cast6_mod_init+0x0/0x39 @ 1
[ 6.328080] initcall cast6_mod_init+0x0/0x39 returned 0 after 0 usecs
[ 6.332018] calling arc4_init+0x0/0x39 @ 1
[ 6.336092] initcall arc4_init+0x0/0x39 returned 0 after 0 usecs
[ 6.340019] calling khazad_mod_init+0x0/0x39 @ 1
[ 6.344077] initcall khazad_mod_init+0x0/0x39 returned 0 after 0 usecs
[ 6.348019] calling deflate_mod_init+0x0/0x39 @ 1
[ 6.352610] initcall deflate_mod_init+0x0/0x39 returned 0 after 0 usecs
[ 6.356019] calling michael_mic_init+0x0/0x39 @ 1
[ 6.360068] initcall michael_mic_init+0x0/0x39 returned 0 after 0 usecs
[ 6.364019] calling crc32c_mod_init+0x0/0x39 @ 1
[ 6.368073] initcall crc32c_mod_init+0x0/0x39 returned 0 after 0 usecs
[ 6.372019] calling crypto_authenc_module_init+0x0/0x39 @ 1
[ 6.376020] initcall crypto_authenc_module_init+0x0/0x39 returned 0 after 0 usecs
[ 6.380017] calling lzo_mod_init+0x0/0x39 @ 1
[ 6.384121] initcall lzo_mod_init+0x0/0x39 returned 0 after 0 usecs
[ 6.388064] calling krng_mod_init+0x0/0x39 @ 1
[ 6.392056] alg: No test for stdrng (krng)
[ 6.399312] initcall krng_mod_init+0x0/0x39 returned 0 after 3906 usecs
[ 6.400017] calling prng_mod_init+0x0/0x4e @ 1
[ 6.404057] alg: No test for stdrng (ansi_cprng)
[ 6.411205] initcall prng_mod_init+0x0/0x4e returned 0 after 3906 usecs
[ 6.412017] calling proc_genhd_init+0x0/0x63 @ 1
[ 6.416029] initcall proc_genhd_init+0x0/0x63 returned 0 after 0 usecs
[ 6.420017] calling noop_init+0x0/0x3b @ 1
[ 6.424112] io scheduler noop registered
[ 6.428018] initcall noop_init+0x0/0x3b returned 0 after 3906 usecs
[ 6.432017] calling as_init+0x0/0x3b @ 1
[ 6.436016] io scheduler anticipatory registered (default)
[ 6.440043] initcall as_init+0x0/0x3b returned 0 after 3906 usecs
[ 6.444017] calling debug_objects_init_debugfs+0x0/0x8a @ 1
[ 6.448039] initcall debug_objects_init_debugfs+0x0/0x8a returned 0 after 0 usecs
[ 6.452018] calling libcrc32c_mod_init+0x0/0x53 @ 1
[ 6.456047] initcall libcrc32c_mod_init+0x0/0x53 returned 0 after 0 usecs
[ 6.460017] calling init_kmp+0x0/0x39 @ 1
[ 6.464077] initcall init_kmp+0x0/0x39 returned 0 after 0 usecs
[ 6.468017] calling percpu_counter_startup+0x0/0x40 @ 1
[ 6.472046] initcall percpu_counter_startup+0x0/0x40 returned 0 after 0 usecs
[ 6.476017] calling dynamic_debug_init+0x0/0x14f @ 1
[ 6.484092] initcall dynamic_debug_init+0x0/0x14f returned 0 after 3906 usecs
[ 6.488045] calling pci_init+0x0/0x60 @ 1
[ 6.492026] pci 0000:00:00.0: calling nv_msi_ht_cap_quirk_leaf+0x0/0x39
[ 6.496043] pci 0000:00:00.0: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.500019] pci 0000:00:00.0: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.504043] pci 0000:00:00.0: calling pci_fixup_video+0x0/0xe3
[ 6.508022] pci 0000:00:01.0: calling nv_msi_ht_cap_quirk_leaf+0x0/0x39
[ 6.512018] pci 0000:00:01.0: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.516017] pci 0000:00:01.0: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.520043] pci 0000:00:01.0: calling pci_fixup_video+0x0/0xe3
[ 6.524021] pci 0000:00:01.1: calling nv_msi_ht_cap_quirk_leaf+0x0/0x39
[ 6.528022] pci 0000:00:01.1: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.532017] pci 0000:00:01.1: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.536043] pci 0000:00:01.1: calling pci_fixup_video+0x0/0xe3
[ 6.540021] pci 0000:00:02.0: calling nv_msi_ht_cap_quirk_leaf+0x0/0x39
[ 6.544022] pci 0000:00:02.0: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.548017] pci 0000:00:02.0: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.568071] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xe3
[ 6.572022] pci 0000:00:02.1: calling nv_msi_ht_cap_quirk_leaf+0x0/0x39
[ 6.576025] pci 0000:00:02.1: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.580017] pci 0000:00:02.1: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.584063] pci 0000:00:02.1: calling pci_fixup_video+0x0/0xe3
[ 6.588022] pci 0000:00:04.0: calling nv_msi_ht_cap_quirk_leaf+0x0/0x39
[ 6.592022] pci 0000:00:04.0: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.596018] pci 0000:00:04.0: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.600043] pci 0000:00:04.0: calling pci_fixup_video+0x0/0xe3
[ 6.604021] pci 0000:00:06.0: calling nv_msi_ht_cap_quirk_leaf+0x0/0x39
[ 6.608022] pci 0000:00:06.0: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.612017] pci 0000:00:06.0: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.616043] pci 0000:00:06.0: calling pci_fixup_video+0x0/0xe3
[ 6.620021] pci 0000:00:09.0: calling nv_msi_ht_cap_quirk_leaf+0x0/0x39
[ 6.624018] pci 0000:00:09.0: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.628017] pci 0000:00:09.0: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.632043] pci 0000:00:09.0: calling pci_fixup_video+0x0/0xe3
[ 6.636021] pci 0000:00:0a.0: calling nv_msi_ht_cap_quirk_leaf+0x0/0x39
[ 6.640022] pci 0000:00:0a.0: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.644020] pci 0000:00:0a.0: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.648043] pci 0000:00:0a.0: calling pci_fixup_video+0x0/0xe3
[ 6.652021] pci 0000:00:0b.0: calling nv_msi_ht_cap_quirk_leaf+0x0/0x39
[ 6.656106] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 6.660018] pci 0000:00:0b.0: calling quirk_nvidia_ck804_msi_ht_cap+0x0/0xb3
[ 6.664053] pci 0000:00:0b.0: Found disabled HT MSI Mapping
[ 6.668028] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 6.672018] pci 0000:00:0b.0: calling quirk_nvidia_ck804_pcie_aer_ext_cap+0x0/0xa1
[ 6.676018] pci 0000:00:0b.0: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.680043] pci 0000:00:0b.0: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.684017] pci 0000:00:0b.0: calling pci_fixup_video+0x0/0xe3
[ 6.688021] pci 0000:00:0c.0: calling nv_msi_ht_cap_quirk_leaf+0x0/0x39
[ 6.692117] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 6.696043] pci 0000:00:0c.0: calling quirk_nvidia_ck804_msi_ht_cap+0x0/0xb3
[ 6.700028] pci 0000:00:0c.0: Found disabled HT MSI Mapping
[ 6.704028] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 6.708017] pci 0000:00:0c.0: calling quirk_nvidia_ck804_pcie_aer_ext_cap+0x0/0xa1
[ 6.712043] pci 0000:00:0c.0: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.716017] pci 0000:00:0c.0: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.720017] pci 0000:00:0c.0: calling pci_fixup_video+0x0/0xe3
[ 6.724022] pci 0000:00:0d.0: calling nv_msi_ht_cap_quirk_leaf+0x0/0x39
[ 6.728155] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 6.732018] pci 0000:00:0d.0: calling quirk_nvidia_ck804_msi_ht_cap+0x0/0xb3
[ 6.736028] pci 0000:00:0d.0: Found disabled HT MSI Mapping
[ 6.740028] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 6.744043] pci 0000:00:0d.0: calling quirk_nvidia_ck804_pcie_aer_ext_cap+0x0/0xa1
[ 6.748018] pci 0000:00:0d.0: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.752017] pci 0000:00:0d.0: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.756017] pci 0000:00:0d.0: calling pci_fixup_video+0x0/0xe3
[ 6.760047] pci 0000:00:0e.0: calling nv_msi_ht_cap_quirk_leaf+0x0/0x39
[ 6.764142] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 6.768018] pci 0000:00:0e.0: calling quirk_nvidia_ck804_msi_ht_cap+0x0/0xb3
[ 6.772028] pci 0000:00:0e.0: Found disabled HT MSI Mapping
[ 6.776053] pci 0000:00:00.0: Found enabled HT MSI Mapping
[ 6.780017] pci 0000:00:0e.0: calling quirk_nvidia_ck804_pcie_aer_ext_cap+0x0/0xa1
[ 6.784018] pci 0000:00:0e.0: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.788017] pci 0000:00:0e.0: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.792043] pci 0000:00:0e.0: calling pci_fixup_video+0x0/0xe3
[ 6.796021] pci 0000:00:18.0: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.800018] pci 0000:00:18.0: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.804017] pci 0000:00:18.0: calling pci_fixup_video+0x0/0xe3
[ 6.808047] pci 0000:00:18.1: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.812018] pci 0000:00:18.1: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.816027] pci 0000:00:18.1: calling pci_fixup_video+0x0/0xe3
[ 6.820023] pci 0000:00:18.2: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.824050] pci 0000:00:18.2: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.828018] pci 0000:00:18.2: calling pci_fixup_video+0x0/0xe3
[ 6.832023] pci 0000:00:18.3: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.836019] pci 0000:00:18.3: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.840049] pci 0000:00:18.3: calling pci_fixup_video+0x0/0xe3
[ 6.844023] pci 0000:05:07.0: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.848019] pci 0000:05:07.0: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.852018] pci 0000:05:07.0: calling pci_fixup_video+0x0/0xe3
[ 6.856053] pci 0000:01:00.0: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.860019] pci 0000:01:00.0: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.864019] pci 0000:01:00.0: calling pci_fixup_video+0x0/0xe3
[ 6.868020] pci 0000:01:00.0: Boot video device
[ 6.872054] pci 0000:01:00.1: calling quirk_cardbus_legacy+0x0/0x4e
[ 6.876019] pci 0000:01:00.1: calling quirk_usb_early_handoff+0x0/0xb6
[ 6.880019] pci 0000:01:00.1: calling pci_fixup_video+0x0/0xe3
[ 6.884022] initcall pci_init+0x0/0x60 returned 0 after 382813 usecs
[ 6.888050] calling pci_proc_init+0x0/0x90 @ 1
[ 6.892220] initcall pci_proc_init+0x0/0x90 returned 0 after 0 usecs
[ 6.896019] calling pci_hotplug_init+0x0/0x74 @ 1
[ 6.900020] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 6.904050] initcall pci_hotplug_init+0x0/0x74 returned 0 after 3906 usecs
[ 6.908019] calling cpcihp_generic_init+0x0/0x254 @ 1
[ 6.912017] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
[ 6.916017] cpcihp_generic: not configured, disabling.
[ 6.920050] initcall cpcihp_generic_init+0x0/0x254 returned -22 after 7812 usecs
[ 6.924019] initcall cpcihp_generic_init+0x0/0x254 returned with error code -22
[ 6.928019] calling shpcd_init+0x0/0x88 @ 1
[ 6.932020] bus: 'pci': add driver shpchp
[ 6.936071] bus: 'pci': driver_probe_device: matched device 0000:00:0b.0 with driver shpchp
[ 6.940018] bus: 'pci': really_probe: probing driver shpchp with device 0000:00:0b.0
[ 6.944125] bus: 'pci': driver_probe_device: matched device 0000:00:0c.0 with driver shpchp
[ 6.948018] bus: 'pci': really_probe: probing driver shpchp with device 0000:00:0c.0
[ 6.952086] bus: 'pci': driver_probe_device: matched device 0000:00:0d.0 with driver shpchp
[ 6.956018] bus: 'pci': really_probe: probing driver shpchp with device 0000:00:0d.0
[ 6.960053] bus: 'pci': driver_probe_device: matched device 0000:00:0e.0 with driver shpchp
[ 6.964018] bus: 'pci': really_probe: probing driver shpchp with device 0000:00:0e.0
[ 6.968174] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 6.972021] initcall shpcd_init+0x0/0x88 returned 0 after 39062 usecs
[ 6.976018] calling pci_stub_init+0x0/0x42 @ 1
[ 6.980018] bus: 'pci': add driver pci-stub
[ 6.984075] initcall pci_stub_init+0x0/0x42 returned 0 after 3906 usecs
[ 6.988053] calling platform_lcd_init+0x0/0x39 @ 1
[ 6.992018] bus: 'platform': add driver platform-lcd
[ 6.996056] initcall platform_lcd_init+0x0/0x39 returned 0 after 3906 usecs
[ 7.000019] calling da903x_backlight_init+0x0/0x39 @ 1
[ 7.004018] bus: 'platform': add driver da903x-backlight
[ 7.008054] initcall da903x_backlight_init+0x0/0x39 returned 0 after 3906 usecs
[ 7.012019] calling mbp_init+0x0/0x120 @ 1
[ 7.016020] initcall mbp_init+0x0/0x120 returned -19 after 0 usecs
[ 7.020017] calling pm2fb_init+0x0/0x70 @ 1
[ 7.024018] bus: 'pci': add driver pm2fb
[ 7.028104] initcall pm2fb_init+0x0/0x70 returned 0 after 3906 usecs
[ 7.032019] calling pm3fb_init+0x0/0x107 @ 1
[ 7.036018] bus: 'pci': add driver pm3fb
[ 7.040085] initcall pm3fb_init+0x0/0x107 returned 0 after 3906 usecs
[ 7.044020] calling rivafb_init+0x0/0x75 @ 1
[ 7.048017] rivafb_setup START
[ 7.052017] bus: 'pci': add driver rivafb
[ 7.056073] initcall rivafb_init+0x0/0x75 returned 0 after 7812 usecs
[ 7.060052] calling atyfb_init+0x0/0x74 @ 1
[ 7.064018] bus: 'pci': add driver atyfb
[ 7.068070] initcall atyfb_init+0x0/0x74 returned 0 after 3906 usecs
[ 7.072019] calling viafb_init+0x0/0x78 @ 1
[ 7.076018] VIA Graphics Intergration Chipset framebuffer 2.4 initializing
[ 7.080131] device: 'i2c-0': device_add
[ 16.492076] ioremap failed
[ 16.494791] initcall viafb_init+0x0/0x78 returned -1 after 9195325 usecs
[ 16.496031] initcall viafb_init+0x0/0x78 returned with error code -1
[ 16.500031] calling kyrofb_init+0x0/0xf0 @ 1
[ 16.504032] bus: 'pci': add driver kyrofb
[ 16.508087] initcall kyrofb_init+0x0/0xf0 returned 0 after 3906 usecs
[ 16.512031] calling gx1fb_init+0x0/0x70 @ 1
[ 16.516032] bus: 'pci': add driver gx1fb
[ 16.520095] initcall gx1fb_init+0x0/0x70 returned 0 after 3906 usecs
[ 16.524071] calling tdfxfb_init+0x0/0x129 @ 1
[ 16.528032] bus: 'pci': add driver tdfxfb
[ 16.532096] initcall tdfxfb_init+0x0/0x129 returned 0 after 3906 usecs
[ 16.536033] calling tridentfb_init+0x0/0x70 @ 1
[ 16.540032] bus: 'pci': add driver tridentfb
[ 16.544083] initcall tridentfb_init+0x0/0x70 returned 0 after 3906 usecs
[ 16.548033] calling s3fb_init+0x0/0x10c @ 1
[ 16.552032] bus: 'pci': add driver s3fb
[ 16.556099] initcall s3fb_init+0x0/0x10c returned 0 after 3906 usecs
[ 16.560034] calling sstfb_init+0x0/0x75 @ 1
[ 16.564032] bus: 'pci': add driver sstfb
[ 16.568083] initcall sstfb_init+0x0/0x75 returned 0 after 3906 usecs
[ 16.572033] calling s1d13xxxfb_init+0x0/0x54 @ 1
[ 16.576032] bus: 'platform': add driver s1d13xxxfb
[ 16.580068] initcall s1d13xxxfb_init+0x0/0x54 returned 0 after 3906 usecs
[ 16.584034] calling sm501fb_init+0x0/0x3e @ 1
[ 16.588031] bus: 'platform': add driver sm501-fb
[ 16.592067] initcall sm501fb_init+0x0/0x3e returned 0 after 3906 usecs
[ 16.596033] calling xenfb_init+0x0/0x6b @ 1
[ 16.600032] initcall xenfb_init+0x0/0x6b returned -19 after 0 usecs
[ 16.604032] calling uvesafb_init+0x0/0x116 @ 1
[ 16.608037] bus: 'platform': add driver uvesafb
[ 16.612106] Registering platform device 'uvesafb.0'. Parent at platform
[ 16.616033] device: 'uvesafb.0': device_add
[ 16.620038] bus: 'platform': add device uvesafb.0
[ 16.624074] bus: 'platform': driver_probe_device: matched device uvesafb.0 with driver uvesafb
[ 16.628033] bus: 'platform': really_probe: probing driver uvesafb with device uvesafb.0
[ 16.632158] uvesafb: failed to execute /sbin/v86d
[ 16.636032] uvesafb: make sure that the v86d helper is installed and executable
[ 16.640033] uvesafb: Getting VBE info block failed (eax=0x4f00, err=-2)
[ 16.644033] uvesafb: vbe_init() failed with -22
[ 16.648045] uvesafb: probe of uvesafb.0 failed with error -22
[ 16.652077] initcall uvesafb_init+0x0/0x116 returned 0 after 42968 usecs
[ 16.656034] calling rand_initialize+0x0/0x58 @ 1
[ 16.660076] initcall rand_initialize+0x0/0x58 returned 0 after 0 usecs
[ 16.664032] calling tty_init+0x0/0x11c @ 1
[ 16.668070] device: 'tty': device_add
[ 16.672133] device: 'console': device_add
[ 16.676073] device: 'tty0': device_add
[ 16.680070] device class 'vc': registering
[ 16.684065] device: 'vcs': device_add
[ 16.688132] device: 'vcsa': device_add
[ 16.692095] device: 'tty1': device_add
[ 16.696071] device: 'tty2': device_add
[ 16.700072] device: 'tty3': device_add
[ 16.704071] device: 'tty4': device_add
[ 16.708071] device: 'tty5': device_add
[ 16.712070] device: 'tty6': device_add
[ 16.716071] device: 'tty7': device_add
[ 16.720070] device: 'tty8': device_add
[ 16.724071] device: 'tty9': device_add
[ 16.728075] device: 'tty10': device_add
[ 16.732072] device: 'tty11': device_add
[ 16.736071] device: 'tty12': device_add
[ 16.740072] device: 'tty13': device_add
[ 16.744071] device: 'tty14': device_add
[ 16.748072] device: 'tty15': device_add
[ 16.752071] device: 'tty16': device_add
[ 16.756072] device: 'tty17': device_add
[ 16.760071] device: 'tty18': device_add
[ 16.764072] device: 'tty19': device_add
[ 16.768071] device: 'tty20': device_add
[ 16.772076] device: 'tty21': device_add
[ 16.776071] device: 'tty22': device_add
[ 16.780073] device: 'tty23': device_add
[ 16.784071] device: 'tty24': device_add
[ 16.788073] device: 'tty25': device_add
[ 16.792072] device: 'tty26': device_add
[ 16.796072] device: 'tty27': device_add
[ 16.800072] device: 'tty28': device_add
[ 16.804073] device: 'tty29': device_add
[ 16.808105] device: 'tty30': device_add
[ 16.812080] device: 'tty31': device_add
[ 16.816086] device: 'tty32': device_add
[ 16.820092] device: 'tty33': device_add
[ 16.824079] device: 'tty34': device_add
[ 16.828080] device: 'tty35': device_add
[ 16.832072] device: 'tty36': device_add
[ 16.836071] device: 'tty37': device_add
[ 16.840070] device: 'tty38': device_add
[ 16.844071] device: 'tty39': device_add
[ 16.848070] device: 'tty40': device_add
[ 16.852076] device: 'tty41': device_add
[ 16.856070] device: 'tty42': device_add
[ 16.860071] device: 'tty43': device_add
[ 16.864071] device: 'tty44': device_add
[ 16.868072] device: 'tty45': device_add
[ 16.872070] device: 'tty46': device_add
[ 16.876071] device: 'tty47': device_add
[ 16.880071] device: 'tty48': device_add
[ 16.884071] device: 'tty49': device_add
[ 16.888071] device: 'tty50': device_add
[ 16.892077] device: 'tty51': device_add
[ 16.896072] device: 'tty52': device_add
[ 16.900071] device: 'tty53': device_add
[ 16.904070] device: 'tty54': device_add
[ 16.908072] device: 'tty55': device_add
[ 16.912071] device: 'tty56': device_add
[ 16.916072] device: 'tty57': device_add
[ 16.920071] device: 'tty58': device_add
[ 16.924072] device: 'tty59': device_add
[ 16.928071] device: 'tty60': device_add
[ 16.932077] device: 'tty61': device_add
[ 16.936071] device: 'tty62': device_add
[ 16.940073] device: 'tty63': device_add
[ 16.944103] initcall tty_init+0x0/0x11c returned 0 after 269531 usecs
[ 16.948040] calling pty_init+0x0/0x39 @ 1
[ 16.952044] device: 'ptyp0': device_add
[ 16.956080] device: 'ptyp1': device_add
[ 16.960073] device: 'ptyp2': device_add
[ 16.964071] device: 'ptyp3': device_add
[ 16.968073] device: 'ptyp4': device_add
[ 16.972071] device: 'ptyp5': device_add
[ 16.976072] device: 'ptyp6': device_add
[ 16.980071] device: 'ptyp7': device_add
[ 16.984076] device: 'ptyp8': device_add
[ 16.988072] device: 'ptyp9': device_add
[ 16.992073] device: 'ptypa': device_add
[ 16.996071] device: 'ptypb': device_add
[ 17.000072] device: 'ptypc': device_add
[ 17.004071] device: 'ptypd': device_add
[ 17.008072] device: 'ptype': device_add
[ 17.012072] device: 'ptypf': device_add
[ 17.016073] device: 'ptyq0': device_add
[ 17.020071] device: 'ptyq1': device_add
[ 17.024077] device: 'ptyq2': device_add
[ 17.028072] device: 'ptyq3': device_add
[ 17.032073] device: 'ptyq4': device_add
[ 17.036072] device: 'ptyq5': device_add
[ 17.040074] device: 'ptyq6': device_add
[ 17.044073] device: 'ptyq7': device_add
[ 17.048073] device: 'ptyq8': device_add
[ 17.052071] device: 'ptyq9': device_add
[ 17.056074] device: 'ptyqa': device_add
[ 17.060072] device: 'ptyqb': device_add
[ 17.064078] device: 'ptyqc': device_add
[ 17.068072] device: 'ptyqd': device_add
[ 17.072076] device: 'ptyqe': device_add
[ 17.076072] device: 'ptyqf': device_add
[ 17.080073] device: 'ptyr0': device_add
[ 17.084072] device: 'ptyr1': device_add
[ 17.088074] device: 'ptyr2': device_add
[ 17.092072] device: 'ptyr3': device_add
[ 17.096073] device: 'ptyr4': device_add
[ 17.100072] device: 'ptyr5': device_add
[ 17.104078] device: 'ptyr6': device_add
[ 17.108072] device: 'ptyr7': device_add
[ 17.112074] device: 'ptyr8': device_add
[ 17.116072] device: 'ptyr9': device_add
[ 17.120074] device: 'ptyra': device_add
[ 17.124074] device: 'ptyrb': device_add
[ 17.128074] device: 'ptyrc': device_add
[ 17.132073] device: 'ptyrd': device_add
[ 17.136074] device: 'ptyre': device_add
[ 17.140073] device: 'ptyrf': device_add
[ 17.144078] device: 'ptys0': device_add
[ 17.148073] device: 'ptys1': device_add
[ 17.152074] device: 'ptys2': device_add
[ 17.156074] device: 'ptys3': device_add
[ 17.160074] device: 'ptys4': device_add
[ 17.164074] device: 'ptys5': device_add
[ 17.168075] device: 'ptys6': device_add
[ 17.172073] device: 'ptys7': device_add
[ 17.176075] device: 'ptys8': device_add
[ 17.180073] device: 'ptys9': device_add
[ 17.184076] device: 'ptysa': device_add
[ 17.188078] device: 'ptysb': device_add
[ 17.192075] device: 'ptysc': device_add
[ 17.196074] device: 'ptysd': device_add
[ 17.200076] device: 'ptyse': device_add
[ 17.204078] device: 'ptysf': device_add
[ 17.208075] device: 'ptyt0': device_add
[ 17.212075] device: 'ptyt1': device_add
[ 17.216077] device: 'ptyt2': device_add
[ 17.220075] device: 'ptyt3': device_add
[ 17.224076] device: 'ptyt4': device_add
[ 17.228090] device: 'ptyt5': device_add
[ 17.232076] device: 'ptyt6': device_add
[ 17.236075] device: 'ptyt7': device_add
[ 17.240078] device: 'ptyt8': device_add
[ 17.244075] device: 'ptyt9': device_add
[ 17.248076] device: 'ptyta': device_add
[ 17.252075] device: 'ptytb': device_add
[ 17.256076] device: 'ptytc': device_add
[ 17.260075] device: 'ptytd': device_add
[ 17.264076] device: 'ptyte': device_add
[ 17.268079] device: 'ptytf': device_add
[ 17.272076] device: 'ptyu0': device_add
[ 17.276074] device: 'ptyu1': device_add
[ 17.280076] device: 'ptyu2': device_add
[ 17.284075] device: 'ptyu3': device_add
[ 17.288076] device: 'ptyu4': device_add
[ 17.292076] device: 'ptyu5': device_add
[ 17.296077] device: 'ptyu6': device_add
[ 17.300075] device: 'ptyu7': device_add
[ 17.304077] device: 'ptyu8': device_add
[ 17.308080] device: 'ptyu9': device_add
[ 17.312077] device: 'ptyua': device_add
[ 17.316076] device: 'ptyub': device_add
[ 17.320077] device: 'ptyuc': device_add
[ 17.324076] device: 'ptyud': device_add
[ 17.328078] device: 'ptyue': device_add
[ 17.332076] device: 'ptyuf': device_add
[ 17.336078] device: 'ptyv0': device_add
[ 17.340076] device: 'ptyv1': device_add
[ 17.344078] device: 'ptyv2': device_add
[ 17.348081] device: 'ptyv3': device_add
[ 17.352078] device: 'ptyv4': device_add
[ 17.356076] device: 'ptyv5': device_add
[ 17.360078] device: 'ptyv6': device_add
[ 17.364078] device: 'ptyv7': device_add
[ 17.368078] device: 'ptyv8': device_add
[ 17.372077] device: 'ptyv9': device_add
[ 17.376078] device: 'ptyva': device_add
[ 17.380078] device: 'ptyvb': device_add
[ 17.384078] device: 'ptyvc': device_add
[ 17.388078] device: 'ptyvd': device_add
[ 17.392083] device: 'ptyve': device_add
[ 17.396078] device: 'ptyvf': device_add
[ 17.400079] device: 'ptyw0': device_add
[ 17.404077] device: 'ptyw1': device_add
[ 17.408082] device: 'ptyw2': device_add
[ 17.412078] device: 'ptyw3': device_add
[ 17.416079] device: 'ptyw4': device_add
[ 17.420078] device: 'ptyw5': device_add
[ 17.424080] device: 'ptyw6': device_add
[ 17.428078] device: 'ptyw7': device_add
[ 17.432083] device: 'ptyw8': device_add
[ 17.436078] device: 'ptyw9': device_add
[ 17.440080] device: 'ptywa': device_add
[ 17.444079] device: 'ptywb': device_add
[ 17.448080] device: 'ptywc': device_add
[ 17.452079] device: 'ptywd': device_add
[ 17.456081] device: 'ptywe': device_add
[ 17.460084] device: 'ptywf': device_add
[ 17.464081] device: 'ptyx0': device_add
[ 17.468079] device: 'ptyx1': device_add
[ 17.472085] device: 'ptyx2': device_add
[ 17.476079] device: 'ptyx3': device_add
[ 17.480081] device: 'ptyx4': device_add
[ 17.484079] device: 'ptyx5': device_add
[ 17.488081] device: 'ptyx6': device_add
[ 17.492081] device: 'ptyx7': device_add
[ 17.496081] device: 'ptyx8': device_add
[ 17.500080] device: 'ptyx9': device_add
[ 17.504081] device: 'ptyxa': device_add
[ 17.508080] device: 'ptyxb': device_add
[ 17.512086] device: 'ptyxc': device_add
[ 17.516080] device: 'ptyxd': device_add
[ 17.520081] device: 'ptyxe': device_add
[ 17.524080] device: 'ptyxf': device_add
[ 17.528082] device: 'ptyy0': device_add
[ 17.532080] device: 'ptyy1': device_add
[ 17.536081] device: 'ptyy2': device_add
[ 17.540081] device: 'ptyy3': device_add
[ 17.544082] device: 'ptyy4': device_add
[ 17.548082] device: 'ptyy5': device_add
[ 17.552087] device: 'ptyy6': device_add
[ 17.556083] device: 'ptyy7': device_add
[ 17.560082] device: 'ptyy8': device_add
[ 17.564081] device: 'ptyy9': device_add
[ 17.568083] device: 'ptyya': device_add
[ 17.572082] device: 'ptyyb': device_add
[ 17.576085] device: 'ptyyc': device_add
[ 17.580082] device: 'ptyyd': device_add
[ 17.584083] device: 'ptyye': device_add
[ 17.588082] device: 'ptyyf': device_add
[ 17.592083] device: 'ptyz0': device_add
[ 17.596101] device: 'ptyz1': device_add
[ 17.600092] device: 'ptyz2': device_add
[ 17.604089] device: 'ptyz3': device_add
[ 17.608085] device: 'ptyz4': device_add
[ 17.612082] device: 'ptyz5': device_add
[ 17.616084] device: 'ptyz6': device_add
[ 17.620082] device: 'ptyz7': device_add
[ 17.624084] device: 'ptyz8': device_add
[ 17.628084] device: 'ptyz9': device_add
[ 17.632085] device: 'ptyza': device_add
[ 17.636088] device: 'ptyzb': device_add
[ 17.640084] device: 'ptyzc': device_add
[ 17.644083] device: 'ptyzd': device_add
[ 17.648085] device: 'ptyze': device_add
[ 17.652083] device: 'ptyzf': device_add
[ 17.656085] device: 'ptya0': device_add
[ 17.660083] device: 'ptya1': device_add
[ 17.664084] device: 'ptya2': device_add
[ 17.668083] device: 'ptya3': device_add
[ 17.672084] device: 'ptya4': device_add
[ 17.676087] device: 'ptya5': device_add
[ 17.680085] device: 'ptya6': device_add
[ 17.684083] device: 'ptya7': device_add
[ 17.688085] device: 'ptya8': device_add
[ 17.692083] device: 'ptya9': device_add
[ 17.696085] device: 'ptyaa': device_add
[ 17.700102] device: 'ptyab': device_add
[ 17.704086] device: 'ptyac': device_add
[ 17.708084] device: 'ptyad': device_add
[ 17.712085] device: 'ptyae': device_add
[ 17.716094] device: 'ptyaf': device_add
[ 17.720085] device: 'ptyb0': device_add
[ 17.724085] device: 'ptyb1': device_add
[ 17.728086] device: 'ptyb2': device_add
[ 17.732084] device: 'ptyb3': device_add
[ 17.736086] device: 'ptyb4': device_add
[ 17.740085] device: 'ptyb5': device_add
[ 17.744089] device: 'ptyb6': device_add
[ 17.748084] device: 'ptyb7': device_add
[ 17.752086] device: 'ptyb8': device_add
[ 17.756089] device: 'ptyb9': device_add
[ 17.760086] device: 'ptyba': device_add
[ 17.764085] device: 'ptybb': device_add
[ 17.768086] device: 'ptybc': device_add
[ 17.772084] device: 'ptybd': device_add
[ 17.776086] device: 'ptybe': device_add
[ 17.780085] device: 'ptybf': device_add
[ 17.784086] device: 'ptyc0': device_add
[ 17.788085] device: 'ptyc1': device_add
[ 17.792086] device: 'ptyc2': device_add
[ 17.796086] device: 'ptyc3': device_add
[ 17.800092] device: 'ptyc4': device_add
[ 17.804086] device: 'ptyc5': device_add
[ 17.808135] device: 'ptyc6': device_add
[ 17.812086] device: 'ptyc7': device_add
[ 17.816106] device: 'ptyc8': device_add
[ 17.820085] device: 'ptyc9': device_add
[ 17.824087] device: 'ptyca': device_add
[ 17.828087] device: 'ptycb': device_add
[ 17.832087] device: 'ptycc': device_add
[ 17.836086] device: 'ptycd': device_add
[ 17.840092] device: 'ptyce': device_add
[ 17.844086] device: 'ptycf': device_add
[ 17.848087] device: 'ptyd0': device_add
[ 17.852085] device: 'ptyd1': device_add
[ 17.856087] device: 'ptyd2': device_add
[ 17.860086] device: 'ptyd3': device_add
[ 17.864087] device: 'ptyd4': device_add
[ 17.868086] device: 'ptyd5': device_add
[ 17.872088] device: 'ptyd6': device_add
[ 17.876087] device: 'ptyd7': device_add
[ 17.880093] device: 'ptyd8': device_add
[ 17.884088] device: 'ptyd9': device_add
[ 17.888088] device: 'ptyda': device_add
[ 17.892087] device: 'ptydb': device_add
[ 17.896088] device: 'ptydc': device_add
[ 17.900086] device: 'ptydd': device_add
[ 17.904088] device: 'ptyde': device_add
[ 17.908087] device: 'ptydf': device_add
[ 17.912091] device: 'ptye0': device_add
[ 17.916087] device: 'ptye1': device_add
[ 17.920093] device: 'ptye2': device_add
[ 17.924087] device: 'ptye3': device_add
[ 17.928088] device: 'ptye4': device_add
[ 17.932087] device: 'ptye5': device_add
[ 17.936089] device: 'ptye6': device_add
[ 17.940087] device: 'ptye7': device_add
[ 17.944088] device: 'ptye8': device_add
[ 17.948087] device: 'ptye9': device_add
[ 17.952089] device: 'ptyea': device_add
[ 17.956087] device: 'ptyeb': device_add
[ 17.960093] device: 'ptyec': device_add
[ 17.964088] device: 'ptyed': device_add
[ 17.968090] device: 'ptyee': device_add
[ 17.972091] device: 'ptyef': device_add
[ 17.976089] device: 'ttyp0': device_add
[ 17.980089] device: 'ttyp1': device_add
[ 17.984085] device: 'ttyp2': device_add
[ 17.988084] device: 'ttyp3': device_add
[ 17.992085] device: 'ttyp4': device_add
[ 17.996085] device: 'ttyp5': device_add
[ 18.000085] device: 'ttyp6': device_add
[ 18.004089] device: 'ttyp7': device_add
[ 18.008085] device: 'ttyp8': device_add
[ 18.012084] device: 'ttyp9': device_add
[ 18.016085] device: 'ttypa': device_add
[ 18.020085] device: 'ttypb': device_add
[ 18.024086] device: 'ttypc': device_add
[ 18.028085] device: 'ttypd': device_add
[ 18.032085] device: 'ttype': device_add
[ 18.036085] device: 'ttypf': device_add
[ 18.040086] device: 'ttyq0': device_add
[ 18.044089] device: 'ttyq1': device_add
[ 18.048086] device: 'ttyq2': device_add
[ 18.052086] device: 'ttyq3': device_add
[ 18.056086] device: 'ttyq4': device_add
[ 18.060086] device: 'ttyq5': device_add
[ 18.064086] device: 'ttyq6': device_add
[ 18.068086] device: 'ttyq7': device_add
[ 18.072086] device: 'ttyq8': device_add
[ 18.076086] device: 'ttyq9': device_add
[ 18.080090] device: 'ttyqa': device_add
[ 18.084091] device: 'ttyqb': device_add
[ 18.088087] device: 'ttyqc': device_add
[ 18.092086] device: 'ttyqd': device_add
[ 18.096086] device: 'ttyqe': device_add
[ 18.100086] device: 'ttyqf': device_add
[ 18.104087] device: 'ttyr0': device_add
[ 18.108085] device: 'ttyr1': device_add
[ 18.112086] device: 'ttyr2': device_add
[ 18.116086] device: 'ttyr3': device_add
[ 18.120086] device: 'ttyr4': device_add
[ 18.124091] device: 'ttyr5': device_add
[ 18.128088] device: 'ttyr6': device_add
[ 18.132087] device: 'ttyr7': device_add
[ 18.136088] device: 'ttyr8': device_add
[ 18.140086] device: 'ttyr9': device_add
[ 18.148038] device: 'ttyra': device_add
[ 18.152035] device: 'ttyrb': device_add
[ 18.155926] device: 'ttyrc': device_add
[ 18.156084] device: 'ttyrd': device_add
[ 18.164049] device: 'ttyre': device_add
[ 18.168045] device: 'ttyrf': device_add
[ 18.172085] device: 'ttys0': device_add
[ 18.176080] device: 'ttys1': device_add
[ 18.180138] device: 'ttys2': device_add
[ 18.184086] device: 'ttys3': device_add
[ 18.188104] device: 'ttys4': device_add
[ 18.192158] device: 'ttys5': device_add
[ 18.196173] device: 'ttys6': device_add
[ 18.200220] device: 'ttys7': device_add
[ 18.204116] device: 'ttys8': device_add
[ 18.208112] device: 'ttys9': device_add
[ 18.212115] device: 'ttysa': device_add
[ 18.216090] device: 'ttysb': device_add
[ 18.220088] device: 'ttysc': device_add
[ 18.224089] device: 'ttysd': device_add
[ 18.228092] device: 'ttyse': device_add
[ 18.232090] device: 'ttysf': device_add
[ 18.236088] device: 'ttyt0': device_add
[ 18.240090] device: 'ttyt1': device_add
[ 18.244088] device: 'ttyt2': device_add
[ 18.248090] device: 'ttyt3': device_add
[ 18.252094] device: 'ttyt4': device_add
[ 18.256089] device: 'ttyt5': device_add
[ 18.260088] device: 'ttyt6': device_add
[ 18.264090] device: 'ttyt7': device_add
[ 18.268088] device: 'ttyt8': device_add
[ 18.272091] device: 'ttyt9': device_add
[ 18.276089] device: 'ttyta': device_add
[ 18.280091] device: 'ttytb': device_add
[ 18.284089] device: 'ttytc': device_add
[ 18.288091] device: 'ttytd': device_add
[ 18.292094] device: 'ttyte': device_add
[ 18.296091] device: 'ttytf': device_add
[ 18.300089] device: 'ttyu0': device_add
[ 18.304091] device: 'ttyu1': device_add
[ 18.308091] device: 'ttyu2': device_add
[ 18.312092] device: 'ttyu3': device_add
[ 18.316090] device: 'ttyu4': device_add
[ 18.320091] device: 'ttyu5': device_add
[ 18.324089] device: 'ttyu6': device_add
[ 18.328092] device: 'ttyu7': device_add
[ 18.332095] device: 'ttyu8': device_add
[ 18.336095] device: 'ttyu9': device_add
[ 18.340090] device: 'ttyua': device_add
[ 18.344091] device: 'ttyub': device_add
[ 18.348090] device: 'ttyuc': device_add
[ 18.352092] device: 'ttyud': device_add
[ 18.356090] device: 'ttyue': device_add
[ 18.360092] device: 'ttyuf': device_add
[ 18.364091] device: 'ttyv0': device_add
[ 18.368107] device: 'ttyv1': device_add
[ 18.372104] device: 'ttyv2': device_add
[ 18.376099] device: 'ttyv3': device_add
[ 18.380092] device: 'ttyv4': device_add
[ 18.384092] device: 'ttyv5': device_add
[ 18.388091] device: 'ttyv6': device_add
[ 18.392093] device: 'ttyv7': device_add
[ 18.396091] device: 'ttyv8': device_add
[ 18.400093] device: 'ttyv9': device_add
[ 18.404091] device: 'ttyva': device_add
[ 18.408092] device: 'ttyvb': device_add
[ 18.412091] device: 'ttyvc': device_add
[ 18.416096] device: 'ttyvd': device_add
[ 18.420091] device: 'ttyve': device_add
[ 18.424092] device: 'ttyvf': device_add
[ 18.428091] device: 'ttyw0': device_add
[ 18.432093] device: 'ttyw1': device_add
[ 18.436091] device: 'ttyw2': device_add
[ 18.440092] device: 'ttyw3': device_add
[ 18.444091] device: 'ttyw4': device_add
[ 18.448093] device: 'ttyw5': device_add
[ 18.452092] device: 'ttyw6': device_add
[ 18.456097] device: 'ttyw7': device_add
[ 18.460092] device: 'ttyw8': device_add
[ 18.464093] device: 'ttyw9': device_add
[ 18.468091] device: 'ttywa': device_add
[ 18.472093] device: 'ttywb': device_add
[ 18.476093] device: 'ttywc': device_add
[ 18.480093] device: 'ttywd': device_add
[ 18.484097] device: 'ttywe': device_add
[ 18.488093] device: 'ttywf': device_add
[ 18.492092] device: 'ttyx0': device_add
[ 18.496098] device: 'ttyx1': device_add
[ 18.500092] device: 'ttyx2': device_add
[ 18.504111] device: 'ttyx3': device_add
[ 18.508093] device: 'ttyx4': device_add
[ 18.512093] device: 'ttyx5': device_add
[ 18.516092] device: 'ttyx6': device_add
[ 18.520093] device: 'ttyx7': device_add
[ 18.524093] device: 'ttyx8': device_add
[ 18.528094] device: 'ttyx9': device_add
[ 18.532093] device: 'ttyxa': device_add
[ 18.536098] device: 'ttyxb': device_add
[ 18.540093] device: 'ttyxc': device_add
[ 18.544093] device: 'ttyxd': device_add
[ 18.548092] device: 'ttyxe': device_add
[ 18.552094] device: 'ttyxf': device_add
[ 18.556094] device: 'ttyy0': device_add
[ 18.560095] device: 'ttyy1': device_add
[ 18.564093] device: 'ttyy2': device_add
[ 18.568094] device: 'ttyy3': device_add
[ 18.572093] device: 'ttyy4': device_add
[ 18.576098] device: 'ttyy5': device_add
[ 18.580093] device: 'ttyy6': device_add
[ 18.584093] device: 'ttyy7': device_add
[ 18.588093] device: 'ttyy8': device_add
[ 18.592094] device: 'ttyy9': device_add
[ 18.596105] device: 'ttyya': device_add
[ 18.600094] device: 'ttyyb': device_add
[ 18.604093] device: 'ttyyc': device_add
[ 18.608095] device: 'ttyyd': device_add
[ 18.612093] device: 'ttyye': device_add
[ 18.616094] device: 'ttyyf': device_add
[ 18.620098] device: 'ttyz0': device_add
[ 18.624095] device: 'ttyz1': device_add
[ 18.628094] device: 'ttyz2': device_add
[ 18.632095] device: 'ttyz3': device_add
[ 18.636094] device: 'ttyz4': device_add
[ 18.640095] device: 'ttyz5': device_add
[ 18.644096] device: 'ttyz6': device_add
[ 18.648096] device: 'ttyz7': device_add
[ 18.652095] device: 'ttyz8': device_add
[ 18.656096] device: 'ttyz9': device_add
[ 18.660099] device: 'ttyza': device_add
[ 18.664095] device: 'ttyzb': device_add
[ 18.668095] device: 'ttyzc': device_add
[ 18.672099] device: 'ttyzd': device_add
[ 18.676095] device: 'ttyze': device_add
[ 18.680096] device: 'ttyzf': device_add
[ 18.684095] device: 'ttya0': device_add
[ 18.688096] device: 'ttya1': device_add
[ 18.692094] device: 'ttya2': device_add
[ 18.696096] device: 'ttya3': device_add
[ 18.700099] device: 'ttya4': device_add
[ 18.704096] device: 'ttya5': device_add
[ 18.708095] device: 'ttya6': device_add
[ 18.712096] device: 'ttya7': device_add
[ 18.716096] device: 'ttya8': device_add
[ 18.720097] device: 'ttya9': device_add
[ 18.724097] device: 'ttyaa': device_add
[ 18.728104] device: 'ttyab': device_add
[ 18.732096] device: 'ttyac': device_add
[ 18.736097] device: 'ttyad': device_add
[ 18.740105] device: 'ttyae': device_add
[ 18.744097] device: 'ttyaf': device_add
[ 18.748096] device: 'ttyb0': device_add
[ 18.752097] device: 'ttyb1': device_add
[ 18.756096] device: 'ttyb2': device_add
[ 18.760097] device: 'ttyb3': device_add
[ 18.764096] device: 'ttyb4': device_add
[ 18.768097] device: 'ttyb5': device_add
[ 18.772096] device: 'ttyb6': device_add
[ 18.776097] device: 'ttyb7': device_add
[ 18.780101] device: 'ttyb8': device_add
[ 18.784098] device: 'ttyb9': device_add
[ 18.788097] device: 'ttyba': device_add
[ 18.792098] device: 'ttybb': device_add
[ 18.796097] device: 'ttybc': device_add
[ 18.800098] device: 'ttybd': device_add
[ 18.804097] device: 'ttybe': device_add
[ 18.808133] device: 'ttybf': device_add
[ 18.812098] device: 'ttyc0': device_add
[ 18.816123] device: 'ttyc1': device_add
[ 18.820098] device: 'ttyc2': device_add
[ 18.824102] device: 'ttyc3': device_add
[ 18.828097] device: 'ttyc4': device_add
[ 18.832099] device: 'ttyc5': device_add
[ 18.836098] device: 'ttyc6': device_add
[ 18.840102] device: 'ttyc7': device_add
[ 18.844098] device: 'ttyc8': device_add
[ 18.848099] device: 'ttyc9': device_add
[ 18.852097] device: 'ttyca': device_add
[ 18.856099] device: 'ttycb': device_add
[ 18.860097] device: 'ttycc': device_add
[ 18.864104] device: 'ttycd': device_add
[ 18.868098] device: 'ttyce': device_add
[ 18.872099] device: 'ttycf': device_add
[ 18.876098] device: 'ttyd0': device_add
[ 18.880099] device: 'ttyd1': device_add
[ 18.884098] device: 'ttyd2': device_add
[ 18.888099] device: 'ttyd3': device_add
[ 18.892100] device: 'ttyd4': device_add
[ 18.896100] device: 'ttyd5': device_add
[ 18.900099] device: 'ttyd6': device_add
[ 18.904104] device: 'ttyd7': device_add
[ 18.908098] device: 'ttyd8': device_add
[ 18.912100] device: 'ttyd9': device_add
[ 18.916099] device: 'ttyda': device_add
[ 18.920100] device: 'ttydb': device_add
[ 18.924099] device: 'ttydc': device_add
[ 18.928101] device: 'ttydd': device_add
[ 18.932099] device: 'ttyde': device_add
[ 18.936100] device: 'ttydf': device_add
[ 18.940099] device: 'ttye0': device_add
[ 18.944105] device: 'ttye1': device_add
[ 18.948100] device: 'ttye2': device_add
[ 18.952100] device: 'ttye3': device_add
[ 18.956099] device: 'ttye4': device_add
[ 18.960101] device: 'ttye5': device_add
[ 18.964100] device: 'ttye6': device_add
[ 18.968101] device: 'ttye7': device_add
[ 18.972100] device: 'ttye8': device_add
[ 18.976101] device: 'ttye9': device_add
[ 18.980101] device: 'ttyea': device_add
[ 18.984106] device: 'ttyeb': device_add
[ 18.988102] device: 'ttyec': device_add
[ 18.992102] device: 'ttyed': device_add
[ 18.996104] device: 'ttyee': device_add
[ 19.000102] device: 'ttyef': device_add
[ 19.004107] device: 'ptmx': device_add
[ 19.008104] initcall pty_init+0x0/0x39 returned 0 after 2007814 usecs
[ 19.012034] calling sysrq_init+0x0/0x4c @ 1
[ 19.016049] initcall sysrq_init+0x0/0x4c returned 0 after 0 usecs
[ 19.020033] calling nozomi_init+0x0/0x153 @ 1
[ 19.024067] Initializing Nozomi driver 2.1d (build date: Jun 17 2009 11:09:51)
[ 19.028043] bus: 'pci': add driver nozomi
[ 19.036125] initcall nozomi_init+0x0/0x153 returned 0 after 11718 usecs
[ 19.040033] calling raw_init+0x0/0x103 @ 1
[ 19.044036] device class 'raw': registering
[ 19.048065] device: 'rawctl': device_add
[ 19.052168] initcall raw_init+0x0/0x103 returned 0 after 7812 usecs
[ 19.056034] calling r3964_init+0x0/0x68 @ 1
[ 19.060032] r3964: Philips r3964 Driver $Revision: 1.10 $
[ 19.064035] initcall r3964_init+0x0/0x68 returned 0 after 3906 usecs
[ 19.068067] calling applicom_init+0x0/0x4e9 @ 1
[ 19.072032] Applicom driver: $Id: ac.c,v 1.30 2000/03/22 16:03:57 dwmw2 Exp $
[ 19.076044] ac.o: No PCI boards found.
[ 19.080032] ac.o: For an ISA board you must supply memory and irq parameters.
[ 19.084059] initcall applicom_init+0x0/0x4e9 returned -6 after 11718 usecs
[ 19.088034] initcall applicom_init+0x0/0x4e9 returned with error code -6
[ 19.092033] calling i8k_init+0x0/0x78 @ 1
[ 19.096037] initcall i8k_init+0x0/0x78 returned -19 after 0 usecs
[ 19.100058] calling mod_init+0x0/0xdf @ 1
[ 19.104106] initcall mod_init+0x0/0xdf returned -19 after 0 usecs
[ 19.108034] calling pc8736x_gpio_init+0x0/0x3b5 @ 1
[ 19.112036] Registering platform device 'pc8736x_gpio.0'. Parent at platform
[ 19.116058] device: 'pc8736x_gpio.0': device_add
[ 19.120040] bus: 'platform': add device pc8736x_gpio.0
[ 19.124076] platform pc8736x_gpio.0: NatSemi pc8736x GPIO Driver Initializing
[ 19.128042] platform pc8736x_gpio.0: no device found
[ 19.132070] bus: 'platform': remove device pc8736x_gpio.0
[ 19.136061] initcall pc8736x_gpio_init+0x0/0x3b5 returned -19 after 23437 usecs
[ 19.140035] calling nsc_gpio_init+0x0/0x3b @ 1
[ 19.144032] nsc_gpio initializing
[ 19.148034] initcall nsc_gpio_init+0x0/0x3b returned 0 after 3906 usecs
[ 19.152033] calling mwave_init+0x0/0x2ca @ 1
[ 19.156075] smapi::smapi_init, ERROR invalid usSmapiID
[ 19.160032] mwave: tp3780i::tp3780I_InitializeBoardData: Error: SMAPI is not available on this machine
[ 19.164032] mwave: mwavedd::mwave_init: Error: Failed to initialize board data
[ 19.168032] mwave: mwavedd::mwave_init: Error: Failed to initialize
[ 19.172059] initcall mwave_init+0x0/0x2ca returned -5 after 15625 usecs
[ 19.176033] initcall mwave_init+0x0/0x2ca returned with error code -5
[ 19.180033] calling agp_init+0x0/0x4b @ 1
[ 19.184033] Linux agpgart interface v0.103
[ 19.188059] initcall agp_init+0x0/0x4b returned 0 after 3906 usecs
[ 19.192033] calling agp_intel_init+0x0/0x50 @ 1
[ 19.196034] bus: 'pci': add driver agpgart-intel
[ 19.200095] initcall agp_intel_init+0x0/0x50 returned 0 after 3906 usecs
[ 19.204060] calling agp_sis_init+0x0/0x50 @ 1
[ 19.208033] bus: 'pci': add driver agpgart-sis
[ 19.212088] initcall agp_sis_init+0x0/0x50 returned 0 after 3906 usecs
[ 19.216035] calling agp_via_init+0x0/0x50 @ 1
[ 19.220034] bus: 'pci': add driver agpgart-via
[ 19.224090] initcall agp_via_init+0x0/0x50 returned 0 after 3906 usecs
[ 19.228035] calling drm_core_init+0x0/0x14a @ 1
[ 19.232038] device class 'drm': registering
[ 19.236087] [drm] Initialized drm 1.1.0 20060810
[ 19.240036] initcall drm_core_init+0x0/0x14a returned 0 after 7812 usecs
[ 19.244034] calling mga_init+0x0/0x45 @ 1
[ 19.248075] initcall mga_init+0x0/0x45 returned 0 after 0 usecs
[ 19.252039] calling i810_init+0x0/0x45 @ 1
[ 19.256114] initcall i810_init+0x0/0x45 returned 0 after 0 usecs
[ 19.260034] calling via_init+0x0/0x4a @ 1
[ 19.264127] initcall via_init+0x0/0x4a returned 0 after 0 usecs
[ 19.268034] calling cn_proc_init+0x0/0x63 @ 1
[ 19.272070] initcall cn_proc_init+0x0/0x63 returned 0 after 0 usecs
[ 19.276034] calling intelfb_init+0x0/0x9f @ 1
[ 19.280033] intelfb: intelfb_init
[ 19.284032] intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/945GME/965G/965GM chipsets
[ 19.288063] intelfb: Version 0.9.6
[ 19.291464] intelfb: intelfb_setup
[ 19.292032] intelfb: no options
[ 19.296034] bus: 'pci': add driver intelfb
[ 19.300101] initcall intelfb_init+0x0/0x9f returned 0 after 19531 usecs
[ 19.304065] calling serial8250_init+0x0/0x16f @ 1
[ 19.308034] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 19.312057] Registering platform device 'serial8250'. Parent at platform
[ 19.316034] device: 'serial8250': device_add
[ 19.320077] bus: 'platform': add device serial8250
[ 19.324348] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 19.328042] device: 'ttyS0': device_add
[ 19.332836] device: 'ttyS1': device_add
[ 19.336126] device: 'ttyS2': device_add
[ 19.340181] device: 'ttyS3': device_add
[ 19.344123] Platform driver 'serial8250' needs updating - please use dev_pm_ops
[ 19.348035] bus: 'platform': add driver serial8250
[ 19.352044] bus: 'platform': driver_probe_device: matched device serial8250 with driver serial8250
[ 19.356034] bus: 'platform': really_probe: probing driver serial8250 with device serial8250
[ 19.360079] driver: 'serial8250': driver_bound: bound to device 'serial8250'
[ 19.364034] bus: 'platform': really_probe: bound device serial8250 to driver serial8250
[ 19.368068] initcall serial8250_init+0x0/0x16f returned 0 after 58593 usecs
[ 19.372036] calling serial8250_pci_init+0x0/0x42 @ 1
[ 19.376035] bus: 'pci': add driver serial
[ 19.380106] initcall serial8250_pci_init+0x0/0x42 returned 0 after 3906 usecs
[ 19.384036] calling init_kgdboc+0x0/0x3b @ 1
[ 19.388035] initcall init_kgdboc+0x0/0x3b returned 0 after 0 usecs
[ 19.392035] calling topology_sysfs_init+0x0/0x8e @ 1
[ 19.396074] initcall topology_sysfs_init+0x0/0x8e returned 0 after 0 usecs
[ 19.400072] calling brd_init+0x0/0x193 @ 1
[ 19.404394] device: 'ram0': device_add
[ 19.408214] device: '1:0': device_add
[ 19.412078] device: 'ram1': device_add
[ 19.416129] device: '1:1': device_add
[ 19.420074] device: 'ram2': device_add
[ 19.424103] device: '1:2': device_add
[ 19.428074] device: 'ram3': device_add
[ 19.432103] device: '1:3': device_add
[ 19.436081] device: 'ram4': device_add
[ 19.440102] device: '1:4': device_add
[ 19.444074] device: 'ram5': device_add
[ 19.448107] device: '1:5': device_add
[ 19.452074] device: 'ram6': device_add
[ 19.456108] device: '1:6': device_add
[ 19.460074] device: 'ram7': device_add
[ 19.464111] device: '1:7': device_add
[ 19.468074] device: 'ram8': device_add
[ 19.472104] device: '1:8': device_add
[ 19.476091] device: 'ram9': device_add
[ 19.480105] device: '1:9': device_add
[ 19.484075] device: 'ram10': device_add
[ 19.488104] device: '1:10': device_add
[ 19.492080] device: 'ram11': device_add
[ 19.496104] device: '1:11': device_add
[ 19.500076] device: 'ram12': device_add
[ 19.504108] device: '1:12': device_add
[ 19.508080] device: 'ram13': device_add
[ 19.512108] device: '1:13': device_add
[ 19.516078] device: 'ram14': device_add
[ 19.520109] device: '1:14': device_add
[ 19.524075] device: 'ram15': device_add
[ 19.528104] device: '1:15': device_add
[ 19.532075] brd: module loaded
[ 19.536036] initcall brd_init+0x0/0x193 returned 0 after 128906 usecs
[ 19.540034] calling cpqarray_init+0x0/0x92 @ 1
[ 19.544033] Compaq SMART2 Driver (v 2.6.0)
[ 19.548073] bus: 'pci': add driver cpqarray
[ 19.552095] bus: 'pci': remove driver cpqarray
[ 19.556061] driver: 'cpqarray': driver_release
[ 19.560038] initcall cpqarray_init+0x0/0x92 returned -19 after 15625 usecs
[ 19.564034] calling mm_init+0x0/0x1ba @ 1
[ 19.568034] bus: 'pci': add driver umem
[ 19.572138] MM: desc_per_page = 128
[ 19.576036] initcall mm_init+0x0/0x1ba returned 0 after 7812 usecs
[ 19.580034] calling xlblk_init+0x0/0xa1 @ 1
[ 19.584034] initcall xlblk_init+0x0/0xa1 returned -19 after 0 usecs
[ 19.588034] calling init_kgdbts+0x0/0x3b @ 1
[ 19.592068] initcall init_kgdbts+0x0/0x3b returned 0 after 0 usecs
[ 19.596034] calling at24_init+0x0/0x5d @ 1
[ 19.600034] bus: 'i2c': add driver at24
[ 19.604070] initcall at24_init+0x0/0x5d returned 0 after 3906 usecs
[ 19.608061] calling eeprom_init+0x0/0x3b @ 1
[ 19.612034] bus: 'i2c': add driver eeprom
[ 19.616068] initcall eeprom_init+0x0/0x3b returned 0 after 3906 usecs
[ 19.620036] calling sm501_base_init+0x0/0x4e @ 1
[ 19.624035] bus: 'platform': add driver sm501
[ 19.628072] bus: 'pci': add driver sm501
[ 19.632088] initcall sm501_base_init+0x0/0x4e returned 0 after 7812 usecs
[ 19.636034] calling da903x_init+0x0/0x3b @ 1
[ 19.640034] bus: 'i2c': add driver da903x
[ 19.644073] initcall da903x_init+0x0/0x3b returned 0 after 3906 usecs
[ 19.648069] calling mac_hid_init+0x0/0xfd @ 1
[ 19.652041] device: 'input0': device_add
[ 19.656142] input: Macintosh mouse button emulation as /class/input/input0
[ 19.660096] initcall mac_hid_init+0x0/0xfd returned 0 after 7812 usecs
[ 19.664034] calling raid_init+0x0/0x39 @ 1
[ 19.668033] device class 'raid_devices': registering
[ 19.672065] initcall raid_init+0x0/0x39 returned 0 after 3906 usecs
[ 19.676069] calling spi_transport_init+0x0/0x55 @ 1
[ 19.680033] device class 'spi_transport': registering
[ 19.684088] device class 'spi_host': registering
[ 19.688066] initcall spi_transport_init+0x0/0x55 returned 0 after 7812 usecs
[ 19.692035] calling fc_transport_init+0x0/0x73 @ 1
[ 19.696033] device class 'fc_host': registering
[ 19.700062] device class 'fc_vports': registering
[ 19.704102] device class 'fc_remote_ports': registering
[ 19.708063] device class 'fc_transport': registering
[ 19.712064] initcall fc_transport_init+0x0/0x73 returned 0 after 15625 usecs
[ 19.716035] calling iscsi_transport_init+0x0/0x173 @ 1
[ 19.720033] Loading iSCSI transport class v2.0-870.
[ 19.724033] device class 'iscsi_transport': registering
[ 19.728100] device class 'iscsi_endpoint': registering
[ 19.732064] device class 'iscsi_host': registering
[ 19.736068] device class 'iscsi_connection': registering
[ 19.740064] device class 'iscsi_session': registering
[ 19.744116] initcall iscsi_transport_init+0x0/0x173 returned 0 after 23437 usecs
[ 19.748036] calling sas_transport_init+0x0/0xe1 @ 1
[ 19.752033] device class 'sas_host': registering
[ 19.756061] device class 'sas_phy': registering
[ 19.760063] device class 'sas_port': registering
[ 19.764065] device class 'sas_device': registering
[ 19.768063] device class 'sas_end_device': registering
[ 19.772116] device class 'sas_expander': registering
[ 19.776062] initcall sas_transport_init+0x0/0xe1 returned 0 after 23437 usecs
[ 19.780034] calling sas_class_init+0x0/0x58 @ 1
[ 19.784070] initcall sas_class_init+0x0/0x58 returned 0 after 0 usecs
[ 19.788034] calling libfc_init+0x0/0x9d @ 1
[ 19.792131] initcall libfc_init+0x0/0x9d returned 0 after 0 usecs
[ 19.796036] calling fcoe_init+0x0/0x180 @ 1
[ 19.800227] initcall fcoe_init+0x0/0x180 returned 0 after 0 usecs
[ 19.804036] calling BusLogic_init+0x0/0x5b2 @ 1
[ 19.808119] initcall BusLogic_init+0x0/0x5b2 returned 0 after 0 usecs
[ 19.812034] calling ahc_linux_init+0x0/0x8d @ 1
[ 19.816048] bus: 'pci': add driver aic7xxx
[ 19.820174] initcall ahc_linux_init+0x0/0x8d returned 0 after 3906 usecs
[ 19.824036] calling aic94xx_init+0x0/0x160 @ 1
[ 19.828033] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[ 19.832073] bus: 'pci': add driver aic94xx
[ 19.836102] initcall aic94xx_init+0x0/0x160 returned 0 after 7812 usecs
[ 19.840074] calling dmx3191d_init+0x0/0x42 @ 1
[ 19.844035] bus: 'pci': add driver dmx3191d
[ 19.848089] initcall dmx3191d_init+0x0/0x42 returned 0 after 3906 usecs
[ 19.852037] calling init_this_scsi_driver+0x0/0x10c @ 1
[ 19.856047] initcall init_this_scsi_driver+0x0/0x10c returned -19 after 0 usecs
[ 19.860034] calling inia100_init+0x0/0x42 @ 1
[ 19.864035] bus: 'pci': add driver inia100
[ 19.868125] initcall inia100_init+0x0/0x42 returned 0 after 3906 usecs
[ 19.872036] calling tw_init+0x0/0x55 @ 1
[ 19.876033] 3ware Storage Controller device driver for Linux v1.26.02.002.
[ 19.880034] bus: 'pci': add driver 3w-xxxx
[ 19.884086] initcall tw_init+0x0/0x55 returned 0 after 7812 usecs
[ 19.888073] calling twa_init+0x0/0x55 @ 1
[ 19.892033] 3ware 9000 Storage Controller device driver for Linux v2.26.02.012.
[ 19.896034] bus: 'pci': add driver 3w-9xxx
[ 19.900100] initcall twa_init+0x0/0x55 returned 0 after 7812 usecs
[ 19.904074] calling hptiop_module_init+0x0/0x5c @ 1
[ 19.908034] RocketRAID 3xxx/4xxx Controller driver v1.3 (071203)
[ 19.912034] bus: 'pci': add driver hptiop
[ 19.916090] initcall hptiop_module_init+0x0/0x5c returned 0 after 7812 usecs
[ 19.920073] calling stex_init+0x0/0x55 @ 1
[ 19.924033] stex: Promise SuperTrak EX Driver version: 4.6.0000.3
[ 19.928034] bus: 'pci': add driver stex
[ 19.932093] initcall stex_init+0x0/0x55 returned 0 after 7812 usecs
[ 19.936073] calling mvs_init+0x0/0x79 @ 1
[ 19.940045] bus: 'pci': add driver mvsas
[ 19.944089] initcall mvs_init+0x0/0x79 returned 0 after 3906 usecs
[ 19.948036] calling init_osst+0x0/0x160 @ 1
[ 19.952034] osst :I: Tape driver with OnStream support version 0.99.4
[ 19.952037] osst :I: $Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $
[ 19.956034] device class 'onstream_tape': registering
[ 19.960064] Driver 'osst' needs updating - please use bus_type methods
[ 19.964073] bus: 'scsi': add driver osst
[ 19.968073] initcall init_osst+0x0/0x160 returned 0 after 15625 usecs
[ 19.972036] calling init_sd+0x0/0x125 @ 1
[ 19.976052] device class 'scsi_disk': registering
[ 19.980063] Driver 'sd' needs updating - please use bus_type methods
[ 19.984036] bus: 'scsi': add driver sd
[ 19.988074] initcall init_sd+0x0/0x125 returned 0 after 11718 usecs
[ 19.992036] calling init_ch_module+0x0/0xcd @ 1
[ 19.996033] SCSI Media Changer driver v0.25
[ 20.000034] device class 'scsi_changer': registering
[ 20.004062] Driver 'ch' needs updating - please use bus_type methods
[ 20.008072] bus: 'scsi': add driver ch
[ 20.012070] initcall init_ch_module+0x0/0xcd returned 0 after 15625 usecs
[ 20.016037] calling ahci_init+0x0/0x42 @ 1
[ 20.020038] bus: 'pci': add driver ahci
[ 20.024115] initcall ahci_init+0x0/0x42 returned 0 after 3906 usecs
[ 20.028037] calling piix_init+0x0/0x50 @ 1
[ 20.032035] bus: 'pci': add driver ata_piix
[ 20.036091] initcall piix_init+0x0/0x50 returned 0 after 3906 usecs
[ 20.040036] calling sil_init+0x0/0x42 @ 1
[ 20.044035] bus: 'pci': add driver sata_sil
[ 20.048101] initcall sil_init+0x0/0x42 returned 0 after 3906 usecs
[ 20.052037] calling nv_init+0x0/0x42 @ 1
[ 20.056035] bus: 'pci': add driver sata_nv
[ 20.060106] initcall nv_init+0x0/0x42 returned 0 after 3906 usecs
[ 20.064037] calling amd_init+0x0/0x42 @ 1
[ 20.068035] bus: 'pci': add driver pata_amd
[ 20.072048] bus: 'pci': driver_probe_device: matched device 0000:00:06.0 with driver pata_amd
[ 20.076034] bus: 'pci': really_probe: probing driver pata_amd with device 0000:00:06.0
[ 20.080081] pata_amd 0000:00:06.0: version 0.4.1
[ 20.084159] pata_amd 0000:00:06.0: setting latency timer to 64
[ 20.092266] scsi0 : pata_amd
[ 20.095350] device: 'host0': device_add
[ 20.096077] device: 'host0': device_add
[ 20.100223] scsi1 : pata_amd
[ 20.104038] device: 'host1': device_add
[ 20.108043] device: 'host1': device_add
[ 20.112111] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[ 20.116036] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[ 20.292338] ata1.00: ATA-6: HDS722525VLAT80, V36OA60A, max UDMA/100
[ 20.296036] ata1.00: 488397168 sectors, multi 1: LBA48
[ 20.304058] ata1: nv_mode_filter: 0x3f39f&0x3f07f->0x3f01f, BIOS=0x3f000 (0xc60000c0) ACPI=0x0
[ 20.336266] ata1.00: configured for UDMA/100
[ 20.340887] async_waiting @ 1
[ 20.343854] async_continuing @ 1 after 0 usec
[ 20.345764] scsi 0:0:0:0: Direct-Access ATA HDS722525VLAT80 V36O PQ: 0 ANSI: 5
[ 20.348040] device: 'target0:0:0': device_add
[ 20.352309] device: '0:0:0:0': device_add
[ 20.356080] bus: 'scsi': add device 0:0:0:0
[ 20.360396] bus: 'scsi': driver_probe_device: matched device 0:0:0:0 with driver osst
[ 20.364035] bus: 'scsi': really_probe: probing driver osst with device 0:0:0:0
[ 20.368345] bus: 'scsi': driver_probe_device: matched device 0:0:0:0 with driver sd
[ 20.372034] bus: 'scsi': really_probe: probing driver sd with device 0:0:0:0
[ 20.376681] device: '0:0:0:0': device_add
[ 20.380557] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors: (250 GB/232 GiB)
[ 20.384087] sd 0:0:0:0: [sda] Write Protect is off
[ 20.388035] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 20.392123] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 20.396147] device: 'sda': device_add
[ 20.402065] sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 >
[ 20.505725] device: 'sda1': device_add
[ 20.510845] device: 'sda2': device_add
[ 20.515136] device: 'sda3': device_add
[ 20.519071] device: 'sda5': device_add
[ 20.523024] device: 'sda6': device_add
[ 20.526953] device: 'sda7': device_add
[ 20.530914] device: 'sda8': device_add
[ 20.534848] device: 'sda9': device_add
[ 20.538805] device: 'sda10': device_add
[ 20.544133] device: '8:0': device_add
[ 20.548419] sd 0:0:0:0: [sda] Attached SCSI disk
[ 20.552036] driver: '0:0:0:0': driver_bound: bound to device 'sd'
[ 20.556036] bus: 'scsi': really_probe: bound device 0:0:0:0 to driver sd
[ 20.564129] device: '0:0:0:0': device_add
[ 20.570388] async_waiting @ 1
[ 20.572037] async_continuing @ 1 after 0 usec
[ 20.740339] ata2.01: ATAPI: DVDRW IDE 16X, VER A079, max UDMA/66
[ 20.748057] ata2: nv_mode_filter: 0x1f39f&0x707f->0x701f, BIOS=0x7000 (0xc60000c0) ACPI=0x0
[ 20.772240] ata2.01: configured for UDMA/33
[ 20.776129] async_waiting @ 1
[ 20.780035] async_continuing @ 1 after 0 usec
[ 20.784221] scsi 1:0:1:0: CD-ROM DVDRW IDE 16X A079 PQ: 0 ANSI: 5
[ 20.792044] device: 'target1:0:1': device_add
[ 20.796050] device: '1:0:1:0': device_add
[ 20.800083] bus: 'scsi': add device 1:0:1:0
[ 20.805867] bus: 'scsi': driver_probe_device: matched device 1:0:1:0 with driver osst
[ 20.812035] bus: 'scsi': really_probe: probing driver osst with device 1:0:1:0
[ 20.820060] bus: 'scsi': driver_probe_device: matched device 1:0:1:0 with driver sd
[ 20.828034] bus: 'scsi': really_probe: probing driver sd with device 1:0:1:0
[ 20.832054] bus: 'scsi': driver_probe_device: matched device 1:0:1:0 with driver ch
[ 20.840034] bus: 'scsi': really_probe: probing driver ch with device 1:0:1:0
[ 20.848057] device: '1:0:1:0': device_add
[ 20.854556] driver: '0000:00:06.0': driver_bound: bound to device 'pata_amd'
[ 20.860156] bus: 'pci': really_probe: bound device 0000:00:06.0 to driver pata_amd
[ 20.869473] initcall amd_init+0x0/0x42 returned 0 after 781250 usecs
[ 20.872038] calling atiixp_init+0x0/0x42 @ 1
[ 20.880038] bus: 'pci': add driver pata_atiixp
[ 20.884813] initcall atiixp_init+0x0/0x42 returned 0 after 3906 usecs
[ 20.888037] calling cmd64x_init+0x0/0x42 @ 1
[ 20.892035] bus: 'pci': add driver pata_cmd64x
[ 20.900231] initcall cmd64x_init+0x0/0x42 returned 0 after 7812 usecs
[ 20.904037] calling hpt37x_init+0x0/0x42 @ 1
[ 20.908035] bus: 'pci': add driver pata_hpt37x
[ 20.915635] initcall hpt37x_init+0x0/0x42 returned 0 after 3906 usecs
[ 20.920037] calling it8213_init+0x0/0x42 @ 1
[ 20.924035] bus: 'pci': add driver pata_it8213
[ 20.931039] initcall it8213_init+0x0/0x42 returned 0 after 3906 usecs
[ 20.936037] calling jmicron_init+0x0/0x42 @ 1
[ 20.940036] bus: 'pci': add driver pata_jmicron
[ 20.946623] initcall jmicron_init+0x0/0x42 returned 0 after 3906 usecs
[ 20.952037] calling netcell_init+0x0/0x42 @ 1
[ 20.956035] bus: 'pci': add driver pata_netcell
[ 20.962293] initcall netcell_init+0x0/0x42 returned 0 after 3906 usecs
[ 20.968037] calling ns87415_init+0x0/0x42 @ 1
[ 20.972036] bus: 'pci': add driver pata_ns87415
[ 20.977970] initcall ns87415_init+0x0/0x42 returned 0 after 3906 usecs
[ 20.984037] calling marvell_init+0x0/0x42 @ 1
[ 20.988036] bus: 'pci': add driver pata_marvell
[ 20.993646] initcall marvell_init+0x0/0x42 returned 0 after 3906 usecs
[ 21.000037] calling oldpiix_init+0x0/0x42 @ 1
[ 21.004036] bus: 'pci': add driver pata_oldpiix
[ 21.009314] initcall oldpiix_init+0x0/0x42 returned 0 after 3906 usecs
[ 21.012037] calling pdc202xx_init+0x0/0x42 @ 1
[ 21.020036] bus: 'pci': add driver pata_pdc202xx_old
[ 21.025504] initcall pdc202xx_init+0x0/0x42 returned 0 after 3906 usecs
[ 21.032038] calling radisys_init+0x0/0x42 @ 1
[ 21.036043] bus: 'pci': add driver pata_radisys
[ 21.041273] initcall radisys_init+0x0/0x42 returned 0 after 3906 usecs
[ 21.044038] calling e1000_init_module+0x0/0x8f @ 1
[ 21.052034] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
[ 21.056033] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[ 21.064038] bus: 'pci': add driver e1000e
[ 21.068632] initcall e1000_init_module+0x0/0x8f returned 0 after 15625 usecs
[ 21.072038] calling ixgbe_init_module+0x0/0x7f @ 1
[ 21.080034] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 2.0.34-k2
[ 21.088034] ixgbe: Copyright (c) 1999-2009 Intel Corporation.
[ 21.092035] bus: 'pci': add driver ixgbe
[ 21.098240] initcall ixgbe_init_module+0x0/0x7f returned 0 after 15625 usecs
[ 21.104038] calling ipg_init_module+0x0/0x42 @ 1
[ 21.108036] bus: 'pci': add driver Sundance Technology IPG Triple-Speed Ethernet
[ 21.117558] initcall ipg_init_module+0x0/0x42 returned 0 after 7812 usecs
[ 21.124038] calling bonding_init+0x0/0xf4 @ 1
[ 21.128034] Ethernet Channel Bonding Driver: v3.5.0 (November 4, 2008)
[ 21.132035] 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.
[ 21.152615] device: 'bond0': device_add
[ 21.156996] initcall bonding_init+0x0/0xf4 returned 0 after 27343 usecs
[ 21.164037] calling atl1_init_module+0x0/0x42 @ 1
[ 21.168036] bus: 'pci': add driver atl1
[ 21.173226] initcall atl1_init_module+0x0/0x42 returned 0 after 3906 usecs
[ 21.180038] calling atl1e_init_module+0x0/0x42 @ 1
[ 21.184036] bus: 'pci': add driver ATL1E
[ 21.189063] initcall atl1e_init_module+0x0/0x42 returned 0 after 3906 usecs
[ 21.196038] calling bdx_module_init+0x0/0xb0 @ 1
[ 21.200034] tehuti: Tehuti Networks(R) Network Driver, 7.29.3
[ 21.204034] tehuti: Options: hw_csum
[ 21.208035] bus: 'pci': add driver tehuti
[ 21.214319] initcall bdx_module_init+0x0/0xb0 returned 0 after 11718 usecs
[ 21.220038] calling happy_meal_probe+0x0/0x42 @ 1
[ 21.224036] bus: 'pci': add driver hme
[ 21.229904] initcall happy_meal_probe+0x0/0x42 returned 0 after 3906 usecs
[ 21.236038] calling gem_init+0x0/0x42 @ 1
[ 21.240036] bus: 'pci': add driver gem
[ 21.244786] initcall gem_init+0x0/0x42 returned 0 after 3906 usecs
[ 21.248038] calling vortex_init+0x0/0xd7 @ 1
[ 21.252036] bus: 'pci': add driver 3c59x
[ 21.259421] initcall vortex_init+0x0/0xd7 returned 0 after 3906 usecs
[ 21.264038] calling ne2k_pci_init+0x0/0x42 @ 1
[ 21.268036] bus: 'pci': add driver ne2k-pci
[ 21.274750] initcall ne2k_pci_init+0x0/0x42 returned 0 after 3906 usecs
[ 21.280038] calling e100_init_module+0x0/0x81 @ 1
[ 21.284034] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[ 21.292034] e100: Copyright(c) 1999-2006 Intel Corporation
[ 21.296035] bus: 'pci': add driver e100
[ 21.301732] initcall e100_init_module+0x0/0x81 returned 0 after 15625 usecs
[ 21.308038] calling smsc9420_init_module+0x0/0x64 @ 1
[ 21.312036] bus: 'pci': add driver smsc9420
[ 21.318191] initcall smsc9420_init_module+0x0/0x64 returned 0 after 3906 usecs
[ 21.324041] calling r6040_init+0x0/0x42 @ 1
[ 21.328036] bus: 'pci': add driver r6040
[ 21.333778] initcall r6040_init+0x0/0x42 returned 0 after 3906 usecs
[ 21.340038] calling yellowfin_init+0x0/0x42 @ 1
[ 21.344036] bus: 'pci': add driver yellowfin
[ 21.349191] initcall yellowfin_init+0x0/0x42 returned 0 after 3906 usecs
[ 21.352038] calling natsemi_init_mod+0x0/0x42 @ 1
[ 21.360036] bus: 'pci': add driver natsemi
[ 21.364961] initcall natsemi_init_mod+0x0/0x42 returned 0 after 3906 usecs
[ 21.368038] calling ns83820_init+0x0/0x4e @ 1
[ 21.376034] ns83820.c: National Semiconductor DP83820 10/100/1000 driver.
[ 21.380035] bus: 'pci': add driver ns83820
[ 21.387325] initcall ns83820_init+0x0/0x4e returned 0 after 7812 usecs
[ 21.392038] calling fealnx_init+0x0/0x42 @ 1
[ 21.396036] bus: 'pci': add driver fealnx
[ 21.402375] initcall fealnx_init+0x0/0x42 returned 0 after 3906 usecs
[ 21.408038] calling tg3_init+0x0/0x42 @ 1
[ 21.412036] bus: 'pci': add driver tg3
[ 21.416830] initcall tg3_init+0x0/0x42 returned 0 after 3906 usecs
[ 21.420038] calling sky2_init_module+0x0/0x7c @ 1
[ 21.424034] sky2 driver version 1.22
[ 21.428056] bus: 'pci': add driver sky2
[ 21.435407] initcall sky2_init_module+0x0/0x7c returned 0 after 7812 usecs
[ 21.440038] calling rhine_init+0x0/0x8a @ 1
[ 21.444038] bus: 'pci': add driver via-rhine
[ 21.450997] initcall rhine_init+0x0/0x8a returned 0 after 3906 usecs
[ 21.456038] calling cicada_init+0x0/0x65 @ 1
[ 21.460036] bus: 'mdio_bus': add driver Cicada Cis8204
[ 21.466983] bus: 'mdio_bus': add driver Cicada Cis8201
[ 21.472275] initcall cicada_init+0x0/0x65 returned 0 after 11718 usecs
[ 21.476036] calling smsc_init+0x0/0xbf @ 1
[ 21.480035] bus: 'mdio_bus': add driver SMSC LAN83C185
[ 21.488257] bus: 'mdio_bus': add driver SMSC LAN8187
[ 21.493363] bus: 'mdio_bus': add driver SMSC LAN8700
[ 21.498452] bus: 'mdio_bus': add driver SMSC LAN911x Internal PHY
[ 21.504689] bus: 'mdio_bus': add driver SMSC LAN8710/LAN8720
[ 21.510477] initcall smsc_init+0x0/0xbf returned 0 after 27343 usecs
[ 21.516038] calling vsc82xx_init+0x0/0x65 @ 1
[ 21.520035] bus: 'mdio_bus': add driver Vitesse VSC8244
[ 21.526634] bus: 'mdio_bus': add driver Vitesse VSC8221
[ 21.532004] initcall vsc82xx_init+0x0/0x65 returned 0 after 7812 usecs
[ 21.536036] calling ip175c_init+0x0/0x39 @ 1
[ 21.540035] bus: 'mdio_bus': add driver ICPlus IP175C
[ 21.548070] initcall ip175c_init+0x0/0x39 returned 0 after 7812 usecs
[ 21.552038] calling fixed_mdio_bus_init+0x0/0xf6 @ 1
[ 21.556038] Registering platform device 'Fixed MDIO bus.0'. Parent at platform
[ 21.564036] device: 'Fixed MDIO bus.0': device_add
[ 21.568043] bus: 'platform': add device Fixed MDIO bus.0
[ 21.577038] device: '0': device_add
[ 21.580702] Fixed MDIO Bus: probed
[ 21.584037] initcall fixed_mdio_bus_init+0x0/0xf6 returned 0 after 27343 usecs
[ 21.588036] calling mdio_gpio_init+0x0/0x39 @ 1
[ 21.596036] bus: 'platform': add driver mdio-gpio
[ 21.600904] initcall mdio_gpio_init+0x0/0x39 returned 0 after 3906 usecs
[ 21.604037] calling ns_init+0x0/0x39 @ 1
[ 21.608035] bus: 'mdio_bus': add driver NatSemi DP83865
[ 21.616981] initcall ns_init+0x0/0x39 returned 0 after 7812 usecs
[ 21.620037] calling sundance_init+0x0/0x42 @ 1
[ 21.624037] bus: 'pci': add driver sundance
[ 21.631962] initcall sundance_init+0x0/0x42 returned 0 after 3906 usecs
[ 21.636038] calling net_olddevs_init+0x0/0x45 @ 1
[ 21.640041] initcall net_olddevs_init+0x0/0x45 returned 0 after 0 usecs
[ 21.648035] calling init_nic+0x0/0x42 @ 1
[ 21.652036] bus: 'pci': add driver forcedeth
[ 21.656051] bus: 'pci': driver_probe_device: matched device 0000:00:0a.0 with driver forcedeth
[ 21.664034] bus: 'pci': really_probe: probing driver forcedeth with device 0000:00:0a.0
[ 21.672043] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 21.680066] IOAPIC[0]: Set routing entry (2-11 -> 0x3b -> IRQ 11 Mode:1 Active:1)
[ 21.688041] forcedeth 0000:00:0a.0: PCI->APIC IRQ transform: INT A -> IRQ 11
[ 21.696039] forcedeth 0000:00:0a.0: setting latency timer to 64
[ 21.700146] nv_probe: set workaround bit for reversed mac addr
[ 22.228227] device: 'eth0': device_add
[ 22.232830] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x5043 @ 1, addr 00:13:d4:dc:41:12
[ 22.240037] forcedeth 0000:00:0a.0: highdma csum gbit lnktim desc-v3
[ 22.244035] driver: '0000:00:0a.0': driver_bound: bound to device 'forcedeth'
[ 22.252039] bus: 'pci': really_probe: bound device 0000:00:0a.0 to driver forcedeth
[ 22.262734] initcall init_nic+0x0/0x42 returned 0 after 593750 usecs
[ 22.268039] calling dummy_init_module+0x0/0xd8 @ 1
[ 22.272144] device: 'dummy0': device_add
[ 22.278242] initcall dummy_init_module+0x0/0xd8 returned 0 after 3906 usecs
[ 22.284039] calling rtl8139_init_module+0x0/0x42 @ 1
[ 22.288038] bus: 'pci': add driver 8139too
[ 22.292061] bus: 'pci': driver_probe_device: matched device 0000:05:07.0 with driver 8139too
[ 22.300035] bus: 'pci': really_probe: probing driver 8139too with device 0000:05:07.0
[ 22.308046] 8139too Fast Ethernet driver 0.9.28
[ 22.312052] 8139too 0000:05:07.0: PCI->APIC IRQ transform: INT A -> IRQ 11
[ 22.320340] device: 'eth1': device_add
[ 22.327082] eth1: RealTek RTL8139 at 0xc000, 00:c0:df:03:68:5d, IRQ 11
[ 22.332037] driver: '0000:05:07.0': driver_bound: bound to device '8139too'
[ 22.340037] bus: 'pci': really_probe: bound device 0000:05:07.0 to driver 8139too
[ 22.348908] initcall rtl8139_init_module+0x0/0x42 returned 0 after 58593 usecs
[ 22.356039] calling tun_init+0x0/0xb7 @ 1
[ 22.360035] tun: Universal TUN/TAP device driver, 1.6
[ 22.364034] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 22.368041] device: 'tun': device_add
[ 22.375346] initcall tun_init+0x0/0xb7 returned 0 after 11718 usecs
[ 22.380039] calling veth_init+0x0/0x39 @ 1
[ 22.384038] initcall veth_init+0x0/0x39 returned 0 after 0 usecs
[ 22.388036] calling amd8111e_init+0x0/0x42 @ 1
[ 22.396038] bus: 'pci': add driver amd8111e
[ 22.400701] initcall amd8111e_init+0x0/0x42 returned 0 after 3906 usecs
[ 22.404038] calling s2io_starter+0x0/0x42 @ 1
[ 22.408037] bus: 'pci': add driver S2IO
[ 22.415759] initcall s2io_starter+0x0/0x42 returned 0 after 3906 usecs
[ 22.420039] calling enc28j60_init+0x0/0x4a @ 1
[ 22.424036] bus: 'spi': add driver enc28j60
[ 22.431147] initcall enc28j60_init+0x0/0x4a returned 0 after 3906 usecs
[ 22.436038] calling dnet_init+0x0/0x39 @ 1
[ 22.440036] bus: 'platform': add driver dnet
[ 22.446372] initcall dnet_init+0x0/0x39 returned 0 after 3906 usecs
[ 22.452038] calling arcnet_init+0x0/0x84 @ 1
[ 22.456034] arcnet loaded.
[ 22.458744] initcall arcnet_init+0x0/0x84 returned 0 after 0 usecs
[ 22.464036] calling arcnet_rfc1201_init+0x0/0x98 @ 1
[ 22.468034] arcnet: RFC1201 "standard" (`a') encapsulation support loaded.
[ 22.476037] initcall arcnet_rfc1201_init+0x0/0x98 returned 0 after 7812 usecs
[ 22.484040] calling hso_init+0x0/0x1ce @ 1
[ 22.488035] hso: drivers/net/usb/hso.c: 1.2 Option Wireless
[ 22.492049] bus: 'usb': add driver hso
[ 22.498640] usbcore: registered new interface driver hso
[ 22.500043] initcall hso_init+0x0/0x1ce returned 0 after 11718 usecs
[ 22.508036] calling ipw2100_init+0x0/0x93 @ 1
[ 22.512035] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, git-1.2.2
[ 22.520034] ipw2100: Copyright(c) 2003-2006 Intel Corporation
[ 22.524036] bus: 'pci': add driver ipw2100
[ 22.531544] initcall ipw2100_init+0x0/0x93 returned 0 after 15625 usecs
[ 22.536039] calling ipw_init+0x0/0xad @ 1
[ 22.540035] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kq
[ 22.548034] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[ 22.552036] bus: 'pci': add driver ipw2200
[ 22.559338] initcall ipw_init+0x0/0xad returned 0 after 15625 usecs
[ 22.564039] calling ieee80211_init+0x0/0xda @ 1
[ 22.568052] ieee80211: 802.11 data/management/control stack, git-1.1.13
[ 22.576034] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[ 22.584037] initcall ieee80211_init+0x0/0xda returned 0 after 15625 usecs
[ 22.588036] calling prism54_module_init+0x0/0x5c @ 1
[ 22.596035] Loaded prism54 driver, version 1.2
[ 22.600036] bus: 'pci': add driver prism54
[ 22.605772] initcall prism54_module_init+0x0/0x5c returned 0 after 7812 usecs
[ 22.612039] calling zd1201_init+0x0/0x42 @ 1
[ 22.616036] bus: 'usb': add driver zd1201
[ 22.621414] usbcore: registered new interface driver zd1201
[ 22.624043] initcall zd1201_init+0x0/0x42 returned 0 after 7812 usecs
[ 22.632037] calling dmfe_init_module+0x0/0x10f @ 1
[ 22.636034] dmfe: Davicom DM9xxx net driver, version 1.36.4 (2002-01-17)
[ 22.644037] bus: 'pci': add driver dmfe
[ 22.649002] initcall dmfe_init_module+0x0/0x10f returned 0 after 11718 usecs
[ 22.656039] calling w840_init+0x0/0x4e @ 1
[ 22.660035] winbond-840.c:v1.01-e (2.4 port) Sep-11-2006 Donald Becker <becker@scyld.com>
[ 22.660038] <6> http://www.scyld.com/network/drivers.html
[ 22.672036] bus: 'pci': add driver winbond-840
[ 22.678586] initcall w840_init+0x0/0x4e returned 0 after 15625 usecs
[ 22.684039] calling tulip_init+0x0/0x5a @ 1
[ 22.688037] bus: 'pci': add driver tulip
[ 22.693304] initcall tulip_init+0x0/0x5a returned 0 after 3906 usecs
[ 22.696039] calling uli526x_init_module+0x0/0xc3 @ 1
[ 22.704035] uli526x: ULi M5261/M5263 net driver, version 0.9.3 (2005-7-29)
[ 22.708036] bus: 'pci': add driver uli526x
[ 22.715852] initcall uli526x_init_module+0x0/0xc3 returned 0 after 7812 usecs
[ 22.720039] calling init_netconsole+0x0/0x184 @ 1
[ 22.724062] console [netcon0] enabled
[ 22.728036] netconsole: network logging started
[ 22.736037] initcall init_netconsole+0x0/0x184 returned 0 after 11718 usecs
[ 22.740039] calling fusion_init+0x0/0x164 @ 1
[ 22.744035] Fusion MPT base driver 3.04.10
[ 22.748034] Copyright (c) 1999-2008 LSI Corporation
[ 22.756059] initcall fusion_init+0x0/0x164 returned 0 after 11718 usecs
[ 22.760036] calling mptspi_init+0x0/0x102 @ 1
[ 22.764035] Fusion MPT SPI Host driver 3.04.10
[ 22.768041] bus: 'pci': add driver mptspi
[ 22.776145] initcall mptspi_init+0x0/0x102 returned 0 after 11718 usecs
[ 22.780037] calling mptctl_init+0x0/0x141 @ 1
[ 22.784035] Fusion MPT misc device (ioctl) driver 3.04.10
[ 22.792040] device: 'mptctl': device_add
[ 22.796710] mptctl: Registered with Fusion MPT base driver
[ 22.800037] mptctl: /dev/mptctl @ (major,minor=10,220)
[ 22.804046] initcall mptctl_init+0x0/0x141 returned 0 after 19531 usecs
[ 22.812038] calling init_raw1394+0x0/0x11a @ 1
[ 22.816044] device: 'raw1394': device_add
[ 22.822725] ieee1394: raw1394: /dev/raw1394 device initialized
[ 22.828038] bus: 'ieee1394': add driver raw1394
[ 22.833371] initcall init_raw1394+0x0/0x11a returned 0 after 15625 usecs
[ 22.840038] calling aoe_init+0x0/0xd5 @ 1
[ 22.844042] device class 'aoe': registering
[ 22.848502] device: 'err': device_add
[ 22.852332] device: 'discover': device_add
[ 22.856681] device: 'interfaces': device_add
[ 22.861121] device: 'revalidate': device_add
[ 22.865541] device: 'flush': device_add
[ 22.869560] aoe: AoE v47 initialised.
[ 22.872267] initcall aoe_init+0x0/0xd5 returned 0 after 27343 usecs
[ 22.876037] calling uwb_subsys_init+0x0/0x77 @ 1
[ 22.884057] device class 'uwb_rc': registering
[ 22.889260] initcall uwb_subsys_init+0x0/0x77 returned 0 after 3906 usecs
[ 22.896039] calling mon_init+0x0/0x141 @ 1
[ 22.900044] device class 'usbmon': registering
[ 22.904841] device: 'usbmon0': device_add
[ 22.909050] initcall mon_init+0x0/0x141 returned 0 after 7812 usecs
[ 22.912038] calling ehci_hcd_init+0x0/0x109 @ 1
[ 22.920035] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 22.924035] ehci_hcd: block sizes: qh 160 qtd 96 itd 192 sitd 96
[ 22.932049] bus: 'pci': add driver ehci_hcd
[ 22.936053] bus: 'pci': driver_probe_device: matched device 0000:00:02.1 with driver ehci_hcd
[ 22.944035] bus: 'pci': really_probe: probing driver ehci_hcd with device 0000:00:02.1
[ 22.952056] ehci_hcd 0000:00:02.1: can't find IRQ for PCI INT B; probably buggy MP table
[ 22.960036] ehci_hcd 0000:00:02.1: Found HC with no IRQ. Check BIOS/PCI 0000:00:02.1 setup!
[ 22.968038] ehci_hcd 0000:00:02.1: init 0000:00:02.1 fail, -19
[ 22.975857] initcall ehci_hcd_init+0x0/0x109 returned 0 after 50781 usecs
[ 22.980039] calling ohci_hcd_mod_init+0x0/0xfa @ 1
[ 22.984035] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 22.992035] ohci_hcd: block sizes: ed 80 td 96
[ 22.996050] bus: 'pci': add driver ohci_hcd
[ 23.000047] bus: 'pci': driver_probe_device: matched device 0000:00:02.0 with driver ohci_hcd
[ 23.008035] bus: 'pci': really_probe: probing driver ohci_hcd with device 0000:00:02.0
[ 23.016051] ohci_hcd 0000:00:02.0: can't find IRQ for PCI INT A; probably buggy MP table
[ 23.024035] ohci_hcd 0000:00:02.0: Found HC with no IRQ. Check BIOS/PCI 0000:00:02.0 setup!
[ 23.032037] ohci_hcd 0000:00:02.0: init 0000:00:02.0 fail, -19
[ 23.041356] bus: 'platform': add driver sm501-usb
[ 23.046220] initcall ohci_hcd_mod_init+0x0/0xfa returned 0 after 58593 usecs
[ 23.052037] calling uhci_hcd_init+0x0/0x16b @ 1
[ 23.056035] uhci_hcd: USB Universal Host Controller Interface driver
[ 23.064067] bus: 'pci': add driver uhci_hcd
[ 23.068622] initcall uhci_hcd_init+0x0/0x16b returned 0 after 11718 usecs
[ 23.072038] calling isp1760_init+0x0/0x76 @ 1
[ 23.080078] bus: 'platform': add driver isp1760
[ 23.084788] bus: 'pci': add driver isp1760
[ 23.089037] initcall isp1760_init+0x0/0x76 returned 0 after 11718 usecs
[ 23.092038] calling c67x00_init+0x0/0x39 @ 1
[ 23.100036] bus: 'platform': add driver c67x00
[ 23.104601] initcall c67x00_init+0x0/0x39 returned 0 after 3906 usecs
[ 23.108038] calling wusbcore_init+0x0/0x9a @ 1
[ 23.115644] initcall wusbcore_init+0x0/0x9a returned 0 after 0 usecs
[ 23.120037] calling usblp_init+0x0/0x42 @ 1
[ 23.124037] bus: 'usb': add driver usblp
[ 23.130364] usbcore: registered new interface driver usblp
[ 23.132041] initcall usblp_init+0x0/0x42 returned 0 after 7812 usecs
[ 23.140036] calling wdm_init+0x0/0x42 @ 1
[ 23.144036] bus: 'usb': add driver cdc_wdm
[ 23.150536] usbcore: registered new interface driver cdc_wdm
[ 23.156041] initcall wdm_init+0x0/0x42 returned 0 after 11718 usecs
[ 23.160036] calling usb_stor_init+0x0/0x6a @ 1
[ 23.164034] Initializing USB Mass Storage driver...
[ 23.168036] bus: 'usb': add driver usb-storage
[ 23.176472] usbcore: registered new interface driver usb-storage
[ 23.180055] USB Mass Storage support registered.
[ 23.184036] initcall usb_stor_init+0x0/0x6a returned 0 after 19531 usecs
[ 23.192036] calling alauda_init+0x0/0x42 @ 1
[ 23.196036] bus: 'usb': add driver ums-alauda
[ 23.202680] usbcore: registered new interface driver ums-alauda
[ 23.208043] initcall alauda_init+0x0/0x42 returned 0 after 11718 usecs
[ 23.212036] calling cypress_init+0x0/0x42 @ 1
[ 23.216036] bus: 'usb': add driver ums-cypress
[ 23.224185] usbcore: registered new interface driver ums-cypress
[ 23.228041] initcall cypress_init+0x0/0x42 returned 0 after 11718 usecs
[ 23.236036] calling karma_init+0x0/0x42 @ 1
[ 23.240036] bus: 'usb': add driver ums-karma
[ 23.245487] usbcore: registered new interface driver ums-karma
[ 23.248041] initcall karma_init+0x0/0x42 returned 0 after 7812 usecs
[ 23.256040] calling usbat_init+0x0/0x42 @ 1
[ 23.260037] bus: 'usb': add driver ums-usbat
[ 23.266368] usbcore: registered new interface driver ums-usbat
[ 23.272041] initcall usbat_init+0x0/0x42 returned 0 after 11718 usecs
[ 23.276036] calling usb_mdc800_init+0x0/0x3c9 @ 1
[ 23.280041] bus: 'usb': add driver mdc800
[ 23.287601] usbcore: registered new interface driver mdc800
[ 23.292039] mdc800: v0.7.5 (30/10/2000):USB Driver for Mustek MDC800 Digital Camera
[ 23.300037] initcall usb_mdc800_init+0x0/0x3c9 returned 0 after 19531 usecs
[ 23.304036] calling usb_cytherm_init+0x0/0x70 @ 1
[ 23.312036] bus: 'usb': add driver cytherm
[ 23.316816] usbcore: registered new interface driver cytherm
[ 23.320039] cytherm: v1.0:Cypress USB Thermometer driver
[ 23.324036] initcall usb_cytherm_init+0x0/0x70 returned 0 after 11718 usecs
[ 23.332036] calling usb_idmouse_init+0x0/0x6c @ 1
[ 23.336035] idmouse: 0.6:Siemens ID Mouse FingerTIP Sensor Driver
[ 23.344036] bus: 'usb': add driver idmouse
[ 23.349869] usbcore: registered new interface driver idmouse
[ 23.352041] initcall usb_idmouse_init+0x0/0x6c returned 0 after 15625 usecs
[ 23.360036] calling usb_led_init+0x0/0x60 @ 1
[ 23.364036] bus: 'usb': add driver usbled
[ 23.371088] usbcore: registered new interface driver usbled
[ 23.376042] initcall usb_led_init+0x0/0x60 returned 0 after 11718 usecs
[ 23.380036] calling usb_rio_init+0x0/0x5e @ 1
[ 23.384036] bus: 'usb': add driver rio500
[ 23.391863] usbcore: registered new interface driver rio500
[ 23.396040] rio500: v1.1:USB Rio 500 driver
[ 23.400037] initcall usb_rio_init+0x0/0x5e returned 0 after 15625 usecs
[ 23.408036] calling usbtest_init+0x0/0x66 @ 1
[ 23.412036] bus: 'usb': add driver usbtest
[ 23.416935] usbcore: registered new interface driver usbtest
[ 23.420041] initcall usbtest_init+0x0/0x66 returned 0 after 7812 usecs
[ 23.428036] calling vstusb_init+0x0/0x67 @ 1
[ 23.432036] bus: 'usb': add driver vstusb
[ 23.437625] usbcore: registered new interface driver vstusb
[ 23.440042] initcall vstusb_init+0x0/0x67 returned 0 after 7812 usecs
[ 23.448036] calling i8042_init+0x0/0x143 @ 1
[ 23.452082] bus: 'platform': add driver i8042
[ 23.458547] Registering platform device 'i8042'. Parent at platform
[ 23.464039] device: 'i8042': device_add
[ 23.468043] bus: 'platform': add device i8042
[ 23.473163] bus: 'platform': driver_probe_device: matched device i8042 with driver i8042
[ 23.480038] bus: 'platform': really_probe: probing driver i8042 with device i8042
[ 23.489671] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 23.496137] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 23.500040] driver: 'i8042': driver_bound: bound to device 'i8042'
[ 23.504037] bus: 'platform': really_probe: bound device i8042 to driver i8042
[ 23.508065] device: 'serio0': device_add
[ 23.508179] bus: 'serio': add device serio0
[ 23.508687] device: 'serio1': device_add
[ 23.508697] bus: 'serio': add device serio1
[ 23.528045] initcall i8042_init+0x0/0x143 returned 0 after 74218 usecs
[ 23.536036] calling pcips2_init+0x0/0x42 @ 1
[ 23.540038] bus: 'pci': add driver pcips2
[ 23.546372] initcall pcips2_init+0x0/0x42 returned 0 after 3906 usecs
[ 23.552038] calling fm801_gp_init+0x0/0x42 @ 1
[ 23.556037] bus: 'pci': add driver FM801_gameport
[ 23.562219] initcall fm801_gp_init+0x0/0x42 returned 0 after 3906 usecs
[ 23.568038] calling ns558_init+0x0/0x60 @ 1
[ 23.582048] initcall ns558_init+0x0/0x60 returned -19 after 7812 usecs
[ 23.588036] calling mousedev_init+0x0/0x87 @ 1
[ 23.592051] device: 'mice': device_add
[ 23.597123] device: 'mouse0': device_add
[ 23.601822] mice: PS/2 mouse device common for all mice
[ 23.604038] initcall mousedev_init+0x0/0x87 returned 0 after 11718 usecs
[ 23.612036] calling joydev_init+0x0/0x39 @ 1
[ 23.616039] initcall joydev_init+0x0/0x39 returned 0 after 0 usecs
[ 23.624036] calling evdev_init+0x0/0x39 @ 1
[ 23.628044] device: 'event0': device_add
[ 23.632886] initcall evdev_init+0x0/0x39 returned 0 after 3906 usecs
[ 23.636038] calling atkbd_init+0x0/0x4e @ 1
[ 23.640039] bus: 'serio': add driver atkbd
[ 23.647775] initcall atkbd_init+0x0/0x4e returned 0 after 3906 usecs
[ 23.647775] bus: 'serio': driver_probe_device: matched device serio0 with driver atkbd
[ 23.647775] bus: 'serio': really_probe: probing driver atkbd with device serio0
[ 23.668039] calling sunkbd_init+0x0/0x42 @ 1
[ 23.672116] bus: 'serio': add driver sunkbd
[ 23.673900] device: 'input1': device_add
[ 23.674573] input: AT Translated Set 2 keyboard as /class/input/input1
[ 23.674830] device: 'event1': device_add
[ 23.675094] driver: 'serio0': driver_bound: bound to device 'atkbd'
[ 23.675100] bus: 'serio': really_probe: bound device serio0 to driver atkbd
[ 23.675135] bus: 'serio': driver_probe_device: matched device serio1 with driver atkbd
[ 23.675140] bus: 'serio': really_probe: probing driver atkbd with device serio1
[ 23.720889] initcall sunkbd_init+0x0/0x42 returned 0 after 46875 usecs
[ 23.724038] calling gpio_mouse_init+0x0/0x40 @ 1
[ 23.732037] bus: 'platform': add driver gpio_mouse
[ 23.737065] bus: 'platform': remove driver gpio_mouse
[ 23.742286] driver: 'gpio_mouse': driver_release
[ 23.744040] initcall gpio_mouse_init+0x0/0x40 returned -19 after 11718 usecs
[ 23.752036] calling cobra_init+0x0/0x42 @ 1
[ 23.756036] bus: 'gameport': add driver cobra
[ 23.762732] initcall cobra_init+0x0/0x42 returned 0 after 3906 usecs
[ 23.768039] calling grip_init+0x0/0x42 @ 1
[ 23.772036] bus: 'gameport': add driver grip
[ 23.777776] initcall grip_init+0x0/0x42 returned 0 after 3906 usecs
[ 23.784043] calling grip_init+0x0/0x42 @ 1
[ 23.788037] bus: 'gameport': add driver grip_mp
[ 23.792907] initcall grip_init+0x0/0x42 returned 0 after 3906 usecs
[ 23.796039] calling iforce_init+0x0/0x42 @ 1
[ 23.800037] bus: 'usb': add driver iforce
[ 23.807704] usbcore: registered new interface driver iforce
[ 23.812042] initcall iforce_init+0x0/0x42 returned 0 after 11718 usecs
[ 23.816036] calling joydump_init+0x0/0x42 @ 1
[ 23.824036] bus: 'gameport': add driver joydump
[ 23.828927] initcall joydump_init+0x0/0x42 returned 0 after 3906 usecs
[ 23.832039] calling sw_init+0x0/0x42 @ 1
[ 23.836036] bus: 'gameport': add driver sidewinder
[ 23.844403] initcall sw_init+0x0/0x42 returned 0 after 7812 usecs
[ 23.848039] calling spaceball_init+0x0/0x42 @ 1
[ 23.852037] bus: 'serio': add driver spaceball
[ 23.859724] initcall spaceball_init+0x0/0x42 returned 0 after 3906 usecs
[ 23.864038] calling spaceorb_init+0x0/0x42 @ 1
[ 23.868036] bus: 'serio': add driver spaceorb
[ 23.875469] initcall spaceorb_init+0x0/0x42 returned 0 after 3906 usecs
[ 23.880038] calling usb_acecad_init+0x0/0x5e @ 1
[ 23.884036] bus: 'usb': add driver usb_acecad
[ 23.891283] usbcore: registered new interface driver usb_acecad
[ 23.896040] acecad: v3.2:USB Acecad Flair tablet driver
[ 23.900037] initcall usb_acecad_init+0x0/0x5e returned 0 after 15625 usecs
[ 23.908036] calling gtco_init+0x0/0x77 @ 1
[ 23.912036] bus: 'usb': add driver gtco
[ 23.917473] usbcore: registered new interface driver gtco
[ 23.920040] GTCO usb driver version: 2.00.0006initcall gtco_init+0x0/0x77 returned 0 after 11718 usecs
[ 23.932036] calling wacom_init+0x0/0x6a @ 1
[ 23.936037] bus: 'usb': add driver wacom
[ 23.940529] usbcore: registered new interface driver wacom
[ 23.944040] wacom: v1.50:USB Wacom Graphire and Wacom Intuos tablet driver
[ 23.952037] initcall wacom_init+0x0/0x6a returned 0 after 15625 usecs
[ 23.956036] calling ad7879_init+0x0/0x3b @ 1
[ 23.960037] bus: 'i2c': add driver ad7879
[ 23.967840] initcall ad7879_init+0x0/0x3b returned 0 after 3906 usecs
[ 23.972038] calling inexio_init+0x0/0x42 @ 1
[ 23.976036] bus: 'serio': add driver inexio
[ 23.982974] initcall inexio_init+0x0/0x42 returned 0 after 3906 usecs
[ 23.988038] calling mk712_init+0x0/0x20a @ 1
[ 23.992038] mk712: device not present
[ 23.996039] initcall mk712_init+0x0/0x20a returned -19 after 3906 usecs
[ 24.004036] calling pm_init+0x0/0x42 @ 1
[ 24.008036] bus: 'serio': add driver penmountlpc
[ 24.012852] initcall pm_init+0x0/0x42 returned 0 after 3906 usecs
[ 24.016038] calling touchit213_init+0x0/0x42 @ 1
[ 24.020036] bus: 'serio': add driver touchit213
[ 24.028339] initcall touchit213_init+0x0/0x42 returned 0 after 7812 usecs
[ 24.032038] calling xenkbd_init+0x0/0x6b @ 1
[ 24.036037] initcall xenkbd_init+0x0/0x6b returned -19 after 0 usecs
[ 24.044039] calling ds1511_rtc_init+0x0/0x39 @ 1
[ 24.048036] bus: 'platform': add driver ds1511
[ 24.055147] initcall ds1511_rtc_init+0x0/0x39 returned 0 after 3906 usecs
[ 24.060038] calling isl1208_init+0x0/0x3b @ 1
[ 24.064036] bus: 'i2c': add driver rtc-isl1208
[ 24.070960] initcall isl1208_init+0x0/0x3b returned 0 after 3906 usecs
[ 24.076038] calling m41t80_rtc_init+0x0/0x3b @ 1
[ 24.080036] bus: 'i2c': add driver rtc-m41t80
[ 24.086687] initcall m41t80_rtc_init+0x0/0x3b returned 0 after 3906 usecs
[ 24.092038] calling m41t94_init+0x0/0x39 @ 1
[ 24.096037] bus: 'spi': add driver rtc-m41t94
[ 24.102330] initcall m41t94_init+0x0/0x39 returned 0 after 3906 usecs
[ 24.108038] calling m48t35_init+0x0/0x39 @ 1
[ 24.112036] bus: 'platform': add driver rtc-m48t35
[ 24.118062] initcall m48t35_init+0x0/0x39 returned 0 after 3906 usecs
[ 24.124038] calling m48t59_rtc_init+0x0/0x39 @ 1
[ 24.128036] bus: 'platform': add driver rtc-m48t59
[ 24.134137] initcall m48t59_rtc_init+0x0/0x39 returned 0 after 3906 usecs
[ 24.140038] calling bq4802_init+0x0/0x39 @ 1
[ 24.144036] bus: 'platform': add driver rtc-bq4802
[ 24.150212] initcall bq4802_init+0x0/0x39 returned 0 after 3906 usecs
[ 24.156038] calling max6900_init+0x0/0x3b @ 1
[ 24.160036] bus: 'i2c': add driver rtc-max6900
[ 24.165680] initcall max6900_init+0x0/0x3b returned 0 after 3906 usecs
[ 24.172038] calling rs5c348_init+0x0/0x39 @ 1
[ 24.176036] bus: 'spi': add driver rtc-rs5c348
[ 24.181236] initcall rs5c348_init+0x0/0x39 returned 0 after 3906 usecs
[ 24.184038] calling rx8581_init+0x0/0x3b @ 1
[ 24.192036] bus: 'i2c': add driver rtc-rx8581
[ 24.196618] initcall rx8581_init+0x0/0x3b returned 0 after 3906 usecs
[ 24.200038] calling s35390a_rtc_init+0x0/0x3b @ 1
[ 24.204036] bus: 'i2c': add driver rtc-s35390a
[ 24.212432] initcall s35390a_rtc_init+0x0/0x3b returned 0 after 7812 usecs
[ 24.216038] calling amd756_init+0x0/0x42 @ 1
[ 24.220040] bus: 'pci': add driver amd756_smbus
[ 24.228372] initcall amd756_init+0x0/0x42 returned 0 after 7812 usecs
[ 24.232038] calling i2c_i801_init+0x0/0x42 @ 1
[ 24.236038] bus: 'pci': add driver i801_smbus
[ 24.243860] initcall i2c_i801_init+0x0/0x42 returned 0 after 3906 usecs
[ 24.248038] calling i2c_sch_init+0x0/0x42 @ 1
[ 24.252037] bus: 'pci': add driver isch_smbus
[ 24.259450] initcall i2c_sch_init+0x0/0x42 returned 0 after 3906 usecs
[ 24.264039] calling i2c_sis5595_init+0x0/0x42 @ 1
[ 24.268038] bus: 'pci': add driver sis5595_smbus
[ 24.275559] initcall i2c_sis5595_init+0x0/0x42 returned 0 after 3906 usecs
[ 24.280038] calling i2c_vt586b_init+0x0/0x42 @ 1
[ 24.284037] bus: 'pci': add driver vt586b_smbus
[ 24.291834] initcall i2c_vt586b_init+0x0/0x42 returned 0 after 3906 usecs
[ 24.296038] calling i2c_vt596_init+0x0/0x42 @ 1
[ 24.300040] bus: 'pci': add driver vt596_smbus
[ 24.307859] initcall i2c_vt596_init+0x0/0x42 returned 0 after 3906 usecs
[ 24.312038] calling ds1682_init+0x0/0x3b @ 1
[ 24.316036] bus: 'i2c': add driver ds1682
[ 24.323076] initcall ds1682_init+0x0/0x3b returned 0 after 3906 usecs
[ 24.328038] calling tsl2550_init+0x0/0x3b @ 1
[ 24.332036] bus: 'i2c': add driver tsl2550
[ 24.338197] initcall tsl2550_init+0x0/0x3b returned 0 after 3906 usecs
[ 24.344039] calling w1_init+0x0/0xcd @ 1
[ 24.348035] Driver for 1-wire Dallas network protocol.
[ 24.354015] bus: 'w1': registered
[ 24.356038] bus: 'w1': add driver w1_master_driver
[ 24.362291] bus: 'w1': add driver w1_slave_driver
[ 24.367149] initcall w1_init+0x0/0xcd returned 0 after 15625 usecs
[ 24.372038] calling matrox_w1_init+0x0/0x42 @ 1
[ 24.376038] bus: 'pci': add driver matrox_w1
[ 24.382389] initcall matrox_w1_init+0x0/0x42 returned 0 after 3906 usecs
[ 24.388039] calling w1_f2d_init+0x0/0x39 @ 1
[ 24.392147] initcall w1_f2d_init+0x0/0x39 returned 0 after 0 usecs
[ 24.396037] calling watchdog_init+0x0/0xf1 @ 1
[ 24.404059] initcall watchdog_init+0x0/0xf1 returned -19 after 0 usecs
[ 24.408037] calling iTCO_wdt_init_module+0x0/0x8a @ 1
[ 24.412035] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[ 24.420036] bus: 'platform': add driver iTCO_wdt
[ 24.426304] Registering platform device 'iTCO_wdt'. Parent at platform
[ 24.432038] device: 'iTCO_wdt': device_add
[ 24.436043] bus: 'platform': add device iTCO_wdt
[ 24.441691] bus: 'platform': driver_probe_device: matched device iTCO_wdt with driver iTCO_wdt
[ 24.448038] bus: 'platform': really_probe: probing driver iTCO_wdt with device iTCO_wdt
[ 24.456120] iTCO_wdt: No card detected
[ 24.460054] initcall iTCO_wdt_init_module+0x0/0x8a returned 0 after 46875 usecs
[ 24.468037] calling iTCO_vendor_init_module+0x0/0x41 @ 1
[ 24.472036] iTCO_vendor_support: vendor-support=0
[ 24.476037] initcall iTCO_vendor_init_module+0x0/0x41 returned 0 after 3906 usecs
[ 24.484037] calling it8712f_wdt_init+0x0/0x114 @ 1
[ 24.488118] it8712f_wdt: Found IT8712F chip revision 7 - using DogFood address 0x201
[ 24.496040] it8712f_wdt: disabling watchdog timer
[ 24.504064] device: 'watchdog': device_add
[ 24.508795] initcall it8712f_wdt_init+0x0/0x114 returned 0 after 19531 usecs
[ 24.512039] calling sbc60xxwdt_init+0x0/0x1ab @ 1
[ 24.520039] sbc60xxwdt: cannot register miscdev on minor=130 (err=-16)
[ 24.524039] initcall sbc60xxwdt_init+0x0/0x1ab returned -16 after 3906 usecs
[ 24.532037] initcall sbc60xxwdt_init+0x0/0x1ab returned with error code -16
[ 24.540036] calling sbc8360_init+0x0/0x1ca @ 1
[ 24.544038] sbc8360: failed to register misc device
[ 24.548040] initcall sbc8360_init+0x0/0x1ca returned -16 after 3906 usecs
[ 24.556040] initcall sbc8360_init+0x0/0x1ca returned with error code -16
[ 24.564039] calling cpu5wdt_init_module+0x0/0x37 @ 1
[ 24.568040] cpu5wdt: sorry, was my fault
[ 24.572036] cpu5wdt: misc_register failed
[ 24.576039] initcall cpu5wdt_init_module+0x0/0x37 returned -16 after 7812 usecs
[ 24.584037] initcall cpu5wdt_init_module+0x0/0x37 returned with error code -16
[ 24.588037] calling sch311x_wdt_init+0x0/0x176 @ 1
[ 24.596055] initcall sch311x_wdt_init+0x0/0x176 returned -19 after 0 usecs
[ 24.600036] calling wdt_init+0x0/0x142 @ 1
[ 24.604035] WDT driver for the Winbond(TM) W83627HF/THF/HG Super I/O chip initialising.
[ 24.612054] w83627hf/thf/hg WDT: Watchdog already running. Resetting timeout to 60 sec
[ 24.620051] w83627hf/thf/hg WDT: cannot register miscdev on minor=130 (err=-16)
[ 24.628039] initcall wdt_init+0x0/0x142 returned -16 after 23437 usecs
[ 24.636037] initcall wdt_init+0x0/0x142 returned with error code -16
[ 24.644037] calling w83977f_wdt_init+0x0/0x16d @ 1
[ 24.648035] W83977F WDT: W83977F WDT driver, v1.00
[ 24.652038] W83977F WDT: cannot register miscdev on minor=130 (err=-16)
[ 24.660039] initcall w83977f_wdt_init+0x0/0x16d returned -16 after 11718 usecs
[ 24.664037] initcall w83977f_wdt_init+0x0/0x16d returned with error code -16
[ 24.672036] calling zf_init+0x0/0x185 @ 1
[ 24.676035] machzwd: MachZ ZF-Logic Watchdog driver initializing.
[ 24.684036] machzwd: no ZF-Logic found
[ 24.688037] initcall zf_init+0x0/0x185 returned -19 after 11718 usecs
[ 24.692037] calling watchdog_init+0x0/0xdb @ 1
[ 24.696037] SoftDog: cannot register miscdev on minor=130 (err=-16)
[ 24.704037] initcall watchdog_init+0x0/0xdb returned -16 after 7812 usecs
[ 24.712037] initcall watchdog_init+0x0/0xdb returned with error code -16
[ 24.716036] calling vhci_init+0x0/0x73 @ 1
[ 24.720035] Bluetooth: Virtual HCI driver ver 1.3
[ 24.728040] device: 'vhci': device_add
[ 24.732403] initcall vhci_init+0x0/0x73 returned 0 after 11718 usecs
[ 24.736039] calling hci_uart_init+0x0/0x109 @ 1
[ 24.740035] Bluetooth: HCI UART driver ver 2.2
[ 24.744036] Bluetooth: HCI BCSP protocol initialized
[ 24.752035] Bluetooth: HCILL protocol initialized
[ 24.756037] initcall hci_uart_init+0x0/0x109 returned 0 after 15625 usecs
[ 24.764036] calling init_ladder+0x0/0x39 @ 1
[ 24.768089] cpuidle: using governor ladder
[ 24.772038] initcall init_ladder+0x0/0x39 returned 0 after 3906 usecs
[ 24.776036] calling init_menu+0x0/0x39 @ 1
[ 24.780036] cpuidle: using governor menu
[ 24.784037] initcall init_menu+0x0/0x39 returned 0 after 3906 usecs
[ 24.792037] calling alix_led_init+0x0/0x11b @ 1
[ 24.803322] initcall alix_led_init+0x0/0x11b returned -19 after 3906 usecs
[ 24.808044] calling pca955x_leds_init+0x0/0x3b @ 1
[ 24.812041] bus: 'i2c': add driver leds-pca955x
[ 24.816107] initcall pca955x_leds_init+0x0/0x3b returned 0 after 3906 usecs
[ 24.824039] calling dcdrbu_init+0x0/0x169 @ 1
[ 24.828038] Registering platform device 'dell_rbu'. Parent at platform
[ 24.836036] device: 'dell_rbu': device_add
[ 24.840042] bus: 'platform': add device dell_rbu
[ 24.846628] initcall dcdrbu_init+0x0/0x169 returned 0 after 15625 usecs
[ 24.852039] calling hid_init+0x0/0x6e @ 1
[ 24.857487] bus: 'hid': registered
[ 24.860041] device class 'hidraw': registering
[ 24.865483] initcall hid_init+0x0/0x6e returned 0 after 7812 usecs
[ 24.868039] calling usb_mouse_init+0x0/0x5e @ 1
[ 24.876038] bus: 'usb': add driver usbmouse
[ 24.880619] usbcore: registered new interface driver usbmouse
[ 24.884040] usbmouse: v1.6:USB HID Boot Protocol mouse driver
[ 24.892037] initcall usb_mouse_init+0x0/0x5e returned 0 after 15625 usecs
[ 24.896037] calling oprofile_init+0x0/0x78 @ 1
[ 24.900039] oprofile: using NMI interrupt.
[ 24.904044] initcall oprofile_init+0x0/0x78 returned 0 after 3906 usecs
[ 24.912037] calling flow_cache_init+0x0/0x1d5 @ 1
[ 24.916086] initcall flow_cache_init+0x0/0x1d5 returned 0 after 0 usecs
[ 24.924037] calling llc_init+0x0/0x47 @ 1
[ 24.928039] initcall llc_init+0x0/0x47 returned 0 after 0 usecs
[ 24.932037] calling snap_init+0x0/0x61 @ 1
[ 24.936088] initcall snap_init+0x0/0x61 returned 0 after 0 usecs
[ 24.944037] calling blackhole_module_init+0x0/0x39 @ 1
[ 24.948039] initcall blackhole_module_init+0x0/0x39 returned 0 after 0 usecs
[ 24.956037] calling red_module_init+0x0/0x39 @ 1
[ 24.960038] initcall red_module_init+0x0/0x39 returned 0 after 0 usecs
[ 24.968037] calling gred_module_init+0x0/0x39 @ 1
[ 24.972038] initcall gred_module_init+0x0/0x39 returned 0 after 0 usecs
[ 24.980037] calling drr_init+0x0/0x39 @ 1
[ 24.984038] initcall drr_init+0x0/0x39 returned 0 after 0 usecs
[ 24.988037] calling init_rsvp+0x0/0x39 @ 1
[ 24.992084] initcall init_rsvp+0x0/0x39 returned 0 after 0 usecs
[ 25.000037] calling init_rsvp+0x0/0x39 @ 1
[ 25.004038] initcall init_rsvp+0x0/0x39 returned 0 after 0 usecs
[ 25.008037] calling init_em_cmp+0x0/0x39 @ 1
[ 25.012083] initcall init_em_cmp+0x0/0x39 returned 0 after 0 usecs
[ 25.020037] calling init_em_u32+0x0/0x39 @ 1
[ 25.024038] initcall init_em_u32+0x0/0x39 returned 0 after 0 usecs
[ 25.032037] calling nfnetlink_init+0x0/0x86 @ 1
[ 25.036036] Netfilter messages via NETLINK v0.30.
[ 25.040075] initcall nfnetlink_init+0x0/0x86 returned 0 after 3906 usecs
[ 25.048037] calling nf_conntrack_standalone_init+0x0/0x39 @ 1
[ 25.052038] nf_conntrack version 0.5.0 (8191 buckets, 32764 max)
[ 25.060935] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[ 25.068042] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
[ 25.076036] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[ 25.080279] initcall nf_conntrack_standalone_init+0x0/0x39 returned 0 after 27343 usecs
[ 25.088038] calling ctnetlink_init+0x0/0xf9 @ 1
[ 25.092036] ctnetlink v0.93: registering with nfnetlink.
[ 25.100178] initcall ctnetlink_init+0x0/0xf9 returned 0 after 7812 usecs
[ 25.104037] calling nf_conntrack_amanda_init+0x0/0xca @ 1
[ 25.112112] initcall nf_conntrack_amanda_init+0x0/0xca returned 0 after 0 usecs
[ 25.120037] calling nf_conntrack_h323_init+0x0/0x166 @ 1
[ 25.124045] initcall nf_conntrack_h323_init+0x0/0x166 returned 0 after 0 usecs
[ 25.132037] calling nf_conntrack_tftp_init+0x0/0x1a2 @ 1
[ 25.136040] initcall nf_conntrack_tftp_init+0x0/0x1a2 returned 0 after 0 usecs
[ 25.144037] calling xt_init+0x0/0x1b5 @ 1
[ 25.148050] initcall xt_init+0x0/0x1b5 returned 0 after 0 usecs
[ 25.156037] calling tcpudp_mt_init+0x0/0x3e @ 1
[ 25.160114] initcall tcpudp_mt_init+0x0/0x3e returned 0 after 0 usecs
[ 25.164037] calling mark_tg_init+0x0/0x3e @ 1
[ 25.168040] initcall mark_tg_init+0x0/0x3e returned 0 after 0 usecs
[ 25.176037] calling nfqueue_tg_init+0x0/0x4f @ 1
[ 25.180047] initcall nfqueue_tg_init+0x0/0x4f returned 0 after 0 usecs
[ 25.188037] calling xt_rateest_tg_init+0x0/0x64 @ 1
[ 25.192043] initcall xt_rateest_tg_init+0x0/0x64 returned 0 after 0 usecs
[ 25.200037] calling secmark_tg_init+0x0/0x39 @ 1
[ 25.204038] initcall secmark_tg_init+0x0/0x39 returned 0 after 0 usecs
[ 25.212037] calling comment_mt_init+0x0/0x39 @ 1
[ 25.216038] initcall comment_mt_init+0x0/0x39 returned 0 after 0 usecs
[ 25.220037] calling connbytes_mt_init+0x0/0x39 @ 1
[ 25.228038] initcall connbytes_mt_init+0x0/0x39 returned 0 after 0 usecs
[ 25.232037] calling hl_mt_init+0x0/0x3e @ 1
[ 25.236039] initcall hl_mt_init+0x0/0x3e returned 0 after 0 usecs
[ 25.244037] calling length_mt_init+0x0/0x3e @ 1
[ 25.248040] initcall length_mt_init+0x0/0x3e returned 0 after 0 usecs
[ 25.256037] calling mac_mt_init+0x0/0x39 @ 1
[ 25.260038] initcall mac_mt_init+0x0/0x39 returned 0 after 0 usecs
[ 25.264037] calling multiport_mt_init+0x0/0x3e @ 1
[ 25.268041] initcall multiport_mt_init+0x0/0x3e returned 0 after 0 usecs
[ 25.276037] calling owner_mt_init+0x0/0x3e @ 1
[ 25.280040] initcall owner_mt_init+0x0/0x3e returned 0 after 0 usecs
[ 25.288037] calling policy_mt_init+0x0/0x3e @ 1
[ 25.292039] initcall policy_mt_init+0x0/0x3e returned 0 after 0 usecs
[ 25.300037] calling xt_rateest_mt_init+0x0/0x39 @ 1
[ 25.304039] initcall xt_rateest_mt_init+0x0/0x39 returned 0 after 0 usecs
[ 25.312037] calling recent_mt_init+0x0/0xbb @ 1
[ 25.316046] initcall recent_mt_init+0x0/0xbb returned 0 after 0 usecs
[ 25.320037] calling state_mt_init+0x0/0x3e @ 1
[ 25.328042] initcall state_mt_init+0x0/0x3e returned 0 after 0 usecs
[ 25.332037] calling ip_vs_init+0x0/0xe3 @ 1
[ 25.336443] IPVS: Registered protocols (UDP, AH)
[ 25.340075] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 25.348036] IPVS: Each connection entry needs 296 bytes at least
[ 25.356161] IPVS: ipvs loaded.
[ 25.360039] initcall ip_vs_init+0x0/0xe3 returned 0 after 23437 usecs
[ 25.364037] calling ip_vs_lc_init+0x0/0x39 @ 1
[ 25.368079] IPVS: [lc] scheduler registered.
[ 25.372038] initcall ip_vs_lc_init+0x0/0x39 returned 0 after 3906 usecs
[ 25.380037] calling ip_vs_wlc_init+0x0/0x39 @ 1
[ 25.384036] IPVS: [wlc] scheduler registered.
[ 25.388037] initcall ip_vs_wlc_init+0x0/0x39 returned 0 after 3906 usecs
[ 25.396037] calling ip_vs_lblc_init+0x0/0x6d @ 1
[ 25.400075] IPVS: [lblc] scheduler registered.
[ 25.404038] initcall ip_vs_lblc_init+0x0/0x6d returned 0 after 3906 usecs
[ 25.412037] calling ip_vs_sh_init+0x0/0x39 @ 1
[ 25.416036] IPVS: [sh] scheduler registered.
[ 25.420037] initcall ip_vs_sh_init+0x0/0x39 returned 0 after 3906 usecs
[ 25.428038] calling sysctl_ipv4_init+0x0/0x74 @ 1
[ 25.433541] initcall sysctl_ipv4_init+0x0/0x74 returned 0 after 0 usecs
[ 25.440038] calling ipgre_init+0x0/0xd7 @ 1
[ 25.444035] GRE over IPv4 tunneling driver
[ 25.448152] device: 'gre0': device_add
[ 25.454726] initcall ipgre_init+0x0/0xd7 returned 0 after 7812 usecs
[ 25.460040] calling esp4_init+0x0/0x8f @ 1
[ 25.464040] initcall esp4_init+0x0/0x8f returned 0 after 0 usecs
[ 25.472037] calling xfrm4_transport_init+0x0/0x3e @ 1
[ 25.476039] initcall xfrm4_transport_init+0x0/0x3e returned 0 after 0 usecs
[ 25.484037] calling ipv4_netfilter_init+0x0/0x3e @ 1
[ 25.488091] initcall ipv4_netfilter_init+0x0/0x3e returned 0 after 0 usecs
[ 25.496037] calling nf_conntrack_l3proto_ipv4_init+0x0/0x153 @ 1
[ 25.500592] initcall nf_conntrack_l3proto_ipv4_init+0x0/0x153 returned 0 after 0 usecs
[ 25.508037] calling nf_defrag_init+0x0/0x3e @ 1
[ 25.512039] initcall nf_defrag_init+0x0/0x3e returned 0 after 0 usecs
[ 25.520037] calling cubictcp_register+0x0/0x88 @ 1
[ 25.524037] TCP cubic registered
[ 25.528037] initcall cubictcp_register+0x0/0x88 returned 0 after 3906 usecs
[ 25.536036] calling hybla_register+0x0/0x39 @ 1
[ 25.540036] TCP hybla registered
[ 25.544037] initcall hybla_register+0x0/0x39 returned 0 after 3906 usecs
[ 25.548037] calling tcp_illinois_register+0x0/0x39 @ 1
[ 25.556036] TCP illinois registered
[ 25.560037] initcall tcp_illinois_register+0x0/0x39 returned 0 after 3906 usecs
[ 25.564036] calling inet6_init+0x0/0x2ec @ 1
[ 25.572242] NET: Registered protocol family 10
[ 25.588674] initcall inet6_init+0x0/0x2ec returned 0 after 15625 usecs
[ 25.592038] calling ipcomp6_init+0x0/0x8f @ 1
[ 25.596039] initcall ipcomp6_init+0x0/0x8f returned 0 after 0 usecs
[ 25.604037] calling xfrm6_tunnel_init+0x0/0x11c @ 1
[ 25.608140] initcall xfrm6_tunnel_init+0x0/0x11c returned 0 after 0 usecs
[ 25.616037] calling tunnel6_init+0x0/0x8f @ 1
[ 25.620038] initcall tunnel6_init+0x0/0x8f returned 0 after 0 usecs
[ 25.628037] calling xfrm6_transport_init+0x0/0x3e @ 1
[ 25.632038] initcall xfrm6_transport_init+0x0/0x3e returned 0 after 0 usecs
[ 25.640036] calling xfrm6_ro_init+0x0/0x3e @ 1
[ 25.644038] initcall xfrm6_ro_init+0x0/0x3e returned 0 after 0 usecs
[ 25.648036] calling xfrm6_beet_init+0x0/0x3e @ 1
[ 25.656038] initcall xfrm6_beet_init+0x0/0x3e returned 0 after 0 usecs
[ 25.660036] calling ip6_tunnel_init+0x0/0xc8 @ 1
[ 25.664055] device: 'ip6tnl0': device_add
[ 25.674771] initcall ip6_tunnel_init+0x0/0xc8 returned 0 after 7812 usecs
[ 25.680038] calling packet_init+0x0/0x6d @ 1
[ 25.684038] NET: Registered protocol family 17
[ 25.688119] initcall packet_init+0x0/0x6d returned 0 after 3906 usecs
[ 25.696037] calling br_init+0x0/0xe6 @ 1
[ 25.700359] Bridge firewalling registered
[ 25.704094] initcall br_init+0x0/0xe6 returned 0 after 3906 usecs
[ 25.708037] calling ebtables_init+0x0/0x77 @ 1
[ 25.716039] Ebtables v2.0 registered
[ 25.716039] initcall ebtables_init+0x0/0x77 returned 0 after 0 usecs
[ 25.724037] calling ebt_802_3_init+0x0/0x39 @ 1
[ 25.728038] initcall ebt_802_3_init+0x0/0x39 returned 0 after 0 usecs
[ 25.736037] calling ebt_ip_init+0x0/0x39 @ 1
[ 25.740038] initcall ebt_ip_init+0x0/0x39 returned 0 after 0 usecs
[ 25.744037] calling ebt_limit_init+0x0/0x39 @ 1
[ 25.752038] initcall ebt_limit_init+0x0/0x39 returned 0 after 0 usecs
[ 25.756037] calling ebt_vlan_init+0x0/0x6a @ 1
[ 25.760038] initcall ebt_vlan_init+0x0/0x6a returned 0 after 0 usecs
[ 25.768037] calling ebt_arpreply_init+0x0/0x39 @ 1
[ 25.772038] initcall ebt_arpreply_init+0x0/0x39 returned 0 after 0 usecs
[ 25.780037] calling ebt_dnat_init+0x0/0x39 @ 1
[ 25.784038] initcall ebt_dnat_init+0x0/0x39 returned 0 after 0 usecs
[ 25.792037] calling ebt_redirect_init+0x0/0x39 @ 1
[ 25.796038] initcall ebt_redirect_init+0x0/0x39 returned 0 after 0 usecs
[ 25.800037] calling dsa_init_module+0x0/0x3b @ 1
[ 25.808048] initcall dsa_init_module+0x0/0x3b returned 0 after 0 usecs
[ 25.812037] calling edsa_init_module+0x0/0x3b @ 1
[ 25.816040] initcall edsa_init_module+0x0/0x3b returned 0 after 0 usecs
[ 25.824037] calling mv88e6123_61_65_init+0x0/0x3b @ 1
[ 25.828105] initcall mv88e6123_61_65_init+0x0/0x3b returned 0 after 0 usecs
[ 25.836037] calling mv88e6131_init+0x0/0x3b @ 1
[ 25.840042] initcall mv88e6131_init+0x0/0x3b returned 0 after 0 usecs
[ 25.848037] calling dsa_init_module+0x0/0x39 @ 1
[ 25.852040] bus: 'platform': add driver dsa
[ 25.858636] initcall dsa_init_module+0x0/0x39 returned 0 after 3906 usecs
[ 25.864039] calling ipx_init+0x0/0x120 @ 1
[ 25.868051] NET: Registered protocol family 4
[ 25.884142] initcall ipx_init+0x0/0x120 returned 0 after 15625 usecs
[ 25.888038] calling atalk_init+0x0/0xb3 @ 1
[ 25.892037] NET: Registered protocol family 5
[ 25.916244] initcall atalk_init+0x0/0xb3 returned 0 after 23437 usecs
[ 25.920037] calling lapb_init+0x0/0x2d @ 1
[ 25.924037] initcall lapb_init+0x0/0x2d returned 0 after 0 usecs
[ 25.932037] calling l2cap_init+0x0/0x10a @ 1
[ 25.936085] Bluetooth: L2CAP ver 2.13
[ 25.940035] Bluetooth: L2CAP socket layer initialized
[ 25.944037] initcall l2cap_init+0x0/0x10a returned 0 after 7812 usecs
[ 25.952037] calling decnet_init+0x0/0xb4 @ 1
[ 25.956035] NET4: DECnet for Linux: V.2.5.68s (C) 1995-2003 Linux DECnet Project Team
[ 25.965004] DECnet: Routing cache hash table of 1024 buckets, 56Kbytes
[ 25.972252] NET: Registered protocol family 12
[ 25.976537] initcall decnet_init+0x0/0xb4 returned 0 after 19531 usecs
[ 25.984037] calling dccp_init+0x0/0x3c2 @ 1
[ 25.995129] CCID: Activated CCID 2 (TCP-like)
[ 25.996047] initcall dccp_init+0x0/0x3c2 returned 0 after 7812 usecs
[ 26.004037] calling dccp_v4_init+0x0/0xae @ 1
[ 26.010945] initcall dccp_v4_init+0x0/0xae returned 0 after 0 usecs
[ 26.016039] calling dccp_v6_init+0x0/0xae @ 1
[ 26.022247] initcall dccp_v6_init+0x0/0xae returned 0 after 0 usecs
[ 26.028039] calling sctp_init+0x0/0x7a1 @ 1
[ 26.040973] SCTP: Hash tables configured (established 18724 bind 18724)
[ 26.048809] initcall sctp_init+0x0/0x7a1 returned 0 after 15625 usecs
[ 26.052040] calling lib80211_init+0x0/0x45 @ 1
[ 26.056036] lib80211: common routines for IEEE802.11 drivers
[ 26.064118] lib80211_crypt: registered algorithm 'NULL'
[ 26.068038] initcall lib80211_init+0x0/0x45 returned 0 after 11718 usecs
[ 26.076037] calling lib80211_crypto_wep_init+0x0/0x39 @ 1
[ 26.080037] lib80211_crypt: registered algorithm 'WEP'
[ 26.088038] initcall lib80211_crypto_wep_init+0x0/0x39 returned 0 after 7812 usecs
[ 26.092037] calling lib80211_crypto_ccmp_init+0x0/0x39 @ 1
[ 26.100042] lib80211_crypt: registered algorithm 'CCMP'
[ 26.104038] initcall lib80211_crypto_ccmp_init+0x0/0x39 returned 0 after 3906 usecs
[ 26.112037] calling lib80211_crypto_tkip_init+0x0/0x39 @ 1
[ 26.116036] lib80211_crypt: registered algorithm 'TKIP'
[ 26.124037] initcall lib80211_crypto_tkip_init+0x0/0x39 returned 0 after 7812 usecs
[ 26.132037] calling tipc_init+0x0/0xce @ 1
[ 26.136081] TIPC: Activated (version 1.6.4 compiled Jun 17 2009 11:09:50)
[ 26.145282] NET: Registered protocol family 30
[ 26.148038] TIPC: Started in single node mode
[ 26.152043] initcall tipc_init+0x0/0xce returned 0 after 15625 usecs
[ 26.160040] calling severities_debugfs_init+0x0/0x83 @ 1
[ 26.164069] initcall severities_debugfs_init+0x0/0x83 returned 0 after 0 usecs
[ 26.172037] calling cpufreq_p4_init+0x0/0x82 @ 1
[ 26.176038] initcall cpufreq_p4_init+0x0/0x82 returned -19 after 0 usecs
[ 26.184038] calling update_mp_table+0x0/0x245 @ 1
[ 26.188038] initcall update_mp_table+0x0/0x245 returned 0 after 0 usecs
[ 26.196038] calling lapic_insert_resource+0x0/0x67 @ 1
[ 26.200041] initcall lapic_insert_resource+0x0/0x67 returned 0 after 0 usecs
[ 26.208037] calling ioapic_insert_resources+0x0/0x83 @ 1
[ 26.212039] initcall ioapic_insert_resources+0x0/0x83 returned 0 after 0 usecs
[ 26.220037] calling io_apic_bug_finalize+0x0/0x42 @ 1
[ 26.224038] initcall io_apic_bug_finalize+0x0/0x42 returned 0 after 0 usecs
[ 26.232038] calling check_early_ioremap_leak+0x0/0x8e @ 1
[ 26.236038] initcall check_early_ioremap_leak+0x0/0x8e returned 0 after 0 usecs
[ 26.244037] calling sched_init_debug+0x0/0x4b @ 1
[ 26.248046] initcall sched_init_debug+0x0/0x4b returned 0 after 0 usecs
[ 26.256038] calling init_oops_id+0x0/0x5d @ 1
[ 26.260037] initcall init_oops_id+0x0/0x5d returned 0 after 0 usecs
[ 26.268037] calling disable_boot_consoles+0x0/0x5f @ 1
[ 26.272038] initcall disable_boot_consoles+0x0/0x5f returned 0 after 0 usecs
[ 26.280037] calling pm_qos_power_init+0x0/0xf0 @ 1
[ 26.284045] device: 'cpu_dma_latency': device_add
[ 26.290141] device: 'network_latency': device_add
[ 26.295033] device: 'network_throughput': device_add
[ 26.300191] initcall pm_qos_power_init+0x0/0xf0 returned 0 after 15625 usecs
[ 26.304039] calling taskstats_init+0x0/0xbe @ 1
[ 26.308046] registered taskstats version 1
[ 26.312037] initcall taskstats_init+0x0/0xbe returned 0 after 3906 usecs
[ 26.320037] calling clear_boot_tracer+0x0/0x52 @ 1
[ 26.324037] initcall clear_boot_tracer+0x0/0x52 returned 0 after 0 usecs
[ 26.332037] calling event_trace_self_tests_init+0x0/0x5f @ 1
[ 26.340109] Running tests on trace events:
[ 26.344037] Testing event kfree_skb: OK
[ 26.364469] Testing event block_rq_abort: OK
[ 26.384436] Testing event block_rq_insert: OK
[ 26.404437] Testing event block_rq_issue: OK
[ 26.424438] Testing event block_rq_requeue: OK
[ 26.444441] Testing event block_rq_complete: OK
[ 26.464434] Testing event block_bio_bounce: OK
[ 26.484436] Testing event block_bio_complete: OK
[ 26.504436] Testing event block_bio_backmerge: OK
[ 26.524438] Testing event block_bio_frontmerge: OK
[ 26.544440] Testing event block_bio_queue: OK
[ 26.564434] Testing event block_getrq: OK
[ 26.584436] Testing event block_sleeprq: OK
[ 26.604436] Testing event block_plug: OK
[ 26.624439] Testing event block_unplug_timer: OK
[ 26.644441] Testing event block_unplug_io: OK
[ 26.664432] Testing event block_split: OK
[ 26.684434] Testing event block_remap: OK
[ 26.704436] Testing event gfs2_glock_state_change: OK
[ 26.724439] Testing event gfs2_glock_put: OK
[ 26.744440] Testing event gfs2_demote_rq: OK
[ 26.764432] Testing event gfs2_promote: OK
[ 26.784435] Testing event gfs2_glock_queue: OK
[ 26.804444] Testing event gfs2_pin: OK
[ 26.824437] Testing event gfs2_log_flush: OK
[ 26.844438] Testing event gfs2_log_blocks: OK
[ 26.864432] Testing event gfs2_bmap: OK
[ 26.884434] Testing event gfs2_block_alloc: OK
[ 26.904436] Testing event kmalloc: OK
[ 26.920442] Testing event kmem_cache_alloc: OK
[ 26.940435] Testing event kmalloc_node: OK
[ 26.960438] Testing event kmem_cache_alloc_node: OK
[ 26.980439] Testing event kfree: OK
[ 26.996436] Testing event kmem_cache_free: OK
[ 27.016439] Testing event lock_acquire: OK
[ 27.036473] Testing event lock_release: OK
[ 27.056475] Testing event workqueue_insertion: OK
[ 27.076435] Testing event workqueue_execution: OK
[ 27.096435] Testing event workqueue_creation: OK
[ 27.116438] Testing event workqueue_destruction: OK
[ 27.136439] Testing event irq_handler_entry: OK
[ 27.156432] Testing event irq_handler_exit: OK
[ 27.176434] Testing event softirq_entry: OK
[ 27.196436] Testing event softirq_exit: OK
[ 27.216437] Testing event sched_kthread_stop: OK
[ 27.236440] Testing event sched_kthread_stop_ret: OK
[ 27.256442] Testing event sched_wait_task: OK
[ 27.276434] Testing event sched_wakeup: OK
[ 27.296435] Testing event sched_wakeup_new: OK
[ 27.316438] Testing event sched_switch: OK
[ 27.336750] Testing event sched_migrate_task: OK
[ 27.356440] Testing event sched_process_free: OK
[ 27.376433] Testing event sched_process_exit: OK
[ 27.396436] Testing event sched_process_wait: OK
[ 27.416437] Testing event sched_process_fork: OK
[ 27.436439] Testing event sched_signal_send: OK
[ 27.456440] Running tests on trace event systems:
[ 27.460036] Testing event system skb: OK
[ 27.480443] Testing event system block: OK
[ 27.500793] Testing event system gfs2: OK
[ 27.520570] Testing event system kmem: OK
[ 27.540511] Testing event system lockdep: OK
[ 27.560505] Testing event system workqueue: OK
[ 27.580479] Testing event system irq: OK
[ 27.600480] Testing event system sched: OK
[ 27.620604] Running tests on all trace events:
[ 27.624035] Testing all events: OK
[ 27.645612] Running tests again, along with the function tracer
[ 27.652102] Running tests on trace events:
[ 27.656044] Testing event kfree_skb: OK
[ 27.676672] Testing event block_rq_abort: OK
[ 27.696657] Testing event block_rq_insert: OK
[ 27.716648] Testing event block_rq_issue: OK
[ 27.736649] Testing event block_rq_requeue: OK
[ 27.756652] Testing event block_rq_complete: OK
[ 27.776644] Testing event block_bio_bounce: OK
[ 27.796647] Testing event block_bio_complete: OK
[ 27.816666] Testing event block_bio_backmerge: OK
[ 27.836650] Testing event block_bio_frontmerge: OK
[ 27.856653] Testing event block_bio_queue: OK
[ 27.876643] Testing event block_getrq: OK
[ 27.896648] Testing event block_sleeprq: OK
[ 27.916649] Testing event block_plug: OK
[ 27.936651] Testing event block_unplug_timer: OK
[ 27.956650] Testing event block_unplug_io: OK
[ 27.976652] Testing event block_split: OK
[ 27.996645] Testing event block_remap: OK
[ 28.016649] Testing event gfs2_glock_state_change: OK
[ 28.036651] Testing event gfs2_glock_put: OK
[ 28.056651] Testing event gfs2_demote_rq: OK
[ 28.076654] Testing event gfs2_promote: OK
[ 28.096647] Testing event gfs2_glock_queue: OK
[ 28.116649] Testing event gfs2_pin: OK
[ 28.136650] Testing event gfs2_log_flush: OK
[ 28.156651] Testing event gfs2_log_blocks: OK
[ 28.176654] Testing event gfs2_bmap: OK
[ 28.196646] Testing event gfs2_block_alloc: OK
[ 28.216648] Testing event kmalloc: OK
[ 28.236651] Testing event kmem_cache_alloc: OK
[ 28.256642] Testing event kmalloc_node: OK
[ 28.276646] Testing event kmem_cache_alloc_node: OK
[ 28.296647] Testing event kfree: OK
[ 28.316718] Testing event kmem_cache_free: OK
[ 28.336614] Testing event lock_acquire: OK
[ 28.356623] Testing event lock_release: OK
[ 28.376628] Testing event workqueue_insertion: OK
[ 28.396612] Testing event workqueue_execution: OK
[ 28.416612] Testing event workqueue_creation: OK
[ 28.436624] Testing event workqueue_destruction: OK
[ 28.456615] Testing event irq_handler_entry: OK
[ 28.476619] Testing event irq_handler_exit: OK
[ 28.496610] Testing event softirq_entry: OK
[ 28.516611] Testing event softirq_exit: OK
[ 28.536614] Testing event sched_kthread_stop: OK
[ 28.556615] Testing event sched_kthread_stop_ret: OK
[ 28.576616] Testing event sched_wait_task: OK
[ 28.596609] Testing event sched_wakeup: OK
[ 28.616613] Testing event sched_wakeup_new: OK
[ 28.636614] Testing event sched_switch: OK
[ 28.656616] Testing event sched_migrate_task: OK
[ 28.676617] Testing event sched_process_free: OK
[ 28.696627] Testing event sched_process_exit: OK
[ 28.716611] Testing event sched_process_wait: OK
[ 28.736613] Testing event sched_process_fork: OK
[ 28.756616] Testing event sched_signal_send: OK
[ 28.776617] Running tests on trace event systems:
[ 28.780045] Testing event system skb: OK
[ 28.800623] Testing event system block: OK
[ 28.821403] Testing event system gfs2: OK
[ 28.841050] Testing event system kmem: OK
[ 28.860862] Testing event system lockdep: OK
[ 28.880680] Testing event system workqueue: OK
[ 28.900759] Testing event system irq: OK
[ 28.920761] Testing event system sched: OK
[ 28.941146] Running tests on all trace events:
[ 28.944044] Testing all events: OK
[ 28.972122] initcall event_trace_self_tests_init+0x0/0x5f returned 0 after 2570312 usecs
[ 28.980134] calling fail_make_request_debugfs+0x0/0x32 @ 1
[ 28.984038] initcall fail_make_request_debugfs+0x0/0x32 returned -19 after 0 usecs
[ 28.992037] calling random32_reseed+0x0/0xce @ 1
[ 28.996056] initcall random32_reseed+0x0/0xce returned 0 after 0 usecs
[ 29.004038] calling pci_resource_alignment_sysfs_init+0x0/0x40 @ 1
[ 29.008046] initcall pci_resource_alignment_sysfs_init+0x0/0x40 returned 0 after 0 usecs
[ 29.016037] calling pci_sysfs_init+0x0/0x77 @ 1
[ 29.020335] initcall pci_sysfs_init+0x0/0x77 returned 0 after 3906 usecs
[ 29.028038] calling boot_wait_for_devices+0x0/0x40 @ 1
[ 29.036038] initcall boot_wait_for_devices+0x0/0x40 returned 0 after 0 usecs
[ 29.040037] calling seqgen_init+0x0/0x36 @ 1
[ 29.044057] initcall seqgen_init+0x0/0x36 returned 0 after 0 usecs
[ 29.052037] calling hd_init+0x0/0x321 @ 1
[ 29.056077] hd: no drives specified - use hd=cyl,head,sectors on kernel command line
[ 29.064566] initcall hd_init+0x0/0x321 returned -1 after 7812 usecs
[ 29.072038] initcall hd_init+0x0/0x321 returned with error code -1
[ 29.076039] calling scsi_complete_async_scans+0x0/0x167 @ 1
[ 29.084038] initcall scsi_complete_async_scans+0x0/0x167 returned 0 after 0 usecs
[ 29.088037] calling rtc_hctosys+0x0/0x193 @ 1
[ 29.096038] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[ 29.100037] initcall rtc_hctosys+0x0/0x193 returned -19 after 3906 usecs
[ 29.108037] calling memmap_init+0x0/0xce @ 1
[ 29.112137] initcall memmap_init+0x0/0xce returned 0 after 0 usecs
[ 29.116038] calling init_net_drop_monitor+0x0/0x1a4 @ 1
[ 29.124036] Initalizing network drop monitor service
[ 29.128157] initcall init_net_drop_monitor+0x0/0x1a4 returned 0 after 3906 usecs
[ 29.136038] calling tcp_congestion_default+0x0/0x39 @ 1
[ 29.140039] initcall tcp_congestion_default+0x0/0x39 returned 0 after 0 usecs
[ 29.148037] calling ip_auto_config+0x0/0x31c @ 1
[ 29.152055] initcall ip_auto_config+0x0/0x31c returned 0 after 0 usecs
[ 29.160037] calling initialize_hashrnd+0x0/0x40 @ 1
[ 29.164043] initcall initialize_hashrnd+0x0/0x40 returned 0 after 0 usecs
[ 29.172073] async_waiting @ 1
[ 29.176037] async_continuing @ 1 after 0 usec
[ 29.181813] EXT3-fs: INFO: recovery required on readonly filesystem.
[ 29.188081] EXT3-fs: write access will be enabled during recovery.
[ 29.248656] kjournald starting. Commit interval 5 seconds
[ 29.248656] EXT3-fs: recovery complete.
[ 29.248838] EXT3-fs: mounted filesystem with writeback data mode.
[ 29.248838] VFS: Mounted root (ext3 filesystem) readonly on device 8:6.
[ 29.248838] async_waiting @ 1
[ 29.248838] async_continuing @ 1 after 0 usec
[ 29.250170] Freeing unused kernel memory: 568k freed
[ 29.314205] Not activating Mandatory Access Control now since /sbin/tomoyo-init doesn't exist.
modprobe: FATAL:[ 29.679239] modprobe used greatest stack depth: 2808 bytes left
Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
Mount failed for selinuxfs on /selinux: No such device
INIT: version 2.86 booting
Welcome to Fedora
Press 'I' to enter interactive startup.
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
Cannot access the Hardware Clock via any known method.
Use the --debug option to see the details of our search for an access method.
Setting clock (localtime): Wed Jun 17 17:10:09 CEST 2009 [ OK ]
Starting udev: mount: wrong fs type, bad option, bad superblock on none,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
mkdir: cannot create directory `/dev/pts': File exists
mkdir: cannot create directory `/dev/shm': File exists
ln: cannot remove `/dev/fd': Read-only file system
ln: cannot remove `/dev/stdin': Read-only file system
ln: cannot remove `/dev/stdout': Read-only file system
ln: cannot remove `/dev/stderr': Read-only file system
ln: cannot remove `/dev/core': Read-only file system
udevd[1628]: add_matching_files: unable to open '/dev/.udev/rules.d': No such file or directory
MAKEDEV: error making /dev/tty1: Read-only file system
MAKEDEV: error making /dev/fuse: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
[ OK ]
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
Loading default keymap (us): udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
[ OK ]
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
Setting hostname mercury: udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
[ OK ]
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
/proc/misc: No entry for device-mapper found
Is device-mapper driver missing from kernel?
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
/dev/mapper/control: open failed: No such device
Failure to communicate with kernel device-mapper driver.
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
/proc/misc: No entry for device-mapper found
Is device-mapper driver missing from kernel?
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
/dev/mapper/control: open failed: No such device
Failure to communicate with kernel device-mapper driver.
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
Command failed
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[16[ 33.772051] CPA self-test:
29]: delete_path[ 33.776198] 4k 1520 large 509 gb 0 x 1533[ffff880000000000-ffff88003fc00000] miss 0
: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir([ 33.806648] 4k 137200 large 244 gb 0 x 136948[ffff880000000000-ffff88003fc00000] miss 0
/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/[ 33.830616] 4k 137200 large 244 gb 0 x 136948[ffff880000000000-ffff88003fc00000] miss 0
failed) failed: [ 33.836068] ok.
Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
Setting up Logical Volume Management: udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/fai No volume groups found
led) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
[ OK udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
]
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
Checking filesystems
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
Checking all file systems.
[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a /dev/sda6
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
/1: clean, 379376/7325696 files, 3511649/7325632 blocks
[/sbin/fsck.ext3 (1) -- /home] fsck.ext3 -a /dev/sda5
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
/home: recovering journal
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
/home: clean, 134060/6111232 files, 2480001/12209392 blocks
udevd-event[1910]: udev_node_mknod: mknod(/dev/.tmp-1-4.udev-tmp, 060600, 1, 4) failed: Read-only file system
udevd-event[1902]: udev_node_mknod: mknod(/dev/.tmp-1-12.udev-tmp, 060600, 1, 12) failed: Read-only file system
udevd-event[1896]: udev_node_mknod: mknod(/dev/.tmp-1-11.udev-tmp, 060600, 1, 11) failed: Read-only file system
udevd-event[1950]: udev_node_mknod: mknod(/dev/.tmp-8-0.udev-tmp, 060600, 8, 0) failed: Read-only file system
udevd-event[1909]: udev_node_mknod: mknod(/dev/.tmp-1-3.udev-tmp, 060600, 1, 3) failed: Read-only file system
udevd-event[1916]: udev_node_mknod: mknod(/dev/.tmp-1-8.udev-tmp, 060600, 1, 8) failed: Read-only file system
udevd-event[1906]: udev_node_mknod: mknod(/dev/.tmp-1-15.udev-tmp, 060600, 1, 15) failed: Read-only file system
udevd-event[1908]: udev_node_mknod: mknod(/dev/.tmp-1-2.udev-tmp, 060600, 1, 2) failed: Read-only file system
[ OK ]
udevd-event[1914]: udev_node_mknod: mknod(/dev/.tmp-1-6.udev-tmp, 060600, 1, 6) failed: Read-only file system
udevd-event[1887]: udev_node_mknod: mknod(/dev/.tmp-1-1.udev-tmp, 060600, 1, 1) failed: Read-only file system
udevd-event[1904]: udev_node_mknod: mknod(/dev/.tmp-1-13.udev-tmp, 060600, 1, 13) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd-event[1915]: udev_node_mknod: mknod(/dev/.tmp-1-7.udev-tmp, 060600, 1, 7) failed: Read-only file system
udevd-event[1905]: udev_node_mknod: mknod(/dev/.tmp-1-14.udev-tmp, 060600, 1, 14) failed: Read-only file system
udevd-event[1912]: udev_node_mknod: mknod(/dev/.tmp-1-5.udev-tmp, 060600, 1, 5) failed: Read-only file system
udevd-event[1918]: udev_node_mknod: mknod(/dev/.tmp-1-9.udev-tmp, 060600, 1, 9) failed: Read-only file system
udevd-event[1886]: udev_node_mknod: mknod(/dev/.tmp-1-0.udev-tmp, 060600, 1, 0) failed: Read-only file system
udevd-event[1890]: udev_node_mknod: mknod(/dev/.tmp-1-10.udev-tmp, 060600, 1, 10) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd-event[1909]: unlink_secure: chown(/dev/.tmp-1-3, 0, 0) failed: No such file or directory
udevd-event[1909]: unlink_secure: chmod(/dev/.tmp-1-3, 0000) failed: No such file or directory
udevd-event[1909]: unlink_secure: unlink(/dev/.tmp-1-3) failed: Read-only file system
udevd-event[1916]: unlink_secure: chown(/dev/.tmp-1-8, 0, 0) failed: No such file or directory
udevd-event[1916]: unlink_secure: chmod(/dev/.tmp-1-8, 0000) failed: No such file or directory
udevd-event[1916]: unlink_secure: unlink(/dev/.tmp-1-8) failed: Read-only file system
udevd-event[1906]: unlink_secure: chown(/dev/.tmp-1-15, 0, 0) failed: No such file or directory
udevd-event[ 36.458739] EXT3 FS on sda6, [1906]: unlink_sinternal journal
ecure: chmod(/dev/.tmp-1-15, 0000) failed: No such file or directory
udevd-event[1906]: unlink_secure: unlink(/dev/.tmp-1-15) failed: Read-only file system
Remounting root filesystem in read-write mode: udevd-event[1904]: unlink_secure: chown(/dev/.tmp-1-13, 0, 0) failed: No such file or directory
udevd-event[1904]: unlink_secure: chmod(/dev/.tmp-1-13, 0000) failed: No such file or directory
udevd-event[1904]: unlink_secure: unlink(/dev/.tmp-1-13) failed: Read-only file system
udevd-event[1905]: unlink_secure: chown(/dev/.tmp-1-14, 0, 0) failed: No such file or directory
udevd-event[1905]: unlink_secure: chmod(/dev/.tmp-1-14, 0000) failed: No such file or directory
udevd-event[1902]: unlink_secure: chown(/dev/.tmp-1-12, 0, 0) failed: No such file or directory
udevd-event[1918]: unlink_secure: chown(/dev/.tmp-1-9, 0, 0) failed: No such file or directory
udevd-event[1918]: unlink_secure: chmod(/dev/.tmp-1-9, 0000) failed: No such file or directory
udevd-event[1902]: unlink_secure: chmod(/dev/.tmp-1-12, 0000) failed: No such file or directory
udevd-event[1918]: unlink_secure: unlink(/dev/.tmp-1-9) failed: Read-only file system
udevd-event[1912]: unlink_secure: chown(/dev/.tmp-1-5, 0, 0) failed: No such file or directory
udevd-event[1902]: unlink_secure: unlink(/dev/.tmp-1-12) failed: Read-only file system
udevd-event[1912]: unlink_secure: chmod(/dev/.tmp-1-5, 0000) failed: No such file or directory
udevd-event[1912]: unlink_secure: unlink(/dev/.tmp-1-5) failed: Read-only file system
udevd-event[1886]: unlink_secure: chown(/dev/.tmp-1-0, 0, 0) failed: No such file or directory
udevd-event[1910]: unlink_secure: chown(/dev/.tmp-1-4, 0, 0) failed: No such file or directory
udevd-event[1887]: unlink_secure: chown(/dev/.tmp-1-1, 0, 0) failed: No such file or directory
udevd-event[1887]: unlink_secure: chmod(/dev/.tmp-1-1, 0000) failed: No such file or directory
udevd-event[1910]: unlink_secure: chmod(/dev/.tmp-1-4, 0000) failed: No such file or directory
udevd-event[1887]: unlink_secure: unlink(/dev/.tmp-1-1) failed: Read-only file system
udevd-event[1910]: unlink_secure: unlink(/dev/.tmp-1-4) failed: Read-only file system
udevd-event[1896]: unlink_secure: chown(/dev/.tmp-1-11, 0, 0) failed: No such file or directory
udevd-event[1915]: unlink_secure: chown(/dev/.tmp-1-7, 0, 0) failed: No such file or directory
udevd-event[1915]: unlink_secure: chmod(/dev/.tmp-1-7, 0000) failed: No such file or directory
udevd-event[1915]: unlink_secure: unlink(/dev/.tmp-1-7) failed: Read-only file system
udevd-event[1908]: unlink_secure: chown(/dev/.tmp-1-2, 0, 0) failed: No such file or directory
udevd-event[1896]: unlink_secure: chmod(/dev/.tmp-1-11, 0000) failed: No such file or directory
udevd-event[1908]: unlink_secure: chmod(/dev/.tmp-1-2, 0000) failed: No such file or directory
udevd-event[1896]: unlink_secure: unlink(/dev/.tmp-1-11) failed: Read-only file system
udevd-event[1908]: unlink_secure: unlink(/dev/.tmp-1-2) failed: Read-only file system
udevd-event[1890]: unlink_secure: chown(/dev/.tmp-1-10, 0, 0) failed: No such file or directory
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd-event[1914]: unlink_secure: chown(/dev/.tmp-1-6, 0, 0) failed: No such file or directory
udevd-event[1914]: unlink_secure: chmod(/dev/.tmp-1-6, 0000) failed: No such file or directory
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd-event[1890]: unlink_secure: chmod(/dev/.tmp-1-10, 0000) failed: No such file or directory
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
udevd-event[1890]: unlink_secure: unlink(/dev/.tmp-1-10) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/failed) failed: Read-only file system
udevd-event[1886]: unlink_secure: chmod(/dev/.tmp-1-0, 0000) failed: No such file or directory
ata_id[1985]: main: unable to open '/dev/.tmp-8-0'
udevd-event[1953]: delete_path: rmdir(/dev/.udev/names/discover) failed: Read-only file system
udevd-event[1976]: delete_path: rmdir(/dev/.udev/names/interfaces) failed: Read-only file system
udevd-event[1974]: delete_path: rmdir(/dev/.udev/names/flush) failed: Read-only file system
udevd-event[1909]: delete_path: rmdir(/dev/.udev/names/ram3) failed: Read-only file system
udevd-event[1970]: delete_path: rmdir(/dev/.udev/names/err) failed: Read-only file system
udevd-event[1916]: delete_path: rmdir(/dev/.udev/names/ram8) failed: Read-only file system
udevd-event[1977]: delete_path: rmdir(/dev/.udev/names/revalidate) failed: Read-only file system
udevd-event[1914]: unlink_secure: unlink(/dev/.tmp-1-6) failed: Read-only file system
udevd-event[1905]: unlink_secure: unlink(/dev/.tmp-1-14) failed: Read-only file system
udevd[1629]: delete_path: rmdir(/dev/.udev/queue) failed: Read-only file system
[ OK ]
udevd-event[1950]: unlink_secure: chown(/dev/.tmp-8-0, 0, 0) failed: No such file or directory
udevd-event[1950]: unlink_secure: chmod(/dev/.tmp-8-0, 0000) failed: No such file or directory
Mounting local filesystems: [ 37.404822] kjournald starting. Commit interval 5 seconds
[ 37.427040] EXT3 FS on sda5, internal journal
[ 37.429672] EXT3-fs: mounted filesystem with writeback data mode.
mount: wrong fs type, bad option, bad superblock on tmpfs,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[FAILED]
Enabling local filesystem quotas: [ OK ]
Enabling /etc/fstab swaps: swapon: /dev/sda2: Function not implemented
[FAILED]
[ 40.188758] rc.sysinit used greatest stack depth: 2760 bytes left
INIT: Entering runlevel: 3
Entering non-interactive startup
Bringing up loopback interface: [ 41.081868] IPv4 FIB: Using LC-trie version 0.408
[ OK ]
Bringing up interface eth0: [ 41.688208] ------------[ cut here ]------------
[ 41.692031] WARNING: at lib/dma-debug.c:812 check_unmap+0x38f/0x5a0()
[ 41.692031] Hardware name: System Product Name
[ 41.692031] forcedeth 0000:00:0a.0: DMA-API: device driver frees DMA memory with wrong function [device address=0x0000000021d21002] [size=90 bytes] [mapped as single] [unmapped as page]
[ 41.692031] Modules linked in:
[ 41.692031] Pid: 0, comm: swapper Tainted: G W 2.6.30-tip #54394
[ 41.692031] Call Trace:
[ 41.692031] <IRQ> [<ffffffff812bf34c>] ? check_unmap+0x38f/0x5a0
[ 41.692031] [<ffffffff810581a2>] warn_slowpath_common+0x8d/0xd0
[ 41.692031] [<ffffffff81058272>] warn_slowpath_fmt+0x50/0x66
[ 41.692031] [<ffffffff812bf34c>] check_unmap+0x38f/0x5a0
[ 41.692031] [<ffffffff810b9942>] ? time_hardirqs_off+0x31/0x47
[ 41.692031] [<ffffffff812bf76f>] debug_dma_unmap_page+0x5e/0x74
[ 41.692031] [<ffffffff814cdec2>] pci_unmap_page+0x82/0xa1
[ 41.692031] [<ffffffff814ceb5c>] nv_tx_done_optimized+0x60/0x204
[ 41.692031] [<ffffffff817c132c>] ? _spin_lock_irqsave+0x60/0x80
[ 41.692031] [<ffffffff814d330d>] nv_napi_poll+0x290/0x2cd
[ 41.692031] [<ffffffff81611aeb>] net_rx_action+0xd1/0x249
[ 41.692031] [<ffffffff81611c02>] ? net_rx_action+0x1e8/0x249
[ 41.692031] [<ffffffff8105f758>] __do_softirq+0xcb/0x1bb
[ 41.692031] [<ffffffff8101420c>] call_softirq+0x1c/0x30
[ 41.692031] [<ffffffff810164cb>] do_softirq+0x5f/0xd7
[ 41.692031] [<ffffffff8105f0a4>] irq_exit+0x66/0xb9
[ 41.692031] [<ffffffff817c1fc3>] do_IRQ+0xbb/0xe8
[ 41.692031] [<ffffffff810139d3>] ret_from_intr+0x0/0x16
[ 41.692031] <EOI> [<ffffffff810301a9>] ? native_safe_halt+0xb/0xd
[ 41.692031] [<ffffffff810301a7>] ? native_safe_halt+0x9/0xd
[ 41.692031] [<ffffffff8101c93d>] ? default_idle+0x5e/0x9d
[ 41.692031] [<ffffffff810b9cbd>] ? stop_critical_timings+0x3d/0x54
[ 41.692031] [<ffffffff81011feb>] ? cpu_idle+0xbe/0x107
[ 41.692031] [<ffffffff817b9d3f>] ? start_secondary+0xc5/0xdb
[ 41.692031] ---[ end trace 5a5d197966b56a30 ]---
[ 41.692031] Mapped at:
[ 41.692031] [<ffffffff812bfb3e>] debug_dma_map_page+0x8b/0x17f
[ 41.692031] [<ffffffff814cfe0f>] pci_map_single+0x121/0x147
[ 41.692031] [<ffffffff814d06ad>] nv_start_xmit_optimized+0x183/0x4d7
[ 41.692031] [<ffffffff81614fd5>] dev_hard_start_xmit+0x105/0x1c1
[ 41.692031] [<ffffffff8162c758>] __qdisc_run+0x109/0x235
[ 42.732112] BUG: MAX_STACK_TRACE_ENTRIES too low!
[ 42.736031] turning off the locking correctness validator.
[ 42.736031] Pid: 2781, comm: pam_console_app Tainted: G W 2.6.30-tip #54394
[ 42.736031] Call Trace:
[ 42.736031] <IRQ> [<ffffffff81086e75>] save_trace+0x9c/0xbb
[ 42.736031] [<ffffffff81087dbf>] mark_lock+0xc1/0x171
[ 42.736031] [<ffffffff81087ef7>] mark_irqflags+0x88/0x14e
[ 42.736031] [<ffffffff81089963>] __lock_acquire+0x1fa/0x3bd
[ 42.736031] [<ffffffff81662d78>] ? rt_intern_hash+0xbc/0x48c
[ 42.736031] [<ffffffff81662d78>] ? rt_intern_hash+0xbc/0x48c
[ 42.736031] [<ffffffff81089bf8>] lock_acquire+0xd2/0x112
[ 42.736031] [<ffffffff81662d78>] ? rt_intern_hash+0xbc/0x48c
[ 42.796040] [<ffffffff817c123a>] _spin_lock_bh+0x45/0x68
[ 42.800043] [<ffffffff81662d78>] ? rt_intern_hash+0xbc/0x48c
[ 42.808034] [<ffffffff81662d78>] rt_intern_hash+0xbc/0x48c
[ 42.812036] [<ffffffff816642c6>] ip_route_input_slow+0x2c7/0x5c4
[ 42.812036] [<ffffffff81089a9b>] ? __lock_acquire+0x332/0x3bd
[ 42.812036] [<ffffffff8166461c>] ? ip_route_input+0x59/0x2ac
[ 42.812036] [<ffffffff8166484c>] ip_route_input+0x289/0x2ac
[ 42.812036] [<ffffffff8166461c>] ? ip_route_input+0x59/0x2ac
[ 42.812036] [<ffffffff81012cd6>] ? ftrace_call+0x5/0x2b
[ 42.812036] [<ffffffff81665aad>] ip_rcv_finish+0x51/0x3bc
[ 42.812036] [<ffffffff816660d3>] ip_rcv+0x2bb/0x30d
[ 42.812036] [<ffffffff816139f0>] ? netpoll_rx+0x14/0x9d
[ 42.812036] [<ffffffff81613e2a>] netif_receive_skb+0x3b1/0x402
[ 42.812036] [<ffffffff81613bf4>] ? netif_receive_skb+0x17b/0x402
[ 42.812036] [<ffffffff81607661>] ? skb_pull+0xd/0x59
[ 42.812036] [<ffffffff8162a0c5>] ? eth_type_trans+0x48/0x104
[ 42.812036] [<ffffffff814cfc21>] nv_rx_process_optimized+0x15a/0x227
[ 42.812036] [<ffffffff814d3326>] nv_napi_poll+0x2a9/0x2cd
[ 42.812036] [<ffffffff81611aeb>] net_rx_action+0xd1/0x249
[ 42.812036] [<ffffffff81611c02>] ? net_rx_action+0x1e8/0x249
[ 42.812036] [<ffffffff8105f758>] __do_softirq+0xcb/0x1bb
[ 42.812036] [<ffffffff8101420c>] call_softirq+0x1c/0x30
[ 42.812036] [<ffffffff810164cb>] do_softirq+0x5f/0xd7
[ 42.812036] [<ffffffff8105f0a4>] irq_exit+0x66/0xb9
[ 42.812036] [<ffffffff817c1fc3>] do_IRQ+0xbb/0xe8
[ 42.812036] [<ffffffff81188f13>] ? free_rb_tree_fname+0x56/0xbf
[ 42.812036] [<ffffffff810139d3>] ret_from_intr+0x0/0x16
[ 42.812036] <EOI> [<ffffffff81012cb0>] ? ftrace_caller+0x20/0x41
[ 42.812036] [<ffffffff810f83c0>] ? kfree+0x12a/0x157
[ 42.812036] [<ffffffff8108833d>] ? trace_hardirqs_on_caller+0x138/0x174
[ 42.812036] [<ffffffff81012cd6>] ? ftrace_call+0x5/0x2b
[ 42.812036] [<ffffffff810f68c5>] ? virt_to_head_page+0xe/0x64
[ 42.812036] [<ffffffff810f82fb>] ? kfree+0x65/0x157
[ 42.812036] [<ffffffff81188f13>] ? free_rb_tree_fname+0x56/0xbf
[ 42.812036] [<ffffffff81012cd6>] ? ftrace_call+0x5/0x2b
[ 42.812036] [<ffffffff81188f13>] ? free_rb_tree_fname+0x56/0xbf
[ 42.812036] [<ffffffff81012cd6>] ? ftrace_call+0x5/0x2b
[ 42.812036] [<ffffffff8110f657>] ? filldir+0x0/0xe8
[ 42.812036] [<ffffffff81189214>] ? ext3_dx_readdir+0x127/0x1f9
[ 42.812036] [<ffffffff81012cd6>] ? ftrace_call+0x5/0x2b
[ 42.812036] [<ffffffff81189376>] ? ext3_readdir+0x90/0x444
[ 42.812036] [<ffffffff81088399>] ? trace_hardirqs_on+0x20/0x36
[ 42.812036] [<ffffffff8110f657>] ? filldir+0x0/0xe8
[ 42.812036] [<ffffffff817bfc2d>] ? __mutex_lock_common+0x334/0x39c
[ 42.812036] [<ffffffff81100b66>] ? fget+0x0/0xed
[ 42.812036] [<ffffffff8110f884>] ? vfs_readdir+0x68/0xdc
[ 42.812036] [<ffffffff8110f657>] ? filldir+0x0/0xe8
[ 42.812036] [<ffffffff8110f8ab>] ? vfs_readdir+0x8f/0xdc
[ 42.812036] [<ffffffff81100c33>] ? fget+0xcd/0xed
[ 42.812036] [<ffffffff8110fa72>] ? sys_getdents+0x91/0xf1
[ 42.812036] [<ffffffff81012fb2>] ? system_call_fastpath+0x16/0x1b
[ OK ]
Starting system message bus: [ 43.801339] warning: `dbus-daemon' uses 32-bit capabilities (legacy support in use)
[ OK ]
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
Starting sshd: [ OK ]
Starting postgresql service: modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
[FAILED]
testing CPU hotplug ...
[ 47.526244] CPU 1 is now offline
[ 47.528035] lockdep: fixing up alternatives.
[ 47.532035] SMP alternatives: switching to UP code
[ 47.546118] CPU0 attaching NULL sched-domain.
[ 47.548079] CPU1 attaching NULL sched-domain.
[ 47.552216] CPU0 attaching NULL sched-domain.
[ 47.556284] fcoe_cpu_callback CPU 1 offline: Remove Rx thread
[ 47.560035] fcoe: Destroying receive thread for CPU 1
[ 47.564051] fcoe_percpu_thread_destroy Moving frames from CPU 1 to CPU 0
[ 47.575716] lockdep: fixing up alternatives.
[ 47.576097] SMP alternatives: switching to SMP code
[ 47.588116] Booting processor 1 APIC 0x1 ip 0x6000
[ 47.545837] Initializing CPU#1
[ 47.545837] masked ExtINT on CPU#1
[ 47.545837] Calibrating delay using timer specific routine.. 4020.86 BogoMIPS (lpj=8041735)
[ 47.545837] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 47.545837] CPU: L2 Cache: 512K (64 bytes/line)
[ 47.545837] CPU: Physical Processor ID: 0
[ 47.545837] CPU: Processor Core ID: 1
[ 47.545837] mce: CPU supports 5 MCE banks
[ 47.680129] CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
[ 47.689311] CPU0 attaching NULL sched-domain.
[ 47.704211] CPU0 attaching sched-domain:
[ 47.708099] domain 0: span 0-1 level CPU
[ 47.712034] groups: 0 1
[ 47.714728] CPU1 attaching sched-domain:
[ 47.716035] domain 0: span 0-1 level CPU
[ 47.721795] groups: 1 0
[ 47.725385] fcoe_cpu_callback CPU 1 online: Create Rx thread
[ 47.746248] CPU 1 is now offline
[ 47.748060] lockdep: fixing up alternatives.
[ 47.752036] SMP alternatives: switching to UP code
[ 47.766032] CPU0 attaching NULL sched-domain.
[ 47.768076] CPU1 attaching NULL sched-domain.
[ 47.772210] CPU0 attaching NULL sched-domain.
[ 47.776307] fcoe_cpu_callback CPU 1 offline: Remove Rx thread
[ 47.780035] fcoe: Destroying receive thread for CPU 1
[ 47.784050] fcoe_percpu_thread_destroy Moving frames from CPU 1 to CPU 0
[ 47.796320] lockdep: fixing up alternatives.
[ 47.800079] SMP alternatives: switching to SMP code
[ 47.812688] Booting processor 1 APIC 0x1 ip 0x6000
[ 47.765868] Initializing CPU#1
[ 47.765868] masked ExtINT on CPU#1
[ 47.765868] Calibrating delay using timer specific routine.. 4020.86 BogoMIPS (lpj=8041733)
[ 47.765868] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[ 47.765868] CPU: L2 Cache: 512K (64 bytes/line)
[ 47.765868] CPU: Physical Processor ID: 0
[ 47.765868] CPU: Processor Core ID: 1
[ 47.765868] mce: CPU supports 5 MCE banks
[ 47.908090] CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
[ 47.917299] CPU0 attaching NULL sched-domain.
[ 47.932225] CPU0 attaching sched-domain:
[ 47.936081] domain 0: span 0-1 level CPU
[ 47.940034] groups: 0 1
[ 47.942721] CPU1 attaching sched-domain:
[ 47.944035] domain 0: span 0-1 level CPU
[ 47.949795] groups: 1 0
[ 47.953381] fcoe_cpu_callback CPU 1 online: Create Rx thread
... done with testing of CPU hotplug
Shutting down Distributed Compiler daemon (distccd): [FAILED]
Starting Distributed Compiler daemon (distccd): modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
audit_log_user_command(): Connection refused
audit_log_user_command(): Connection refused
[ 48.320340] ------------[ cut here ]------------
[ 48.324031] WARNING: at lib/list_debug.c:30 __list_add+0x7d/0xad()
[ 48.324031] Hardware name: System Product Name
[ 48.324031] list_add corruption. prev->next should be next (ffffffff81fe2280), but was ffff88003f901440. (prev=ffff880002a9bcf0).
[ 48.324031] Modules linked in:
[ 48.324031] Pid: 0, comm: swapper Tainted: G W 2.6.30-tip #54394
[ 48.324031] Call Trace:
[ 48.324031] <IRQ> [<ffffffff812b3098>] ? __list_add+0x7d/0xad
[ 48.324031] [<ffffffff810581a2>] warn_slowpath_common+0x8d/0xd0
[ 48.324031] [<ffffffff81058272>] warn_slowpath_fmt+0x50/0x66
[ 48.324031] [<ffffffff812b3098>] __list_add+0x7d/0xad
[ 48.324031] [<ffffffff810650c3>] internal_add_timer+0xd1/0xe7
[ 48.324031] [<ffffffff81065797>] __mod_timer+0x107/0x139
[ 48.324031] [<ffffffff810658cb>] mod_timer_pending+0x28/0x3e
[ 48.324031] [<ffffffff8163d5d3>] __nf_ct_refresh_acct+0x71/0xf9
[ 48.324031] [<ffffffff81643d92>] tcp_packet+0x60c/0x6a2
[ 48.324031] [<ffffffff8163da60>] ? nf_conntrack_find_get+0xb7/0xef
[ 48.324031] [<ffffffff8163d9a9>] ? nf_conntrack_find_get+0x0/0xef
[ 48.324031] [<ffffffff8163f0fd>] nf_conntrack_in+0x3a3/0x534
[ 48.324031] [<ffffffff81665a5c>] ? ip_rcv_finish+0x0/0x3bc
[ 48.324031] [<ffffffff816a48b1>] ipv4_conntrack_in+0x34/0x4a
[ 48.324031] [<ffffffff8163a79f>] nf_iterate+0x5d/0xb1
[ 48.324031] [<ffffffff81012cd6>] ? ftrace_call+0x5/0x2b
[ 48.324031] [<ffffffff81665a5c>] ? ip_rcv_finish+0x0/0x3bc
[ 48.324031] [<ffffffff8163a897>] nf_hook_slow+0xa4/0x133
[ 48.324031] [<ffffffff81665a5c>] ? ip_rcv_finish+0x0/0x3bc
[ 48.324031] [<ffffffff816660c6>] ip_rcv+0x2ae/0x30d
[ 48.324031] [<ffffffff816139f0>] ? netpoll_rx+0x14/0x9d
[ 48.324031] [<ffffffff81613e2a>] netif_receive_skb+0x3b1/0x402
[ 48.324031] [<ffffffff81613bf4>] ? netif_receive_skb+0x17b/0x402
[ 48.324031] [<ffffffff81607661>] ? skb_pull+0xd/0x59
[ 48.324031] [<ffffffff8162a0c5>] ? eth_type_trans+0x48/0x104
[ 48.324031] [<ffffffff814cfc21>] nv_rx_process_optimized+0x15a/0x227
[ 48.324031] [<ffffffff814d3326>] nv_napi_poll+0x2a9/0x2cd
[ 48.324031] [<ffffffff81611aeb>] net_rx_action+0xd1/0x249
[ 48.324031] [<ffffffff81611c02>] ? net_rx_action+0x1e8/0x249
[ 48.324031] [<ffffffff8105f758>] __do_softirq+0xcb/0x1bb
[ 48.324031] [<ffffffff8101420c>] call_softirq+0x1c/0x30
[ 48.324031] [<ffffffff810164cb>] do_softirq+0x5f/0xd7
[ 48.324031] [<ffffffff8105f0a4>] irq_exit+0x66/0xb9
[ 48.324031] [<ffffffff817c1fc3>] do_IRQ+0xbb/0xe8
[ 48.324031] [<ffffffff81def140>] ? early_idt_handler+0x0/0x71
[ 48.324031] [<ffffffff810139d3>] ret_from_intr+0x0/0x16
[ 48.324031] <EOI> [<ffffffff8101c938>] ? default_idle+0x59/0x9d
[ 48.324031] [<ffffffff81088399>] ? trace_hardirqs_on+0x20/0x36
[ 48.324031] [<ffffffff810301a9>] ? native_safe_halt+0xb/0xd
[ 48.324031] [<ffffffff810301a7>] ? native_safe_halt+0x9/0xd
[ 48.324031] [<ffffffff8101c93d>] ? default_idle+0x5e/0x9d
[ 48.324031] [<ffffffff810b9cbd>] ? stop_critical_timings+0x3d/0x54
[ 48.324031] [<ffffffff81011feb>] ? cpu_idle+0xbe/0x107
[ 48.324031] [<ffffffff81def140>] ? early_idt_handler+0x0/0x71
[ 48.324031] [<ffffffff8177f135>] ? rest_init+0x79/0x8f
[ 48.324031] [<ffffffff81def140>] ? early_idt_handler+0x0/0x71
[ 48.324031] [<ffffffff81deff5d>] ? start_kernel+0x2d8/0x2f3
[ 48.324031] [<ffffffff81def140>] ? early_idt_handler+0x0/0x71
[ 48.324031] [<ffffffff81def2a4>] ? x86_64_start_reservations+0x8f/0xaa
[ 48.324031] [<ffffffff81def000>] ? __init_begin+0x0/0x140
[ 48.324031] [<ffffffff81def3c3>] ? x86_64_start_kernel+0x104/0x127
[ 48.324031] ---[ end trace 5a5d197966b56a31 ]---
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
[ OK ]
/etc/rc3.d/S99local: line 27: /proc/sys/kernel/shmmax: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
ssh: connect to host d port 22: No route to host
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
[ 52.184036] eth0: no IPv6 routers present
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
ssh: connect to host d port 22: No route to host
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
[ 57.611175] device: 'vcs4': device_add
[ 57.611320] device: 'vcsa4': device_add
[ 57.620498] device: 'vcs5': device_add
[ 57.620630] device: 'vcsa5': device_add
[ 57.630284] device: 'vcs2': device_add
[ 57.630418] device: 'vcsa2': device_add
[ 57.633292] device: 'vcs3': device_add
[ 57.633408] device: 'vcsa3': device_add
[ 57.636778] device: 'vcs6': device_add
[ 57.636839] device: 'vcsa6': device_add
Performance counter stats for 'true':
<not counted> task-clock-ticks
<not counted> context-switches
<not counted> CPU-migrations
<not counted> page-faults
<not counted> cycles
<not counted> instructions
<not counted> cache-references
<not counted> cache-misses
Wall-clock time elapsed: 16.000000 msecs
Fedora release 8 (Werewolf)
Kernel 2.6.30-tip on an x86_64
mercury login: modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
ssh: connect to host d port 22: No route to host
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
ssh: connect to host d port 22: No route to host
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
ssh: connect to host d port 22: No route to host
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
ssh: connect to host d port 22: No route to host
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
ssh: connect to host d port 22: No route to host
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
ssh: connect to host d port 22: No route to host
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
ssh: connect to host d port 22: No route to host
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
ssh: connect to host d port 22: No route to host
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
ssh: connect to host d port 22: No route to host
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
ssh: connect to host d port 22: No route to host
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
ssh: connect to host d port 22: No route to host
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
[ 181.736045] ------------[ cut here ]------------
[ 181.740031] WARNING: at lib/list_debug.c:30 __list_add+0x7d/0xad()
[ 181.740031] Hardware name: System Product Name
[ 181.740031] list_add corruption. prev->next should be next (ffff88003f901440), but was ffffffff81fe2280. (prev=ffff880002a9bcf0).
[ 181.740031] Modules linked in:
[ 181.740031] Pid: 0, comm: swapper Tainted: G W 2.6.30-tip #54394
[ 181.740031] Call Trace:
[ 181.740031] <IRQ> [<ffffffff812b3098>] ? __list_add+0x7d/0xad
[ 181.740031] [<ffffffff810581a2>] warn_slowpath_common+0x8d/0xd0
[ 181.740031] [<ffffffff81058272>] warn_slowpath_fmt+0x50/0x66
[ 181.740031] [<ffffffff812b3098>] __list_add+0x7d/0xad
[ 181.740031] [<ffffffff810650c3>] internal_add_timer+0xd1/0xe7
[ 181.740031] [<ffffffff81065797>] __mod_timer+0x107/0x139
[ 181.740031] [<ffffffff810658cb>] mod_timer_pending+0x28/0x3e
[ 181.740031] [<ffffffff8163d5d3>] __nf_ct_refresh_acct+0x71/0xf9
[ 181.740031] [<ffffffff81643d92>] tcp_packet+0x60c/0x6a2
[ 181.740031] [<ffffffff8163da60>] ? nf_conntrack_find_get+0xb7/0xef
[ 181.740031] [<ffffffff8163d9a9>] ? nf_conntrack_find_get+0x0/0xef
[ 181.740031] [<ffffffff8163f0fd>] nf_conntrack_in+0x3a3/0x534
[ 181.740031] [<ffffffff81668a88>] ? dst_output+0x0/0x39
[ 181.740031] [<ffffffff816a4860>] ipv4_conntrack_local+0x57/0x74
[ 181.740031] [<ffffffff8163a79f>] nf_iterate+0x5d/0xb1
[ 181.740031] [<ffffffff81012cd6>] ? ftrace_call+0x5/0x2b
[ 181.740031] [<ffffffff81668a88>] ? dst_output+0x0/0x39
[ 181.740031] [<ffffffff8163a897>] nf_hook_slow+0xa4/0x133
[ 181.740031] [<ffffffff81668a88>] ? dst_output+0x0/0x39
[ 181.740031] [<ffffffff8166a758>] __ip_local_out+0xb0/0xc6
[ 181.740031] [<ffffffff8166a793>] ip_local_out+0x25/0x4f
[ 181.740031] [<ffffffff8166b0d5>] ip_queue_xmit+0x324/0x398
[ 181.740031] [<ffffffff81012cd6>] ? ftrace_call+0x5/0x2b
[ 181.740031] [<ffffffff812adab6>] ? csum_partial+0xe/0x182
[ 181.740031] [<ffffffff8167e1f6>] tcp_transmit_skb+0x650/0x6a9
[ 181.740031] [<ffffffff816802c8>] tcp_retransmit_skb+0x2fb/0x42e
[ 181.740031] [<ffffffff81681b3d>] ? tcp_write_timer+0x0/0x1d7
[ 181.740031] [<ffffffff81681a7f>] tcp_retransmit_timer+0x23e/0x2fc
[ 181.740031] [<ffffffff817c11da>] ? _spin_lock+0x48/0x63
[ 181.740031] [<ffffffff81681bf4>] tcp_write_timer+0xb7/0x1d7
[ 181.740031] [<ffffffff810653c1>] run_timer_softirq+0x1c9/0x273
[ 181.740031] [<ffffffff81065359>] ? run_timer_softirq+0x161/0x273
[ 181.740031] [<ffffffff8101420c>] ? call_softirq+0x1c/0x30
[ 181.740031] [<ffffffff8105f758>] __do_softirq+0xcb/0x1bb
[ 181.740031] [<ffffffff8101420c>] call_softirq+0x1c/0x30
[ 181.740031] [<ffffffff810164cb>] do_softirq+0x5f/0xd7
[ 181.740031] [<ffffffff8105f0a4>] irq_exit+0x66/0xb9
[ 181.740031] [<ffffffff817c2090>] smp_apic_timer_interrupt+0xa0/0xc4
[ 181.740031] [<ffffffff81013bf3>] apic_timer_interrupt+0x13/0x20
[ 181.740031] <EOI> [<ffffffff8101c938>] ? default_idle+0x59/0x9d
[ 181.740031] [<ffffffff81088399>] ? trace_hardirqs_on+0x20/0x36
[ 181.740031] [<ffffffff810301a9>] ? native_safe_halt+0xb/0xd
[ 181.740031] [<ffffffff810301a7>] ? native_safe_halt+0x9/0xd
[ 181.740031] [<ffffffff8101c93d>] ? default_idle+0x5e/0x9d
[ 181.740031] [<ffffffff810b9cbd>] ? stop_critical_timings+0x3d/0x54
[ 181.740031] [<ffffffff81011feb>] ? cpu_idle+0xbe/0x107
[ 181.740031] [<ffffffff817b9d3f>] ? start_secondary+0xc5/0xdb
[ 181.740031] ---[ end trace 5a5d197966b56a32 ]---
ssh: connect to host d port 22: No route to host
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATA[ 186.417850] ------------[ cut here ]------------
[ 186.420031] WARNING: at lib/list_debug.c:30 __list_add+0x7d/0xad()
[ 186.420031] Hardware name: System Product Name
[ 186.420031] list_add corruption. prev->next should be next (ffffffff81fe2280), but was ffff88003b8724d8. (prev=ffff880002a9bcf0).
[ 186.420031] Modules linked in:
[ 186.420031] Pid: 4301, comm: ssh Tainted: G W 2.6.30-tip #54394
[ 186.420031] Call Trace:
[ 186.420031] [<ffffffff812b3098>] ? __list_add+0x7d/0xad
[ 186.420031] [<ffffffff810581a2>] warn_slowpath_common+0x8d/0xd0
[ 186.420031] [<ffffffff81058272>] warn_slowpath_fmt+0x50/0x66
[ 186.420031] [<ffffffff812b3098>] __list_add+0x7d/0xad
[ 186.420031] [<ffffffff810650c3>] internal_add_timer+0xd1/0xe7
[ 186.420031] [<ffffffff81065797>] __mod_timer+0x107/0x139
[ 186.420031] [<ffffffff81065848>] mod_timer+0x33/0x49
[ 186.420031] [<ffffffff8106588d>] add_timer+0x2f/0x45
[ 186.420031] [<ffffffff8163de5c>] __nf_conntrack_confirm+0x1ae/0x2d4
[ 186.420031] [<ffffffff81012cd6>] ? ftrace_call+0x5/0x2b
[ 186.420031] [<ffffffff816a47d8>] ipv4_confirm+0x132/0x163
[ 186.420031] [<ffffffff8166b514>] ? ip_finish_output+0x0/0x96
[ 186.420031] [<ffffffff8166b514>] ? ip_finish_output+0x0/0x96
[ 186.420031] [<ffffffff8163a79f>] nf_iterate+0x5d/0xb1
[ 186.420031] [<ffffffff81012cd6>] ? ftrace_call+0x5/0x2b
[ 186.420031] [<ffffffff8166b514>] ? ip_finish_output+0x0/0x96
[ 186.420031] [<ffffffff8163a897>] nf_hook_slow+0xa4/0x133
[ 186.420031] [<ffffffff8166b514>] ? ip_finish_output+0x0/0x96
[ 186.420031] [<ffffffff8166b662>] ip_output+0xb8/0xe0
[ 186.420031] [<ffffffff8166a7a2>] ip_local_out+0x34/0x4f
[ 186.420031] [<ffffffff8166b0d5>] ip_queue_xmit+0x324/0x398
[ 186.420031] [<ffffffff81012cd6>] ? ftrace_call+0x5/0x2b
[ 186.420031] [<ffffffff812adab6>] ? csum_partial+0xe/0x182
[ 186.420031] [<ffffffff8167e1f6>] tcp_transmit_skb+0x650/0x6a9
[ 186.420031] [<ffffffff8167eaef>] tcp_connect+0x195/0x21a
[ 186.420031] [<ffffffff81685e41>] tcp_v4_connect+0x435/0x4b4
[ 186.420031] [<ffffffff81604ba0>] ? lock_sock_nested+0xf0/0x113
[ 186.420031] [<ffffffff81694326>] inet_stream_connect+0xaf/0x1b7
[ 186.420031] [<ffffffff812629b3>] ? cap_socket_connect+0xd/0x32
[ 186.420031] [<ffffffff8160120e>] sys_connect+0x96/0xd9
[ 186.420031] [<ffffffff81013a75>] ? retint_swapgs+0x13/0x1b
[ 186.420031] [<ffffffff810b9c6a>] ? time_hardirqs_on+0x31/0x47
[ 186.420031] [<ffffffff81088237>] ? trace_hardirqs_on_caller+0x32/0x174
[ 186.420031] [<ffffffff817c0955>] ? trace_hardirqs_on_thunk+0x3a/0x3f
[ 186.420031] [<ffffffff81012fb2>] system_call_fastpath+0x16/0x1b
[ 186.420031] ---[ end trace 5a5d197966b56a33 ]---
L: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.30-tip/modules.dep: No such file or directory
audit_log_user_command(): Connection refused
next prev parent reply other threads:[~2009-06-17 9:23 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-15 12:04 [GIT]: Networking David Miller
2009-06-15 12:04 ` David Miller
2009-06-16 9:15 ` Ingo Molnar
2009-06-16 9:19 ` David Miller
2009-06-16 9:33 ` Ingo Molnar
2009-06-16 9:44 ` Ingo Molnar
2009-06-16 9:44 ` Alan Cox
2009-06-16 9:48 ` Ingo Molnar
2009-06-16 9:56 ` David Miller
2009-06-16 10:11 ` Ingo Molnar
2009-06-16 10:35 ` David Miller
2009-06-16 13:38 ` Eric Dumazet
2009-06-16 14:19 ` Eric Dumazet
2009-06-16 18:59 ` Linus Torvalds
2009-06-16 19:08 ` David Miller
2009-06-16 19:37 ` Eric Dumazet
2009-06-16 20:12 ` Eric Dumazet
2009-06-17 6:41 ` [PATCH] net: correct off-by-one write allocations reports Eric Dumazet
2009-06-17 11:31 ` [PATCH] atm: sk_wmem_alloc initial value is one Eric Dumazet
2009-06-18 2:06 ` David Miller
2009-06-18 2:05 ` [PATCH] net: correct off-by-one write allocations reports David Miller
2009-06-17 11:32 ` [GIT]: Networking David Miller
2009-06-16 9:21 ` David Miller
2009-06-16 9:26 ` Ingo Molnar
2009-06-16 10:47 ` David Miller
2009-06-16 10:53 ` Ingo Molnar
2009-06-16 12:24 ` Ingo Molnar
2009-06-16 12:39 ` David Miller
2009-06-17 9:21 ` Ingo Molnar [this message]
2009-06-17 10:18 ` [bug] __nf_ct_refresh_acct(): WARNING: at lib/list_debug.c:30 __list_add+0x7d/0xad() Eric Dumazet
2009-06-17 11:08 ` Ingo Molnar
2009-06-17 11:35 ` David Miller
2009-06-18 5:23 ` Ingo Molnar
2009-06-18 5:23 ` Ingo Molnar
2009-06-18 5:58 ` Eric Dumazet
2009-06-18 9:47 ` Patrick McHardy
2009-06-18 14:56 ` Patrick McHardy
2009-06-18 15:46 ` Eric Dumazet
2009-06-18 16:09 ` Patrick McHardy
2009-06-18 16:13 ` Pablo Neira Ayuso
2009-06-18 22:46 ` [PATCH] netfilter: conntrack: death_by_timeout() fix Eric Dumazet
2009-06-19 11:15 ` Patrick McHardy
2009-06-20 15:47 ` [bug] __nf_ct_refresh_acct(): WARNING: at lib/list_debug.c:30 __list_add+0x7d/0xad() Ingo Molnar
2009-06-20 15:56 ` Patrick McHardy
2009-06-17 11:38 ` Patrick McHardy
2009-06-17 11:51 ` Patrick McHardy
2009-06-17 11:55 ` Eric Dumazet
2009-06-17 12:00 ` Patrick McHardy
2009-06-17 12:33 ` Eric Dumazet
2009-06-17 12:36 ` Patrick McHardy
2009-06-17 13:27 ` Eric Dumazet
2009-06-17 13:29 ` Patrick McHardy
2009-06-17 14:23 ` Patrick McHardy
2009-06-17 15:29 ` Eric Dumazet
2009-06-17 15:34 ` Patrick McHardy
2009-06-18 23:18 ` [GIT]: Networking Tilman Schmidt
2009-06-19 3:36 ` David Miller
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=20090617092152.GA17449@elte.hu \
--to=mingo@elte.hu \
--cc=akpm@linux-foundation.org \
--cc=davem@davemloft.net \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.