LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* 2.6.25-rc4 OOMs itself dead on bootup
@ 2008-03-06 17:26 Frank Sorenson
  2008-03-06 18:49 ` Ingo Molnar
  0 siblings, 1 reply; 12+ messages in thread
From: Frank Sorenson @ 2008-03-06 17:26 UTC (permalink / raw)
  To: LKML, linux-mm

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

2.6.25-rc4 invokes the oom-killer repeatedly when attempting to boot,
eventually panicing with "Out of memory and no killable processes."
This happens since at least 2.6.25-rc3, but 2.6.24 boots just fine,

The system is a Dell Inspiron E1705 running Fedora 8 (x86_64).

My .config is at http://tuxrocks.com/tmp/config-2.6.25-rc4, and a syslog
of the system up until the point where it oom-killed syslog (just before
the panic) is at http://tuxrocks.com/tmp/oom-2.6.25-rc4.txt


Frank
- --
Frank Sorenson - KD7TZK
Linux Systems Engineer, DSS Engineering, UBS AG
frank@tuxrocks.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFH0Ck9aI0dwg4A47wRAiE2AJ9fw0tRLtdnDrG7TdaR0721wj69owCgitR/
4XphvHdePCivYnu+gXFAgG8=
=shGl
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 2.6.25-rc4 OOMs itself dead on bootup
  2008-03-06 17:26 2.6.25-rc4 OOMs itself dead on bootup Frank Sorenson
@ 2008-03-06 18:49 ` Ingo Molnar
  2008-03-07 19:27   ` Frank Sorenson
  0 siblings, 1 reply; 12+ messages in thread
From: Ingo Molnar @ 2008-03-06 18:49 UTC (permalink / raw)
  To: Frank Sorenson; +Cc: LKML, linux-mm, Rafael J. Wysocki

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


* Frank Sorenson <frank@tuxrocks.com> wrote:

> 2.6.25-rc4 invokes the oom-killer repeatedly when attempting to boot, 
> eventually panicing with "Out of memory and no killable processes." 
> This happens since at least 2.6.25-rc3, but 2.6.24 boots just fine,
> 
> The system is a Dell Inspiron E1705 running Fedora 8 (x86_64).
> 
> My .config is at http://tuxrocks.com/tmp/config-2.6.25-rc4, and a 
> syslog of the system up until the point where it oom-killed syslog 
> (just before the panic) is at 
> http://tuxrocks.com/tmp/oom-2.6.25-rc4.txt

i've picked up your .config and enabled a few drivers in it to make it 
boot on a testsystem of mine and it doesnt OOM:

 20:47:17 up 10 min,  1 user,  load average: 0.01, 0.07, 0.03
              total       used       free     shared    buffers     cached
 Mem:       1025768     258544     767224          0      12956     169556
 -/+ buffers/cache:      76032     949736
 Swap:      3911816          0    3911816

(config and bootlog from my box attached.)

So it's probably not a .config dependent generic kernel problem, but 
probably something specific to your hardware.

Since the first oom happens about 9 minutes into the bootup:

 [  569.755853] sh invoked oom-killer: gfp_mask=0x1201d2, order=0, oomkilladj=-17

do you have any chance to log in and capture MM statistics? The 
following script will capture a bunch of statistics:

 http://people.redhat.com/mingo/cfs-scheduler/tools/cfs-debug-info.sh

and takes less than a minute to run - should be enough time in theory. 
If it's possible to run it then send us the output file it produces.

	Ingo

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

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.25-rc4
# Thu Mar  6 19:34:37 2008
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
CONFIG_X86_64=y
CONFIG_X86=y
# CONFIG_GENERIC_LOCKBREAK is not set
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_SEMAPHORE_SLEEPERS=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
# CONFIG_QUICKLIST is not set
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
# CONFIG_GENERIC_GPIO is not set
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_DMI=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 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_HAVE_SETUP_PER_CPU_AREA=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_AOUT=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_X86_SMP=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="-fs1"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
# CONFIG_TASKSTATS is not set
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_AUDIT_TREE=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=18
# CONFIG_CGROUPS is not set
# CONFIG_GROUP_SCHED is not set
CONFIG_SYSFS_DEPRECATED=y
CONFIG_SYSFS_DEPRECATED_V2=y
CONFIG_RELAY=y
CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
# CONFIG_IPC_NS is not set
# CONFIG_USER_NS is not set
# CONFIG_PID_NS is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=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_COMPAT_BRK=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
# CONFIG_PROFILING is not set
# CONFIG_MARKERS is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_KPROBES=y
CONFIG_KRETPROBES=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_BLK_DEV_BSG is not set
CONFIG_BLOCK_COMPAT=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_CLASSIC_RCU=y
# CONFIG_PREEMPT_RCU 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_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_X86_RDC321X is not set
# CONFIG_X86_VSMP is not set
# CONFIG_PARAVIRT_GUEST is not set
# 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_MWINCHIP2 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=y
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_L1_CACHE_BYTES=64
CONFIG_X86_INTERNODE_CACHE_BYTES=64
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_P6_NOP=y
CONFIG_X86_TSC=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_GART_IOMMU=y
# CONFIG_CALGARY_IOMMU is not set
CONFIG_IOMMU_HELPER=y
CONFIG_SWIOTLB=y
CONFIG_NR_CPUS=2
# CONFIG_SCHED_SMT is not set
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_RCU_TRACE=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
CONFIG_X86_MCE_AMD=y
CONFIG_I8K=m
CONFIG_MICROCODE=m
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
# CONFIG_NUMA is not set
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=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_STATIC is not set
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_VMEMMAP=y

#
# Memory hotplug is currently incompatible with Software Suspend
#
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_RESOURCES_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_SECCOMP=y
CONFIG_HZ_100=y
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=100
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
CONFIG_CRASH_DUMP=y
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
CONFIG_PHYSICAL_ALIGN=0x200000
CONFIG_HOTPLUG_CPU=y
CONFIG_COMPAT_VDSO=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

#
# Power management options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_PM=y
CONFIG_PM_LEGACY=y
CONFIG_PM_DEBUG=y
# CONFIG_PM_VERBOSE is not set
CONFIG_CAN_PM_TRACE=y
# CONFIG_PM_TRACE_RTC is not set
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
# CONFIG_ACPI_VIDEO is not set
CONFIG_ACPI_FAN=y
# CONFIG_ACPI_DOCK is not set
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_WMI=m
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_CUSTOM_DSDT_INITRD is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
# CONFIG_ACPI_SBS is not set

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

#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=y
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_P4_CLOCKMOD is not set

#
# shared options
#
# CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set
# CONFIG_X86_SPEEDSTEP_LIB is not set
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
CONFIG_DMAR=y
CONFIG_DMAR_GFX_WA=y
CONFIG_DMAR_FLOPPY_WA=y
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_PCIEAER=y
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
CONFIG_PCI_LEGACY=y
# CONFIG_PCI_DEBUG is not set
CONFIG_HT_IRQ=y
CONFIG_ISA_DMA_API=y
CONFIG_K8_NB=y
CONFIG_PCCARD=m
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_PCMCIA=m
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PCMCIA_IOCTL=y
CONFIG_CARDBUS=y

#
# PC-card bridges
#
# CONFIG_YENTA is not set
# CONFIG_PD6729 is not set
# CONFIG_I82092 is not set
CONFIG_HOTPLUG_PCI=y
# CONFIG_HOTPLUG_PCI_FAKE is not set
CONFIG_HOTPLUG_PCI_ACPI=m
CONFIG_HOTPLUG_PCI_ACPI_IBM=m
# CONFIG_HOTPLUG_PCI_CPCI is not set
# CONFIG_HOTPLUG_PCI_SHPC is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
CONFIG_IA32_EMULATION=y
CONFIG_IA32_AOUT=m
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y

#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=y
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_NET_KEY=m
# CONFIG_NET_KEY_MIGRATE is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_LRO=y
CONFIG_INET_DIAG=m
CONFIG_INET_TCP_DIAG=m
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
# CONFIG_NETLABEL is not set
CONFIG_NETWORK_SECMARK=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
# CONFIG_NF_CONNTRACK is not set
CONFIG_NETFILTER_XTABLES=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
# CONFIG_NETFILTER_XT_TARGET_DSCP is not set
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
# CONFIG_NETFILTER_XT_TARGET_TRACE is not set
# CONFIG_NETFILTER_XT_TARGET_SECMARK is not set
# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_DCCP=m
# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
# CONFIG_NETFILTER_XT_MATCH_ESP is not set
# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
CONFIG_NETFILTER_XT_MATCH_REALM=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
# 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=m
# CONFIG_NETFILTER_XT_MATCH_U32 is not set
# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set

#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_QUEUE=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_RECENT=m
CONFIG_IP_NF_MATCH_ECN=m
# CONFIG_IP_NF_MATCH_AH is not set
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_MATCH_ADDRTYPE=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m
CONFIG_IP_DCCP=m
CONFIG_INET_DCCP_DIAG=m
CONFIG_IP_DCCP_ACKVEC=y

#
# DCCP CCIDs Configuration (EXPERIMENTAL)
#
CONFIG_IP_DCCP_CCID2=m
# CONFIG_IP_DCCP_CCID2_DEBUG is not set
CONFIG_IP_DCCP_CCID3=m
# CONFIG_IP_DCCP_CCID3_DEBUG is not set
CONFIG_IP_DCCP_CCID3_RTO=100
CONFIG_IP_DCCP_TFRC_LIB=m

#
# DCCP Kernel Hacking
#
# CONFIG_IP_DCCP_DEBUG is not set
# CONFIG_NET_DCCPPROBE is not set
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_HMAC_NONE is not set
# CONFIG_SCTP_HMAC_SHA1 is not set
CONFIG_SCTP_HMAC_MD5=y
CONFIG_TIPC=m
# CONFIG_TIPC_ADVANCED is not set
# CONFIG_TIPC_DEBUG is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
CONFIG_VLAN_8021Q=m
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_RR=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_NETEM=m
CONFIG_NET_SCH_INGRESS=m

#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
CONFIG_CLS_U32_PERF=y
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
# CONFIG_NET_CLS_FLOW is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=m
CONFIG_NET_EMATCH_NBYTE=m
CONFIG_NET_EMATCH_U32=m
CONFIG_NET_EMATCH_META=m
CONFIG_NET_EMATCH_TEXT=m
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=y
CONFIG_NET_ACT_GACT=y
CONFIG_GACT_PROB=y
# CONFIG_NET_ACT_MIRRED is not set
CONFIG_NET_ACT_IPT=m
# CONFIG_NET_ACT_NAT is not set
# CONFIG_NET_ACT_PEDIT is not set
# CONFIG_NET_ACT_SIMP is not set
CONFIG_NET_CLS_IND=y
CONFIG_NET_SCH_FIFO=y

#
# Network testing
#
CONFIG_NET_PKTGEN=m
# CONFIG_NET_TCPPROBE is not set
# CONFIG_HAMRADIO is not set
CONFIG_CAN=m
CONFIG_CAN_RAW=m
CONFIG_CAN_BCM=m

#
# CAN Device Drivers
#
CONFIG_CAN_VCAN=m
# CONFIG_CAN_DEBUG_DEVICES is not set
# CONFIG_IRDA is not set
CONFIG_BT=m
CONFIG_BT_L2CAP=m
CONFIG_BT_SCO=m
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=m

#
# Bluetooth device drivers
#
CONFIG_BT_HCIUSB=m
CONFIG_BT_HCIUSB_SCO=y
CONFIG_BT_HCIBTSDIO=m
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_LL=y
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
# CONFIG_BT_HCIDTL1 is not set
# CONFIG_BT_HCIBT3C is not set
# CONFIG_BT_HCIBLUECARD is not set
# CONFIG_BT_HCIBTUART is not set
CONFIG_BT_HCIVHCI=m
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y

#
# Wireless
#
CONFIG_CFG80211=m
CONFIG_NL80211=y
CONFIG_WIRELESS_EXT=y
CONFIG_MAC80211=m

#
# Rate control algorithm selection
#
CONFIG_MAC80211_RC_DEFAULT_PID=y
# CONFIG_MAC80211_RC_DEFAULT_SIMPLE is not set
# CONFIG_MAC80211_RC_DEFAULT_NONE is not set

#
# Selecting 'y' for an algorithm will
#

#
# build the algorithm into mac80211.
#
CONFIG_MAC80211_RC_DEFAULT="pid"
CONFIG_MAC80211_RC_PID=y
# CONFIG_MAC80211_RC_SIMPLE is not set
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_DEBUG_PACKET_ALIGNMENT is not set
# CONFIG_MAC80211_DEBUG is not set
CONFIG_IEEE80211=y
CONFIG_IEEE80211_DEBUG=y
CONFIG_IEEE80211_CRYPT_WEP=y
CONFIG_IEEE80211_CRYPT_CCMP=m
CONFIG_IEEE80211_CRYPT_TKIP=m
CONFIG_IEEE80211_SOFTMAC=y
CONFIG_IEEE80211_SOFTMAC_DEBUG=y
CONFIG_RFKILL=m
CONFIG_RFKILL_INPUT=m
CONFIG_RFKILL_LEDS=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_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
CONFIG_CONNECTOR=m
CONFIG_MTD=m
# CONFIG_MTD_DEBUG is not set
CONFIG_MTD_CONCAT=m
CONFIG_MTD_PARTITIONS=y
CONFIG_MTD_REDBOOT_PARTS=m
CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1
# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set
# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set

#
# User Modules And Translation Layers
#
CONFIG_MTD_CHAR=m
CONFIG_MTD_BLKDEVS=m
CONFIG_MTD_BLOCK=m
CONFIG_MTD_BLOCK_RO=m
CONFIG_FTL=m
CONFIG_NFTL=m
CONFIG_NFTL_RW=y
CONFIG_INFTL=m
CONFIG_RFD_FTL=m
# CONFIG_SSFDC is not set
# CONFIG_MTD_OOPS is not set

#
# RAM/ROM/Flash chip drivers
#
CONFIG_MTD_CFI=m
CONFIG_MTD_JEDECPROBE=m
CONFIG_MTD_GEN_PROBE=m
# CONFIG_MTD_CFI_ADV_OPTIONS is not set
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
# CONFIG_MTD_CFI_I4 is not set
# CONFIG_MTD_CFI_I8 is not set
CONFIG_MTD_CFI_INTELEXT=m
CONFIG_MTD_CFI_AMDSTD=m
CONFIG_MTD_CFI_STAA=m
CONFIG_MTD_CFI_UTIL=m
CONFIG_MTD_RAM=m
CONFIG_MTD_ROM=m
CONFIG_MTD_ABSENT=m

#
# Mapping drivers for chip access
#
CONFIG_MTD_COMPLEX_MAPPINGS=y
# CONFIG_MTD_PHYSMAP is not set
CONFIG_MTD_SC520CDP=m
CONFIG_MTD_NETSC520=m
CONFIG_MTD_TS5500=m
# CONFIG_MTD_SBC_GXX is not set
# CONFIG_MTD_AMD76XROM is not set
# CONFIG_MTD_ICHXROM is not set
# CONFIG_MTD_ESB2ROM is not set
# CONFIG_MTD_CK804XROM is not set
CONFIG_MTD_SCB2_FLASH=m
# CONFIG_MTD_NETtel is not set
# CONFIG_MTD_DILNETPC is not set
# CONFIG_MTD_L440GX is not set
CONFIG_MTD_PCI=m
# CONFIG_MTD_INTEL_VR_NOR is not set
# CONFIG_MTD_PLATRAM is not set

#
# Self-contained MTD device drivers
#
CONFIG_MTD_PMC551=m
# CONFIG_MTD_PMC551_BUGFIX is not set
# CONFIG_MTD_PMC551_DEBUG is not set
# CONFIG_MTD_SLRAM is not set
# CONFIG_MTD_PHRAM is not set
CONFIG_MTD_MTDRAM=m
CONFIG_MTDRAM_TOTAL_SIZE=4096
CONFIG_MTDRAM_ERASE_SIZE=128
CONFIG_MTD_BLOCK2MTD=m

#
# Disk-On-Chip Device Drivers
#
CONFIG_MTD_DOC2000=m
# CONFIG_MTD_DOC2001 is not set
CONFIG_MTD_DOC2001PLUS=m
CONFIG_MTD_DOCPROBE=m
CONFIG_MTD_DOCECC=m
# CONFIG_MTD_DOCPROBE_ADVANCED is not set
CONFIG_MTD_DOCPROBE_ADDRESS=0
CONFIG_MTD_NAND=m
# CONFIG_MTD_NAND_VERIFY_WRITE is not set
# CONFIG_MTD_NAND_ECC_SMC is not set
# CONFIG_MTD_NAND_MUSEUM_IDS is not set
CONFIG_MTD_NAND_IDS=m
# CONFIG_MTD_NAND_DISKONCHIP is not set
# CONFIG_MTD_NAND_CAFE is not set
# CONFIG_MTD_NAND_NANDSIM is not set
# CONFIG_MTD_NAND_PLATFORM is not set
# CONFIG_MTD_ALAUDA is not set
# CONFIG_MTD_ONENAND is not set

#
# UBI - Unsorted block images
#
CONFIG_MTD_UBI=m
CONFIG_MTD_UBI_WL_THRESHOLD=4096
CONFIG_MTD_UBI_BEB_RESERVE=1
# CONFIG_MTD_UBI_GLUEBI is not set

#
# UBI debugging options
#
# CONFIG_MTD_UBI_DEBUG is not set
# CONFIG_PARPORT is not set
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_CRYPTOLOOP=m
CONFIG_BLK_DEV_NBD=m
# 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=16384
# CONFIG_BLK_DEV_XIP is not set
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
CONFIG_ATA_OVER_ETH=m
CONFIG_MISC_DEVICES=y
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_SGI_IOC4 is not set
CONFIG_TIFM_CORE=m
CONFIG_TIFM_7XX1=m
# CONFIG_ACER_WMI is not set
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_MSI_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
CONFIG_INTEL_MENLOW=m
# CONFIG_ENCLOSURE_SERVICES is not set
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 is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=m
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=m
# CONFIG_CHR_DEV_SCH is not set

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
# CONFIG_SCSI_SCAN_ASYNC is not set
CONFIG_SCSI_WAIT_SCAN=m

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=m
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
CONFIG_AIC7XXX_RESET_DELAY_MS=5000
CONFIG_AIC7XXX_DEBUG_ENABLE=y
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 is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_SRP is not set
# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
CONFIG_SATA_AHCI=y
# CONFIG_SATA_SVW is not set
CONFIG_ATA_PIIX=y
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIL24 is not set
# 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_ACPI is not set
# CONFIG_PATA_ALI is not set
CONFIG_PATA_AMD=y
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_MARVELL is not set
CONFIG_PATA_MPIIX=y
CONFIG_PATA_OLDPIIX=y
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PCMCIA is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID10=m
# CONFIG_MD_RAID456 is not set
CONFIG_MD_MULTIPATH=y
CONFIG_MD_FAULTY=m
CONFIG_BLK_DEV_DM=y
# CONFIG_DM_DEBUG is not set
CONFIG_DM_CRYPT=y
CONFIG_DM_SNAPSHOT=y
CONFIG_DM_MIRROR=y
CONFIG_DM_ZERO=y
CONFIG_DM_MULTIPATH=y
CONFIG_DM_MULTIPATH_EMC=y
# CONFIG_DM_MULTIPATH_RDAC is not set
# CONFIG_DM_MULTIPATH_HP is not set
# CONFIG_DM_DELAY is not set
# CONFIG_DM_UEVENT is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#
CONFIG_FIREWIRE=m
CONFIG_FIREWIRE_OHCI=m
CONFIG_FIREWIRE_SBP2=m
CONFIG_IEEE1394=m

#
# Subsystem Options
#
# CONFIG_IEEE1394_VERBOSEDEBUG is not set

#
# Controllers
#
CONFIG_IEEE1394_PCILYNX=m
CONFIG_IEEE1394_OHCI1394=m

#
# Protocols
#
CONFIG_IEEE1394_VIDEO1394=m
CONFIG_IEEE1394_SBP2=m
# CONFIG_IEEE1394_SBP2_PHYS_DMA is not set
CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y
CONFIG_IEEE1394_ETH1394=m
CONFIG_IEEE1394_DV1394=m
CONFIG_IEEE1394_RAWIO=m
CONFIG_I2O=m
# CONFIG_I2O_LCT_NOTIFY_ON_CHANGES is not set
CONFIG_I2O_EXT_ADAPTEC=y
CONFIG_I2O_EXT_ADAPTEC_DMA64=y
CONFIG_I2O_CONFIG=m
CONFIG_I2O_CONFIG_OLD_IOCTL=y
CONFIG_I2O_BUS=m
CONFIG_I2O_BLOCK=m
CONFIG_I2O_SCSI=m
CONFIG_I2O_PROC=m
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
# CONFIG_NETDEVICES_MULTIQUEUE is not set
# CONFIG_IFB is not set
CONFIG_DUMMY=m
CONFIG_BONDING=m
# CONFIG_MACVLAN is not set
CONFIG_EQUALIZER=m
CONFIG_TUN=m
CONFIG_VETH=m
CONFIG_NET_SB1000=m
# CONFIG_ARCNET is not set
CONFIG_PHYLIB=m

#
# MII PHY device drivers
#
CONFIG_MARVELL_PHY=m
CONFIG_DAVICOM_PHY=m
CONFIG_QSEMI_PHY=m
CONFIG_LXT_PHY=m
CONFIG_CICADA_PHY=m
# CONFIG_VITESSE_PHY is not set
# CONFIG_SMSC_PHY is not set
CONFIG_BROADCOM_PHY=m
# CONFIG_ICPLUS_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_FIXED_PHY is not set
CONFIG_MDIO_BITBANG=m
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_TULIP is not set
# CONFIG_HP100 is not set
# 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_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
CONFIG_B44=y
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
CONFIG_FORCEDETH=y
# CONFIG_FORCEDETH_NAPI is not set
# CONFIG_EEPRO100 is not set
CONFIG_E100=y
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
CONFIG_8139TOO=y
CONFIG_8139TOO_PIO=y
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_R6040 is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_SC92031 is not set
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
CONFIG_E1000=y
# CONFIG_E1000_NAPI is not set
# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
# CONFIG_E1000E is not set
# CONFIG_E1000E_ENABLED is not set
# CONFIG_IP1000 is not set
# CONFIG_IGB is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_SK98LIN is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_TIGON3=y
# CONFIG_BNX2 is not set
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set

#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
CONFIG_WLAN_80211=y
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
# CONFIG_LIBERTAS is not set
# CONFIG_AIRO is not set
# CONFIG_HERMES is not set
# CONFIG_ATMEL is not set
# CONFIG_AIRO_CS is not set
# CONFIG_PCMCIA_WL3501 is not set
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
# CONFIG_USB_NET_RNDIS_WLAN is not set
# CONFIG_RTL8180 is not set
# CONFIG_RTL8187 is not set
# CONFIG_ADM8211 is not set
# CONFIG_P54_COMMON is not set
# CONFIG_ATH5K is not set
# CONFIG_IWL4965 is not set
# CONFIG_IWL3945 is not set
# CONFIG_HOSTAP is not set
CONFIG_B43=m
CONFIG_B43_PCI_AUTOSELECT=y
CONFIG_B43_PCICORE_AUTOSELECT=y
CONFIG_B43_LEDS=y
CONFIG_B43_RFKILL=y
CONFIG_B43_DEBUG=y
CONFIG_B43LEGACY=m
CONFIG_B43LEGACY_PCI_AUTOSELECT=y
CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y
CONFIG_B43LEGACY_LEDS=y
CONFIG_B43LEGACY_RFKILL=y
CONFIG_B43LEGACY_DEBUG=y
CONFIG_B43LEGACY_DMA=y
CONFIG_B43LEGACY_PIO=y
CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
# CONFIG_B43LEGACY_DMA_MODE is not set
# CONFIG_B43LEGACY_PIO_MODE is not set
CONFIG_ZD1211RW=m
# CONFIG_ZD1211RW_DEBUG is not set
# CONFIG_RT2X00 is not set

#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
CONFIG_USB_USBNET=m
# CONFIG_USB_NET_AX8817X is not set
# CONFIG_USB_NET_CDCETHER is not set
# CONFIG_USB_NET_DM9601 is not set
# CONFIG_USB_NET_GL620A is not set
# CONFIG_USB_NET_NET1080 is not set
# CONFIG_USB_NET_PLUSB is not set
# CONFIG_USB_NET_MCS7830 is not set
# CONFIG_USB_NET_RNDIS_HOST is not set
# CONFIG_USB_NET_CDC_SUBSET is not set
# CONFIG_USB_NET_ZAURUS is not set
# CONFIG_NET_PCMCIA is not set
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
# CONFIG_PPP_BSDCOMP is not set
CONFIG_PPP_MPPE=m
CONFIG_PPPOE=m
# CONFIG_PPPOL2TP is not set
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLHC=m
CONFIG_SLIP_SMART=y
# CONFIG_SLIP_MODE_SLIP6 is not set
# CONFIG_NET_FC is not set
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 is not set

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

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

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_VSXXXAA is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDJOY is not set
# CONFIG_JOYSTICK_JOYDUMP is not set
# CONFIG_JOYSTICK_XPAD is not set
# CONFIG_INPUT_TABLET is not set
CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_FUJITSU is not set
# CONFIG_TOUCHSCREEN_GUNZE is not set
# CONFIG_TOUCHSCREEN_ELO is not set
# CONFIG_TOUCHSCREEN_MTOUCH is not set
# CONFIG_TOUCHSCREEN_MK712 is not set
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
# CONFIG_TOUCHSCREEN_UCB1400 is not set
# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_PCSPKR is not set
# CONFIG_INPUT_APANEL is not set
# CONFIG_INPUT_ATLAS_BTNS is not set
CONFIG_INPUT_ATI_REMOTE=m
CONFIG_INPUT_ATI_REMOTE2=m
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
CONFIG_INPUT_UINPUT=m

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

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

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

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_IPMI_HANDLER=m
# CONFIG_IPMI_PANIC_EVENT is not set
CONFIG_IPMI_DEVICE_INTERFACE=m
CONFIG_IPMI_SI=m
CONFIG_IPMI_WATCHDOG=m
CONFIG_IPMI_POWEROFF=m
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_INTEL=y
CONFIG_HW_RANDOM_AMD=y
CONFIG_NVRAM=m
CONFIG_RTC=y
CONFIG_R3964=m
# CONFIG_APPLICOM is not set

#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
# CONFIG_CARDMAN_4000 is not set
# CONFIG_CARDMAN_4040 is not set
# CONFIG_IPWIRELESS is not set
CONFIG_MWAVE=m
# CONFIG_PC8736x_GPIO is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
# CONFIG_HPET_RTC_IRQ is not set
CONFIG_HPET_MMAP=y
CONFIG_HANGCHECK_TIMER=m
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
CONFIG_I2C=m
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=m

#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_ALGOPCF=m
CONFIG_I2C_ALGOPCA=m

#
# I2C Hardware Bus support
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
CONFIG_I2C_I801=m
# CONFIG_I2C_I810 is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_TAOS_EVM is not set
CONFIG_I2C_STUB=m
# CONFIG_I2C_TINY_USB is not set
CONFIG_I2C_VIA=m
CONFIG_I2C_VIAPRO=m
# CONFIG_I2C_VOODOO3 is not set

#
# Miscellaneous I2C Chip support
#
CONFIG_DS1682=m
CONFIG_SENSORS_EEPROM=m
CONFIG_SENSORS_PCF8574=m
# CONFIG_PCF8575 is not set
CONFIG_SENSORS_PCF8591=m
# CONFIG_TPS65010 is not set
CONFIG_SENSORS_MAX6875=m
CONFIG_SENSORS_TSL2550=m
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set

#
# SPI support
#
# CONFIG_SPI is not set
# CONFIG_SPI_MASTER is not set
CONFIG_W1=m
CONFIG_W1_CON=y

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

#
# 1-wire Slaves
#
# CONFIG_W1_SLAVE_THERM is not set
# CONFIG_W1_SLAVE_SMEM is not set
# CONFIG_W1_SLAVE_DS2433 is not set
CONFIG_W1_SLAVE_DS2760=m
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
CONFIG_PDA_POWER=m
CONFIG_BATTERY_DS2760=m
CONFIG_HWMON=m
CONFIG_HWMON_VID=m
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
CONFIG_SENSORS_AD7418=m
CONFIG_SENSORS_ADM1021=m
CONFIG_SENSORS_ADM1025=m
CONFIG_SENSORS_ADM1026=m
# CONFIG_SENSORS_ADM1029 is not set
CONFIG_SENSORS_ADM1031=m
CONFIG_SENSORS_ADM9240=m
CONFIG_SENSORS_ADT7470=m
# CONFIG_SENSORS_ADT7473 is not set
# CONFIG_SENSORS_K8TEMP is not set
CONFIG_SENSORS_ASB100=m
CONFIG_SENSORS_ATXP1=m
CONFIG_SENSORS_DS1621=m
# CONFIG_SENSORS_I5K_AMB is not set
CONFIG_SENSORS_F71805F=m
CONFIG_SENSORS_F71882FG=m
CONFIG_SENSORS_F75375S=m
CONFIG_SENSORS_FSCHER=m
CONFIG_SENSORS_FSCPOS=m
CONFIG_SENSORS_FSCHMD=m
CONFIG_SENSORS_GL518SM=m
CONFIG_SENSORS_GL520SM=m
CONFIG_SENSORS_CORETEMP=m
CONFIG_SENSORS_IBMPEX=m
CONFIG_SENSORS_IT87=m
CONFIG_SENSORS_LM63=m
CONFIG_SENSORS_LM75=m
CONFIG_SENSORS_LM77=m
CONFIG_SENSORS_LM78=m
CONFIG_SENSORS_LM80=m
CONFIG_SENSORS_LM83=m
CONFIG_SENSORS_LM85=m
CONFIG_SENSORS_LM87=m
CONFIG_SENSORS_LM90=m
CONFIG_SENSORS_LM92=m
CONFIG_SENSORS_LM93=m
CONFIG_SENSORS_MAX1619=m
CONFIG_SENSORS_MAX6650=m
CONFIG_SENSORS_PC87360=m
# CONFIG_SENSORS_PC87427 is not set
CONFIG_SENSORS_SIS5595=m
CONFIG_SENSORS_DME1737=m
CONFIG_SENSORS_SMSC47M1=m
# CONFIG_SENSORS_SMSC47M192 is not set
CONFIG_SENSORS_SMSC47B397=m
# CONFIG_SENSORS_ADS7828 is not set
CONFIG_SENSORS_THMC50=m
CONFIG_SENSORS_VIA686A=m
CONFIG_SENSORS_VT1211=m
CONFIG_SENSORS_VT8231=m
CONFIG_SENSORS_W83781D=m
# CONFIG_SENSORS_W83791D is not set
CONFIG_SENSORS_W83792D=m
CONFIG_SENSORS_W83793=m
CONFIG_SENSORS_W83L785TS=m
# CONFIG_SENSORS_W83L786NG is not set
CONFIG_SENSORS_W83627HF=m
CONFIG_SENSORS_W83627EHF=m
CONFIG_SENSORS_HDAPS=m
# CONFIG_SENSORS_APPLESMC is not set
# CONFIG_HWMON_DEBUG_CHIP is not set
CONFIG_THERMAL=y
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_NOWAYOUT is not set

#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=m
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_SC520_WDT is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_IBMASR is not set
# CONFIG_WAFER_WDT is not set
# CONFIG_I6300ESB_WDT is not set
CONFIG_ITCO_WDT=y
# CONFIG_ITCO_VENDOR_SUPPORT is not set
# CONFIG_IT8712F_WDT is not set
# CONFIG_HP_WATCHDOG is not set
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
# CONFIG_60XX_WDT is not set
# CONFIG_SBC8360_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_SMSC37B787_WDT is not set
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83697HF_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
# 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 is not set

#
# Sonics Silicon Backplane
#
CONFIG_SSB_POSSIBLE=y
CONFIG_SSB=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
CONFIG_SSB_B43_PCI_BRIDGE=y
# CONFIG_SSB_DEBUG is not set
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y

#
# Multifunction device drivers
#
# CONFIG_MFD_SM501 is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
CONFIG_DVB_CORE=m
CONFIG_DVB_CORE_ATTACH=y
# CONFIG_DVB_CAPTURE_DRIVERS is not set
# CONFIG_DAB is not set

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
CONFIG_DRM=m
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
# CONFIG_DRM_I915 is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
# CONFIG_VGASTATE is not set
CONFIG_VIDEO_OUTPUT_CONTROL=m
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
# CONFIG_FB_DDC is not set
# CONFIG_FB_CFB_FILLRECT is not set
# CONFIG_FB_CFB_COPYAREA is not set
# CONFIG_FB_CFB_IMAGEBLIT is not set
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_SYS_FOPS is not set
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_UVESA is not set
# CONFIG_FB_VESA is not set
# CONFIG_FB_EFI is not set
# CONFIG_FB_HECUBA is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_VIRTUAL is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=m
CONFIG_BACKLIGHT_CLASS_DEVICE=m
# CONFIG_BACKLIGHT_CORGI is not set
# CONFIG_BACKLIGHT_PROGEAR 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_VIDEO_SELECT=y
CONFIG_DUMMY_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE is not set
CONFIG_FONT_8x16=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y

#
# Sound
#
CONFIG_SOUND=y

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=y
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=m
CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y
CONFIG_SND_DYNAMIC_MINORS=y
# CONFIG_SND_SUPPORT_OLD_API is not set
# CONFIG_SND_VERBOSE_PROCFS is not set
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
CONFIG_SND_MPU401_UART=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_DUMMY=m
CONFIG_SND_VIRMIDI=m
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
CONFIG_SND_MPU401=m

#
# PCI devices
#
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
CONFIG_SND_BT87X=m
# CONFIG_SND_BT87X_OVERCLOCK is not set
CONFIG_SND_CA0106=m
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_OXYGEN is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS5530 is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
CONFIG_SND_EMU10K1=m
CONFIG_SND_EMU10K1X=m
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
CONFIG_SND_HDA_INTEL=m
# CONFIG_SND_HDA_HWDEP is not set
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_ATIHDMI=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=5
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_HIFIER is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=m
CONFIG_SND_INTEL8X0M=m
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
CONFIG_SND_VIA82XX=m
CONFIG_SND_VIA82XX_MODEM=m
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
CONFIG_SND_AC97_POWER_SAVE=y
CONFIG_SND_AC97_POWER_SAVE_DEFAULT=5

#
# USB devices
#
CONFIG_SND_USB_AUDIO=m
CONFIG_SND_USB_USX2Y=m
# CONFIG_SND_USB_CAIAQ is not set

#
# PCMCIA devices
#
# CONFIG_SND_VXPOCKET is not set
# CONFIG_SND_PDAUDIOCF is not set

#
# System on Chip audio support
#
# CONFIG_SND_SOC is not set

#
# SoC Audio support for SuperH
#

#
# ALSA SoC audio for Freescale SOCs
#

#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
CONFIG_AC97_BUS=m
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
# CONFIG_HID_DEBUG is not set
CONFIG_HIDRAW=y

#
# USB Input Devices
#
CONFIG_USB_HID=m
# CONFIG_USB_HIDINPUT_POWERBOOK is not set
# CONFIG_HID_FF is not set
CONFIG_USB_HIDDEV=y

#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
CONFIG_USB_MOUSE=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DEVICE_CLASS is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
CONFIG_USB_SUSPEND=y
# CONFIG_USB_PERSIST is not set
# CONFIG_USB_OTG is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
CONFIG_USB_ISP116X_HCD=m
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 is not set
CONFIG_USB_R8A66597_HCD=m

#
# USB Device Class drivers
#
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m

#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#

#
# may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_KARMA is not set
CONFIG_USB_LIBUSUAL=y

#
# USB Imaging devices
#
CONFIG_USB_MDC800=m
CONFIG_USB_MICROTEK=m
# CONFIG_USB_MON is not set

#
# USB port drivers
#
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_CONSOLE=y
# CONFIG_USB_EZUSB is not set
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_AIRCABLE is not set
# CONFIG_USB_SERIAL_AIRPRIME is not set
# CONFIG_USB_SERIAL_ARK3116 is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_CH341 is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP2101 is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_EMPEG is not set
CONFIG_USB_SERIAL_FTDI_SIO=m
# CONFIG_USB_SERIAL_FUNSOFT is not set
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_IUU is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
# CONFIG_USB_SERIAL_NAVMAN is not set
CONFIG_USB_SERIAL_PL2303=y
CONFIG_USB_SERIAL_OTI6858=m
# CONFIG_USB_SERIAL_HP4X is not set
CONFIG_USB_SERIAL_SAFE=m
CONFIG_USB_SERIAL_SAFE_PADDED=y
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OPTION is not set
# CONFIG_USB_SERIAL_OMNINET is not set
# CONFIG_USB_SERIAL_DEBUG is not set

#
# USB Miscellaneous drivers
#
CONFIG_USB_EMI62=m
CONFIG_USB_EMI26=m
CONFIG_USB_ADUTUX=m
CONFIG_USB_AUERSWALD=m
CONFIG_USB_RIO500=m
CONFIG_USB_LEGOTOWER=m
CONFIG_USB_LCD=m
# CONFIG_USB_BERRY_CHARGE is not set
CONFIG_USB_LED=m
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGET is not set
CONFIG_USB_IDMOUSE=m
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
CONFIG_USB_SISUSBVGA=m
CONFIG_USB_SISUSBVGA_CON=y
CONFIG_USB_LD=m
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
CONFIG_USB_TEST=m
# CONFIG_USB_GADGET is not set
CONFIG_MMC=m
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_UNSAFE_RESUME is not set

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

#
# MMC/SD Host Controller Drivers
#
CONFIG_MMC_SDHCI=m
CONFIG_MMC_RICOH_MMC=m
CONFIG_MMC_WBSD=m
CONFIG_MMC_TIFM_SD=m
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=m

#
# LED drivers
#
# CONFIG_LEDS_CLEVO_MAIL is not set

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=m
CONFIG_LEDS_TRIGGER_HEARTBEAT=m
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
# CONFIG_RTC_CLASS is not set
CONFIG_DMADEVICES=y

#
# DMA Devices
#
CONFIG_INTEL_IOATDMA=m
CONFIG_DMA_ENGINE=y

#
# DMA Clients
#
CONFIG_NET_DMA=y
CONFIG_DCA=m

#
# Userspace I/O
#
# CONFIG_UIO is not set

#
# Firmware Drivers
#
CONFIG_EDD=m
CONFIG_DELL_RBU=m
CONFIG_DCDBAS=m
CONFIG_DMIID=y

#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
# CONFIG_EXT4DEV_FS is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_QUOTA=y
# CONFIG_QUOTA_NETLINK_INTERFACE is not set
# CONFIG_PRINT_QUOTA_WARNING is not set
CONFIG_QFMT_V1=m
CONFIG_QFMT_V2=m
CONFIG_QUOTACTL=y
CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m
CONFIG_FUSE_FS=m

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
# CONFIG_PROC_VMCORE is not set
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=y

#
# Miscellaneous filesystems
#
# 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=m
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_JFFS2_FS is not set
CONFIG_CRAMFS=m
# CONFIG_VXFS_FS is not set
CONFIG_MINIX_FS=m
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
CONFIG_ROMFS_FS=m
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_NFS_DIRECTIO=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
# CONFIG_SUNRPC_BIND34 is not set
CONFIG_RPCSEC_GSS_KRB5=m
CONFIG_RPCSEC_GSS_SPKM3=m
# CONFIG_SMB_FS is not set
CONFIG_CIFS=m
# CONFIG_CIFS_STATS is not set
# CONFIG_CIFS_WEAK_PW_HASH is not set
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_EXPERIMENTAL is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
# CONFIG_NLS_ISO8859_1 is not set
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=m
# CONFIG_DLM 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_MAGIC_SYSRQ=y
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_DETECT_SOFTLOCKUP=y
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_PREEMPT is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# 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_LIST is not set
# CONFIG_DEBUG_SG is not set
CONFIG_FRAME_POINTER=y
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_KPROBES_SANITY_TEST is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_LKDTM is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_LATENCYTOP=y
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
CONFIG_SAMPLES=y
# CONFIG_SAMPLE_KOBJECT is not set
# CONFIG_SAMPLE_KPROBES is not set
CONFIG_EARLY_PRINTK=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_DEBUG_PER_CPU_MAPS is not set
# CONFIG_DEBUG_RODATA is not set
# CONFIG_DEBUG_NX_TEST is not set
CONFIG_X86_MPPARSE=y
# CONFIG_IOMMU_DEBUG is not set
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 is not set
# CONFIG_CPA_DEBUG is not set

#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_DEBUG_PROC_KEYS=y
CONFIG_SECURITY=y
# CONFIG_SECURITY_NETWORK is not set
CONFIG_SECURITY_CAPABILITIES=y
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
# CONFIG_SECURITY_ROOTPLUG is not set
CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
CONFIG_CRYPTO=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_AEAD=m
CONFIG_CRYPTO_BLKCIPHER=y
# CONFIG_CRYPTO_SEQIV is not set
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=y
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_WP512=m
CONFIG_CRYPTO_TGR192=m
# CONFIG_CRYPTO_GF128MUL is not set
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_PCBC=m
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_XTS is not set
# CONFIG_CRYPTO_CTR is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_CRYPTD is not set
CONFIG_CRYPTO_DES=m
# CONFIG_CRYPTO_FCRYPT is not set
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_TWOFISH_COMMON=m
# CONFIG_CRYPTO_TWOFISH_X86_64 is not set
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_X86_64 is not set
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_KHAZAD=m
CONFIG_CRYPTO_ANUBIS=m
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_X86_64 is not set
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_CRC32C=m
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_TEST is not set
CONFIG_CRYPTO_AUTHENC=m
# CONFIG_CRYPTO_LZO is not set
# CONFIG_CRYPTO_HW is not set
CONFIG_HAVE_KVM=y
CONFIG_VIRTUALIZATION=y
# CONFIG_KVM is not set
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_BALLOON is not set

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_CRC_CCITT=m
CONFIG_CRC16=m
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
CONFIG_CRC7=m
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y

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

[    0.000000] Linux version 2.6.25-rc4-fs1 (mingo@dione) (gcc version 4.2.3) #98 SMP PREEMPT Thu Mar 6 19:34:57 CET 2008
[    0.000000] Command line: root=/dev/sda6 console=ttyS0,115200 earlyprintk=serial,ttyS0,115200 debug initcall_debug apic=verbose sysrq_always_enabled ignore_loglevel selinux=0 nmi_watchdog=2 idle=poll
[    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] using polling idle threads.
[    0.000000] Entering add_active_range(0, 0, 159) 0 entries of 256 used
[    0.000000] Entering add_active_range(0, 256, 262128) 1 entries of 256 used
[    0.000000] end_pfn_map = 1048576
[    0.000000] DMI 2.3 present.
[    0.000000] ACPI: RSDP 000F76F0, 0014 (r0 Nvidia)
[    0.000000] ACPI: RSDT 3FFF3040, 0034 (r1 Nvidia AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: FACP 3FFF30C0, 0074 (r1 Nvidia AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: DSDT 3FFF3180, 6264 (r1 NVIDIA AWRDACPI     1000 MSFT  100000E)
[    0.000000] ACPI: FACS 3FFF0000, 0040
[    0.000000] ACPI: SRAT 3FFF9500, 00A0 (r1 AMD    HAMMER          1 AMD         1)
[    0.000000] ACPI: MCFG 3FFF9600, 003C (r1 Nvidia AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: APIC 3FFF9440, 007C (r1 Nvidia AWRDACPI 42302E31 AWRD        0)
[    0.000000] Entering add_active_range(0, 0, 159) 0 entries of 256 used
[    0.000000] Entering add_active_range(0, 256, 262128) 1 entries of 256 used
[    0.000000] early res: 0 [0-fff] BIOS data page
[    0.000000] early res: 1 [6000-7fff] SMP_TRAMPOLINE
[    0.000000] early res: 2 [200000-858bab] TEXT DATA BSS
[    0.000000] early res: 3 [9f800-a07ff] EBDA
[    0.000000] early res: 4 [8000-afff] PGTABLE
[    0.000000]  [ffffe20000000000-ffffe200001fffff] PMD ->ffff810001200000 on node 0
[    0.000000]  [ffffe20000200000-ffffe200003fffff] PMD ->ffff810001600000 on node 0
[    0.000000]  [ffffe20000400000-ffffe200005fffff] PMD ->ffff810001a00000 on node 0
[    0.000000]  [ffffe20000600000-ffffe200007fffff] PMD ->ffff810001e00000 on node 0
[    0.000000]  [ffffe20000800000-ffffe200009fffff] PMD ->ffff810002200000 on node 0
[    0.000000]  [ffffe20000a00000-ffffe20000bfffff] PMD ->ffff810002600000 on node 0
[    0.000000]  [ffffe20000c00000-ffffe20000dfffff] PMD ->ffff810002a00000 on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   DMA32        4096 ->  1048576
[    0.000000]   Normal    1048576 ->  1048576
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0:        0 ->      159
[    0.000000]     0:      256 ->   262128
[    0.000000] On node 0 totalpages: 262031
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 1633 pages reserved
[    0.000000]   DMA zone: 2310 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 3527 pages used for memmap
[    0.000000]   DMA32 zone: 254505 pages, LIFO batch:31
[    0.000000]   Normal zone: 0 pages used for memmap
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] Nvidia board detected. Ignoring ACPI timer override.
[    0.000000] If you got timer trouble try acpi_use_timer_override
[    0.000000] ACPI: PM-Timer IO Port: 0x4008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] Processor #0 (Bootup-CPU)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] Processor #1
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: BIOS IRQ0 pin2 override ignored.
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ14 used by override.
[    0.000000] ACPI: IRQ15 used by override.
[    0.000000] Setting APIC routing to flat
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] mapped APIC to ffffffffff5fb000 (        fee00000)
[    0.000000] mapped IOAPIC to ffffffffff5fa000 (00000000fec00000)
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PERCPU: Allocating 31160 bytes of per cpu data
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 256815
[    0.000000] Kernel command line: root=/dev/sda6 console=ttyS0,115200 earlyprintk=serial,ttyS0,115200 debug initcall_debug apic=verbose sysrq_always_enabled ignore_loglevel selinux=0 nmi_watchdog=2 idle=poll
[    0.000000] debug: sysrq always enabled.
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] TSC calibrated against PM_TIMER
[    0.000001] Marking TSC unstable due to TSCs unsynchronized
[    0.005546] time.c: Detected 2160.190 MHz processor.
[    0.010000] spurious 8259A interrupt: IRQ7.
[    0.010000] Console: colour VGA+ 80x25
[    0.010000] console handover: boot [earlyser0] -> real [ttyS0]
[    0.010000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.010000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.010000] Checking aperture...
[    0.010000] Node 0: aperture @ 4000000 size 32 MB
[    0.010000] Aperture pointing to e820 RAM. Ignoring.
[    0.010000] No AGP bridge found
[    0.010000] Memory: 1024840k/1048512k available (3678k kernel code, 22648k reserved, 1745k data, 292k init)
[    0.010000] CPA: page pool initialized 1 of 1 pages preallocated
[    0.160001] Calibrating delay using timer specific routine.. 4322.49 BogoMIPS (lpj=21612470)
[    0.168478] Security Framework initialized
[    0.170007] Capability LSM initialized
[    0.173765] Mount-cache hash table entries: 256
[    0.180131] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.187259] CPU: L2 Cache: 512K (64 bytes/line)
[    0.190002] CPU: Physical Processor ID: 0
[    0.194008] CPU: Processor Core ID: 0
[    0.200018] ACPI: Core revision 20070126
[    0.213207] enabled ExtINT on CPU#0
[    0.216827] ENABLING IO-APIC IRQs
[    0.220002] init IO_APIC IRQs
[    0.222971] IOAPIC[0]: Set routing entry (2-0 -> 0x30 -> IRQ 0 Mode:0 Active:0)
[    0.230010] IOAPIC[0]: Set routing entry (2-1 -> 0x31 -> IRQ 1 Mode:0 Active:0)
[    0.237314] IOAPIC[0]: Set routing entry (2-2 -> 0x32 -> IRQ 2 Mode:0 Active:0)
[    0.240004] IOAPIC[0]: Set routing entry (2-3 -> 0x33 -> IRQ 3 Mode:0 Active:0)
[    0.250003] IOAPIC[0]: Set routing entry (2-4 -> 0x34 -> IRQ 4 Mode:0 Active:0)
[    0.257307] IOAPIC[0]: Set routing entry (2-5 -> 0x35 -> IRQ 5 Mode:0 Active:0)
[    0.260003] IOAPIC[0]: Set routing entry (2-6 -> 0x36 -> IRQ 6 Mode:0 Active:0)
[    0.270003] IOAPIC[0]: Set routing entry (2-7 -> 0x37 -> IRQ 7 Mode:0 Active:0)
[    0.280003] IOAPIC[0]: Set routing entry (2-8 -> 0x38 -> IRQ 8 Mode:0 Active:0)
[    0.287309] IOAPIC[0]: Set routing entry (2-9 -> 0x39 -> IRQ 9 Mode:1 Active:0)
[    0.290003] IOAPIC[0]: Set routing entry (2-10 -> 0x3a -> IRQ 10 Mode:0 Active:0)
[    0.300003] IOAPIC[0]: Set routing entry (2-11 -> 0x3b -> IRQ 11 Mode:0 Active:0)
[    0.310003] IOAPIC[0]: Set routing entry (2-12 -> 0x3c -> IRQ 12 Mode:0 Active:0)
[    0.317481] IOAPIC[0]: Set routing entry (2-13 -> 0x3d -> IRQ 13 Mode:0 Active:0)
[    0.320003] IOAPIC[0]: Set routing entry (2-14 -> 0x3e -> IRQ 14 Mode:0 Active:0)
[    0.330003] IOAPIC[0]: Set routing entry (2-15 -> 0x3f -> IRQ 15 Mode:0 Active:0)
[    0.340003]  IO-APIC (apicid-pin) 2-16, 2-17, 2-18, 2-19, 2-20, 2-21, 2-22, 2-23 not connected.
[    0.348958] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
[    0.466082] Using local APIC timer interrupts.
[    0.480001] APIC timer calibration result 13501176
[    0.490001] Detected 13.501 MHz APIC timer.
[    0.494325] Booting processor 1/2 APIC 0x1
[    0.010000] Initializing CPU#1
[    0.010000] masked ExtINT on CPU#1
[    0.010000] Calibrating delay using timer specific routine.. 4320.41 BogoMIPS (lpj=21602084)
[    0.010000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.010000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.010000] CPU: Physical Processor ID: 0
[    0.010000] CPU: Processor Core ID: 1
[    0.010000] AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
[    0.650120] Brought up 2 CPUs
[    0.660039] Testing NMI watchdog ... OK.
[    0.867882] CPU0 attaching sched-domain:
[    0.870001]  domain 0: span 3
[    0.872988]   groups: 1 2
[    0.875659] CPU1 attaching sched-domain:
[    0.880001]  domain 0: span 3
[    0.882989]   groups: 2 1
[    0.885907] Calling initcall 0xffffffff8158d080: init_cpufreq_transition_notifier_list+0x0/0x20()
[    0.894550] initcall 0xffffffff8158d080: init_cpufreq_transition_notifier_list+0x0/0x20() returned 0.
[    0.901229] initcall 0xffffffff8158d080 ran for 0 msecs: init_cpufreq_transition_notifier_list+0x0/0x20()
[    0.914357] Calling initcall 0xffffffff81590a40: net_ns_init+0x0/0x160()
[    0.920191] net_namespace: 888 bytes
[    0.923762] initcall 0xffffffff81590a40: net_ns_init+0x0/0x160() returned 0.
[    0.931230] initcall 0xffffffff81590a40 ran for 0 msecs: net_ns_init+0x0/0x160()
[    0.938630] Calling initcall 0xffffffff81573dd0: cpufreq_tsc+0x0/0x20()
[    0.942296] initcall 0xffffffff81573dd0: cpufreq_tsc+0x0/0x20() returned 0.
[    0.953328] initcall 0xffffffff81573dd0 ran for 0 msecs: cpufreq_tsc+0x0/0x20()
[    0.960000] Calling initcall 0xffffffff8138ab80: init_smp_flush+0x0/0x60()
[    0.966907] initcall 0xffffffff8138ab80: init_smp_flush+0x0/0x60() returned 0.
[    0.973595] initcall 0xffffffff8138ab80 ran for 0 msecs: init_smp_flush+0x0/0x60()
[    0.982364] Calling initcall 0xffffffff8157c910: sysctl_init+0x0/0x40()
[    0.989115] initcall 0xffffffff8157c910: sysctl_init+0x0/0x40() returned 0.
[    0.993329] initcall 0xffffffff8157c910 ran for 0 msecs: sysctl_init+0x0/0x40()
[    1.002105] Calling initcall 0xffffffff8157d220: ksysfs_init+0x0/0xc0()
[    1.010005] initcall 0xffffffff8157d220: ksysfs_init+0x0/0xc0() returned 0.
[    1.016993] initcall 0xffffffff8157d220 ran for 0 msecs: ksysfs_init+0x0/0xc0()
[    1.022105] Calling initcall 0xffffffff8157d5d0: init_jiffies_clocksource+0x0/0x20()
[    1.030190] initcall 0xffffffff8157d5d0: init_jiffies_clocksource+0x0/0x20() returned 0.
[    1.040000] initcall 0xffffffff8157d5d0 ran for 0 msecs: init_jiffies_clocksource+0x0/0x20()
[    1.048442] Calling initcall 0xffffffff8157d8f0: pm_init+0x0/0x40()
[    1.051943] initcall 0xffffffff8157d8f0: pm_init+0x0/0x40() returned 0.
[    1.061231] initcall 0xffffffff8157d8f0 ran for 0 msecs: pm_init+0x0/0x40()
[    1.068198] Calling initcall 0xffffffff8157d950: pm_disk_init+0x0/0x20()
[    1.072374] initcall 0xffffffff8157d950: pm_disk_init+0x0/0x20() returned 0.
[    1.081231] initcall 0xffffffff8157d950 ran for 0 msecs: pm_disk_init+0x0/0x20()
[    1.088631] Calling initcall 0xffffffff81065ea0: swsusp_header_init+0x0/0x30()
[    1.092901] initcall 0xffffffff81065ea0: swsusp_header_init+0x0/0x30() returned 0.
[    1.103934] initcall 0xffffffff81065ea0 ran for 0 msecs: swsusp_header_init+0x0/0x30()
[    1.110000] Calling initcall 0xffffffff81580c40: filelock_init+0x0/0x30()
[    1.116817] initcall 0xffffffff81580c40: filelock_init+0x0/0x30() returned 0.
[    1.123499] initcall 0xffffffff81580c40 ran for 0 msecs: filelock_init+0x0/0x30()
[    1.132269] Calling initcall 0xffffffff81581860: init_misc_binfmt+0x0/0x50()
[    1.140192] initcall 0xffffffff81581860: init_misc_binfmt+0x0/0x50() returned 0.
[    1.147616] initcall 0xffffffff81581860 ran for 0 msecs: init_misc_binfmt+0x0/0x50()
[    1.152538] Calling initcall 0xffffffff815818b0: init_script_binfmt+0x0/0x20()
[    1.162894] initcall 0xffffffff815818b0: init_script_binfmt+0x0/0x20() returned 0.
[    1.171231] initcall 0xffffffff815818b0 ran for 0 msecs: init_script_binfmt+0x0/0x20()
[    1.179150] Calling initcall 0xffffffff815818d0: init_elf_binfmt+0x0/0x20()
[    1.182635] initcall 0xffffffff815818d0: init_elf_binfmt+0x0/0x20() returned 0.
[    1.191228] initcall 0xffffffff815818d0 ran for 0 msecs: init_elf_binfmt+0x0/0x20()
[    1.200000] Calling initcall 0xffffffff815818f0: init_compat_elf_binfmt+0x0/0x20()
[    1.207591] initcall 0xffffffff815818f0: init_compat_elf_binfmt+0x0/0x20() returned 0.
[    1.214280] initcall 0xffffffff815818f0 ran for 0 msecs: init_compat_elf_binfmt+0x0/0x20()
[    1.223050] Calling initcall 0xffffffff815825d0: debugfs_init+0x0/0x60()
[    1.230192] initcall 0xffffffff815825d0: debugfs_init+0x0/0x60() returned 0.
[    1.237270] initcall 0xffffffff815825d0 ran for 0 msecs: debugfs_init+0x0/0x60()
[    1.242183] Calling initcall 0xffffffff81582aa0: securityfs_init+0x0/0x60()
[    1.252643] initcall 0xffffffff81582aa0: securityfs_init+0x0/0x60() returned 0.
[    1.260001] initcall 0xffffffff81582aa0 ran for 0 msecs: securityfs_init+0x0/0x60()
[    1.267668] Calling initcall 0xffffffff81583670: random32_init+0x0/0x60()
[    1.272462] initcall 0xffffffff81583670: random32_init+0x0/0x60() returned 0.
[    1.281231] initcall 0xffffffff81583670 ran for 0 msecs: random32_init+0x0/0x60()
[    1.288718] Calling initcall 0xffffffff8158d0a0: cpufreq_core_init+0x0/0x90()
[    1.292814] initcall 0xffffffff8158d0a0: cpufreq_core_init+0x0/0x90() returned 0.
[    1.303848] initcall 0xffffffff8158d0a0 ran for 0 msecs: cpufreq_core_init+0x0/0x90()
[    1.310000] Calling initcall 0xffffffff8158d1e0: cpuidle_init+0x0/0x50()
[    1.316728] initcall 0xffffffff8158d1e0: cpuidle_init+0x0/0x50() returned 0.
[    1.323422] initcall 0xffffffff8158d1e0 ran for 0 msecs: cpuidle_init+0x0/0x50()
[    1.332192] Calling initcall 0xffffffff81590900: sock_init+0x0/0x60()
[    1.338692] initcall 0xffffffff81590900: sock_init+0x0/0x60() returned 0.
[    1.343154] initcall 0xffffffff81590900 ran for 0 msecs: sock_init+0x0/0x60()
[    1.351932] Calling initcall 0xffffffff81591430: netpoll_init+0x0/0x40()
[    1.360190] initcall 0xffffffff81591430: netpoll_init+0x0/0x40() returned 0.
[    1.367260] initcall 0xffffffff81591430 ran for 0 msecs: netpoll_init+0x0/0x40()
[    1.372192] Calling initcall 0xffffffff81591720: netlink_proto_init+0x0/0x180()
[    1.380196] NET: Registered protocol family 16
[    1.384644] initcall 0xffffffff81591720: netlink_proto_init+0x0/0x180() returned 0.
[    1.394028] initcall 0xffffffff81591720 ran for 0 msecs: netlink_proto_init+0x0/0x180()
[    1.400000] Calling initcall 0xffffffff81583540: kobject_uevent_init+0x0/0x50()
[    1.407339] initcall 0xffffffff81583540: kobject_uevent_init+0x0/0x50() returned 0.
[    1.414030] initcall 0xffffffff81583540 ran for 0 msecs: kobject_uevent_init+0x0/0x50()
[    1.422791] Calling initcall 0xffffffff815839d0: pcibus_class_init+0x0/0x20()
[    1.430223] initcall 0xffffffff815839d0: pcibus_class_init+0x0/0x20() returned 0.
[    1.440001] initcall 0xffffffff815839d0 ran for 0 msecs: pcibus_class_init+0x0/0x20()
[    1.447843] Calling initcall 0xffffffff81584150: pci_driver_init+0x0/0x20()
[    1.452661] initcall 0xffffffff81584150: pci_driver_init+0x0/0x20() returned 0.
[    1.461238] initcall 0xffffffff81584150 ran for 0 msecs: pci_driver_init+0x0/0x20()
[    1.470000] Calling initcall 0xffffffff81588380: tty_class_init+0x0/0x30()
[    1.476917] initcall 0xffffffff81588380: tty_class_init+0x0/0x30() returned 0.
[    1.483595] initcall 0xffffffff81588380 ran for 0 msecs: tty_class_init+0x0/0x30()
[    1.490000] Calling initcall 0xffffffff81588f00: vtconsole_class_init+0x0/0xe0()
[    1.497465] initcall 0xffffffff81588f00: vtconsole_class_init+0x0/0xe0() returned 0.
[    1.504114] initcall 0xffffffff81588f00 ran for 0 msecs: vtconsole_class_init+0x0/0xe0()
[    1.512883] Calling initcall 0xffffffff81573b20: arch_kdebugfs_init+0x0/0x10()
[    1.520190] initcall 0xffffffff81573b20: arch_kdebugfs_init+0x0/0x10() returned 0.
[    1.530002] initcall 0xffffffff81573b20 ran for 0 msecs: arch_kdebugfs_init+0x0/0x10()
[    1.537928] Calling initcall 0xffffffff815748f0: mtrr_if_init+0x0/0x80()
[    1.542377] initcall 0xffffffff815748f0: mtrr_if_init+0x0/0x80() returned 0.
[    1.551228] initcall 0xffffffff815748f0 ran for 0 msecs: mtrr_if_init+0x0/0x80()
[    1.558631] Calling initcall 0xffffffff81575b80: ffh_cstate_init+0x0/0x40()
[    1.562635] initcall 0xffffffff81575b80: ffh_cstate_init+0x0/0x40() returned -1.
[    1.571317] initcall 0xffffffff81575b80 ran for 0 msecs: ffh_cstate_init+0x0/0x40()
[    1.580001] initcall at 0xffffffff81575b80: ffh_cstate_init+0x0/0x40(): returned with error code -1
[    1.590000] Calling initcall 0xffffffff815857b0: acpi_pci_init+0x0/0x50()
[    1.596811] ACPI: bus type pci registered
[    1.600000] initcall 0xffffffff815857b0: acpi_pci_init+0x0/0x50() returned 0.
[    1.607159] initcall 0xffffffff815857b0 ran for 9 msecs: acpi_pci_init+0x0/0x50()
[    1.612269] Calling initcall 0xffffffff81586aa6: init_acpi_device_notify+0x0/0x4b()
[    1.623336] initcall 0xffffffff81586aa6: init_acpi_device_notify+0x0/0x4b() returned 0.
[    1.631231] initcall 0xffffffff81586aa6 ran for 0 msecs: init_acpi_device_notify+0x0/0x4b()
[    1.639585] Calling initcall 0xffffffff8158db50: dmi_id_init+0x0/0x310()
[    1.642450] initcall 0xffffffff8158db50: dmi_id_init+0x0/0x310() returned 0.
[    1.653422] initcall 0xffffffff8158db50 ran for 0 msecs: dmi_id_init+0x0/0x310()
[    1.660001] Calling initcall 0xffffffff8158f490: pci_access_init+0x0/0x60()
[    1.678400] PCI: Using MMCONFIG at e0000000 - efffffff
[    1.680003] PCI: Using configuration type 1
[    1.684183] initcall 0xffffffff8158f490: pci_access_init+0x0/0x60() returned 0.
[    1.693681] initcall 0xffffffff8158f490 ran for 19 msecs: pci_access_init+0x0/0x60()
[    1.702451] Calling initcall 0xffffffff81573ad0: topology_init+0x0/0x50()
[    1.709322] initcall 0xffffffff81573ad0: topology_init+0x0/0x50() returned 0.
[    1.713508] initcall 0xffffffff81573ad0 ran for 0 msecs: topology_init+0x0/0x50()
[    1.722278] Calling initcall 0xffffffff81574520: mtrr_init_finialize+0x0/0x40()
[    1.730191] initcall 0xffffffff81574520: mtrr_init_finialize+0x0/0x40() returned 0.
[    1.737869] initcall 0xffffffff81574520 ran for 0 msecs: mtrr_init_finialize+0x0/0x40()
[    1.742790] Calling initcall 0xffffffff8157cd70: param_sysfs_init+0x0/0x240()
[    1.754129] initcall 0xffffffff8157cd70: param_sysfs_init+0x0/0x240() returned 0.
[    1.761229] initcall 0xffffffff8157cd70 ran for 0 msecs: param_sysfs_init+0x0/0x240()
[    1.770000] Calling initcall 0xffffffff81067600: pm_sysrq_init+0x0/0x20()
[    1.776820] initcall 0xffffffff81067600: pm_sysrq_init+0x0/0x20() returned 0.
[    1.783508] initcall 0xffffffff81067600 ran for 0 msecs: pm_sysrq_init+0x0/0x20()
[    1.792271] Calling initcall 0xffffffff8157ffe0: readahead_init+0x0/0x20()
[    1.799181] initcall 0xffffffff8157ffe0: readahead_init+0x0/0x20() returned 0.
[    1.803588] initcall 0xffffffff8157ffe0 ran for 0 msecs: readahead_init+0x0/0x20()
[    1.812364] Calling initcall 0xffffffff815813b0: init_bio+0x0/0x100()
[    1.820238] initcall 0xffffffff815813b0: init_bio+0x0/0x100() returned 0.
[    1.827052] initcall 0xffffffff815813b0 ran for 0 msecs: init_bio+0x0/0x100()
[    1.831932] Calling initcall 0xffffffff81583210: blk_settings_init+0x0/0x30()
[    1.840188] initcall 0xffffffff81583210: blk_settings_init+0x0/0x30() returned 0.
[    1.847694] initcall 0xffffffff81583210 ran for 0 msecs: blk_settings_init+0x0/0x30()
[    1.852624] Calling initcall 0xffffffff81583240: blk_ioc_init+0x0/0x30()
[    1.862387] initcall 0xffffffff81583240: blk_ioc_init+0x0/0x30() returned 0.
[    1.870001] initcall 0xffffffff81583240 ran for 0 msecs: blk_ioc_init+0x0/0x30()
[    1.877400] Calling initcall 0xffffffff81583270: genhd_device_init+0x0/0x40()
[    1.882889] initcall 0xffffffff81583270: genhd_device_init+0x0/0x40() returned 0.
[    1.891238] initcall 0xffffffff81583270 ran for 0 msecs: genhd_device_init+0x0/0x40()
[    1.900001] Calling initcall 0xffffffff81585800: fbmem_init+0x0/0xa0()
[    1.906589] initcall 0xffffffff81585800: fbmem_init+0x0/0xa0() returned 0.
[    1.913247] initcall 0xffffffff81585800 ran for 0 msecs: fbmem_init+0x0/0xa0()
[    1.920000] Calling initcall 0xffffffff8158688a: acpi_init+0x0/0x21c()
[    1.927421] ACPI: EC: Look up EC in DSDT
[    1.940217] ACPI: Interpreter enabled
[    1.943877] ACPI: (supports S0 S1 S3 S4 S5)
[    1.948165] ACPI: Using IOAPIC for interrupt routing
[    1.950044] initcall 0xffffffff8158688a: acpi_init+0x0/0x21c() returned 0.
[    1.960001] initcall 0xffffffff8158688a ran for 28 msecs: acpi_init+0x0/0x21c()
[    1.967322] Calling initcall 0xffffffff81586af1: acpi_scan_init+0x0/0x110()
[    1.984075] initcall 0xffffffff81586af1: acpi_scan_init+0x0/0x110() returned 0.
[    1.991236] initcall 0xffffffff81586af1 ran for 9 msecs: acpi_scan_init+0x0/0x110()
[    1.998898] Calling initcall 0xffffffff81586c01: acpi_ec_init+0x0/0x61()
[    2.002445] initcall 0xffffffff81586c01: acpi_ec_init+0x0/0x61() returned 0.
[    2.011238] initcall 0xffffffff81586c01 ran for 0 msecs: acpi_ec_init+0x0/0x61()
[    2.020001] Calling initcall 0xffffffff81586f1b: acpi_pci_root_init+0x0/0x28()
[    2.027255] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    2.030384] PCI: Transparent bridge - 0000:00:09.0
[    2.035363] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    2.040257] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[    2.108386] initcall 0xffffffff81586f1b: acpi_pci_root_init+0x0/0x28() returned 0.
[    2.113943] initcall 0xffffffff81586f1b ran for 76 msecs: acpi_pci_root_init+0x0/0x28()
[    2.122711] Calling initcall 0xffffffff815870c2: acpi_pci_link_init+0x0/0x48()
[    2.130326] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    2.138894] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    2.142880] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    2.152878] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    2.163276] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    2.171698] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    2.180348] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    2.188920] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    2.192879] ACPI: PCI Interrupt Link [LACI] (IRQs *3 4 5 7 9 10 11 12 14 15)
[    2.202878] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    2.212262] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    2.220346] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    2.228909] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    2.234048] ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    2.244048] ACPI: PCI Interrupt Link [LFID] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    2.254047] ACPI: PCI Interrupt Link [LPCA] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    2.263879] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
[    2.270367] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0
[    2.275920] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0
[    2.281024] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[    2.287487] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled.
[    2.291813] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0, disabled.
[    2.301618] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled.
[    2.308974] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0
[    2.311860] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0
[    2.321584] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled.
[    2.328940] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0, disabled.
[    2.332831] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0, disabled.
[    2.342839] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
[    2.350377] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0, disabled.
[    2.357743] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0, disabled.
[    2.362841] ACPI: PCI Interrupt Link [APCP] (IRQs 20 21 22 23) *0, disabled.
[    2.372723] initcall 0xffffffff815870c2: acpi_pci_link_init+0x0/0x48() returned 0.
[    2.380001] initcall 0xffffffff815870c2 ran for 228 msecs: acpi_pci_link_init+0x0/0x48()
[    2.388102] Calling initcall 0xffffffff8158710a: acpi_power_init+0x0/0x77()
[    2.392678] initcall 0xffffffff8158710a: acpi_power_init+0x0/0x77() returned 0.
[    2.401229] initcall 0xffffffff8158710a ran for 0 msecs: acpi_power_init+0x0/0x77()
[    2.410000] Calling initcall 0xffffffff8158734c: acpi_system_init+0x0/0x264()
[    2.417210] initcall 0xffffffff8158734c: acpi_system_init+0x0/0x264() returned 0.
[    2.423848] initcall 0xffffffff8158734c ran for 0 msecs: acpi_system_init+0x0/0x264()
[    2.432617] Calling initcall 0xffffffff81587630: acpi_cm_sbs_init+0x0/0x10()
[    2.440190] initcall 0xffffffff81587630: acpi_cm_sbs_init+0x0/0x10() returned 0.
[    2.447609] initcall 0xffffffff81587630 ran for 0 msecs: acpi_cm_sbs_init+0x0/0x10()
[    2.452530] Calling initcall 0xffffffff81587640: pnp_init+0x0/0x20()
[    2.462036] Linux Plug and Play Support v0.97 (c) Adam Belay
[    2.467713] initcall 0xffffffff81587640: pnp_init+0x0/0x20() returned 0.
[    2.473067] initcall 0xffffffff81587640 ran for 0 msecs: pnp_init+0x0/0x20()
[    2.480000] Calling initcall 0xffffffff815878b0: pnpacpi_init+0x0/0xa0()
[    2.486725] pnp: PnP ACPI init
[    2.490006] ACPI: bus type pnp registered
[    2.495911] IOAPIC[0]: Set routing entry (2-8 -> 0x38 -> IRQ 8 Mode:0 Active:0)
[    2.500103] IOAPIC[0]: Set routing entry (2-13 -> 0x3d -> IRQ 13 Mode:0 Active:0)
[    2.510401] IOAPIC[0]: Set routing entry (2-6 -> 0x36 -> IRQ 6 Mode:0 Active:0)
[    2.520394] IOAPIC[0]: Set routing entry (2-4 -> 0x34 -> IRQ 4 Mode:0 Active:0)
[    2.528631] IOAPIC[0]: Set routing entry (2-7 -> 0x37 -> IRQ 7 Mode:0 Active:0)
[    2.530166] IOAPIC[0]: Set routing entry (2-12 -> 0x3c -> IRQ 12 Mode:0 Active:0)
[    2.540099] IOAPIC[0]: Set routing entry (2-1 -> 0x31 -> IRQ 1 Mode:0 Active:0)
[    2.550514] IOAPIC[0]: Set routing entry (2-10 -> 0x3a -> IRQ 10 Mode:0 Active:0)
[    2.558737] pnpacpi: exceeded the max number of mem resources: 12
[    2.560058] pnp: PnP ACPI: found 16 devices
[    2.570001] ACPI: ACPI bus type pnp unregistered
[    2.574618] initcall 0xffffffff815878b0: pnpacpi_init+0x0/0xa0() returned 0.
[    2.581231] initcall 0xffffffff815878b0 ran for 85 msecs: pnpacpi_init+0x0/0xa0()
[    2.588717] Calling initcall 0xffffffff815888f0: misc_init+0x0/0x90()
[    2.592145] initcall 0xffffffff815888f0: misc_init+0x0/0x90() returned 0.
[    2.601231] initcall 0xffffffff815888f0 ran for 0 msecs: misc_init+0x0/0x90()
[    2.608371] Calling initcall 0xffffffff8158ae50: init_scsi+0x0/0xb0()
[    2.612274] SCSI subsystem initialized
[    2.620001] initcall 0xffffffff8158ae50: init_scsi+0x0/0xb0() returned 0.
[    2.626810] initcall 0xffffffff8158ae50 ran for 9 msecs: init_scsi+0x0/0xb0()
[    2.631923] Calling initcall 0xffffffff8158b350: ata_init+0x0/0x3b0()
[    2.640269] libata version 3.00 loaded.
[    2.644099] initcall 0xffffffff8158b350: ata_init+0x0/0x3b0() returned 0.
[    2.650001] initcall 0xffffffff8158b350 ran for 0 msecs: ata_init+0x0/0x3b0()
[    2.657148] Calling initcall 0xffffffff8158b7b0: usb_init+0x0/0x130()
[    2.662225] usbcore: registered new interface driver usbfs
[    2.670032] usbcore: registered new interface driver hub
[    2.675382] usbcore: registered new device driver usb
[    2.680001] initcall 0xffffffff8158b7b0: usb_init+0x0/0x130() returned 0.
[    2.686811] initcall 0xffffffff8158b7b0 ran for 19 msecs: usb_init+0x0/0x130()
[    2.691930] Calling initcall 0xffffffff8158be80: serio_init+0x0/0xb0()
[    2.700233] initcall 0xffffffff8158be80: serio_init+0x0/0xb0() returned 0.
[    2.707130] initcall 0xffffffff8158be80 ran for 0 msecs: serio_init+0x0/0xb0()
[    2.712017] Calling initcall 0xffffffff8158c370: input_init+0x0/0x130()
[    2.720214] initcall 0xffffffff8158c370: input_init+0x0/0x130() returned 0.
[    2.727199] initcall 0xffffffff8158c370 ran for 0 msecs: input_init+0x0/0x130()
[    2.732106] Calling initcall 0xffffffff8158c6e0: power_supply_class_init+0x0/0x40()
[    2.743349] initcall 0xffffffff8158c6e0: power_supply_class_init+0x0/0x40() returned 0.
[    2.751231] initcall 0xffffffff8158c6e0 ran for 0 msecs: power_supply_class_init+0x0/0x40()
[    2.760001] Calling initcall 0xffffffff8158c720: thermal_init+0x0/0x40()
[    2.766755] initcall 0xffffffff8158c720: thermal_init+0x0/0x40() returned 0.
[    2.773422] initcall 0xffffffff8158c720 ran for 0 msecs: thermal_init+0x0/0x40()
[    2.780001] Calling initcall 0xffffffff8158c820: md_init+0x0/0xf0()
[    2.786308] initcall 0xffffffff8158c820: md_init+0x0/0xf0() returned 0.
[    2.792989] initcall 0xffffffff8158c820 ran for 0 msecs: md_init+0x0/0xf0()
[    2.801750] Calling initcall 0xffffffff8158df30: dma_bus_init+0x0/0x30()
[    2.808498] initcall 0xffffffff8158df30: dma_bus_init+0x0/0x30() returned 0.
[    2.813422] initcall 0xffffffff8158df30 ran for 0 msecs: dma_bus_init+0x0/0x30()
[    2.822192] Calling initcall 0xffffffff8158f4f0: pci_acpi_init+0x0/0xc0()
[    2.829004] PCI: Using ACPI for IRQ routing
[    2.830003] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[    2.840001] number of MP IRQ sources: 16.
[    2.844004] number of IO-APIC #2 registers: 24.
[    2.850000] testing the IO APIC.......................
[    2.855141] 
[    2.856638] IO APIC #2......
[    2.860001] .... register #00: 00000000
[    2.863838] .......    : physical APIC id: 00
[    2.868189] .... register #01: 00170011
[    2.870001] .......     : max redirection entries: 0017
[    2.875216] .......     : PRQ implemented: 0
[    2.880001] .......     : IO APIC version: 0011
[    2.884531] .... register #02: 00000000
[    2.890000] .......     : arbitration: 00
[    2.894012] .... IRQ redirection table:
[    2.897842]  NR Dst Mask Trig IRR Pol Stat Dmod Deli Vect:   
[    2.900002]  00 003 0    0    0   0   0    1    1    30
[    2.905245]  01 003 0    0    0   0   0    1    1    31
[    2.913227]  02 003 0    0    0   0   0    1    1    32
[    2.918469]  03 003 1    0    0   0   0    1    1    33
[    2.923225]  04 003 0    0    0   0   0    1    1    34
[    2.930002]  05 003 1    0    0   0   0    1    1    35
[    2.935244]  06 003 0    0    0   0   0    1    1    36
[    2.940002]  07 003 0    0    0   0   0    1    1    37
[    2.945244]  08 003 0    0    0   0   0    1    1    38
[    2.950002]  09 003 0    1    0   0   0    1    1    39
[    2.955244]  0a 003 0    0    0   0   0    1    1    3A
[    2.960002]  0b 003 1    0    0   0   0    1    1    3B
[    2.965244]  0c 003 0    0    0   0   0    1    1    3C
[    2.970002]  0d 003 0    0    0   0   0    1    1    3D
[    2.975244]  0e 003 0    0    0   0   0    1    1    3E
[    2.980002]  0f 003 0    0    0   0   0    1    1    3F
[    2.985244]  10 000 1    0    0   0   0    0    0    00
[    2.990002]  11 000 1    0    0   0   0    0    0    00
[    2.995244]  12 000 1    0    0   0   0    0    0    00
[    3.003231]  13 000 1    0    0   0   0    0    0    00
[    3.008466]  14 000 1    0    0   0   0    0    0    00
[    3.013233]  15 000 1    0    0   0   0    0    0    00
[    3.018475]  16 000 1    0    0   0   0    0    0    00
[    3.023225]  17 000 1    0    0   0   0    0    0    00
[    3.028458] IRQ to pin mappings:
[    3.030000] IRQ0 -> 0:0
[    3.032478] IRQ1 -> 0:1
[    3.034955] IRQ2 -> 0:2
[    3.040190] IRQ3 -> 0:3
[    3.042670] IRQ4 -> 0:4
[    3.045147] IRQ5 -> 0:5
[    3.047627] IRQ6 -> 0:6
[    3.050000] IRQ7 -> 0:7
[    3.052478] IRQ8 -> 0:8
[    3.054957] IRQ9 -> 0:9
[    3.057435] IRQ10 -> 0:10
[    3.060189] IRQ11 -> 0:11
[    3.062841] IRQ12 -> 0:12
[    3.065494] IRQ13 -> 0:13
[    3.068144] IRQ14 -> 0:14
[    3.070815] IRQ15 -> 0:15
[    3.073466] .................................... done.
[    3.078596] initcall 0xffffffff8158f4f0: pci_acpi_init+0x0/0xc0() returned 0.
[    3.083502] initcall 0xffffffff8158f4f0 ran for 238 msecs: pci_acpi_init+0x0/0xc0()
[    3.092270] Calling initcall 0xffffffff8158f5b0: pci_legacy_init+0x0/0x110()
[    3.100188] initcall 0xffffffff8158f5b0: pci_legacy_init+0x0/0x110() returned 0.
[    3.107608] initcall 0xffffffff8158f5b0 ran for 0 msecs: pci_legacy_init+0x0/0x110()
[    3.112538] Calling initcall 0xffffffff8158fc30: pcibios_irq_init+0x0/0x530()
[    3.122817] initcall 0xffffffff8158fc30: pcibios_irq_init+0x0/0x530() returned 0.
[    3.130001] initcall 0xffffffff8158fc30 ran for 0 msecs: pcibios_irq_init+0x0/0x530()
[    3.137843] Calling initcall 0xffffffff81590160: pcibios_init+0x0/0x70()
[    3.142409] initcall 0xffffffff81590160: pcibios_init+0x0/0x70() returned 0.
[    3.151231] initcall 0xffffffff81590160 ran for 0 msecs: pcibios_init+0x0/0x70()
[    3.158632] Calling initcall 0xffffffff815909c0: proto_init+0x0/0x30()
[    3.162210] initcall 0xffffffff815909c0: proto_init+0x0/0x30() returned 0.
[    3.171229] initcall 0xffffffff815909c0 ran for 0 msecs: proto_init+0x0/0x30()
[    3.180001] Calling initcall 0xffffffff81590ec0: net_dev_init+0x0/0x190()
[    3.186844] initcall 0xffffffff81590ec0: net_dev_init+0x0/0x190() returned 0.
[    3.193509] initcall 0xffffffff81590ec0 ran for 0 msecs: net_dev_init+0x0/0x190()
[    3.200000] Calling initcall 0xffffffff815910c0: neigh_init+0x0/0x80()
[    3.206558] initcall 0xffffffff815910c0: neigh_init+0x0/0x80() returned 0.
[    3.213240] initcall 0xffffffff815910c0 ran for 0 msecs: neigh_init+0x0/0x80()
[    3.222017] Calling initcall 0xffffffff81591470: fib_rules_init+0x0/0xb0()
[    3.228917] initcall 0xffffffff81591470: fib_rules_init+0x0/0xb0() returned 0.
[    3.233595] initcall 0xffffffff81591470 ran for 0 msecs: fib_rules_init+0x0/0xb0()
[    3.242365] Calling initcall 0xffffffff81591520: pktsched_init+0x0/0xd0()
[    3.250193] initcall 0xffffffff81591520: pktsched_init+0x0/0xd0() returned 0.
[    3.257356] initcall 0xffffffff81591520 ran for 0 msecs: pktsched_init+0x0/0xd0()
[    3.262277] Calling initcall 0xffffffff81591610: tc_filter_init+0x0/0x50()
[    3.270188] initcall 0xffffffff81591610: tc_filter_init+0x0/0x50() returned 0.
[    3.277433] initcall 0xffffffff81591610 ran for 0 msecs: tc_filter_init+0x0/0x50()
[    3.282365] Calling initcall 0xffffffff81591660: tc_action_init+0x0/0x50()
[    3.292555] initcall 0xffffffff81591660: tc_action_init+0x0/0x50() returned 0.
[    3.301229] initcall 0xffffffff81591660 ran for 0 msecs: tc_action_init+0x0/0x50()
[    3.308802] Calling initcall 0xffffffff815918a0: genl_init+0x0/0xe0()
[    3.350005] initcall 0xffffffff815918a0: genl_init+0x0/0xe0() returned 0.
[    3.356815] initcall 0xffffffff815918a0 ran for 38 msecs: genl_init+0x0/0xe0()
[    3.361930] Calling initcall 0xffffffff815935b0: wireless_nlevent_init+0x0/0x40()
[    3.370191] initcall 0xffffffff815935b0: wireless_nlevent_init+0x0/0x40() returned 0.
[    3.378043] initcall 0xffffffff815935b0 ran for 0 msecs: wireless_nlevent_init+0x0/0x40()
[    3.382963] Calling initcall 0xffffffff815936f0: sysctl_init+0x0/0x30()
[    3.392295] initcall 0xffffffff815936f0: sysctl_init+0x0/0x30() returned 0.
[    3.400001] initcall 0xffffffff815936f0 ran for 0 msecs: sysctl_init+0x0/0x30()
[    3.407321] Calling initcall 0xffffffff81572990: pci_iommu_init+0x0/0x20()
[    3.412549] DMAR:parse DMAR table failure.
[    3.416694] initcall 0xffffffff81572990: pci_iommu_init+0x0/0x20() returned 0.
[    3.423595] initcall 0xffffffff81572990 ran for 0 msecs: pci_iommu_init+0x0/0x20()
[    3.432364] Calling initcall 0xffffffff81579a50: hpet_late_init+0x0/0x140()
[    3.440191] initcall 0xffffffff81579a50: hpet_late_init+0x0/0x140() returned -19.
[    3.447695] initcall 0xffffffff81579a50 ran for 0 msecs: hpet_late_init+0x0/0x140()
[    3.452445] Calling initcall 0xffffffff8157d490: clocksource_done_booting+0x0/0x20()
[    3.463423] initcall 0xffffffff8157d490: clocksource_done_booting+0x0/0x20() returned 0.
[    3.471231] initcall 0xffffffff8157d490 ran for 0 msecs: clocksource_done_booting+0x0/0x20()
[    3.480001] Calling initcall 0xffffffff81580bb0: init_pipe_fs+0x0/0x60()
[    3.486741] initcall 0xffffffff81580bb0: init_pipe_fs+0x0/0x60() returned 0.
[    3.493413] initcall 0xffffffff81580bb0 ran for 0 msecs: init_pipe_fs+0x0/0x60()
[    3.500001] Calling initcall 0xffffffff81581610: eventpoll_init+0x0/0x90()
[    3.506910] initcall 0xffffffff81581610: eventpoll_init+0x0/0x90() returned 0.
[    3.513595] initcall 0xffffffff81581610 ran for 0 msecs: eventpoll_init+0x0/0x90()
[    3.522358] Calling initcall 0xffffffff815816a0: anon_inode_init+0x0/0x130()
[    3.530195] initcall 0xffffffff815816a0: anon_inode_init+0x0/0x130() returned 0.
[    3.537617] initcall 0xffffffff815816a0 ran for 0 msecs: anon_inode_init+0x0/0x130()
[    3.542538] Calling initcall 0xffffffff815875b0: acpi_event_init+0x0/0x80()
[    3.590004] initcall 0xffffffff815875b0: acpi_event_init+0x0/0x80() returned 0.
[    3.597335] initcall 0xffffffff815875b0 ran for 38 msecs: acpi_event_init+0x0/0x80()
[    3.602444] Calling initcall 0xffffffff815877a0: pnp_system_init+0x0/0x20()
[    3.610196] system 00:01: ioport range 0x4000-0x407f has been reserved
[    3.616716] system 00:01: ioport range 0x4080-0x40ff has been reserved
[    3.620001] system 00:01: ioport range 0x4400-0x447f has been reserved
[    3.630001] system 00:01: ioport range 0x4480-0x44ff has been reserved
[    3.636525] system 00:01: ioport range 0x4800-0x487f has been reserved
[    3.640003] system 00:01: ioport range 0x4880-0x48ff has been reserved
[    3.650005] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[    3.656352] system 00:02: ioport range 0x800-0x805 has been reserved
[    3.660002] system 00:02: ioport range 0x290-0x297 has been reserved
[    3.670011] system 00:0e: iomem range 0xe0000000-0xefffffff could not be reserved
[    3.677490] system 00:0f: iomem range 0xf0000-0xf3fff could not be reserved
[    3.680001] system 00:0f: iomem range 0xf4000-0xf7fff could not be reserved
[    3.690001] system 00:0f: iomem range 0xf8000-0xfbfff could not be reserved
[    3.696958] system 00:0f: iomem range 0xfc000-0xfffff could not be reserved
[    3.700001] system 00:0f: iomem range 0x3fff0000-0x3fffffff could not be reserved
[    3.710001] system 00:0f: iomem range 0xffff0000-0xffffffff has been reserved
[    3.720001] system 00:0f: iomem range 0x0-0x9ffff could not be reserved
[    3.726612] system 00:0f: iomem range 0x100000-0x3ffeffff could not be reserved
[    3.730001] system 00:0f: iomem range 0xfec00000-0xfec00fff has been reserved
[    3.740001] system 00:0f: iomem range 0xfee00000-0xfeefffff could not be reserved
[    3.747479] system 00:0f: iomem range 0xfefff000-0xfeffffff has been reserved
[    3.750001] system 00:0f: iomem range 0xfff80000-0xfff80fff has been reserved
[    3.760025] initcall 0xffffffff815877a0: pnp_system_init+0x0/0x20() returned 0.
[    3.770001] initcall 0xffffffff815877a0 ran for 143 msecs: pnp_system_init+0x0/0x20()
[    3.777835] Calling initcall 0xffffffff81588270: chr_dev_init+0x0/0xd0()
[    3.782661] initcall 0xffffffff81588270: chr_dev_init+0x0/0xd0() returned 0.
[    3.791229] initcall 0xffffffff81588270 ran for 0 msecs: chr_dev_init+0x0/0xd0()
[    3.798631] Calling initcall 0xffffffff8158a5d0: firmware_class_init+0x0/0x90()
[    3.803012] initcall 0xffffffff8158a5d0: firmware_class_init+0x0/0x90() returned 0.
[    3.814027] initcall 0xffffffff8158a5d0 ran for 0 msecs: firmware_class_init+0x0/0x90()
[    3.820001] Calling initcall 0xffffffff8158aa60: loopback_init+0x0/0x20()
[    3.826875] initcall 0xffffffff8158aa60: loopback_init+0x0/0x20() returned 0.
[    3.833509] initcall 0xffffffff8158aa60 ran for 0 msecs: loopback_init+0x0/0x20()
[    3.842269] Calling initcall 0xffffffff8158d130: cpufreq_gov_performance_init+0x0/0x20()
[    3.850191] initcall 0xffffffff8158d130: cpufreq_gov_performance_init+0x0/0x20() returned 0.
[    3.860001] initcall 0xffffffff8158d130 ran for 0 msecs: cpufreq_gov_performance_init+0x0/0x20()
[    3.868796] Calling initcall 0xffffffff8158d170: cpufreq_gov_dbs_init+0x0/0x50()
[    3.873116] initcall 0xffffffff8158d170: cpufreq_gov_dbs_init+0x0/0x50() returned 0.
[    3.884114] initcall 0xffffffff8158d170 ran for 0 msecs: cpufreq_gov_dbs_init+0x0/0x50()
[    3.892877] Calling initcall 0xffffffff8158de80: init_acpi_pm_clocksource+0x0/0xb0()
[    3.900197] initcall 0xffffffff8158de80: init_acpi_pm_clocksource+0x0/0xb0() returned 0.
[    3.908310] initcall 0xffffffff8158de80 ran for 0 msecs: <6>Time: acpi_pm clocksource has been installed.
[    3.910010] Switched to high resolution mode on CPU 0
[    3.300011] Switched to high resolution mode on CPU 1
[    3.920004] init_acpi_pm_clocksource+0x0/0xb0()
[    3.924527] Calling initcall 0xffffffff8158e070: ssb_modinit+0x0/0x90()
[    3.932389] initcall 0xffffffff8158e070: ssb_modinit+0x0/0x90() returned 0.
[    3.941235] initcall 0xffffffff8158e070 ran for 0 msecs: ssb_modinit+0x0/0x90()
[    3.950002] Calling initcall 0xffffffff8158ee70: pcibios_assign_resources+0x0/0x90()
[    3.957782] PCI: Bridge: 0000:00:09.0
[    3.960003]   IO window: c000-cfff
[    3.963402]   MEM window: 0xda000000-0xda0fffff
[    3.967924]   PREFETCH window: disabled.
[    3.970003] PCI: Bridge: 0000:00:0b.0
[    3.973662]   IO window: disabled.
[    3.980003]   MEM window: disabled.
[    3.983488]   PREFETCH window: disabled.
[    3.987405] PCI: Bridge: 0000:00:0c.0
[    3.990002]   IO window: disabled.
[    3.993401]   MEM window: disabled.
[    3.996885]   PREFETCH window: disabled.
[    4.000003] PCI: Bridge: 0000:00:0d.0
[    4.003661]   IO window: disabled.
[    4.007058]   MEM window: disabled.
[    4.010002]   PREFETCH window: disabled.
[    4.013922] PCI: Bridge: 0000:00:0e.0
[    4.020002]   IO window: b000-bfff
[    4.023402]   MEM window: 0xd8000000-0xd9ffffff
[    4.027927]   PREFETCH window: 0x00000000d0000000-0x00000000d7ffffff
[    4.030007] PCI: Setting latency timer of device 0000:00:09.0 to 64
[    4.040010] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[    4.046273] PCI: Setting latency timer of device 0000:00:0c.0 to 64
[    4.050006] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[    4.056274] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[    4.060005] initcall 0xffffffff8158ee70: pcibios_assign_resources+0x0/0x90() returned 0.
[    4.071234] initcall 0xffffffff8158ee70 ran for 103 msecs: pcibios_assign_resources+0x0/0x90()
[    4.080002] Calling initcall 0xffffffff81592890: inet_init+0x0/0x490()
[    4.086605] NET: Registered protocol family 2
[    4.190063] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
[    4.197532] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
[    4.201109] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    4.210576] TCP: Hash tables configured (established 131072 bind 65536)
[    4.217186] TCP reno registered
[    4.250083] initcall 0xffffffff81592890: inet_init+0x0/0x490() returned 0.
[    4.256997] initcall 0xffffffff81592890 ran for 153 msecs: inet_init+0x0/0x490()
[    4.262015] Calling initcall 0xffffffff81570dc0: populate_rootfs+0x0/0x100()
[    4.270294] initcall 0xffffffff81570dc0: populate_rootfs+0x0/0x100() returned 0.
[    4.277717] initcall 0xffffffff81570dc0 ran for 0 msecs: populate_rootfs+0x0/0x100()
[    4.282536] Calling initcall 0xffffffff81571fd0: i8259A_init_sysfs+0x0/0x30()
[    4.292894] initcall 0xffffffff81571fd0: i8259A_init_sysfs+0x0/0x30() returned 0.
[    4.301233] initcall 0xffffffff81571fd0 ran for 0 msecs: i8259A_init_sysfs+0x0/0x30()
[    4.309068] Calling initcall 0xffffffff81572450: vsyscall_init+0x0/0x70()
[    4.312480] initcall 0xffffffff81572450: vsyscall_init+0x0/0x70() returned 0.
[    4.321234] initcall 0xffffffff81572450 ran for 0 msecs: vsyscall_init+0x0/0x70()
[    4.330002] Calling initcall 0xffffffff81572a00: sbf_init+0x0/0xe0()
[    4.336384] initcall 0xffffffff81572a00: sbf_init+0x0/0xe0() returned 0.
[    4.343071] initcall 0xffffffff81572a00 ran for 0 msecs: sbf_init+0x0/0xe0()
[    4.350002] Calling initcall 0xffffffff81573aa0: i8237A_init_sysfs+0x0/0x30()
[    4.357234] initcall 0xffffffff81573aa0: i8237A_init_sysfs+0x0/0x30() returned 0.
[    4.363851] initcall 0xffffffff81573aa0 ran for 0 msecs: i8237A_init_sysfs+0x0/0x30()
[    4.372620] Calling initcall 0xffffffff81389330: cache_sysfs_init+0x0/0x70()
[    3.768547] initcall 0xffffffff81389330: cache_sysfs_init+0x0/0x70() returned 0.
[    3.773775] initcall 0xffffffff81389330 ran for 0 msecs: cache_sysfs_init+0x0/0x70()
[    3.782537] Calling initcall 0xffffffff81574360: mce_init_device+0x0/0xa0()
[    3.790375] initcall 0xffffffff81574360: mce_init_device+0x0/0xa0() returned 0.
[    3.797710] initcall 0xffffffff81574360 ran for 0 msecs: mce_init_device+0x0/0xa0()
[    3.802459] Calling initcall 0xffffffff81574260: periodic_mcheck_init+0x0/0x50()
[    3.813077] initcall 0xffffffff81574260: periodic_mcheck_init+0x0/0x50() returned 0.
[    3.820003] initcall 0xffffffff81574260 ran for 0 msecs: periodic_mcheck_init+0x0/0x50()
[    3.828100] Calling initcall 0xffffffff81574400: thermal_throttle_init_device+0x0/0xa0()
[    3.833769] initcall 0xffffffff81574400: thermal_throttle_init_device+0x0/0xa0() returned 0.
[    3.844807] initcall 0xffffffff81574400 ran for 0 msecs: thermal_throttle_init_device+0x0/0xa0()
[    3.853574] Calling initcall 0xffffffff815744a0: threshold_init_device+0x0/0x60()
[    3.860200] initcall 0xffffffff815744a0: threshold_init_device+0x0/0x60() returned 0.
[    3.870002] initcall 0xffffffff815744a0 ran for 0 msecs: threshold_init_device+0x0/0x60()
[    3.878186] Calling initcall 0xffffffff81575c30: msr_init+0x0/0x110()
[    3.882251] initcall 0xffffffff81575c30: msr_init+0x0/0x110() returned 0.
[    3.891235] initcall 0xffffffff81575c30 ran for 0 msecs: msr_init+0x0/0x110()
[    3.898375] Calling initcall 0xffffffff81575d40: cpuid_init+0x0/0x110()
[    3.902410] initcall 0xffffffff81575d40: cpuid_init+0x0/0x110() returned 0.
[    3.911237] initcall 0xffffffff81575d40 ran for 0 msecs: cpuid_init+0x0/0x110()
[    3.918550] Calling initcall 0xffffffff81577ac0: init_lapic_sysfs+0x0/0x30()
[    3.922796] initcall 0xffffffff81577ac0: init_lapic_sysfs+0x0/0x30() returned 0.
[    3.933767] initcall 0xffffffff81577ac0 ran for 0 msecs: init_lapic_sysfs+0x0/0x30()
[    3.940002] Calling initcall 0xffffffff81578640: ioapic_init_sysfs+0x0/0xe0()
[    3.947237] initcall 0xffffffff81578640: ioapic_init_sysfs+0x0/0xe0() returned 0.
[    3.953852] initcall 0xffffffff81578640 ran for 0 msecs: ioapic_init_sysfs+0x0/0xe0()
[    3.962622] Calling initcall 0xffffffff81579c70: audit_classes_init+0x0/0xb0()
[    3.970202] initcall 0xffffffff81579c70: audit_classes_init+0x0/0xb0() returned 0.
[    3.977799] initcall 0xffffffff81579c70 ran for 0 msecs: audit_classes_init+0x0/0xb0()
[    3.982709] Calling initcall 0xffffffff8157b370: init_vdso_vars+0x0/0x220()
[    3.992658] initcall 0xffffffff8157b370: init_vdso_vars+0x0/0x220() returned 0.
[    4.001234] initcall 0xffffffff8157b370 ran for 0 msecs: init_vdso_vars+0x0/0x220()
[    4.008895] Calling initcall 0xffffffff8157b5b0: ia32_binfmt_init+0x0/0x20()
[    4.012738] initcall 0xffffffff8157b5b0: ia32_binfmt_init+0x0/0x20() returned 0.
[    4.023767] initcall 0xffffffff8157b5b0 ran for 0 msecs: ia32_binfmt_init+0x0/0x20()
[    4.030002] Calling initcall 0xffffffff8157b5d0: sysenter_setup+0x0/0x350()
[    4.036997] initcall 0xffffffff8157b5d0: sysenter_setup+0x0/0x350() returned 0.
[    4.043678] initcall 0xffffffff8157b5d0 ran for 0 msecs: sysenter_setup+0x0/0x350()
[    4.052450] Calling initcall 0xffffffff8157b920: init_sched_debug_procfs+0x0/0x30()
[    4.060206] initcall 0xffffffff8157b920: init_sched_debug_procfs+0x0/0x30() returned 0.
[    4.068236] initcall 0xffffffff8157b920 ran for 0 msecs: init_sched_debug_procfs+0x0/0x30()
[    4.073142] Calling initcall 0xffffffff8157c440: create_proc_profile+0x0/0x290()
[    4.083075] initcall 0xffffffff8157c440: create_proc_profile+0x0/0x290() returned 0.
[    4.091236] initcall 0xffffffff8157c440 ran for 0 msecs: create_proc_profile+0x0/0x290()
[    4.100002] Calling initcall 0xffffffff8157c7c0: ioresources_init+0x0/0x50()
[    4.107081] initcall 0xffffffff8157c7c0: ioresources_init+0x0/0x50() returned 0.
[    4.113767] initcall 0xffffffff8157c7c0 ran for 0 msecs: ioresources_init+0x0/0x50()
[    4.122535] Calling initcall 0xffffffff8157c9b0: uid_cache_init+0x0/0x80()
[    4.130219] initcall 0xffffffff8157c9b0: uid_cache_init+0x0/0x80() returned 0.
[    4.137467] initcall 0xffffffff8157c9b0 ran for 0 msecs: uid_cache_init+0x0/0x80()
[    4.142362] Calling initcall 0xffffffff8157cfb0: init_posix_timers+0x0/0xc0()
[    4.150208] initcall 0xffffffff8157cfb0: init_posix_timers+0x0/0xc0() returned 0.
[    4.160003] initcall 0xffffffff8157cfb0 ran for 0 msecs: init_posix_timers+0x0/0xc0()
[    4.167840] Calling initcall 0xffffffff8157d070: init_posix_cpu_timers+0x0/0xe0()
[    4.173164] initcall 0xffffffff8157d070: init_posix_cpu_timers+0x0/0xe0() returned 0.
[    4.181236] initcall 0xffffffff8157d070 ran for 0 msecs: init_posix_cpu_timers+0x0/0xe0()
[    4.190002] Calling initcall 0xffffffff8157d1f0: nsproxy_cache_init+0x0/0x30()
[    4.197260] initcall 0xffffffff8157d1f0: nsproxy_cache_init+0x0/0x30() returned 0.
[    4.203940] initcall 0xffffffff8157d1f0 ran for 0 msecs: nsproxy_cache_init+0x0/0x30()
[    4.212708] Calling initcall 0xffffffff8157d370: timekeeping_init_device+0x0/0x30()
[    4.220277] initcall 0xffffffff8157d370: timekeeping_init_device+0x0/0x30() returned 0.
[    4.230002] initcall 0xffffffff8157d370 ran for 0 msecs: timekeeping_init_device+0x0/0x30()
[    4.238357] Calling initcall 0xffffffff8157d4b0: init_clocksource_sysfs+0x0/0x60()
[    4.243322] initcall 0xffffffff8157d4b0: init_clocksource_sysfs+0x0/0x60() returned 0.
[    4.251235] initcall 0xffffffff8157d4b0 ran for 0 msecs: init_clocksource_sysfs+0x0/0x60()
[    4.260002] Calling initcall 0xffffffff8157d5f0: init_timer_list_procfs+0x0/0x30()
[    4.267601] initcall 0xffffffff8157d5f0: init_timer_list_procfs+0x0/0x30() returned 0.
[    4.274295] initcall 0xffffffff8157d5f0 ran for 0 msecs: init_timer_list_procfs+0x0/0x30()
[    4.283054] Calling initcall 0xffffffff8157d6a0: init_tstats_procfs+0x0/0x30()
[    4.292902] initcall 0xffffffff8157d6a0: init_tstats_procfs+0x0/0x30() returned 0.
[    4.300002] initcall 0xffffffff8157d6a0 ran for 0 msecs: init_tstats_procfs+0x0/0x30()
[    4.307925] Calling initcall 0xffffffff8157d730: init+0x0/0x110()
[    4.311797] initcall 0xffffffff8157d730: init+0x0/0x110() returned 0.
[    4.321234] initcall 0xffffffff8157d730 ran for 0 msecs: init+0x0/0x110()
[    4.328028] Calling initcall 0xffffffff8157d840: proc_dma_init+0x0/0x30()
[    4.332471] initcall 0xffffffff8157d840: proc_dma_init+0x0/0x30() returned 0.
[    4.341234] initcall 0xffffffff8157d840 ran for 0 msecs: proc_dma_init+0x0/0x30()
[    4.348722] Calling initcall 0xffffffff8105de30: percpu_modinit+0x0/0x80()
[    4.352556] initcall 0xffffffff8105de30: percpu_modinit+0x0/0x80() returned 0.
[    4.363593] initcall 0xffffffff8105de30 ran for 0 msecs: percpu_modinit+0x0/0x80()
[    4.370002] Calling initcall 0xffffffff8157d8c0: kallsyms_init+0x0/0x30()
[    4.376820] initcall 0xffffffff8157d8c0: kallsyms_init+0x0/0x30() returned 0.
[    4.383507] initcall 0xffffffff8157d8c0 ran for 0 msecs: kallsyms_init+0x0/0x30()
[    4.392275] Calling initcall 0xffffffff8157daa0: snapshot_device_init+0x0/0x20()
[    4.400244] initcall 0xffffffff8157daa0: snapshot_device_init+0x0/0x20() returned 0.
[    4.408012] initcall 0xffffffff8157daa0 ran for 0 msecs: snapshot_device_init+0x0/0x20()
[    4.412881] Calling initcall 0xffffffff8157db00: crash_save_vmcoreinfo_init+0x0/0x420()
[    4.423694] initcall 0xffffffff8157db00: crash_save_vmcoreinfo_init+0x0/0x420() returned 0.
[    4.431235] initcall 0xffffffff8157db00 ran for 0 msecs: crash_save_vmcoreinfo_init+0x0/0x420()
[    4.440002] Calling initcall 0xffffffff8157dac0: crash_notes_memory_init+0x0/0x40()
[    4.447687] initcall 0xffffffff8157dac0: crash_notes_memory_init+0x0/0x40() returned 0.
[    4.454372] initcall 0xffffffff8157dac0 ran for 0 msecs: crash_notes_memory_init+0x0/0x40()
[    4.463142] Calling initcall 0xffffffff8157e220: ikconfig_init+0x0/0x40()
[    4.470201] initcall 0xffffffff8157e220: ikconfig_init+0x0/0x40() returned 0.
[    4.477364] initcall 0xffffffff8157e220 ran for 0 msecs: ikconfig_init+0x0/0x40()
[    4.482275] Calling initcall 0xffffffff8157e2f0: audit_init+0x0/0x130()
[    4.492294] audit: initializing netlink socket (disabled)
[    4.497703] type=2000 audit(1204832529.110:1): initialized
[    4.500004] initcall 0xffffffff8157e2f0: audit_init+0x0/0x130() returned 0.
[    4.511236] initcall 0xffffffff8157e2f0 ran for 10 msecs: audit_init+0x0/0x130()
[    4.518637] Calling initcall 0xffffffff8157e4c0: audit_tree_init+0x0/0x50()
[    4.522644] initcall 0xffffffff8157e4c0: audit_tree_init+0x0/0x50() returned 0.
[    4.531234] initcall 0xffffffff8157e4c0 ran for 0 msecs: audit_tree_init+0x0/0x50()
[    4.540002] Calling initcall 0xffffffff8157e510: init_kprobes+0x0/0xc0()
[    4.546741] initcall 0xffffffff8157e510: init_kprobes+0x0/0xc0() returned 0.
[    4.553420] initcall 0xffffffff8157e510 ran for 0 msecs: init_kprobes+0x0/0xc0()
[    4.562189] Calling initcall 0xffffffff8157e7d0: relay_init+0x0/0x20()
[    4.568743] initcall 0xffffffff8157e7d0: relay_init+0x0/0x20() returned 0.
[    4.573245] initcall 0xffffffff8157e7d0 ran for 0 msecs: relay_init+0x0/0x20()
[    4.582015] Calling initcall 0xffffffff8157e7f0: utsname_sysctl_init+0x0/0x20()
[    4.590211] initcall 0xffffffff8157e7f0: utsname_sysctl_init+0x0/0x20() returned 0.
[    4.597890] initcall 0xffffffff8157e7f0 ran for 0 msecs: utsname_sysctl_init+0x0/0x20()
[    4.602796] Calling initcall 0xffffffff8157e810: init_lstats_procfs+0x0/0x30()
[    4.612903] initcall 0xffffffff8157e810: init_lstats_procfs+0x0/0x30() returned 0.
[    4.620002] initcall 0xffffffff8157e810 ran for 0 msecs: init_lstats_procfs+0x0/0x30()
[    4.627926] Calling initcall 0xffffffff8157f610: init_per_zone_pages_min+0x0/0x60()
[    4.633383] initcall 0xffffffff8157f610: init_per_zone_pages_min+0x0/0x60() returned 0.
[    4.644372] initcall 0xffffffff8157f610 ran for 0 msecs: init_per_zone_pages_min+0x0/0x60()
[    4.650002] Calling initcall 0xffffffff8157ffc0: pdflush_init+0x0/0x20()
[    4.656815] initcall 0xffffffff8157ffc0: pdflush_init+0x0/0x20() returned 0.
[    4.663421] initcall 0xffffffff8157ffc0 ran for 0 msecs: pdflush_init+0x0/0x20()
[    4.672188] Calling initcall 0xffffffff81580050: kswapd_init+0x0/0x20()
[    4.680233] initcall 0xffffffff81580050: kswapd_init+0x0/0x20() returned 0.
[    4.687222] initcall 0xffffffff81580050 ran for 0 msecs: kswapd_init+0x0/0x20()
[    4.692102] Calling initcall 0xffffffff81580070: setup_vmstat+0x0/0x60()
[    4.700201] initcall 0xffffffff81580070: setup_vmstat+0x0/0x60() returned 0.
[    4.707276] initcall 0xffffffff81580070 ran for 0 msecs: setup_vmstat+0x0/0x60()
[    4.712188] Calling initcall 0xffffffff81580120: procswaps_init+0x0/0x30()
[    4.722557] initcall 0xffffffff81580120: procswaps_init+0x0/0x30() returned 0.
[    4.730002] initcall 0xffffffff81580120 ran for 0 msecs: procswaps_init+0x0/0x30()
[    4.737578] Calling initcall 0xffffffff81580150: hugetlb_init+0x0/0xb0()
[    4.742382] Total HugeTLB memory allocated, 0
[    4.746733] initcall 0xffffffff81580150: hugetlb_init+0x0/0xb0() returned 0.
[    4.753420] initcall 0xffffffff81580150 ran for 4 msecs: hugetlb_init+0x0/0xb0()
[    4.762189] Calling initcall 0xffffffff81580540: init_tmpfs+0x0/0xf0()
[    4.770217] initcall 0xffffffff81580540: init_tmpfs+0x0/0xf0() returned 0.
[    4.777121] initcall 0xffffffff81580540 ran for 0 msecs: init_tmpfs+0x0/0xf0()
[    4.782015] Calling initcall 0xffffffff815806b0: cpucache_init+0x0/0x50()
[    4.790198] initcall 0xffffffff815806b0: cpucache_init+0x0/0x50() returned 0.
[    4.797361] initcall 0xffffffff815806b0 ran for 0 msecs: cpucache_init+0x0/0x50()
[    4.802275] Calling initcall 0xffffffff81580c10: fasync_init+0x0/0x30()
[    4.812305] initcall 0xffffffff81580c10: fasync_init+0x0/0x30() returned 0.
[    4.819297] initcall 0xffffffff81580c10 ran for 0 msecs: fasync_init+0x0/0x30()
[    4.822102] Calling initcall 0xffffffff815812e0: aio_setup+0x0/0x70()
[    4.832206] initcall 0xffffffff815812e0: aio_setup+0x0/0x70() returned 0.
[    4.840002] initcall 0xffffffff815812e0 ran for 0 msecs: aio_setup+0x0/0x70()
[    4.847144] Calling initcall 0xffffffff81581530: inotify_setup+0x0/0x20()
[    4.852470] initcall 0xffffffff81581530: inotify_setup+0x0/0x20() returned 0.
[    4.861236] initcall 0xffffffff81581530 ran for 0 msecs: inotify_setup+0x0/0x20()
[    4.868724] Calling initcall 0xffffffff81581550: inotify_user_setup+0x0/0xc0()
[    4.872922] initcall 0xffffffff81581550: inotify_user_setup+0x0/0xc0() returned 0.
[    4.881234] initcall 0xffffffff81581550 ran for 0 msecs: inotify_user_setup+0x0/0xc0()
[    4.890002] Calling initcall 0xffffffff815817d0: init_sys32_ioctl+0x0/0x90()
[    4.897096] initcall 0xffffffff815817d0: init_sys32_ioctl+0x0/0x90() returned 0.
[    4.903767] initcall 0xffffffff815817d0 ran for 0 msecs: init_sys32_ioctl+0x0/0x90()
[    4.912537] Calling initcall 0xffffffff81581910: init_mbcache+0x0/0x20()
[    4.920199] initcall 0xffffffff81581910: init_mbcache+0x0/0x20() returned 0.
[    4.927276] initcall 0xffffffff81581910 ran for 0 msecs: init_mbcache+0x0/0x20()
[    4.932190] Calling initcall 0xffffffff81581930: dquot_init+0x0/0x100()
[    4.940198] VFS: Disk quotas dquot_6.5.1
[    4.944146] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    4.950003] initcall 0xffffffff81581930: dquot_init+0x0/0x100() returned 0.
[    4.956991] initcall 0xffffffff81581930 ran for 9 msecs: dquot_init+0x0/0x100()
[    4.962103] Calling initcall 0xffffffff81581a30: dnotify_init+0x0/0x30()
[    4.972391] initcall 0xffffffff81581a30: dnotify_init+0x0/0x30() returned 0.
[    4.980002] initcall 0xffffffff81581a30 ran for 0 msecs: dnotify_init+0x0/0x30()
[    4.987406] Calling initcall 0xffffffff81582070: configfs_init+0x0/0xf0()
[    4.992484] initcall 0xffffffff81582070: configfs_init+0x0/0xf0() returned 0.
[    5.001236] initcall 0xffffffff81582070 ran for 0 msecs: configfs_init+0x0/0xf0()
[    5.008723] Calling initcall 0xffffffff81582160: init_devpts_fs+0x0/0x50()
[    5.012563] initcall 0xffffffff81582160: init_devpts_fs+0x0/0x50() returned 0.
[    5.021236] initcall 0xffffffff81582160 ran for 0 msecs: init_devpts_fs+0x0/0x50()
[    5.030002] Calling initcall 0xffffffff815821b0: init_ext3_fs+0x0/0x80()
[    5.036755] initcall 0xffffffff815821b0: init_ext3_fs+0x0/0x80() returned 0.
[    5.043418] initcall 0xffffffff815821b0 ran for 0 msecs: init_ext3_fs+0x0/0x80()
[    5.052189] Calling initcall 0xffffffff815822f0: journal_init+0x0/0xb0()
[    5.058950] initcall 0xffffffff815822f0: journal_init+0x0/0xb0() returned 0.
[    5.063419] initcall 0xffffffff815822f0 ran for 0 msecs: journal_init+0x0/0xb0()
[    5.072188] Calling initcall 0xffffffff815823a0: init_ext2_fs+0x0/0x80()
[    5.080217] initcall 0xffffffff815823a0: init_ext2_fs+0x0/0x80() returned 0.
[    5.087295] initcall 0xffffffff815823a0 ran for 0 msecs: init_ext2_fs+0x0/0x80()
[    5.092189] Calling initcall 0xffffffff81582460: init_ramfs_fs+0x0/0x20()
[    5.100200] initcall 0xffffffff81582460: init_ramfs_fs+0x0/0x20() returned 0.
[    5.107362] initcall 0xffffffff81582460 ran for 0 msecs: init_ramfs_fs+0x0/0x20()
[    5.112275] Calling initcall 0xffffffff815824d0: init_hugetlbfs_fs+0x0/0xc0()
[    5.122833] initcall 0xffffffff815824d0: init_hugetlbfs_fs+0x0/0xc0() returned 0.
[    5.130002] initcall 0xffffffff815824d0 ran for 0 msecs: init_hugetlbfs_fs+0x0/0xc0()
[    5.137838] Calling initcall 0xffffffff81582590: init_nls_cp437+0x0/0x20()
[    5.142557] initcall 0xffffffff81582590: init_nls_cp437+0x0/0x20() returned 0.
[    5.151234] initcall 0xffffffff81582590 ran for 0 msecs: init_nls_cp437+0x0/0x20()
[    5.160002] Calling initcall 0xffffffff815825b0: init_nls_ascii+0x0/0x20()
[    5.166907] initcall 0xffffffff815825b0: init_nls_ascii+0x0/0x20() returned 0.
[    5.173592] initcall 0xffffffff815825b0 ran for 0 msecs: init_nls_ascii+0x0/0x20()
[    5.182361] Calling initcall 0xffffffff81582630: ipc_init+0x0/0x20()
[    5.188747] initcall 0xffffffff81582630: ipc_init+0x0/0x20() returned 0.
[    5.193072] initcall 0xffffffff81582630 ran for 0 msecs: ipc_init+0x0/0x20()
[    5.201842] Calling initcall 0xffffffff81582790: ipc_sysctl_init+0x0/0x20()
[    5.208846] initcall 0xffffffff81582790: ipc_sysctl_init+0x0/0x20() returned 0.
[    5.213680] initcall 0xffffffff81582790 ran for 0 msecs: ipc_sysctl_init+0x0/0x20()
[    5.222450] Calling initcall 0xffffffff815827b0: init_mqueue_fs+0x0/0xd0()
[    5.230221] initcall 0xffffffff815827b0: init_mqueue_fs+0x0/0xd0() returned 0.
[    5.237467] initcall 0xffffffff815827b0 ran for 0 msecs: init_mqueue_fs+0x0/0xd0()
[    5.242361] Calling initcall 0xffffffff815829e0: key_proc_init+0x0/0x60()
[    5.252471] initcall 0xffffffff815829e0: key_proc_init+0x0/0x60() returned 0.
[    5.260002] initcall 0xffffffff815829e0 ran for 0 msecs: key_proc_init+0x0/0x60()
[    5.267492] Calling initcall 0xffffffff81582bb0: crypto_algapi_init+0x0/0x10()
[    5.272904] initcall 0xffffffff81582bb0: crypto_algapi_init+0x0/0x10() returned 0.
[    5.281236] initcall 0xffffffff81582bb0 ran for 0 msecs: crypto_algapi_init+0x0/0x10()
[    5.290004] Calling initcall 0xffffffff81582bf0: chainiv_module_init+0x0/0x20()
[    5.297339] initcall 0xffffffff81582bf0: chainiv_module_init+0x0/0x20() returned 0.
[    5.304026] initcall 0xffffffff81582bf0 ran for 0 msecs: chainiv_module_init+0x0/0x20()
[    5.312796] Calling initcall 0xffffffff81582c10: eseqiv_module_init+0x0/0x20()
[    5.320199] initcall 0xffffffff81582c10: eseqiv_module_init+0x0/0x20() returned 0.
[    5.327797] initcall 0xffffffff81582c10 ran for 0 msecs: eseqiv_module_init+0x0/0x20()
[    5.332709] Calling initcall 0xffffffff81582c30: cryptomgr_init+0x0/0x20()
[    5.342557] initcall 0xffffffff81582c30: cryptomgr_init+0x0/0x20() returned 0.
[    5.350002] initcall 0xffffffff81582c30 ran for 0 msecs: cryptomgr_init+0x0/0x20()
[    5.357579] Calling initcall 0xffffffff81582c50: hmac_module_init+0x0/0x20()
[    5.362730] initcall 0xffffffff81582c50: hmac_module_init+0x0/0x20() returned 0.
[    5.371236] initcall 0xffffffff81582c50 ran for 0 msecs: hmac_module_init+0x0/0x20()
[    5.380002] Calling initcall 0xffffffff81582c70: crypto_xcbc_module_init+0x0/0x20()
[    5.387687] initcall 0xffffffff81582c70: crypto_xcbc_module_init+0x0/0x20() returned 0.
[    5.394372] initcall 0xffffffff81582c70 ran for 0 msecs: crypto_xcbc_module_init+0x0/0x20()
[    5.403142] Calling initcall 0xffffffff81582c90: init+0x0/0x20()
[    5.410200] initcall 0xffffffff81582c90: init+0x0/0x20() returned 0.
[    5.416584] initcall 0xffffffff81582c90 ran for 0 msecs: init+0x0/0x20()
[    5.421494] Calling initcall 0xffffffff81582cb0: init+0x0/0x20()
[    5.427531] initcall 0xffffffff81582cb0: init+0x0/0x20() returned 0.
[    5.432726] initcall 0xffffffff81582cb0 ran for 0 msecs: init+0x0/0x20()
[    5.441496] Calling initcall 0xffffffff81582cd0: crypto_ecb_module_init+0x0/0x20()
[    5.450197] initcall 0xffffffff81582cd0: crypto_ecb_module_init+0x0/0x20() returned 0.
[    5.458141] initcall 0xffffffff81582cd0 ran for 0 msecs: crypto_ecb_module_init+0x0/0x20()
[    5.463056] Calling initcall 0xffffffff81582cf0: crypto_cbc_module_init+0x0/0x20()
[    5.473248] initcall 0xffffffff81582cf0: crypto_cbc_module_init+0x0/0x20() returned 0.
[    5.481236] initcall 0xffffffff81582cf0 ran for 0 msecs: crypto_cbc_module_init+0x0/0x20()
[    5.490002] Calling initcall 0xffffffff81582d10: aes_init+0x0/0x360()
[    5.496487] initcall 0xffffffff81582d10: aes_init+0x0/0x360() returned 0.
[    5.503159] initcall 0xffffffff81582d10 ran for 0 msecs: aes_init+0x0/0x360()
[    5.510002] Calling initcall 0xffffffff81583070: arc4_init+0x0/0x20()
[    5.516475] initcall 0xffffffff81583070: arc4_init+0x0/0x20() returned 0.
[    5.523159] initcall 0xffffffff81583070 ran for 0 msecs: arc4_init+0x0/0x20()
[    5.530002] Calling initcall 0xffffffff81583090: michael_mic_init+0x0/0x20()
[    5.537080] initcall 0xffffffff81583090: michael_mic_init+0x0/0x20() returned 0.
[    5.543764] initcall 0xffffffff81583090 ran for 0 msecs: michael_mic_init+0x0/0x20()
[    5.552535] Calling initcall 0xffffffff81583440: noop_init+0x0/0x20()
[    5.560005] io scheduler noop registered
[    5.563925] initcall 0xffffffff81583440: noop_init+0x0/0x20() returned 0.
[    5.570002] initcall 0xffffffff81583440 ran for 3 msecs: noop_init+0x0/0x20()
[    5.577147] Calling initcall 0xffffffff81583460: as_init+0x0/0x20()
[    5.581947] io scheduler anticipatory registered
[    5.586566] initcall 0xffffffff81583460: as_init+0x0/0x20() returned 0.
[    5.592986] initcall 0xffffffff81583460 ran for 4 msecs: as_init+0x0/0x20()
[    5.601756] Calling initcall 0xffffffff81583480: deadline_init+0x0/0x20()
[    5.608569] io scheduler deadline registered
[    5.610003] initcall 0xffffffff81583480: deadline_init+0x0/0x20() returned 0.
[    5.620002] initcall 0xffffffff81583480 ran for 4 msecs: deadline_init+0x0/0x20()
[    5.627493] Calling initcall 0xffffffff815834a0: cfq_init+0x0/0xa0()
[    5.632051] io scheduler cfq registered (default)
[    5.636749] initcall 0xffffffff815834a0: cfq_init+0x0/0xa0() returned 0.
[    5.643073] initcall 0xffffffff815834a0 ran for 4 msecs: cfq_init+0x0/0xa0()
[    5.651842] Calling initcall 0xffffffff81583760: percpu_counter_startup+0x0/0x20()
[    5.660197] initcall 0xffffffff81583760: percpu_counter_startup+0x0/0x20() returned 0.
[    5.668141] initcall 0xffffffff81583760 ran for 0 msecs: percpu_counter_startup+0x0/0x20()
[    5.673056] Calling initcall 0xffffffff81379080: pci_init+0x0/0x40()
[    5.682048] pci 0000:00:00.0: Enabling HT MSI Mapping
[    5.700060] pci 0000:00:0b.0: Enabling HT MSI Mapping
[    5.705108] pci 0000:00:0b.0: Found enabled HT MSI Mapping
[    5.710004] pci 0000:00:0b.0: Linking AER extended capability
[    5.715747] pci 0000:00:0c.0: Enabling HT MSI Mapping
[    5.720006] pci 0000:00:0c.0: Found enabled HT MSI Mapping
[    5.725491] pci 0000:00:0c.0: Linking AER extended capability
[    5.730008] pci 0000:00:0d.0: Enabling HT MSI Mapping
[    5.735061] pci 0000:00:0d.0: Found enabled HT MSI Mapping
[    5.740003] pci 0000:00:0d.0: Linking AER extended capability
[    5.745748] pci 0000:00:0e.0: Enabling HT MSI Mapping
[    5.750007] pci 0000:00:0e.0: Found enabled HT MSI Mapping
[    5.755484] pci 0000:00:0e.0: Linking AER extended capability
[    5.760008] pci 0000:01:00.0: Boot video device
[    5.764540] initcall 0xffffffff81379080: pci_init+0x0/0x40() returned 0.
[    5.773073] initcall 0xffffffff81379080 ran for 91 msecs: pci_init+0x0/0x40()
[    5.781843] Calling initcall 0xffffffff815841d0: pci_proc_init+0x0/0x80()
[    5.790220] initcall 0xffffffff815841d0: pci_proc_init+0x0/0x80() returned 0.
[    5.797380] initcall 0xffffffff815841d0 ran for 0 msecs: pci_proc_init+0x0/0x80()
[    5.802275] Calling initcall 0xffffffff81584250: pcie_portdrv_init+0x0/0x60()
[    5.810271] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[    5.816547] assign_interrupt_mode Found MSI capability
[    5.820018] Allocate Port Service[0000:00:0b.0:pcie00]
[    5.825199] Allocate Port Service[0000:00:0b.0:pcie03]
[    5.830072] PCI: Setting latency timer of device 0000:00:0c.0 to 64
[    5.840016] assign_interrupt_mode Found MSI capability
[    5.845163] Allocate Port Service[0000:00:0c.0:pcie00]
[    5.850046] Allocate Port Service[0000:00:0c.0:pcie03]
[    5.855246] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[    5.860017] assign_interrupt_mode Found MSI capability
[    5.865163] Allocate Port Service[0000:00:0d.0:pcie00]
[    5.870045] Allocate Port Service[0000:00:0d.0:pcie03]
[    5.875246] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[    5.880016] assign_interrupt_mode Found MSI capability
[    5.885165] Allocate Port Service[0000:00:0e.0:pcie00]
[    5.890046] Allocate Port Service[0000:00:0e.0:pcie03]
[    5.895286] initcall 0xffffffff81584250: pcie_portdrv_init+0x0/0x60() returned 0.
[    5.903853] initcall 0xffffffff81584250 ran for 83 msecs: pcie_portdrv_init+0x0/0x60()
[    5.912622] Calling initcall 0xffffffff815842b0: aer_service_init+0x0/0x30()
[    5.920242] initcall 0xffffffff815842b0: aer_service_init+0x0/0x30() returned 0.
[    5.927667] initcall 0xffffffff815842b0 ran for 0 msecs: aer_service_init+0x0/0x30()
[    5.932535] Calling initcall 0xffffffff815842e0: pci_hotplug_init+0x0/0x70()
[    5.942729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    5.950004] initcall 0xffffffff815842e0: pci_hotplug_init+0x0/0x70() returned 0.
[    5.957432] initcall 0xffffffff815842e0 ran for 5 msecs: pci_hotplug_init+0x0/0x70()
[    5.962535] Calling initcall 0xffffffff81584350: pcied_init+0x0/0x90()
[    5.970240] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    5.976852] initcall 0xffffffff81584350: pcied_init+0x0/0x90() returned 0.
[    5.983246] initcall 0xffffffff81584350 ran for 6 msecs: pcied_init+0x0/0x90()
[    5.992016] Calling initcall 0xffffffff81585de8: acpi_reserve_resources+0x0/0xeb()
[    6.000203] initcall 0xffffffff81585de8: acpi_reserve_resources+0x0/0xeb() returned 0.
[    6.008152] initcall 0xffffffff81585de8 ran for 0 msecs: acpi_reserve_resources+0x0/0xeb()
[    6.013057] Calling initcall 0xffffffff81586dd5: acpi_ac_init+0x0/0x45()
[    6.022458] initcall 0xffffffff81586dd5: acpi_ac_init+0x0/0x45() returned 0.
[    6.030002] initcall 0xffffffff81586dd5 ran for 0 msecs: acpi_ac_init+0x0/0x45()
[    6.037407] Calling initcall 0xffffffff81586e1a: acpi_battery_init+0x0/0x45()
[    6.042869] initcall 0xffffffff81586e1a: acpi_battery_init+0x0/0x45() returned 0.
[    6.051235] initcall 0xffffffff81586e1a ran for 0 msecs: acpi_battery_init+0x0/0x45()
[    6.060002] Calling initcall 0xffffffff81586e5f: acpi_button_init+0x0/0x5e()
[    6.067175] input: Power Button (FF) as /class/input/input0
[    6.070003] ACPI: Power Button (FF) [PWRF]
[    6.074166] input: Power Button (CM) as /class/input/input1
[    6.080003] ACPI: Power Button (CM) [PWRB]
[    6.084147] initcall 0xffffffff81586e5f: acpi_button_init+0x0/0x5e() returned 0.
[    6.093766] initcall 0xffffffff81586e5f ran for 18 msecs: acpi_button_init+0x0/0x5e()
[    6.100002] Calling initcall 0xffffffff81586ebd: acpi_fan_init+0x0/0x5e()
[    6.106887] ACPI: PNP0C0B:00 is registered as cooling_device0
[    6.110005] ACPI: Fan [FAN] (on)
[    6.113269] initcall 0xffffffff81586ebd: acpi_fan_init+0x0/0x5e() returned 0.
[    6.123507] initcall 0xffffffff81586ebd ran for 8 msecs: acpi_fan_init+0x0/0x5e()
[    6.132276] Calling initcall 0xffffffff81587006: irqrouter_init_sysfs+0x0/0x38()
[    6.140273] initcall 0xffffffff81587006: irqrouter_init_sysfs+0x0/0x38() returned 0.
[    6.148047] initcall 0xffffffff81587006 ran for 0 msecs: irqrouter_init_sysfs+0x0/0x38()
[    6.152880] Calling initcall 0xffffffff81587181: acpi_processor_init+0x0/0x106()
[    6.163159] ACPI: ACPI0007:00 is registered as cooling_device1
[    6.169042] ACPI: ACPI0007:01 is registered as cooling_device2
[    6.170115] initcall 0xffffffff81587181: acpi_processor_init+0x0/0x106() returned 0.
[    6.181237] initcall 0xffffffff81587181 ran for 11 msecs: acpi_processor_init+0x0/0x106()
[    6.190002] Calling initcall 0xffffffff81587287: acpi_container_init+0x0/0x42()
[    6.202515] initcall 0xffffffff81587287: acpi_container_init+0x0/0x42() returned 0.
[    6.210002] initcall 0xffffffff81587287 ran for 3 msecs: acpi_container_init+0x0/0x42()
[    6.218011] Calling initcall 0xffffffff815872c9: acpi_thermal_init+0x0/0x83()
[    6.223328] ACPI: LNXTHERM:01 is registered as thermal_zone0
[    6.230157] ACPI: Thermal Zone [THRM] (40 C)
[    6.234469] initcall 0xffffffff815872c9: acpi_thermal_init+0x0/0x83() returned 0.
[    6.241235] initcall 0xffffffff815872c9 ran for 10 msecs: acpi_thermal_init+0x0/0x83()
[    6.250002] Calling initcall 0xffffffff81588340: rand_initialize+0x0/0x30()
[    6.257005] initcall 0xffffffff81588340: rand_initialize+0x0/0x30() returned 0.
[    6.263680] initcall 0xffffffff81588340 ran for 0 msecs: rand_initialize+0x0/0x30()
[    6.272448] Calling initcall 0xffffffff815883b0: tty_init+0x0/0x1f0()
[    6.360059] initcall 0xffffffff815883b0: tty_init+0x0/0x1f0() returned 0.
[    6.366873] initcall 0xffffffff815883b0 ran for 76 msecs: tty_init+0x0/0x1f0()
[    6.371927] Calling initcall 0xffffffff815885f0: pty_init+0x0/0x300()
[    6.380224] initcall 0xffffffff815885f0: pty_init+0x0/0x300() returned 0.
[    6.387042] initcall 0xffffffff815885f0 ran for 0 msecs: pty_init+0x0/0x300()
[    6.391964] Calling initcall 0xffffffff81589050: rtc_init+0x0/0x1f0()
[    6.400276] Real Time Clock Driver v1.12ac
[    6.404375] initcall 0xffffffff81589050: rtc_init+0x0/0x1f0() returned 0.
[    6.411235] initcall 0xffffffff81589050 ran for 3 msecs: rtc_init+0x0/0x1f0()
[    6.418376] Calling initcall 0xffffffff81589240: hpet_init+0x0/0x80()
[    6.422246] initcall 0xffffffff81589240: hpet_init+0x0/0x80() returned 0.
[    6.431235] initcall 0xffffffff81589240 ran for 0 msecs: hpet_init+0x0/0x80()
[    6.438376] Calling initcall 0xffffffff815892c0: mod_init+0x0/0x240()
[    6.442129] initcall 0xffffffff815892c0: mod_init+0x0/0x240() returned -19.
[    6.451407] initcall 0xffffffff815892c0 ran for 0 msecs: mod_init+0x0/0x240()
[    6.460002] Calling initcall 0xffffffff815895f0: mod_init+0x0/0xd0()
[    6.466391] initcall 0xffffffff815895f0: mod_init+0x0/0xd0() returned -19.
[    6.473247] initcall 0xffffffff815895f0 ran for 0 msecs: mod_init+0x0/0xd0()
[    6.480002] Calling initcall 0xffffffff81589710: agp_init+0x0/0x30()
[    6.486386] Linux agpgart interface v0.103
[    6.490003] initcall 0xffffffff81589710: agp_init+0x0/0x30() returned 0.
[    6.496729] initcall 0xffffffff81589710 ran for 3 msecs: agp_init+0x0/0x30()
[    6.501842] Calling initcall 0xffffffff81589820: agp_intel_init+0x0/0x30()
[    6.510260] initcall 0xffffffff81589820: agp_intel_init+0x0/0x30() returned 0.
[    6.517509] initcall 0xffffffff81589820 ran for 0 msecs: agp_intel_init+0x0/0x30()
[    6.522362] Calling initcall 0xffffffff81589d60: serial8250_init+0x0/0x160()
[    6.532729] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[    6.600095] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    6.610268] initcall 0xffffffff81589d60: serial8250_init+0x0/0x160() returned 0.
[    6.621237] initcall 0xffffffff81589d60 ran for 276 msecs: serial8250_init+0x0/0x160()
[    6.629156] Calling initcall 0xffffffff81589ec0: serial8250_pnp_init+0x0/0x20()
[    6.633155] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    6.640129] initcall 0xffffffff81589ec0: serial8250_pnp_init+0x0/0x20() returned 0.
[    6.650002] initcall 0xffffffff81589ec0 ran for 5 msecs: serial8250_pnp_init+0x0/0x20()
[    6.658014] Calling initcall 0xffffffff81589ee0: serial8250_pci_init+0x0/0x20()
[    6.663044] initcall 0xffffffff81589ee0: serial8250_pci_init+0x0/0x20() returned 0.
[    6.671235] initcall 0xffffffff81589ee0 ran for 0 msecs: serial8250_pci_init+0x0/0x20()
[    6.680002] Calling initcall 0xffffffff8138e4e0: topology_sysfs_init+0x0/0x60()
[    6.687344] initcall 0xffffffff8138e4e0: topology_sysfs_init+0x0/0x60() returned 0.
[    6.694028] initcall 0xffffffff8138e4e0 ran for 0 msecs: topology_sysfs_init+0x0/0x60()
[    6.702797] Calling initcall 0xffffffff8158a690: brd_init+0x0/0x190()
[    6.710214] isa bounce pool size: 16 pages
[    6.715102] brd: module loaded
[    6.718161] initcall 0xffffffff8158a690: brd_init+0x0/0x190() returned 0.
[    6.723160] initcall 0xffffffff8158a690 ran for 7 msecs: brd_init+0x0/0x190()
[    6.731929] Calling initcall 0xffffffff8158a820: e1000_init_module+0x0/0xa0()
[    6.739090] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2
[    6.740003] Copyright (c) 1999-2006 Intel Corporation.
[    6.750059] initcall 0xffffffff8158a820: e1000_init_module+0x0/0xa0() returned 0.
[    6.757570] initcall 0xffffffff8158a820 ran for 10 msecs: e1000_init_module+0x0/0xa0()
[    6.762621] Calling initcall 0xffffffff8158a8c0: e100_init_module+0x0/0x60()
[    6.772728] e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
[    6.778820] e100: Copyright(c) 1999-2006 Intel Corporation
[    6.780053] initcall 0xffffffff8158a8c0: e100_init_module+0x0/0x60() returned 0.
[    6.791235] initcall 0xffffffff8158a8c0 ran for 11 msecs: e100_init_module+0x0/0x60()
[    6.800002] Calling initcall 0xffffffff8158a920: tg3_init+0x0/0x20()
[    6.806431] initcall 0xffffffff8158a920: tg3_init+0x0/0x20() returned 0.
[    6.813072] initcall 0xffffffff8158a920 ran for 0 msecs: tg3_init+0x0/0x20()
[    6.820002] Calling initcall 0xffffffff8158a9b0: net_olddevs_init+0x0/0xb0()
[    6.827082] initcall 0xffffffff8158a9b0: net_olddevs_init+0x0/0xb0() returned 0.
[    6.833767] initcall 0xffffffff8158a9b0 ran for 0 msecs: net_olddevs_init+0x0/0xb0()
[    6.842535] Calling initcall 0xffffffff8158ab20: b44_init+0x0/0x70()
[    6.848998] initcall 0xffffffff8158ab20: b44_init+0x0/0x70() returned 0.
[    6.853071] initcall 0xffffffff8158ab20 ran for 0 msecs: b44_init+0x0/0x70()
[    6.861843] Calling initcall 0xffffffff8158ab90: init_nic+0x0/0x20()
[    6.868230] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
[    6.870335] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 23
[    6.880007] IOAPIC[0]: Set routing entry (2-23 -> 0x69 -> IRQ 23 Mode:1 Active:1)
[    6.890006] ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [APCH] -> GSI 23 (level, low) -> IRQ 23
[    6.898725] PCI: Setting latency timer of device 0000:00:0a.0 to 64
[    6.920385] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x5043 @ 1, addr 00:13:d4:dc:41:12
[    6.930004] forcedeth 0000:00:0a.0: highdma csum timirq gbit lnktim desc-v3
[    6.940052] initcall 0xffffffff8158ab90: init_nic+0x0/0x20() returned 0.
[    6.946780] initcall 0xffffffff8158ab90 ran for 547 msecs: init_nic+0x0/0x20()
[    6.951841] Calling initcall 0xffffffff8158abb0: rtl8139_init_module+0x0/0x20()
[    6.962995] 8139too Fast Ethernet driver 0.9.28
[    6.967717] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17
[    6.970005] IOAPIC[0]: Set routing entry (2-17 -> 0x71 -> IRQ 17 Mode:1 Active:1)
[    6.980004] ACPI: PCI Interrupt 0000:05:07.0[A] -> Link [APC2] -> GSI 17 (level, low) -> IRQ 17
[    6.990472] eth1: RealTek RTL8139 at 0xc000, 00:c0:df:03:68:5d, IRQ 17
[    6.996989] eth1:  Identified 8139 chip type 'RTL-8139B'
[    7.000055] initcall 0xffffffff8158abb0: rtl8139_init_module+0x0/0x20() returned 0.
[    7.011237] initcall 0xffffffff8158abb0 ran for 37 msecs: rtl8139_init_module+0x0/0x20()
[    7.019330] Calling initcall 0xffffffff8158abf0: init_netconsole+0x0/0x260()
[    7.022753] console [netcon0] enabled
[    7.040006] Clocksource tsc unstable (delta = 4686873634 ns)
[    7.050003] netconsole: network logging started
[    7.054531] initcall 0xffffffff8158abf0: init_netconsole+0x0/0x260() returned 0.
[    7.061236] initcall 0xffffffff8158abf0 ran for 6799 msecs: init_netconsole+0x0/0x260()
[    7.070003] Calling initcall 0xffffffff8158b1a0: raid_init+0x0/0x20()
[    7.076515] initcall 0xffffffff8158b1a0: raid_init+0x0/0x20() returned 0.
[    7.083161] initcall 0xffffffff8158b1a0 ran for 0 msecs: raid_init+0x0/0x20()
[    7.091930] Calling initcall 0xffffffff8158b1c0: spi_transport_init+0x0/0x30()
[    7.099250] initcall 0xffffffff8158b1c0: spi_transport_init+0x0/0x30() returned 0.
[    7.103940] initcall 0xffffffff8158b1c0 ran for 0 msecs: spi_transport_init+0x0/0x30()
[    7.112709] Calling initcall 0xffffffff8158b1f0: ahc_linux_init+0x0/0x70()
[    7.120258] initcall 0xffffffff8158b1f0: ahc_linux_init+0x0/0x70() returned 0.
[    7.127503] initcall 0xffffffff8158b1f0 ran for 0 msecs: ahc_linux_init+0x0/0x70()
[    7.132363] Calling initcall 0xffffffff8158b260: init_sd+0x0/0xf0()
[    7.141988] Driver 'sd' needs updating - please use bus_type methods
[    7.148374] initcall 0xffffffff8158b260: init_sd+0x0/0xf0() returned 0.
[    7.152988] initcall 0xffffffff8158b260 ran for 6 msecs: init_sd+0x0/0xf0()
[    7.161757] Calling initcall 0xffffffff8158b700: ahci_init+0x0/0x20()
[    7.168274] initcall 0xffffffff8158b700: ahci_init+0x0/0x20() returned 0.
[    7.173161] initcall 0xffffffff8158b700 ran for 0 msecs: ahci_init+0x0/0x20()
[    7.181930] Calling initcall 0xffffffff8158b720: piix_init+0x0/0x30()
[    7.190053] initcall 0xffffffff8158b720: piix_init+0x0/0x30() returned 0.
[    7.196870] initcall 0xffffffff8158b720 ran for 0 msecs: piix_init+0x0/0x30()
[    7.201929] Calling initcall 0xffffffff8158b750: amd_init+0x0/0x20()
[    7.210207] pata_amd 0000:00:06.0: version 0.3.10
[    7.214941] PCI: Setting latency timer of device 0000:00:06.0 to 64
[    7.220087] scsi0 : pata_amd
[    7.223062] scsi1 : pata_amd
[    7.226597] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[    7.230005] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[    7.260517] ata1.00: ATA-6: HDS722525VLAT80, V36OA60A, max UDMA/100
[    7.270006] ata1.00: 488397168 sectors, multi 1: LBA48 
[    7.275231] ata1: nv_mode_filter: 0x3f39f&0x3f01f->0x3f01f, BIOS=0x3f000 (0xc60000c0) ACPI=0x3f01f (20:600:0x13)
[    7.310443] ata1.00: configured for UDMA/100
[   15.040235] ata2.01: ATAPI: DVDRW IDE 16X, VER A079, max UDMA/66
[   15.046250] ata2: nv_mode_filter: 0x1f39f&0x701f->0x701f, BIOS=0x7000 (0xc60000c0) ACPI=0x701f (600:60:0x1c)
[   15.080170] ata2.01: configured for UDMA/33
[    7.360001] scsi 0:0:0:0: Direct-Access     ATA      HDS722525VLAT80  V36O PQ: 0 ANSI: 5
[    7.360149] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[    7.367288] sd 0:0:0:0: [sda] Write Protect is off
[    7.370004] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    7.375068] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.380047] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[    7.390012] sd 0:0:0:0: [sda] Write Protect is off
[    7.394799] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    7.400020] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.410005]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 >
[    7.420001] sd 0:0:0:0: [sda] Attached SCSI disk
[    7.420001] scsi 1:0:1:0: CD-ROM            DVDRW    IDE 16X          A079 PQ: 0 ANSI: 5
[    7.420174] initcall 0xffffffff8158b750: amd_init+0x0/0x20() returned 0.
[    7.433073] initcall 0xffffffff8158b750 ran for 989 msecs: amd_init+0x0/0x20()
[    7.441842] Calling initcall 0xffffffff8158b770: mpiix_init+0x0/0x20()
[    7.448448] initcall 0xffffffff8158b770: mpiix_init+0x0/0x20() returned 0.
[    7.453248] initcall 0xffffffff8158b770 ran for 0 msecs: mpiix_init+0x0/0x20()
[    7.462016] Calling initcall 0xffffffff8158b790: oldpiix_init+0x0/0x20()
[    7.468786] initcall 0xffffffff8158b790: oldpiix_init+0x0/0x20() returned 0.
[    7.473421] initcall 0xffffffff8158b790 ran for 0 msecs: oldpiix_init+0x0/0x20()
[    7.482189] Calling initcall 0xffffffff8158b9e0: ehci_hcd_init+0x0/0x20()
[    7.490522] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 22
[    7.496265] IOAPIC[0]: Set routing entry (2-22 -> 0x79 -> IRQ 22 Mode:1 Active:1)
[    7.500008] ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [APCL] -> GSI 22 (level, low) -> IRQ 22
[    7.512718] PCI: Setting latency timer of device 0000:00:02.1 to 64
[    7.518975] ehci_hcd 0000:00:02.1: EHCI Host Controller
[    7.520079] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
[    7.530028] ehci_hcd 0000:00:02.1: debug port 1
[    7.534556] PCI: cache line size of 64 is not supported by device 0000:00:02.1
[    7.540014] ehci_hcd 0000:00:02.1: irq 22, io mem 0xfeb00000
[    7.560007] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    7.570196] usb usb1: configuration #1 chosen from 1 choice
[    7.580054] hub 1-0:1.0: USB hub found
[    7.583806] hub 1-0:1.0: 10 ports detected
[    7.600151] initcall 0xffffffff8158b9e0: ehci_hcd_init+0x0/0x20() returned 0.
[    7.613507] initcall 0xffffffff8158b9e0 ran for 197 msecs: ehci_hcd_init+0x0/0x20()
[    7.622275] Calling initcall 0xffffffff8158ba00: ohci_hcd_mod_init+0x0/0x40()
[    7.629434] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[    7.630289] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 21
[    7.640006] IOAPIC[0]: Set routing entry (2-21 -> 0x81 -> IRQ 21 Mode:1 Active:1)
[    7.650006] ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [APCF] -> GSI 21 (level, low) -> IRQ 21
[    7.658736] PCI: Setting latency timer of device 0000:00:02.0 to 64
[    7.660004] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    7.670055] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[    7.677452] ohci_hcd 0000:00:02.0: irq 21, io mem 0xda102000
[    7.702143] usb usb2: configuration #1 chosen from 1 choice
[    7.710052] hub 2-0:1.0: USB hub found
[    7.713806] hub 2-0:1.0: 10 ports detected
[    7.750149] initcall 0xffffffff8158ba00: ohci_hcd_mod_init+0x0/0x40() returned 0.
[    7.763855] initcall 0xffffffff8158ba00 ran for 217 msecs: ohci_hcd_mod_init+0x0/0x40()
[    7.772621] Calling initcall 0xffffffff8158ba40: uhci_hcd_init+0x0/0xc0()
[    7.780005] USB Universal Host Controller Interface driver v3.0
[    7.785986] initcall 0xffffffff8158ba40: uhci_hcd_init+0x0/0xc0() returned 0.
[    7.791236] initcall 0xffffffff8158ba40 ran for 5 msecs: uhci_hcd_init+0x0/0xc0()
[    7.800003] Calling initcall 0xffffffff8158bb00: usb_usual_init+0x0/0x60()
[    7.806947] usbcore: registered new interface driver libusual
[    7.810006] initcall 0xffffffff8158bb00: usb_usual_init+0x0/0x60() returned 0.
[    7.820003] initcall 0xffffffff8158bb00 ran for 5 msecs: usb_usual_init+0x0/0x60()
[    7.827580] Calling initcall 0xffffffff8158bb60: usb_serial_init+0x0/0x2a0()
[    7.832822] usbcore: registered new interface driver usbserial
[    7.840044] drivers/usb/serial/usb-serial.c: USB Serial support registered for generic
[    7.847992] usbcore: registered new interface driver usbserial_generic
[    7.850010] drivers/usb/serial/usb-serial.c: USB Serial Driver core
[    7.860005] initcall 0xffffffff8158bb60: usb_serial_init+0x0/0x2a0() returned 0.
[    7.867423] initcall 0xffffffff8158bb60 ran for 25 msecs: usb_serial_init+0x0/0x2a0()
[    7.872534] Calling initcall 0xffffffff8158be00: pl2303_init+0x0/0x80()
[    7.882332] drivers/usb/serial/usb-serial.c: USB Serial support registered for pl2303
[    7.890045] usbcore: registered new interface driver pl2303
[    7.895612] drivers/usb/serial/pl2303.c: Prolific PL2303 USB to serial adaptor driver
[    7.900005] initcall 0xffffffff8158be00: pl2303_init+0x0/0x80() returned 0.
[    7.911236] initcall 0xffffffff8158be00 ran for 20 msecs: pl2303_init+0x0/0x80()
[    7.918645] Calling initcall 0xffffffff8158bf30: i8042_init+0x0/0x400()
[    7.922405] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    7.932715] serio: i8042 KBD port at 0x60,0x64 irq 1
[    7.940045] serio: i8042 AUX port at 0x60,0x64 irq 12
[    7.945147] initcall 0xffffffff8158bf30: i8042_init+0x0/0x400() returned 0.
[    7.953349] initcall 0xffffffff8158bf30 ran for 19 msecs: i8042_init+0x0/0x400()
[    7.960004] Calling initcall 0xffffffff8158c330: serport_init+0x0/0x40()
[    7.966733] initcall 0xffffffff8158c330: serport_init+0x0/0x40() returned 0.
[    7.973418] initcall 0xffffffff8158c330 ran for 0 msecs: serport_init+0x0/0x40()
[    7.982188] Calling initcall 0xffffffff8158c4a0: mousedev_init+0x0/0x70()
[    7.989045] mice: PS/2 mouse device common for all mice
[    7.990005] initcall 0xffffffff8158c4a0: mousedev_init+0x0/0x70() returned 0.
[    8.001236] initcall 0xffffffff8158c4a0 ran for 5 msecs: mousedev_init+0x0/0x70()
[    8.008724] Calling initcall 0xffffffff8158c510: evdev_init+0x0/0x20()
[    8.100059] initcall 0xffffffff8158c510: evdev_init+0x0/0x20() returned 0.
[    8.106961] initcall 0xffffffff8158c510 ran for 80 msecs: evdev_init+0x0/0x20()
[    8.112017] Calling initcall 0xffffffff8158c550: atkbd_init+0x0/0x30()
[    8.120255] initcall 0xffffffff8158c550: atkbd_init+0x0/0x30() returned 0.
[    8.127182] initcall 0xffffffff8158c550 ran for 0 msecs: atkbd_init+0x0/0x30()
[    8.132025] Calling initcall 0xffffffff8158c580: psmouse_init+0x0/0x70()
[    8.153075] input: AT Translated Set 2 keyboard as /class/input/input2
[    8.235386] initcall 0xffffffff8158c580: psmouse_init+0x0/0x70() returned 0.
[    8.241465] initcall 0xffffffff8158c580 ran for 89 msecs: psmouse_init+0x0/0x70()
[    8.250004] Calling initcall 0xffffffff8158c760: iTCO_wdt_init_module+0x0/0x80()
[    8.257598] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.02 (26-Jul-2007)
[    8.360001] input: ImPS/2 Generic Wheel Mouse as /class/input/input3
[    8.454488] iTCO_wdt: No card detected
[    8.458241] initcall 0xffffffff8158c760: iTCO_wdt_init_module+0x0/0x80() returned 0.
[    8.464112] initcall 0xffffffff8158c760 ran for 944 msecs: iTCO_wdt_init_module+0x0/0x80()
[    8.472883] Calling initcall 0xffffffff8158c7e0: iTCO_vendor_init_module+0x0/0x20()
[    8.480197] iTCO_vendor_support: vendor-support=0
[    8.484906] initcall 0xffffffff8158c7e0: iTCO_vendor_init_module+0x0/0x20() returned 0.
[    8.494373] initcall 0xffffffff8158c7e0 ran for 4 msecs: iTCO_vendor_init_module+0x0/0x20()
[    8.500004] Calling initcall 0xffffffff8158c800: multipath_init+0x0/0x20()
[    8.510006] md: multipath personality registered for level -4
[    8.515744] initcall 0xffffffff8158c800: multipath_init+0x0/0x20() returned 0.
[    8.521236] initcall 0xffffffff8158c800 ran for 5 msecs: multipath_init+0x0/0x20()
[    8.530004] Calling initcall 0xffffffff8158c910: dm_init+0x0/0x60()
[    8.536402] device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@redhat.com
[    8.540005] initcall 0xffffffff8158c910: dm_init+0x0/0x60() returned 0.
[    8.551238] initcall 0xffffffff8158c910 ran for 8 msecs: dm_init+0x0/0x60()
[    8.558205] Calling initcall 0xffffffff8158cb90: dm_crypt_init+0x0/0x80()
[    8.562479] initcall 0xffffffff8158cb90: dm_crypt_init+0x0/0x80() returned 0.
[    8.571236] initcall 0xffffffff8158cb90 ran for 0 msecs: dm_crypt_init+0x0/0x80()
[    8.580004] Calling initcall 0xffffffff8158cc10: dm_multipath_init+0x0/0xe0()
[    8.587236] device-mapper: multipath: version 1.0.5 loaded
[    8.590005] initcall 0xffffffff8158cc10: dm_multipath_init+0x0/0xe0() returned 0.
[    8.600008] initcall 0xffffffff8158cc10 ran for 5 msecs: dm_multipath_init+0x0/0xe0()
[    8.607840] Calling initcall 0xffffffff8158ccf0: dm_rr_init+0x0/0x50()
[    8.612210] device-mapper: multipath round-robin: version 1.0.0 loaded
[    8.620005] initcall 0xffffffff8158ccf0: dm_rr_init+0x0/0x50() returned 0.
[    8.626905] initcall 0xffffffff8158ccf0 ran for 6 msecs: dm_rr_init+0x0/0x50()
[    8.632016] Calling initcall 0xffffffff8158cd40: dm_emc_init+0x0/0x50()
[    8.642298] device-mapper: multipath emc: version 0.0.3 loaded
[    8.648129] initcall 0xffffffff8158cd40: dm_emc_init+0x0/0x50() returned 0.
[    8.653334] initcall 0xffffffff8158cd40 ran for 5 msecs: dm_emc_init+0x0/0x50()
[    8.662104] Calling initcall 0xffffffff8158cd90: dm_snapshot_init+0x0/0x200()
[    8.669325] initcall 0xffffffff8158cd90: dm_snapshot_init+0x0/0x200() returned 0.
[    8.673854] initcall 0xffffffff8158cd90 ran for 0 msecs: dm_snapshot_init+0x0/0x200()
[    8.682623] Calling initcall 0xffffffff8158cff0: dm_mirror_init+0x0/0x50()
[    8.690202] initcall 0xffffffff8158cff0: dm_mirror_init+0x0/0x50() returned 0.
[    8.697450] initcall 0xffffffff8158cff0 ran for 0 msecs: dm_mirror_init+0x0/0x50()
[    8.702364] Calling initcall 0xffffffff8158d040: dm_zero_init+0x0/0x40()
[    8.712384] initcall 0xffffffff8158d040: dm_zero_init+0x0/0x40() returned 0.
[    8.720004] initcall 0xffffffff8158d040 ran for 0 msecs: dm_zero_init+0x0/0x40()
[    8.727407] Calling initcall 0xffffffff8158d150: cpufreq_gov_userspace_init+0x0/0x20()
[    8.733597] initcall 0xffffffff8158d150: cpufreq_gov_userspace_init+0x0/0x20() returned 0.
[    8.741236] initcall 0xffffffff8158d150 ran for 0 msecs: cpufreq_gov_userspace_init+0x0/0x20()
[    8.750004] Calling initcall 0xffffffff8158d1c0: cpufreq_gov_dbs_init+0x0/0x20()
[    8.760201] initcall 0xffffffff8158d1c0: cpufreq_gov_dbs_init+0x0/0x20() returned 0.
[    8.767970] initcall 0xffffffff8158d1c0 ran for 0 msecs: cpufreq_gov_dbs_init+0x0/0x20()
[    8.772883] Calling initcall 0xffffffff8158d250: init_ladder+0x0/0x20()
[    8.782323] cpuidle: using governor ladder
[    8.786420] initcall 0xffffffff8158d250: init_ladder+0x0/0x20() returned 0.
[    8.793334] initcall 0xffffffff8158d250 ran for 3 msecs: init_ladder+0x0/0x20()
[    8.800004] Calling initcall 0xffffffff8158d270: init_menu+0x0/0x20()
[    8.806472] cpuidle: using governor menu
[    8.810005] initcall 0xffffffff8158d270: init_menu+0x0/0x20() returned 0.
[    8.816819] initcall 0xffffffff8158d270 ran for 3 msecs: init_menu+0x0/0x20()
[    8.821931] Calling initcall 0xffffffff8158df60: hid_init+0x0/0x10()
[    8.832083] initcall 0xffffffff8158df60: hid_init+0x0/0x10() returned 0.
[    8.838811] initcall 0xffffffff8158df60 ran for 0 msecs: hid_init+0x0/0x10()
[    8.841845] Calling initcall 0xffffffff8158e020: usb_mouse_init+0x0/0x50()
[    8.852598] usbcore: registered new interface driver usbmouse
[    8.858338] drivers/hid/usbhid/usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
[    8.860005] initcall 0xffffffff8158e020: usb_mouse_init+0x0/0x50() returned 0.
[    8.871236] initcall 0xffffffff8158e020 ran for 12 msecs: usb_mouse_init+0x0/0x50()
[    8.880004] Calling initcall 0xffffffff8158e120: init_soundcore+0x0/0x60()
[    8.886955] initcall 0xffffffff8158e120: init_soundcore+0x0/0x60() returned 0.
[    8.893595] initcall 0xffffffff8158e120 ran for 0 msecs: init_soundcore+0x0/0x60()
[    8.902364] Calling initcall 0xffffffff8158e180: alsa_sound_init+0x0/0x90()
[    8.910023] Advanced Linux Sound Architecture Driver Version 1.0.16rc2 (Thu Jan 31 16:40:16 2008 UTC).
[    8.919318] initcall 0xffffffff8158e180: alsa_sound_init+0x0/0x90() returned 0.
[    8.923681] initcall 0xffffffff8158e180 ran for 8 msecs: alsa_sound_init+0x0/0x90()
[    8.932450] Calling initcall 0xffffffff8158e450: alsa_timer_init+0x0/0x230()
[    8.940246] initcall 0xffffffff8158e450: alsa_timer_init+0x0/0x230() returned 0.
[    8.947669] initcall 0xffffffff8158e450 ran for 0 msecs: alsa_timer_init+0x0/0x230()
[    8.952537] Calling initcall 0xffffffff8158e680: alsa_seq_oss_init+0x0/0x1b0()
[    8.963113] initcall 0xffffffff8158e680: alsa_seq_oss_init+0x0/0x1b0() returned 0.
[    8.971245] initcall 0xffffffff8158e680 ran for 0 msecs: alsa_seq_oss_init+0x0/0x1b0()
[    8.979167] Calling initcall 0xffffffff8158ea70: alsa_seq_init+0x0/0x60()
[    8.982518] initcall 0xffffffff8158ea70: alsa_seq_init+0x0/0x60() returned 0.
[    8.993508] initcall 0xffffffff8158ea70 ran for 0 msecs: alsa_seq_init+0x0/0x60()
[    9.000004] Calling initcall 0xffffffff8158ed90: alsa_seq_device_init+0x0/0x60()
[    9.007429] initcall 0xffffffff8158ed90: alsa_seq_device_init+0x0/0x60() returned 0.
[    9.014115] initcall 0xffffffff8158ed90 ran for 0 msecs: alsa_seq_device_init+0x0/0x60()
[    9.022883] Calling initcall 0xffffffff8158edf0: alsa_seq_midi_event_init+0x0/0x10()
[    9.030200] initcall 0xffffffff8158edf0: alsa_seq_midi_event_init+0x0/0x10() returned 0.
[    9.040004] initcall 0xffffffff8158edf0 ran for 0 msecs: alsa_seq_midi_event_init+0x0/0x10()
[    9.048448] Calling initcall 0xffffffff8158ee00: alsa_sound_last_init+0x0/0x70()
[    9.053076] ALSA device list:
[    9.056045]   No soundcards found.
[    9.060005] initcall 0xffffffff8158ee00: alsa_sound_last_init+0x0/0x70() returned 0.
[    9.070004] initcall 0xffffffff8158ee00 ran for 6 msecs: alsa_sound_last_init+0x0/0x70()
[    9.078101] Calling initcall 0xffffffff81590ba0: sysctl_core_init+0x0/0x20()
[    9.082772] initcall 0xffffffff81590ba0: sysctl_core_init+0x0/0x20() returned 0.
[    9.091236] initcall 0xffffffff81590ba0 ran for 0 msecs: sysctl_core_init+0x0/0x20()
[    9.100004] Calling initcall 0xffffffff81591250: flow_cache_init+0x0/0x1e0()
[    9.107101] initcall 0xffffffff81591250: flow_cache_init+0x0/0x1e0() returned 0.
[    9.113770] initcall 0xffffffff81591250 ran for 0 msecs: flow_cache_init+0x0/0x1e0()
[    9.122539] Calling initcall 0xffffffff815915f0: blackhole_module_init+0x0/0x20()
[    9.130202] initcall 0xffffffff815915f0: blackhole_module_init+0x0/0x20() returned 0.
[    9.138067] initcall 0xffffffff815915f0 ran for 0 msecs: blackhole_module_init+0x0/0x20()
[    9.142969] Calling initcall 0xffffffff815916b0: police_init_module+0x0/0x20()
[    9.152905] initcall 0xffffffff815916b0: police_init_module+0x0/0x20() returned 0.
[    9.161238] initcall 0xffffffff815916b0 ran for 0 msecs: police_init_module+0x0/0x20()
[    9.169158] Calling initcall 0xffffffff815916d0: gact_init_module+0x0/0x20()
[    9.172728] GACT probability on
[    9.175865] initcall 0xffffffff815916d0: gact_init_module+0x0/0x20() returned 0.
[    9.183767] initcall 0xffffffff815916d0 ran for 2 msecs: gact_init_module+0x0/0x20()
[    9.192537] Calling initcall 0xffffffff81592ec0: sysctl_ipv4_init+0x0/0x30()
[    9.200477] initcall 0xffffffff81592ec0: sysctl_ipv4_init+0x0/0x30() returned 0.
[    9.207903] initcall 0xffffffff81592ec0 ran for 0 msecs: sysctl_ipv4_init+0x0/0x30()
[    9.212538] Calling initcall 0xffffffff815931a0: init_syncookies+0x0/0x20()
[    9.222670] initcall 0xffffffff815931a0: init_syncookies+0x0/0x20() returned 0.
[    9.231237] initcall 0xffffffff815931a0 ran for 0 msecs: init_syncookies+0x0/0x20()
[    9.238898] Calling initcall 0xffffffff815931c0: xfrm4_beet_init+0x0/0x20()
[    9.242645] initcall 0xffffffff815931c0: xfrm4_beet_init+0x0/0x20() returned 0.
[    9.253682] initcall 0xffffffff815931c0 ran for 0 msecs: xfrm4_beet_init+0x0/0x20()
[    9.260004] Calling initcall 0xffffffff815931e0: xfrm4_transport_init+0x0/0x20()
[    9.267428] initcall 0xffffffff815931e0: xfrm4_transport_init+0x0/0x20() returned 0.
[    9.274117] initcall 0xffffffff815931e0 ran for 0 msecs: xfrm4_transport_init+0x0/0x20()
[    9.282884] Calling initcall 0xffffffff81593200: xfrm4_mode_tunnel_init+0x0/0x20()
[    9.290201] initcall 0xffffffff81593200: xfrm4_mode_tunnel_init+0x0/0x20() returned 0.
[    9.300004] initcall 0xffffffff81593200 ran for 0 msecs: xfrm4_mode_tunnel_init+0x0/0x20()
[    9.308275] Calling initcall 0xffffffff81353490: ipv4_netfilter_init+0x0/0x20()
[    9.313000] initcall 0xffffffff81353490: ipv4_netfilter_init+0x0/0x20() returned 0.
[    9.321236] initcall 0xffffffff81353490 ran for 0 msecs: ipv4_netfilter_init+0x0/0x20()
[    9.330004] Calling initcall 0xffffffff81593220: cubictcp_register+0x0/0x70()
[    9.337170] TCP cubic registered
[    9.340005] initcall 0xffffffff81593220: cubictcp_register+0x0/0x70() returned 0.
[    9.347513] initcall 0xffffffff81593220 ran for 3 msecs: cubictcp_register+0x0/0x70()
[    9.352625] Calling initcall 0xffffffff81593490: xfrm_user_init+0x0/0x60()
[    9.362557] Initializing XFRM netlink socket
[    9.366836] initcall 0xffffffff81593490: xfrm_user_init+0x0/0x60() returned 0.
[    9.373596] initcall 0xffffffff81593490 ran for 4 msecs: xfrm_user_init+0x0/0x60()
[    9.382363] Calling initcall 0xffffffff815934f0: af_unix_init+0x0/0x70()
[    9.390016] NET: Registered protocol family 1
[    9.394379] initcall 0xffffffff815934f0: af_unix_init+0x0/0x70() returned 0.
[    9.401238] initcall 0xffffffff815934f0 ran for 4 msecs: af_unix_init+0x0/0x70()
[    9.408638] Calling initcall 0xffffffff81593560: packet_init+0x0/0x50()
[    9.412298] NET: Registered protocol family 17
[    9.420008] initcall 0xffffffff81593560: packet_init+0x0/0x50() returned 0.
[    9.427000] initcall 0xffffffff81593560 ran for 4 msecs: packet_init+0x0/0x50()
[    9.432104] Calling initcall 0xffffffff815935f0: ieee80211_init+0x0/0xc0()
[    9.440201] ieee80211: 802.11 data/management/control stack, git-1.1.13
[    9.446809] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[    9.450005] initcall 0xffffffff815935f0: ieee80211_init+0x0/0xc0() returned 0.
[    9.461236] initcall 0xffffffff815935f0 ran for 14 msecs: ieee80211_init+0x0/0xc0()
[    9.470004] Calling initcall 0xffffffff815936b0: ieee80211_crypto_init+0x0/0x20()
[    9.477514] ieee80211_crypt: registered algorithm 'NULL'
[    9.480005] initcall 0xffffffff815936b0: ieee80211_crypto_init+0x0/0x20() returned 0.
[    9.491238] initcall 0xffffffff815936b0 ran for 5 msecs: ieee80211_crypto_init+0x0/0x20()
[    9.500004] Calling initcall 0xffffffff815936d0: ieee80211_crypto_wep_init+0x0/0x20()
[    9.507859] ieee80211_crypt: registered algorithm 'WEP'
[    9.510005] initcall 0xffffffff815936d0: ieee80211_crypto_wep_init+0x0/0x20() returned 0.
[    9.521238] initcall 0xffffffff815936d0 ran for 4 msecs: ieee80211_crypto_wep_init+0x0/0x20()
[    9.529765] Calling initcall 0xffffffff81574ca0: acpi_cpufreq_init+0x0/0x90()
[    9.532833] initcall 0xffffffff81574ca0: acpi_cpufreq_init+0x0/0x90() returned -19.
[    9.544029] initcall 0xffffffff81574ca0 ran for 0 msecs: acpi_cpufreq_init+0x0/0x90()
[    9.552623] Calling initcall 0xffffffff81574df0: hpet_insert_resource+0x0/0x30()
[    9.560007] initcall 0xffffffff81574df0: hpet_insert_resource+0x0/0x30() returned 1.
[    9.567771] initcall 0xffffffff81574df0 ran for 0 msecs: hpet_insert_resource+0x0/0x30()
[    9.572885] initcall at 0xffffffff81574df0: hpet_insert_resource+0x0/0x30(): returned with error code 1
[    9.582624] Calling initcall 0xffffffff81577e70: init_lapic_nmi_sysfs+0x0/0x40()
[    9.590291] initcall 0xffffffff81577e70: init_lapic_nmi_sysfs+0x0/0x40() returned 0.
[    9.600004] initcall 0xffffffff81577e70 ran for 0 msecs: init_lapic_nmi_sysfs+0x0/0x40()
[    9.608101] Calling initcall 0xffffffff81578720: ioapic_insert_resources+0x0/0x60()
[    9.613341] initcall 0xffffffff81578720: ioapic_insert_resources+0x0/0x60() returned 0.
[    9.624383] initcall 0xffffffff81578720 ran for 0 msecs: ioapic_insert_resources+0x0/0x60()
[    9.630004] Calling initcall 0xffffffff810385e0: init_oops_id+0x0/0x30()
[    9.636738] initcall 0xffffffff810385e0: init_oops_id+0x0/0x30() returned 0.
[    9.643423] initcall 0xffffffff810385e0 ran for 0 msecs: init_oops_id+0x0/0x30()
[    9.652190] Calling initcall 0xffffffff8157c070: disable_boot_consoles+0x0/0x40()
[    9.660199] initcall 0xffffffff8157c070: disable_boot_consoles+0x0/0x40() returned 0.
[    9.668057] initcall 0xffffffff8157c070 ran for 0 msecs: disable_boot_consoles+0x0/0x40()
[    9.672972] Calling initcall 0xffffffff8157d2e0: pm_qos_power_init+0x0/0x90()
[    9.682947] initcall 0xffffffff8157d2e0: pm_qos_power_init+0x0/0x90() returned 0.
[    9.691239] initcall 0xffffffff8157d2e0 ran for 0 msecs: pm_qos_power_init+0x0/0x90()
[    9.700004] Calling initcall 0xffffffff81063c10: software_resume+0x0/0x1d0()
[    9.707083] initcall 0xffffffff81063c10: software_resume+0x0/0x1d0() returned -2.
[    9.713856] initcall 0xffffffff81063c10 ran for 0 msecs: software_resume+0x0/0x1d0()
[    9.722538] initcall at 0xffffffff81063c10: software_resume+0x0/0x1d0(): returned with error code -2
[    9.730004] Calling initcall 0xffffffff81394120: debugfs_kprobe_init+0x0/0x90()
[    9.737361] initcall 0xffffffff81394120: debugfs_kprobe_init+0x0/0x90() returned 0.
[    9.744028] initcall 0xffffffff81394120 ran for 0 msecs: debugfs_kprobe_init+0x0/0x90()
[    9.752798] Calling initcall 0xffffffff815836d0: random32_reseed+0x0/0x90()
[    9.760205] initcall 0xffffffff815836d0: random32_reseed+0x0/0x90() returned 0.
[    9.767538] initcall 0xffffffff815836d0 ran for 0 msecs: random32_reseed+0x0/0x90()
[    9.772450] Calling initcall 0xffffffff81584170: pci_sysfs_init+0x0/0x60()
[    9.782661] initcall 0xffffffff81584170: pci_sysfs_init+0x0/0x60() returned 0.
[    9.790004] initcall 0xffffffff81584170 ran for 0 msecs: pci_sysfs_init+0x0/0x60()
[    9.797579] Calling initcall 0xffffffff815864ee: acpi_wakeup_device_init+0x0/0xb1()
[    9.803339] initcall 0xffffffff815864ee: acpi_wakeup_device_init+0x0/0xb1() returned 0.
[    9.814375] initcall 0xffffffff815864ee ran for 0 msecs: acpi_wakeup_device_init+0x0/0xb1()
[    9.820004] Calling initcall 0xffffffff815866f7: acpi_sleep_proc_init+0x0/0x97()
[    9.830218] initcall 0xffffffff815866f7: acpi_sleep_proc_init+0x0/0x97() returned 0.
[    9.837988] initcall 0xffffffff815866f7 ran for 0 msecs: acpi_sleep_proc_init+0x0/0x97()
[    9.842883] Calling initcall 0xffffffff81588370: seqgen_init+0x0/0x10()
[    9.852306] initcall 0xffffffff81588370: seqgen_init+0x0/0x10() returned 0.
[    9.859296] initcall 0xffffffff81588370 ran for 0 msecs: seqgen_init+0x0/0x10()
[    9.862104] Calling initcall 0xffffffff8121cbb0: scsi_complete_async_scans+0x0/0x120()
[    9.873597] initcall 0xffffffff8121cbb0: scsi_complete_async_scans+0x0/0x120() returned 0.
[    9.881238] initcall 0xffffffff8121cbb0 ran for 0 msecs: scsi_complete_async_scans+0x0/0x120()
[    9.890004] Calling initcall 0xffffffff81590460: pci_mmcfg_late_insert_resources+0x0/0x50()
[    9.900202] initcall 0xffffffff81590460: pci_mmcfg_late_insert_resources+0x0/0x50() returned 0.
[    9.908923] initcall 0xffffffff81590460 ran for 0 msecs: pci_mmcfg_late_insert_resources+0x0/0x50()
[    9.913837] Calling initcall 0xffffffff81592330: tcp_congestion_default+0x0/0x20()
[    9.923251] initcall 0xffffffff81592330: tcp_congestion_default+0x0/0x20() returned 0.
[    9.931238] initcall 0xffffffff81592330 ran for 0 msecs: tcp_congestion_default+0x0/0x20()
[    9.940103] md: Autodetecting RAID arrays.
[    9.944194] md: Scanned 0 and added 0 devices.
[    9.950004] md: autorun ...
[    9.952796] md: ... autorun DONE.
[    9.971437] EXT3-fs: INFO: recovery required on readonly filesystem.
[    9.977785] EXT3-fs: write access will be enabled during recovery.
[   10.140002] EXT3-fs: recovery complete.
[   10.140002] kjournald starting.  Commit interval 5 seconds
[   10.140260] EXT3-fs: mounted filesystem with ordered data mode.
[   10.146193] VFS: Mounted root (ext3 filesystem) readonly.
[   10.150018] Freeing unused kernel memory: 292k freed
[   20.132098] udev: renamed network interface eth0 to eth1
[   12.621117] udev: renamed network interface eth1_rename to eth0
[   20.564662] eth0: link down
[   15.379666] EXT3 FS on sda6, internal journal
[   15.482175] kjournald starting.  Commit interval 5 seconds
[   15.487704] EXT3 FS on sda5, internal journal
[   15.491605] EXT3-fs: mounted filesystem with ordered data mode.
[   15.782080] Adding 3911816k swap on /dev/sda2.  Priority:-1 extents:1 across:3911816k
[   25.060001] warning: `dbus-daemon' uses 32-bit capabilities (legacy support in use)
[   24.201469] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[   24.207337] IOAPIC[0]: Set routing entry (2-18 -> 0x89 -> IRQ 18 Mode:1 Active:1)
[   24.210014] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [APC3] -> GSI 18 (level, low) -> IRQ 18

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 2.6.25-rc4 OOMs itself dead on bootup
  2008-03-06 18:49 ` Ingo Molnar
@ 2008-03-07 19:27   ` Frank Sorenson
  2008-03-08  7:08     ` Frank Sorenson
  0 siblings, 1 reply; 12+ messages in thread
From: Frank Sorenson @ 2008-03-07 19:27 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: LKML, linux-mm, Rafael J. Wysocki

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ingo Molnar wrote:
> * Frank Sorenson <frank@tuxrocks.com> wrote:
> 
>> 2.6.25-rc4 invokes the oom-killer repeatedly when attempting to boot, 
>> eventually panicing with "Out of memory and no killable processes." 
>> This happens since at least 2.6.25-rc3, but 2.6.24 boots just fine,
>>
>> The system is a Dell Inspiron E1705 running Fedora 8 (x86_64).
>>
>> My .config is at http://tuxrocks.com/tmp/config-2.6.25-rc4, and a 
>> syslog of the system up until the point where it oom-killed syslog 
>> (just before the panic) is at 
>> http://tuxrocks.com/tmp/oom-2.6.25-rc4.txt
> 
> i've picked up your .config and enabled a few drivers in it to make it 
> boot on a testsystem of mine and it doesnt OOM:
> 
>  20:47:17 up 10 min,  1 user,  load average: 0.01, 0.07, 0.03
>               total       used       free     shared    buffers     cached
>  Mem:       1025768     258544     767224          0      12956     169556
>  -/+ buffers/cache:      76032     949736
>  Swap:      3911816          0    3911816
> 
> (config and bootlog from my box attached.)
> 
> So it's probably not a .config dependent generic kernel problem, but 
> probably something specific to your hardware.
> 
> Since the first oom happens about 9 minutes into the bootup:
> 
>  [  569.755853] sh invoked oom-killer: gfp_mask=0x1201d2, order=0, oomkilladj=-17
> 
> do you have any chance to log in and capture MM statistics? The 
> following script will capture a bunch of statistics:
> 
>  http://people.redhat.com/mingo/cfs-scheduler/tools/cfs-debug-info.sh
> 
> and takes less than a minute to run - should be enough time in theory. 
> If it's possible to run it then send us the output file it produces.
> 
> 	Ingo

Thank you for the help, and for the time.

I did some additional debugging, and I believe you're correct about it
being specific to my system.  The system seems to run fine until some
time during the boot.  I booted with "init=/bin/sh" (that's how the
system stayed up for 9 minutes), then it died when I tried starting
things up.  I've further narrowed the OOM down to udev (though it's not
entirely udev's fault, since 2.6.24 runs fine).

I ran your debug info tool before killing the box by running
/sbin/start_udev.  The output of the tool is at
http://tuxrocks.com/tmp/cfs-debug-info-2008.03.06-14.11.24

Something is apparently happening between 2.6.24 and 2.6.25-rc[34] which
causes udev (or something it calls) to behave very badly.

I'll keep looking further into the cause.  Thanks again for the help.

Frank
- --
Frank Sorenson - KD7TZK
Linux Systems Engineer, DSS Engineering, UBS AG
frank@tuxrocks.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFH0ZcXaI0dwg4A47wRAoy7AJ9ILIlACjitvOpNghRNxmOgiygk1QCfb3Oi
8Drhxc4Tvu0K+1KD0U6XUOE=
=SmQj
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 2.6.25-rc4 OOMs itself dead on bootup
  2008-03-07 19:27   ` Frank Sorenson
@ 2008-03-08  7:08     ` Frank Sorenson
  2008-03-08  8:22       ` [patch] revert "dcdbas: add DMI-based module autloading" Ingo Molnar
  2008-03-08 13:53       ` 2.6.25-rc4 OOMs itself dead on bootup (modprobe bug?) Matt Domsch
  0 siblings, 2 replies; 12+ messages in thread
From: Frank Sorenson @ 2008-03-08  7:08 UTC (permalink / raw)
  To: Ingo Molnar, kay.sievers, Matt_Domsch; +Cc: LKML, linux-mm, Rafael J. Wysocki

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Frank Sorenson wrote:
> I did some additional debugging, and I believe you're correct about it
> being specific to my system.  The system seems to run fine until some
> time during the boot.  I booted with "init=/bin/sh" (that's how the
> system stayed up for 9 minutes), then it died when I tried starting
> things up.  I've further narrowed the OOM down to udev (though it's not
> entirely udev's fault, since 2.6.24 runs fine).
> 
> I ran your debug info tool before killing the box by running
> /sbin/start_udev.  The output of the tool is at
> http://tuxrocks.com/tmp/cfs-debug-info-2008.03.06-14.11.24
> 
> Something is apparently happening between 2.6.24 and 2.6.25-rc[34] which
> causes udev (or something it calls) to behave very badly.

Found it.  The culprit is 8f47f0b688bba7642dac4e979896e4692177670b
    dcdbas: add DMI-based module autloading

    DMI autoload dcdbas on all Dell systems.

    This looks for BIOS Vendor or System Vendor == Dell, so this should
    work for systems both Dell-branded and those Dell builds but brands
    for others.  It causes udev to load the dcdbas module at startup,
    which is used by tools called by HAL for wireless control and
    backlight control, among other uses.

What actually happens is that when udev loads the dcdbas module at
startup, modprobe apparently calls "modprobe dcdbas" itself, repeating
until the system runs out of resources (in this case, it OOMs).

# ps axf
...
  506 ?        S      0:00 /bin/bash /sbin/start_udev
  590 ?        S      0:00  \_ /sbin/udevsettle
  533 ?        S<s    0:00 /sbin/udevd -d
  629 ?        S<     0:00  \_ /sbin/udevd -d
  630 ?        S<     0:00  |   \_ /sbin/modprobe
dmi:bvnDellInc.:bvrA08:bd04/02/2007:svnDellInc.:pnMP061:pvr:rvnDellInc.:rn0YD479:rvr:cvnDellInc.:ct8:cvr:
  949 ?        S<     0:00  |       \_ /sbin/modprobe dcdbas
  950 ?        S<     0:00  |           \_ /sbin/modprobe dcdbas
  951 ?        S<     0:00  |               \_ /sbin/modprobe dcdbas
  953 ?        S<     0:00  |                   \_ /sbin/modprobe dcdbas
  955 ?        S<     0:00  |                       \_ /sbin/modprobe dcdbas
  958 ?        S<     0:00  |                           \_
/sbin/modprobe dcdbas
...repeat...

When the system crashed, there were at least 11,600 instances of
"/sbin/modprobe dcdbas", each calling the next.

Reverting 8f47f0b lets the system boot up just fine again.  Note that a
manual "modprobe dcdbas" also causes this recursive behavior, it's just
not forced on the system by udev.

So dcdbas is a regression from 2.6.24, as well as being broken in other
ways.

Frank
- --
Frank Sorenson - KD7TZK
Linux Systems Engineer, DSS Engineering, UBS AG
frank@tuxrocks.com

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFH0jt7aI0dwg4A47wRAuXtAJ9kAXuT3hRCw8KJqs1e4SIwzXDYFACgqR8Q
gwV6NcjPq5x6Nt16V7Z/eVc=
=0rIk
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [patch] revert "dcdbas: add DMI-based module autloading"
  2008-03-08  7:08     ` Frank Sorenson
@ 2008-03-08  8:22       ` Ingo Molnar
  2008-03-08 18:16         ` Kay Sievers
  2008-03-08 13:53       ` 2.6.25-rc4 OOMs itself dead on bootup (modprobe bug?) Matt Domsch
  1 sibling, 1 reply; 12+ messages in thread
From: Ingo Molnar @ 2008-03-08  8:22 UTC (permalink / raw)
  To: Frank Sorenson
  Cc: kay.sievers, Matt_Domsch, LKML, linux-mm, Rafael J. Wysocki,
	Greg Kroah-Hartman, Andrew Morton, Linus Torvalds


* Frank Sorenson <frank@tuxrocks.com> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Frank Sorenson wrote:
> > I did some additional debugging, and I believe you're correct about it
> > being specific to my system.  The system seems to run fine until some
> > time during the boot.  I booted with "init=/bin/sh" (that's how the
> > system stayed up for 9 minutes), then it died when I tried starting
> > things up.  I've further narrowed the OOM down to udev (though it's not
> > entirely udev's fault, since 2.6.24 runs fine).
> > 
> > I ran your debug info tool before killing the box by running
> > /sbin/start_udev.  The output of the tool is at
> > http://tuxrocks.com/tmp/cfs-debug-info-2008.03.06-14.11.24
> > 
> > Something is apparently happening between 2.6.24 and 2.6.25-rc[34] which
> > causes udev (or something it calls) to behave very badly.
> 
> Found it.  The culprit is 8f47f0b688bba7642dac4e979896e4692177670b
>     dcdbas: add DMI-based module autloading
> 
>     DMI autoload dcdbas on all Dell systems.
> 
>     This looks for BIOS Vendor or System Vendor == Dell, so this should
>     work for systems both Dell-branded and those Dell builds but brands
>     for others.  It causes udev to load the dcdbas module at startup,
>     which is used by tools called by HAL for wireless control and
>     backlight control, among other uses.
> 
> What actually happens is that when udev loads the dcdbas module at 
> startup, modprobe apparently calls "modprobe dcdbas" itself, repeating 
> until the system runs out of resources (in this case, it OOMs).

nice work! I've attached the revert below against latest -git - just in 
case no-one can think of an obvious fix to this bug.

	Ingo

--------------------->
Subject: revert "dcdbas: add DMI-based module autloading"
From: Ingo Molnar <mingo@elte.hu>
Date: Sat Mar 08 09:09:16 CET 2008

Frank Sorenson reported that 2.6.25-rc OOMs on his box and
tracked it down to commit 8f47f0b688bba7642dac4e979896e4692177670b,
"dcdbas: add DMI-based module autloading". Frank says:

> What actually happens is that when udev loads the dcdbas module at
> startup, modprobe apparently calls "modprobe dcdbas" itself, repeating
> until the system runs out of resources (in this case, it OOMs).

revert the commit.

Bisected-by: Frank Sorenson <frank@tuxrocks.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 drivers/firmware/dcdbas.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Index: linux/drivers/firmware/dcdbas.c
===================================================================
--- linux.orig/drivers/firmware/dcdbas.c
+++ linux/drivers/firmware/dcdbas.c
@@ -658,5 +658,4 @@ MODULE_DESCRIPTION(DRIVER_DESCRIPTION " 
 MODULE_VERSION(DRIVER_VERSION);
 MODULE_AUTHOR("Dell Inc.");
 MODULE_LICENSE("GPL");
-/* Any System or BIOS claiming to be by Dell */
-MODULE_ALIAS("dmi:*:[bs]vnD[Ee][Ll][Ll]*:*");
+

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 2.6.25-rc4 OOMs itself dead on bootup (modprobe bug?)
  2008-03-08  7:08     ` Frank Sorenson
  2008-03-08  8:22       ` [patch] revert "dcdbas: add DMI-based module autloading" Ingo Molnar
@ 2008-03-08 13:53       ` Matt Domsch
  2008-03-08 14:03         ` Frank Sorenson
  1 sibling, 1 reply; 12+ messages in thread
From: Matt Domsch @ 2008-03-08 13:53 UTC (permalink / raw)
  To: Frank Sorenson
  Cc: Ingo Molnar, kay.sievers, LKML, linux-mm, Rafael J. Wysocki, jcm

On Sat, Mar 08, 2008 at 01:08:46AM -0600, Frank Sorenson wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Frank Sorenson wrote:
> > I did some additional debugging, and I believe you're correct about it
> > being specific to my system.  The system seems to run fine until some
> > time during the boot.  I booted with "init=/bin/sh" (that's how the
> > system stayed up for 9 minutes), then it died when I tried starting
> > things up.  I've further narrowed the OOM down to udev (though it's not
> > entirely udev's fault, since 2.6.24 runs fine).
> > 
> > I ran your debug info tool before killing the box by running
> > /sbin/start_udev.  The output of the tool is at
> > http://tuxrocks.com/tmp/cfs-debug-info-2008.03.06-14.11.24
> > 
> > Something is apparently happening between 2.6.24 and 2.6.25-rc[34] which
> > causes udev (or something it calls) to behave very badly.
> 
> Found it.  The culprit is 8f47f0b688bba7642dac4e979896e4692177670b
>     dcdbas: add DMI-based module autloading
> 
>     DMI autoload dcdbas on all Dell systems.
> 
>     This looks for BIOS Vendor or System Vendor == Dell, so this should
>     work for systems both Dell-branded and those Dell builds but brands
>     for others.  It causes udev to load the dcdbas module at startup,
>     which is used by tools called by HAL for wireless control and
>     backlight control, among other uses.
> 
> What actually happens is that when udev loads the dcdbas module at
> startup, modprobe apparently calls "modprobe dcdbas" itself, repeating
> until the system runs out of resources (in this case, it OOMs).
> 
> # ps axf
> ...
>   506 ?        S      0:00 /bin/bash /sbin/start_udev
>   590 ?        S      0:00  \_ /sbin/udevsettle
>   533 ?        S<s    0:00 /sbin/udevd -d
>   629 ?        S<     0:00  \_ /sbin/udevd -d
>   630 ?        S<     0:00  |   \_ /sbin/modprobe
> dmi:bvnDellInc.:bvrA08:bd04/02/2007:svnDellInc.:pnMP061:pvr:rvnDellInc.:rn0YD479:rvr:cvnDellInc.:ct8:cvr:
>   949 ?        S<     0:00  |       \_ /sbin/modprobe dcdbas
>   950 ?        S<     0:00  |           \_ /sbin/modprobe dcdbas
>   951 ?        S<     0:00  |               \_ /sbin/modprobe dcdbas
>   953 ?        S<     0:00  |                   \_ /sbin/modprobe dcdbas
>   955 ?        S<     0:00  |                       \_ /sbin/modprobe dcdbas
>   958 ?        S<     0:00  |                           \_
> /sbin/modprobe dcdbas
> ...repeat...
> 
> When the system crashed, there were at least 11,600 instances of
> "/sbin/modprobe dcdbas", each calling the next.
> 
> Reverting 8f47f0b lets the system boot up just fine again.  Note that a
> manual "modprobe dcdbas" also causes this recursive behavior, it's just
> not forced on the system by udev.
> 
> So dcdbas is a regression from 2.6.24, as well as being broken in other
> ways.
> 
> Frank
> - --
> Frank Sorenson - KD7TZK
> Linux Systems Engineer, DSS Engineering, UBS AG
> frank@tuxrocks.com


Frank, what version of module-init-tools do you have?  This has been
in use in Fedora 8 for a few months, and this is the first failure
report I've seen.

I'm fine with reverting the patch for now, but really do want to get
to root cause, because module autoloading is a really good idea, and
it would be a shame if we couldn't keep that feature enabled because
some systems have incompatible module-init-tools, and the kernel can't
know that...  (Perhaps udev could know and not invoke modprobe in
those instances?)

-Matt

-- 
Matt Domsch
Linux Technology Strategist, Dell Office of the CTO
linux.dell.com & www.dell.com/linux

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 2.6.25-rc4 OOMs itself dead on bootup (modprobe bug?)
  2008-03-08 13:53       ` 2.6.25-rc4 OOMs itself dead on bootup (modprobe bug?) Matt Domsch
@ 2008-03-08 14:03         ` Frank Sorenson
  2008-03-08 21:53           ` Jon Masters
  0 siblings, 1 reply; 12+ messages in thread
From: Frank Sorenson @ 2008-03-08 14:03 UTC (permalink / raw)
  To: Matt Domsch
  Cc: Ingo Molnar, kay.sievers, LKML, linux-mm, Rafael J. Wysocki, jcm

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Matt Domsch wrote:
> On Sat, Mar 08, 2008 at 01:08:46AM -0600, Frank Sorenson wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Frank Sorenson wrote:
>>> I did some additional debugging, and I believe you're correct about it
>>> being specific to my system.  The system seems to run fine until some
>>> time during the boot.  I booted with "init=/bin/sh" (that's how the
>>> system stayed up for 9 minutes), then it died when I tried starting
>>> things up.  I've further narrowed the OOM down to udev (though it's not
>>> entirely udev's fault, since 2.6.24 runs fine).
>>>
>>> I ran your debug info tool before killing the box by running
>>> /sbin/start_udev.  The output of the tool is at
>>> http://tuxrocks.com/tmp/cfs-debug-info-2008.03.06-14.11.24
>>>
>>> Something is apparently happening between 2.6.24 and 2.6.25-rc[34] which
>>> causes udev (or something it calls) to behave very badly.
>> Found it.  The culprit is 8f47f0b688bba7642dac4e979896e4692177670b
>>     dcdbas: add DMI-based module autloading
>>
>>     DMI autoload dcdbas on all Dell systems.
>>
>>     This looks for BIOS Vendor or System Vendor == Dell, so this should
>>     work for systems both Dell-branded and those Dell builds but brands
>>     for others.  It causes udev to load the dcdbas module at startup,
>>     which is used by tools called by HAL for wireless control and
>>     backlight control, among other uses.
>>
>> What actually happens is that when udev loads the dcdbas module at
>> startup, modprobe apparently calls "modprobe dcdbas" itself, repeating
>> until the system runs out of resources (in this case, it OOMs).
>>
>> # ps axf
>> ...
>>   506 ?        S      0:00 /bin/bash /sbin/start_udev
>>   590 ?        S      0:00  \_ /sbin/udevsettle
>>   533 ?        S<s    0:00 /sbin/udevd -d
>>   629 ?        S<     0:00  \_ /sbin/udevd -d
>>   630 ?        S<     0:00  |   \_ /sbin/modprobe
>> dmi:bvnDellInc.:bvrA08:bd04/02/2007:svnDellInc.:pnMP061:pvr:rvnDellInc.:rn0YD479:rvr:cvnDellInc.:ct8:cvr:
>>   949 ?        S<     0:00  |       \_ /sbin/modprobe dcdbas
>>   950 ?        S<     0:00  |           \_ /sbin/modprobe dcdbas
>>   951 ?        S<     0:00  |               \_ /sbin/modprobe dcdbas
>>   953 ?        S<     0:00  |                   \_ /sbin/modprobe dcdbas
>>   955 ?        S<     0:00  |                       \_ /sbin/modprobe dcdbas
>>   958 ?        S<     0:00  |                           \_
>> /sbin/modprobe dcdbas
>> ...repeat...
>>
>> When the system crashed, there were at least 11,600 instances of
>> "/sbin/modprobe dcdbas", each calling the next.
>>
>> Reverting 8f47f0b lets the system boot up just fine again.  Note that a
>> manual "modprobe dcdbas" also causes this recursive behavior, it's just
>> not forced on the system by udev.
>>
>> So dcdbas is a regression from 2.6.24, as well as being broken in other
>> ways.
>>
>> Frank
>> - --
>> Frank Sorenson - KD7TZK
>> Linux Systems Engineer, DSS Engineering, UBS AG
>> frank@tuxrocks.com
> 
> 
> Frank, what version of module-init-tools do you have?  This has been
> in use in Fedora 8 for a few months, and this is the first failure
> report I've seen.
> 
> I'm fine with reverting the patch for now, but really do want to get
> to root cause, because module autoloading is a really good idea, and
> it would be a shame if we couldn't keep that feature enabled because
> some systems have incompatible module-init-tools, and the kernel can't
> know that...  (Perhaps udev could know and not invoke modprobe in
> those instances?)
> 
> -Matt

It's module-init-tools-3.4-2.fc8.x86_64 (most recent Fedora rpm available).

Frank
- --
Frank Sorenson - KD7TZK
Linux Systems Engineer, DSS Engineering, UBS AG
frank@tuxrocks.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFH0pyoaI0dwg4A47wRAq9rAKCVbg5ngSyHVORpLAcD4WY4vNMQlQCdGtr1
9CiHmom5Vopsqukc8e+D1RU=
=GPMU
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [patch] revert "dcdbas: add DMI-based module autloading"
  2008-03-08  8:22       ` [patch] revert "dcdbas: add DMI-based module autloading" Ingo Molnar
@ 2008-03-08 18:16         ` Kay Sievers
  2008-03-08 18:57           ` Frank Sorenson
  0 siblings, 1 reply; 12+ messages in thread
From: Kay Sievers @ 2008-03-08 18:16 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Frank Sorenson, Matt_Domsch, LKML, linux-mm, Rafael J. Wysocki,
	Greg Kroah-Hartman, Andrew Morton, Linus Torvalds

On Sat, 2008-03-08 at 09:22 +0100, Ingo Molnar wrote:
> * Frank Sorenson <frank@tuxrocks.com> wrote:
> 
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> > 
> > Frank Sorenson wrote:
> > > I did some additional debugging, and I believe you're correct about it
> > > being specific to my system.  The system seems to run fine until some
> > > time during the boot.  I booted with "init=/bin/sh" (that's how the
> > > system stayed up for 9 minutes), then it died when I tried starting
> > > things up.  I've further narrowed the OOM down to udev (though it's not
> > > entirely udev's fault, since 2.6.24 runs fine).
> > > 
> > > I ran your debug info tool before killing the box by running
> > > /sbin/start_udev.  The output of the tool is at
> > > http://tuxrocks.com/tmp/cfs-debug-info-2008.03.06-14.11.24
> > > 
> > > Something is apparently happening between 2.6.24 and 2.6.25-rc[34] which
> > > causes udev (or something it calls) to behave very badly.
> > 
> > Found it.  The culprit is 8f47f0b688bba7642dac4e979896e4692177670b
> >     dcdbas: add DMI-based module autloading
> > 
> >     DMI autoload dcdbas on all Dell systems.
> > 
> >     This looks for BIOS Vendor or System Vendor == Dell, so this should
> >     work for systems both Dell-branded and those Dell builds but brands
> >     for others.  It causes udev to load the dcdbas module at startup,
> >     which is used by tools called by HAL for wireless control and
> >     backlight control, among other uses.
> > 
> > What actually happens is that when udev loads the dcdbas module at 
> > startup, modprobe apparently calls "modprobe dcdbas" itself, repeating 
> > until the system runs out of resources (in this case, it OOMs).
> 
> nice work! I've attached the revert below against latest -git - just in 
> case no-one can think of an obvious fix to this bug.

Frank, can you grep for 'dcdbas' in the modprobe config files:
  modprobe -c | grep dcdbas
?

I wonder what's going on here, that modprobe calls itself.

Thanks,
Kay


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [patch] revert "dcdbas: add DMI-based module autloading"
  2008-03-08 18:16         ` Kay Sievers
@ 2008-03-08 18:57           ` Frank Sorenson
  0 siblings, 0 replies; 12+ messages in thread
From: Frank Sorenson @ 2008-03-08 18:57 UTC (permalink / raw)
  To: Kay Sievers
  Cc: Ingo Molnar, Matt_Domsch, LKML, linux-mm, Rafael J. Wysocki,
	Greg Kroah-Hartman, Andrew Morton, Linus Torvalds

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kay Sievers wrote:
> Frank, can you grep for 'dcdbas' in the modprobe config files:
>   modprobe -c | grep dcdbas
> ?
> 
> I wonder what's going on here, that modprobe calls itself.
> 
> Thanks,
> Kay

Aha.  This is indeed where the problem was.  A line in the modprobe
config files was supposed to cause dcdbas to load, but was instead
causing modprobe to call itself repeatedly for dcdbas.  I don't know why
an incorrect line was there, but removing it from the config allows
dcdbas to load without problem manually, and the autoload patch loads it
automatically.

Sincere apologies to everyone for causing the fire drill on a false
alarm.  Since fixing my config makes things work again, and nobody else
sees the problem, the autoload patch should stay.

Thanks for the help tracking down the issue.

Frank (off to hide in the corner)
- --
Frank Sorenson - KD7TZK
Linux Systems Engineer, DSS Engineering, UBS AG
frank@tuxrocks.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFH0uGTaI0dwg4A47wRApD/AKDsYtoatp/mJShgdHVDj5RKOH8GsgCg4w8D
WA8R+ZpjHPManfxvIuqD+lY=
=4c2w
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 2.6.25-rc4 OOMs itself dead on bootup (modprobe bug?)
  2008-03-08 14:03         ` Frank Sorenson
@ 2008-03-08 21:53           ` Jon Masters
  2008-03-08 22:54             ` Kay Sievers
  0 siblings, 1 reply; 12+ messages in thread
From: Jon Masters @ 2008-03-08 21:53 UTC (permalink / raw)
  To: Frank Sorenson
  Cc: Matt Domsch, Ingo Molnar, kay.sievers, LKML, linux-mm, Rafael J. Wysocki

On Sat, 2008-03-08 at 08:03 -0600, Frank Sorenson wrote:

> It's module-init-tools-3.4-2.fc8.x86_64 (most recent Fedora rpm available).

Ok, so I'll see if I can find a Dell system in the office to reproduce
this on Monday. Any Dell should do, right Matt?

Jon.



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 2.6.25-rc4 OOMs itself dead on bootup (modprobe bug?)
  2008-03-08 21:53           ` Jon Masters
@ 2008-03-08 22:54             ` Kay Sievers
  2008-03-09  3:41               ` Jon Masters
  0 siblings, 1 reply; 12+ messages in thread
From: Kay Sievers @ 2008-03-08 22:54 UTC (permalink / raw)
  To: Jon Masters
  Cc: Frank Sorenson, Matt Domsch, Ingo Molnar, LKML, linux-mm,
	Rafael J. Wysocki

On Sat, 2008-03-08 at 16:53 -0500, Jon Masters wrote:
> On Sat, 2008-03-08 at 08:03 -0600, Frank Sorenson wrote:
> 
> > It's module-init-tools-3.4-2.fc8.x86_64 (most recent Fedora rpm available).
> 
> Ok, so I'll see if I can find a Dell system in the office to reproduce
> this on Monday. Any Dell should do, right Matt?

Should not be needed:
  http://lkml.org/lkml/2008/3/8/91

Cheers,
Kay


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: 2.6.25-rc4 OOMs itself dead on bootup (modprobe bug?)
  2008-03-08 22:54             ` Kay Sievers
@ 2008-03-09  3:41               ` Jon Masters
  0 siblings, 0 replies; 12+ messages in thread
From: Jon Masters @ 2008-03-09  3:41 UTC (permalink / raw)
  To: Kay Sievers
  Cc: Frank Sorenson, Matt Domsch, Ingo Molnar, LKML, linux-mm,
	Rafael J. Wysocki


On Sat, 2008-03-08 at 23:54 +0100, Kay Sievers wrote:
> On Sat, 2008-03-08 at 16:53 -0500, Jon Masters wrote:
> > On Sat, 2008-03-08 at 08:03 -0600, Frank Sorenson wrote:
> > 
> > > It's module-init-tools-3.4-2.fc8.x86_64 (most recent Fedora rpm available).
> > 
> > Ok, so I'll see if I can find a Dell system in the office to reproduce
> > this on Monday. Any Dell should do, right Matt?
> 
> Should not be needed:
>   http://lkml.org/lkml/2008/3/8/91

Oh, all's well that ends well :)

Jon.



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-03-09  3:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-06 17:26 2.6.25-rc4 OOMs itself dead on bootup Frank Sorenson
2008-03-06 18:49 ` Ingo Molnar
2008-03-07 19:27   ` Frank Sorenson
2008-03-08  7:08     ` Frank Sorenson
2008-03-08  8:22       ` [patch] revert "dcdbas: add DMI-based module autloading" Ingo Molnar
2008-03-08 18:16         ` Kay Sievers
2008-03-08 18:57           ` Frank Sorenson
2008-03-08 13:53       ` 2.6.25-rc4 OOMs itself dead on bootup (modprobe bug?) Matt Domsch
2008-03-08 14:03         ` Frank Sorenson
2008-03-08 21:53           ` Jon Masters
2008-03-08 22:54             ` Kay Sievers
2008-03-09  3:41               ` Jon Masters

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).