linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* Re: [Bug 29772] New: memory compaction crashed
       [not found] <bug-29772-27@https.bugzilla.kernel.org/>
@ 2011-02-23 21:40 ` Andrew Morton
  2011-02-23 23:39   ` Mel Gorman
  0 siblings, 1 reply; 8+ messages in thread
From: Andrew Morton @ 2011-02-23 21:40 UTC (permalink / raw)
  To: linux-mm; +Cc: bugzilla-daemon, johannes, Mel Gorman


(switched to email.  Please respond via emailed reply-to-all, not via the
bugzilla web interface).

On Wed, 23 Feb 2011 21:31:41 GMT
bugzilla-daemon@bugzilla.kernel.org wrote:

> https://bugzilla.kernel.org/show_bug.cgi?id=29772
> 
>            Summary: memory compaction crashed
>            Product: Memory Management
>            Version: 2.5
>     Kernel Version: 2.6.38-rc6-wl-65354-geac0466-dirty
>           Platform: All
>         OS/Version: Linux
>               Tree: Mainline
>             Status: NEW
>           Severity: normal
>           Priority: P1
>          Component: Other
>         AssignedTo: akpm@linux-foundation.org
>         ReportedBy: johannes@sipsolutions.net
>         Regression: No
> 
> 
> see attached image

screenshot here: https://bugzilla.kernel.org/attachment.cgi?id=48772


--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [Bug 29772] New: memory compaction crashed
  2011-02-23 21:40 ` [Bug 29772] New: memory compaction crashed Andrew Morton
@ 2011-02-23 23:39   ` Mel Gorman
  2011-02-24  8:47     ` Johannes Berg
  2011-02-24 12:07     ` Johannes Berg
  0 siblings, 2 replies; 8+ messages in thread
From: Mel Gorman @ 2011-02-23 23:39 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-mm, bugzilla-daemon, johannes

On Wed, Feb 23, 2011 at 01:40:15PM -0800, Andrew Morton wrote:
> 
> (switched to email.  Please respond via emailed reply-to-all, not via the
> bugzilla web interface).
> 
> On Wed, 23 Feb 2011 21:31:41 GMT
> bugzilla-daemon@bugzilla.kernel.org wrote:
> 
> > https://bugzilla.kernel.org/show_bug.cgi?id=29772
> > 
> >            Summary: memory compaction crashed
> >            Product: Memory Management
> >            Version: 2.5
> >     Kernel Version: 2.6.38-rc6-wl-65354-geac0466-dirty
> >           Platform: All
> >         OS/Version: Linux
> >               Tree: Mainline
> >             Status: NEW
> >           Severity: normal
> >           Priority: P1
> >          Component: Other
> >         AssignedTo: akpm@linux-foundation.org
> >         ReportedBy: johannes@sipsolutions.net
> >         Regression: No
> > 
> > 
> > see attached image
> 
> screenshot here: https://bugzilla.kernel.org/attachment.cgi?id=48772
> 

isolate_migratepages is hit any time compaction runs so I'm wondering
what is special about this test case. I'm assuming as evince crashed
that it's a normalish desktop and wasn't running anything in particular.
Is that true?

Can you tell me what line the instruction ffffffff8100f1c2 corresponds to? If
you have CONFIG_DEBUG_INFO set, it should be a case of telling me what the
output of "addr2line -e vmlinux 0xffffffff8100f1c2" is. On a similar note,
do you know what sort of crash this was? i.e. was it a NULL deference or
did a VM_BUG_ON or BUG_ON hit such as VM_BUG_ON(PageTransCompound(page))?
Was CONFIG_DEBUG_VM set? Actually, it would be preferable to have the
whole .config attached to the bugzilla if possible please.

Can I also see a full dmesg with the kernel parameters "loglevel=9
mminit_loglevel=4" please? I know the crash won't be included but I want
to see what your memory layout looks like to see can I spot anything
unusual about it.

I see fuse was loaded. Was it being heavily used at the time? If so,
what sort of workload was exercising it?

I *think* the kernel version is 2.6.38-rc6-wl-65354-geac0466-dirty. I'm
not certain because there is a big shine from the camera flash on it.
However, I can't see what this corresponds to. eac0466 is not a commit I
can identify and the "dirty" implies that it's patched. How does this
kernel differ from mainline?

Thanks.

-- 
Mel Gorman
SUSE Labs

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [Bug 29772] New: memory compaction crashed
  2011-02-23 23:39   ` Mel Gorman
@ 2011-02-24  8:47     ` Johannes Berg
  2011-02-24 10:37       ` Mel Gorman
  2011-02-24 12:07     ` Johannes Berg
  1 sibling, 1 reply; 8+ messages in thread
From: Johannes Berg @ 2011-02-24  8:47 UTC (permalink / raw)
  To: Mel Gorman; +Cc: Andrew Morton, linux-mm, bugzilla-daemon

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

On Wed, 2011-02-23 at 23:39 +0000, Mel Gorman wrote:

> > screenshot here: https://bugzilla.kernel.org/attachment.cgi?id=48772
> > 
> 
> isolate_migratepages is hit any time compaction runs so I'm wondering
> what is special about this test case. I'm assuming as evince crashed
> that it's a normalish desktop and wasn't running anything in particular.
> Is that true?

Yes. I was using evince to pan around in a fairly large PDF that really
is a large single-page bitmap, but that's about it. I also have a fairly
large (bit more than full HD) external monitor, both of these probably
take some amount of memory. The system had been up for a while few hours
at most, with similar workloads, sometimes a kernel compile (but none
was running at the time).

> Can you tell me what line the instruction ffffffff8100f1c2 corresponds to? If
> you have CONFIG_DEBUG_INFO set, it should be a case of telling me what the
> output of "addr2line -e vmlinux 0xffffffff8100f1c2" is. On a similar note,
> do you know what sort of crash this was? i.e. was it a NULL deference or
> did a VM_BUG_ON or BUG_ON hit such as VM_BUG_ON(PageTransCompound(page))?
> Was CONFIG_DEBUG_VM set? Actually, it would be preferable to have the
> whole .config attached to the bugzilla if possible please.

Attached the config. addr2line failed so I probably don't have enough
debug info, but then again I think you got the address wrong -- don't
you want fff8110f1c2? That at least makes addr2line point to
compaction.c (no line info), and the code there is

ffffffff8110f197:       48 81 c3 ff 07 00 00    add    $0x7ff,%rbx
ffffffff8110f19e:       4c 89 45 a0             mov    %r8,-0x60(%rbp)
ffffffff8110f1a2:       48 81 e3 00 fc ff ff    and    $0xfffffffffffffc00,%rbx
ffffffff8110f1a9:       48 ff cb                dec    %rbx
ffffffff8110f1ac:       0f 1f 40 00             nopl   0x0(%rax)
ffffffff8110f1b0:       48 ff c3                inc    %rbx
ffffffff8110f1b3:       49 39 de                cmp    %rbx,%r14
ffffffff8110f1b6:       76 58                   jbe    0xffffffff8110f210
ffffffff8110f1b8:       48 6b cb 38             imul   $0x38,%rbx,%rcx
ffffffff8110f1bc:       49 ff c4                inc    %r12
ffffffff8110f1bf:       4c 01 f9                add    %r15,%rcx
ffffffff8110f1c2:****   8b 41 0c                mov    0xc(%rcx),%eax
ffffffff8110f1c5:       83 f8 fe                cmp    $0xfffffffffffffffe,%eax
ffffffff8110f1c8:       74 e6                   je     0xffffffff8110f1b0
ffffffff8110f1ca:       41 80 7d 40 00          cmpb   $0x0,0x40(%r13)
ffffffff8110f1cf:       74 8f                   je     0xffffffff8110f160
ffffffff8110f1d1:       48 8b 01                mov    (%rcx),%rax
ffffffff8110f1d4:       a8 20                   test   $0x20,%al
ffffffff8110f1d6:       74 d8                   je     0xffffffff8110f1b0

(this matches the Code: in the picture) which means it was some sort of
bad pointer dereference since %rcx is 0xffffea0000a00000 (I think). That
almost seems like a valid pointer, hmm.

> Can I also see a full dmesg with the kernel parameters "loglevel=9
> mminit_loglevel=4" please? I know the crash won't be included but I want
> to see what your memory layout looks like to see can I spot anything
> unusual about it.

Yes, but I'll have to generate it first, will send it later today. Also,
since I was working on the kernel and didn't make a snapshot, I rebuilt
the image using the attached config. That shouldn't change anything
(went back to the same sources), but still -- FYI.

> I see fuse was loaded. Was it being heavily used at the time? If so,
> what sort of workload was exercising it?

No, I don't think I was using it. Certainly not heavily.

> I *think* the kernel version is 2.6.38-rc6-wl-65354-geac0466-dirty. I'm
> not certain because there is a big shine from the camera flash on it.

Yes, indeed, sorry. I tried w/o flash but that just made it all blurry.

> However, I can't see what this corresponds to. eac0466 is not a commit I
> can identify and the "dirty" implies that it's patched. How does this
> kernel differ from mainline?

The "-wl" indicates that it's a wireless-testing kernel (John Linville's
repository), but I'm using iwlwifi-2.6 right now. The -dirty indicates
that I've played with it, but only in the wireless code; the diffstat
between this and rc6 indicates that only wireless, bluetooth and some
tiny arch/arm changes are in here.

johannes

[-- Attachment #2: config --]
[-- Type: text/x-mpsub, Size: 77556 bytes --]

#
# Automatically generated make config: don't edit
# Linux/x86_64 2.6.38-rc6 Kernel Configuration
# Wed Feb 23 12:04:10 2011
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
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_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_DEFAULT_IDLE=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_HAVE_CPUMASK_OF_CPU_MAP=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ZONE_DMA32=y
CONFIG_ARCH_POPULATES_NODE_MAP=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_X86_64_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_TRAMPOLINE=y
CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11"
# CONFIG_KTIME_SCALAR is not set
CONFIG_ARCH_CPU_PROBE_RELEASE=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_CONSTRUCTORS=y
CONFIG_HAVE_IRQ_WORK=y
CONFIG_IRQ_WORK=y

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_AUDIT=y
# CONFIG_AUDITSYSCALL is not set
CONFIG_HAVE_GENERIC_HARDIRQS=y

#
# IRQ subsystem
#
CONFIG_GENERIC_HARDIRQS=y
# CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED is not set
CONFIG_HAVE_SPARSE_IRQ=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
# CONFIG_AUTO_IRQ_AFFINITY is not set
# CONFIG_IRQ_PER_CPU is not set
# CONFIG_HARDIRQS_SW_RESEND is not set
# CONFIG_SPARSE_IRQ is not set

#
# RCU Subsystem
#
CONFIG_TREE_PREEMPT_RCU=y
CONFIG_PREEMPT_RCU=y
# CONFIG_RCU_TRACE is not set
CONFIG_RCU_FANOUT=64
# CONFIG_RCU_FANOUT_EXACT is not set
# CONFIG_TREE_RCU_TRACE is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=21
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
# CONFIG_CGROUPS is not set
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_NET_NS=y
# CONFIG_SCHED_AUTOGROUP is not set
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
# CONFIG_RD_BZIP2 is not set
# CONFIG_RD_LZMA is not set
# CONFIG_RD_XZ is not set
# CONFIG_RD_LZO is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_EXPERT=y
CONFIG_EMBEDDED=y
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_HAVE_PERF_EVENTS=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
CONFIG_PERF_COUNTERS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_PCI_QUIRKS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
CONFIG_OPROFILE=m
# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_KPROBES=y
# CONFIG_JUMP_LABEL is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_KRETPROBES=y
CONFIG_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_USE_GENERIC_SMP_HELPERS=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_FORCE_LOAD=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
# CONFIG_BLK_DEV_INTEGRITY is not set
CONFIG_BLOCK_COMPAT=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_PADATA=y
# CONFIG_INLINE_SPIN_TRYLOCK is not set
# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
# CONFIG_INLINE_SPIN_LOCK is not set
# CONFIG_INLINE_SPIN_LOCK_BH is not set
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
# CONFIG_INLINE_SPIN_UNLOCK is not set
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
# CONFIG_INLINE_READ_TRYLOCK is not set
# CONFIG_INLINE_READ_LOCK is not set
# CONFIG_INLINE_READ_LOCK_BH is not set
# CONFIG_INLINE_READ_LOCK_IRQ is not set
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
# CONFIG_INLINE_READ_UNLOCK is not set
# CONFIG_INLINE_READ_UNLOCK_BH is not set
# CONFIG_INLINE_READ_UNLOCK_IRQ is not set
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
# CONFIG_INLINE_WRITE_TRYLOCK is not set
# CONFIG_INLINE_WRITE_LOCK is not set
# CONFIG_INLINE_WRITE_LOCK_BH is not set
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
# CONFIG_INLINE_WRITE_UNLOCK is not set
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
# CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
# CONFIG_MUTEX_SPIN_ON_OWNER is not set
CONFIG_FREEZER=y

#
# 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_MPPARSE is not set
# CONFIG_X86_EXTENDED_PLATFORM is not set
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y
# CONFIG_PARAVIRT_GUEST is not set
CONFIG_NO_BOOTMEM=y
# CONFIG_MEMTEST is not set
# CONFIG_MK8 is not set
# CONFIG_MPSC is not set
CONFIG_MCORE2=y
# CONFIG_MATOM is not set
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_CPU=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_CMPXCHG=y
CONFIG_CMPXCHG_LOCAL=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_P6_NOP=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
# CONFIG_PROCESSOR_SELECT is not set
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_GART_IOMMU=y
# CONFIG_CALGARY_IOMMU is not set
# CONFIG_AMD_IOMMU is not set
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_IOMMU_API is not set
# CONFIG_MAXSMP is not set
CONFIG_NR_CPUS=2
# CONFIG_SCHED_SMT is not set
CONFIG_SCHED_MC=y
# CONFIG_IRQ_TIME_ACCOUNTING is not set
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
# CONFIG_X86_MCE_AMD is not set
CONFIG_X86_MCE_THRESHOLD=y
# CONFIG_X86_MCE_INJECT is not set
CONFIG_X86_THERMAL_VECTOR=y
# CONFIG_I8K is not set
CONFIG_MICROCODE=m
CONFIG_MICROCODE_INTEL=y
# CONFIG_MICROCODE_AMD is not set
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
# CONFIG_DIRECT_GBPAGES is not set
# CONFIG_NUMA is not set
CONFIG_ARCH_PROC_KCORE_TEXT=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_MEMBLOCK=y
# CONFIG_MEMORY_HOTPLUG is not set
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=999999
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MMU_NOTIFIER=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
# CONFIG_MEMORY_FAILURE is not set
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
CONFIG_X86_RESERVE_LOW=64
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_EFI=y
CONFIG_SECCOMP=y
# CONFIG_CC_STACKPROTECTOR is not set
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 is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x200000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_HOTPLUG_CPU=y
CONFIG_COMPAT_VDSO=y
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

#
# Power management and ACPI options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_PM_ADVANCED_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_PM_SLEEP_ADVANCED_DEBUG is not set
# CONFIG_SUSPEND is not set
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
CONFIG_PM_RUNTIME=y
CONFIG_PM_OPS=y
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS is not set
# CONFIG_ACPI_PROCFS_POWER is not set
CONFIG_ACPI_POWER_METER=m
# CONFIG_ACPI_EC_DEBUGFS is not set
# CONFIG_ACPI_PROC_EVENT is not set
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
# CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
CONFIG_ACPI_DEBUG=y
CONFIG_ACPI_DEBUG_FUNC_TRACE=y
# CONFIG_ACPI_PCI_SLOT is not set
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_SBS=m
# CONFIG_ACPI_HED is not set
# CONFIG_ACPI_APEI is not set
# CONFIG_SFI is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_STAT_DETAILS=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE 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=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set

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

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

#
# Memory power savings
#
# CONFIG_I7300_IDLE is not set

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
# CONFIG_PCI_MMCONFIG is not set
CONFIG_PCI_DOMAINS=y
# CONFIG_PCI_CNB20LE_QUIRK is not set
# CONFIG_DMAR is not set
# CONFIG_INTR_REMAP is not set
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
# CONFIG_PCIE_ECRC is not set
# CONFIG_PCIEAER_INJECT is not set
# CONFIG_PCIEASPM is not set
CONFIG_PCIE_PME=y
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
# CONFIG_PCI_DEBUG is not set
CONFIG_PCI_STUB=m
CONFIG_HT_IRQ=y
# CONFIG_PCI_IOV is not set
CONFIG_PCI_IOAPIC=y
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
# CONFIG_PCCARD is not set
# CONFIG_HOTPLUG_PCI is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=m
CONFIG_IA32_EMULATION=y
# CONFIG_IA32_AOUT is not set
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_HAVE_TEXT_POKE_SMP=y
CONFIG_NET=y
CONFIG_COMPAT_NETLINK_MESSAGES=y

#
# Networking options
#
CONFIG_PACKET=m
CONFIG_UNIX=m
CONFIG_XFRM=y
CONFIG_XFRM_USER=m
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_XFRM_IPCOMP=m
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_DEMUX is not set
CONFIG_IP_MROUTE=y
# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_ARPD=y
CONFIG_SYN_COOKIES=y
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=y
CONFIG_INET_XFRM_MODE_TRANSPORT=m
CONFIG_INET_XFRM_MODE_TUNNEL=m
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_LRO=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=y
CONFIG_IPV6_PRIVACY=y
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
# CONFIG_IPV6_MIP6 is not set
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
CONFIG_INET6_XFRM_MODE_TRANSPORT=y
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_INET6_XFRM_MODE_BEET=y
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
CONFIG_IPV6_SIT=y
# CONFIG_IPV6_SIT_6RD is not set
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=m
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=y

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NF_CONNTRACK=m
# CONFIG_NF_CONNTRACK_MARK is not set
# CONFIG_NF_CONNTRACK_EVENTS is not set
# CONFIG_NF_CT_PROTO_DCCP is not set
# CONFIG_NF_CT_PROTO_SCTP is not set
# CONFIG_NF_CT_PROTO_UDPLITE is not set
# CONFIG_NF_CONNTRACK_AMANDA is not set
# CONFIG_NF_CONNTRACK_FTP is not set
# CONFIG_NF_CONNTRACK_H323 is not set
# CONFIG_NF_CONNTRACK_IRC is not set
# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
# CONFIG_NF_CONNTRACK_PPTP is not set
# CONFIG_NF_CONNTRACK_SANE is not set
CONFIG_NF_CONNTRACK_SIP=m
# CONFIG_NF_CONNTRACK_TFTP is not set
CONFIG_NF_CT_NETLINK=m
CONFIG_NETFILTER_TPROXY=m
CONFIG_NETFILTER_XTABLES=m

#
# Xtables combined modules
#
# CONFIG_NETFILTER_XT_MARK is not set
# CONFIG_NETFILTER_XT_CONNMARK is not set

#
# Xtables targets
#
# CONFIG_NETFILTER_XT_TARGET_CHECKSUM is not set
# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
# CONFIG_NETFILTER_XT_TARGET_CT is not set
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_HL=m
# CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set
# CONFIG_NETFILTER_XT_TARGET_LED is not set
# CONFIG_NETFILTER_XT_TARGET_MARK is not set
# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
# CONFIG_NETFILTER_XT_TARGET_TEE is not set
# CONFIG_NETFILTER_XT_TARGET_TPROXY is not set
CONFIG_NETFILTER_XT_TARGET_TRACE=m
# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m

#
# Xtables matches
#
# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set
# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set
# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set
# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set
# CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set
# CONFIG_NETFILTER_XT_MATCH_CPU is not set
# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
# CONFIG_NETFILTER_XT_MATCH_ESP is not set
# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
# CONFIG_NETFILTER_XT_MATCH_HELPER is not set
CONFIG_NETFILTER_XT_MATCH_HL=m
# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
# CONFIG_NETFILTER_XT_MATCH_IPVS is not set
# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
# CONFIG_NETFILTER_XT_MATCH_MAC is not set
# CONFIG_NETFILTER_XT_MATCH_MARK is not set
# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
# CONFIG_NETFILTER_XT_MATCH_OSF is not set
# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
# CONFIG_NETFILTER_XT_MATCH_REALM is not set
# CONFIG_NETFILTER_XT_MATCH_RECENT is not set
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
# CONFIG_NETFILTER_XT_MATCH_SOCKET is not set
# CONFIG_NETFILTER_XT_MATCH_STATE is not set
# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
# CONFIG_NETFILTER_XT_MATCH_STRING is not set
# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
# CONFIG_NETFILTER_XT_MATCH_TIME is not set
# CONFIG_NETFILTER_XT_MATCH_U32 is not set
CONFIG_IP_VS=m
# CONFIG_IP_VS_IPV6 is not set
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=12

#
# IPVS transport protocol load balancing support
#
CONFIG_IP_VS_PROTO_TCP=y
CONFIG_IP_VS_PROTO_UDP=y
CONFIG_IP_VS_PROTO_AH_ESP=y
CONFIG_IP_VS_PROTO_ESP=y
CONFIG_IP_VS_PROTO_AH=y
# CONFIG_IP_VS_PROTO_SCTP is not set

#
# IPVS scheduler
#
CONFIG_IP_VS_RR=m
CONFIG_IP_VS_WRR=m
CONFIG_IP_VS_LC=m
CONFIG_IP_VS_WLC=m
CONFIG_IP_VS_LBLC=m
CONFIG_IP_VS_LBLCR=m
CONFIG_IP_VS_DH=m
CONFIG_IP_VS_SH=m
CONFIG_IP_VS_SED=m
CONFIG_IP_VS_NQ=m

#
# IPVS application helper
#
CONFIG_IP_VS_FTP=m
CONFIG_IP_VS_NFCT=y
# CONFIG_IP_VS_PE_SIP is not set

#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=m
CONFIG_NF_CONNTRACK_IPV4=m
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
CONFIG_IP_NF_QUEUE=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_ADDRTYPE=m
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_TTL=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_NF_NAT=m
CONFIG_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_NF_NAT_SNMP_BASIC=m
# CONFIG_NF_NAT_FTP is not set
# CONFIG_NF_NAT_IRC is not set
# CONFIG_NF_NAT_TFTP is not set
# CONFIG_NF_NAT_AMANDA is not set
# CONFIG_NF_NAT_PPTP is not set
# CONFIG_NF_NAT_H323 is not set
CONFIG_NF_NAT_SIP=m
CONFIG_IP_NF_MANGLE=m
# CONFIG_IP_NF_TARGET_CLUSTERIP is not set
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
CONFIG_IP_NF_RAW=m
# CONFIG_IP_NF_ARPTABLES is not set

#
# IPv6: Netfilter Configuration
#
# CONFIG_NF_DEFRAG_IPV6 is not set
# CONFIG_NF_CONNTRACK_IPV6 is not set
# CONFIG_IP6_NF_QUEUE is not set
# CONFIG_IP6_NF_IPTABLES is not set
CONFIG_BRIDGE_NF_EBTABLES=m
CONFIG_BRIDGE_EBT_BROUTE=m
CONFIG_BRIDGE_EBT_T_FILTER=m
CONFIG_BRIDGE_EBT_T_NAT=m
CONFIG_BRIDGE_EBT_802_3=m
CONFIG_BRIDGE_EBT_AMONG=m
CONFIG_BRIDGE_EBT_ARP=m
CONFIG_BRIDGE_EBT_IP=m
# CONFIG_BRIDGE_EBT_IP6 is not set
CONFIG_BRIDGE_EBT_LIMIT=m
CONFIG_BRIDGE_EBT_MARK=m
CONFIG_BRIDGE_EBT_PKTTYPE=m
CONFIG_BRIDGE_EBT_STP=m
CONFIG_BRIDGE_EBT_VLAN=m
CONFIG_BRIDGE_EBT_ARPREPLY=m
CONFIG_BRIDGE_EBT_DNAT=m
CONFIG_BRIDGE_EBT_MARK_T=m
CONFIG_BRIDGE_EBT_REDIRECT=m
CONFIG_BRIDGE_EBT_SNAT=m
CONFIG_BRIDGE_EBT_LOG=m
CONFIG_BRIDGE_EBT_ULOG=m
# CONFIG_BRIDGE_EBT_NFLOG is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
CONFIG_STP=m
CONFIG_BRIDGE=m
CONFIG_BRIDGE_IGMP_SNOOPING=y
# CONFIG_NET_DSA is not set
CONFIG_VLAN_8021Q=m
# CONFIG_VLAN_8021Q_GVRP is not set
# CONFIG_DECNET is not set
CONFIG_LLC=m
# 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_PHONET is not set
# CONFIG_IEEE802154 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_MULTIQ is not set
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_DRR is not set
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 is not set
# CONFIG_NET_CLS_RSVP is not set
# CONFIG_NET_CLS_RSVP6 is not set
# CONFIG_NET_CLS_FLOW is not set
# CONFIG_NET_EMATCH is not set
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=m
CONFIG_NET_ACT_GACT=m
# CONFIG_GACT_PROB is not set
CONFIG_NET_ACT_MIRRED=m
CONFIG_NET_ACT_IPT=m
CONFIG_NET_ACT_NAT=m
CONFIG_NET_ACT_PEDIT=m
# CONFIG_NET_ACT_SIMP is not set
# CONFIG_NET_ACT_SKBEDIT is not set
# CONFIG_NET_ACT_CSUM is not set
# CONFIG_NET_CLS_IND is not set
CONFIG_NET_SCH_FIFO=y
# CONFIG_DCB is not set
CONFIG_DNS_RESOLVER=y
# CONFIG_BATMAN_ADV is not set
CONFIG_RPS=y
CONFIG_XPS=y

#
# Network testing
#
CONFIG_NET_PKTGEN=m
# CONFIG_NET_TCPPROBE is not set
# CONFIG_NET_DROP_MONITOR is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
CONFIG_BT=m
CONFIG_BT_L2CAP=y
CONFIG_BT_SCO=y
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_HCIBTUSB=m
# CONFIG_BT_HCIBTSDIO is not set
# CONFIG_BT_HCIUART is not set
# CONFIG_BT_HCIBCM203X is not set
# CONFIG_BT_HCIBPA10X is not set
# CONFIG_BT_HCIBFUSB is not set
# CONFIG_BT_HCIVHCI is not set
# CONFIG_BT_MRVL is not set
# CONFIG_BT_ATH3K is not set
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_CFG80211=m
CONFIG_NL80211_TESTMODE=y
CONFIG_CFG80211_DEVELOPER_WARNINGS=y
CONFIG_CFG80211_REG_DEBUG=y
CONFIG_CFG80211_DEFAULT_PS=y
CONFIG_CFG80211_DEBUGFS=y
# CONFIG_CFG80211_INTERNAL_REGDB is not set
CONFIG_CFG80211_WEXT=y
# CONFIG_WIRELESS_EXT_SYSFS is not set
CONFIG_LIB80211=m
# CONFIG_LIB80211_DEBUG is not set
CONFIG_MAC80211=m
CONFIG_MAC80211_HAS_RC=y
# CONFIG_MAC80211_RC_PID is not set
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_RC_MINSTREL_HT=y
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
CONFIG_MAC80211_MESH=y
CONFIG_MAC80211_LEDS=y
CONFIG_MAC80211_DEBUGFS=y
CONFIG_MAC80211_DEBUG_MENU=y
CONFIG_MAC80211_NOINLINE=y
CONFIG_MAC80211_VERBOSE_DEBUG=y
CONFIG_MAC80211_HT_DEBUG=y
# CONFIG_MAC80211_TKIP_DEBUG is not set
CONFIG_MAC80211_IBSS_DEBUG=y
CONFIG_MAC80211_VERBOSE_PS_DEBUG=y
# CONFIG_MAC80211_VERBOSE_MPL_DEBUG is not set
# CONFIG_MAC80211_VERBOSE_MHWMP_DEBUG is not set
CONFIG_MAC80211_DEBUG_COUNTERS=y
CONFIG_MAC80211_DRIVER_API_TRACER=y
# CONFIG_WIMAX is not set
CONFIG_RFKILL=m
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_CONNECTOR is not set
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set
CONFIG_PNP=y
CONFIG_PNP_DEBUG_MESSAGES=y

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_FD is not set
# 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 is not set

#
# DRBD disabled because PROC_FS, INET or CONNECTOR not selected
#
CONFIG_BLK_DEV_NBD=m
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
# CONFIG_BLK_DEV_RAM is not set
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=16
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_VIRTIO_BLK is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_BLK_DEV_RBD is not set
CONFIG_MISC_DEVICES=y
# CONFIG_AD525X_DPOT is not set
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_CS5535_MFGPT is not set
# CONFIG_HP_ILO is not set
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_BH1780 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
# CONFIG_TI_DAC7512 is not set
# CONFIG_VMWARE_BALLOON is not set
# CONFIG_BMP085 is not set
# CONFIG_PCH_PHUB is not set
# CONFIG_C2PORT is not set

#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
# CONFIG_EEPROM_AT25 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
CONFIG_EEPROM_93CX6=m
# CONFIG_CB710_CORE is not set
CONFIG_IWMC3200TOP=m
# CONFIG_IWMC3200TOP_DEBUG is not set
# CONFIG_IWMC3200TOP_DEBUGFS is not set

#
# Texas Instruments shared transport line discipline
#
# CONFIG_TI_ST is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

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

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

#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
# CONFIG_SCSI_LOWLEVEL is not set
# CONFIG_SCSI_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_ATA_ACPI=y
CONFIG_SATA_PMP=y

#
# Controllers with non-SFF native interface
#
CONFIG_SATA_AHCI=y
# CONFIG_SATA_AHCI_PLATFORM is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_SATA_ACARD_AHCI is not set
# CONFIG_SATA_SIL24 is not set
# CONFIG_ATA_SFF is not set
CONFIG_MD=y
# CONFIG_BLK_DEV_MD is not set
CONFIG_BLK_DEV_DM=y
# CONFIG_DM_DEBUG is not set
CONFIG_DM_CRYPT=y
CONFIG_DM_SNAPSHOT=m
CONFIG_DM_MIRROR=m
# CONFIG_DM_RAID is not set
# CONFIG_DM_LOG_USERSPACE is not set
CONFIG_DM_ZERO=m
# CONFIG_DM_MULTIPATH is not set
# CONFIG_DM_DELAY is not set
CONFIG_DM_UEVENT=y
# CONFIG_TARGET_CORE is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
# CONFIG_IFB is not set
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
CONFIG_TUN=m
CONFIG_VETH=y
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
CONFIG_MII=y
# CONFIG_PHYLIB is not set
CONFIG_NET_ETHERNET=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_ENC28J60 is not set
# CONFIG_ETHOC is not set
# CONFIG_DNET 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_IBM_NEW_EMAC_NO_FLOW_CTRL is not set
# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set
# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_KSZ884X_PCI is not set
# CONFIG_B44 is not set
CONFIG_FORCEDETH=y
# CONFIG_E100 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_R6040 is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SMSC9420 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
# CONFIG_KS8851 is not set
# CONFIG_KS8851_MLL is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_SC92031 is not set
# CONFIG_ATL2 is not set
# CONFIG_NETDEV_1000 is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set
CONFIG_WLAN=y
CONFIG_LIBERTAS_THINFIRM=m
# CONFIG_LIBERTAS_THINFIRM_DEBUG is not set
CONFIG_LIBERTAS_THINFIRM_USB=m
# CONFIG_AIRO is not set
# CONFIG_ATMEL is not set
# CONFIG_AT76C50X_USB is not set
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
CONFIG_USB_NET_RNDIS_WLAN=m
CONFIG_RTL8180=m
CONFIG_RTL8187=m
CONFIG_RTL8187_LEDS=y
CONFIG_ADM8211=m
CONFIG_MAC80211_HWSIM=m
CONFIG_MWL8K=m
CONFIG_ATH_COMMON=m
CONFIG_ATH_DEBUG=y
CONFIG_ATH5K=m
CONFIG_ATH5K_DEBUG=y
# CONFIG_ATH5K_TRACER is not set
CONFIG_ATH5K_PCI=y
CONFIG_ATH9K_HW=m
CONFIG_ATH9K_COMMON=m
CONFIG_ATH9K=m
CONFIG_ATH9K_DEBUGFS=y
# CONFIG_ATH9K_RATE_CONTROL is not set
CONFIG_ATH9K_HTC=m
CONFIG_ATH9K_HTC_DEBUGFS=y
CONFIG_AR9170_USB=m
CONFIG_AR9170_LEDS=y
CONFIG_CARL9170=m
CONFIG_CARL9170_LEDS=y
CONFIG_CARL9170_DEBUGFS=y
CONFIG_CARL9170_WPC=y
CONFIG_B43=m
CONFIG_B43_PCI_AUTOSELECT=y
CONFIG_B43_PCICORE_AUTOSELECT=y
# CONFIG_B43_SDIO is not set
CONFIG_B43_PIO=y
CONFIG_B43_PHY_N=y
CONFIG_B43_PHY_LP=y
CONFIG_B43_LEDS=y
CONFIG_B43_HWRNG=y
CONFIG_B43_DEBUG=y
# CONFIG_B43_FORCE_PIO is not set
CONFIG_B43LEGACY=m
CONFIG_B43LEGACY_PCI_AUTOSELECT=y
CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y
CONFIG_B43LEGACY_LEDS=y
CONFIG_B43LEGACY_HWRNG=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_HOSTAP is not set
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
CONFIG_IWLAGN=m

#
# Debugging Options
#
CONFIG_IWLWIFI_DEBUG=y
# CONFIG_IWLWIFI_DEBUGFS is not set
# CONFIG_IWLWIFI_DEBUG_EXPERIMENTAL_UCODE is not set
# CONFIG_IWLWIFI_DEVICE_TRACING is not set
CONFIG_IWL_P2P=y
# CONFIG_IWLWIFI_LEGACY is not set
# CONFIG_IWM is not set
# CONFIG_LIBERTAS is not set
# CONFIG_HERMES is not set
CONFIG_P54_COMMON=m
CONFIG_P54_USB=m
CONFIG_P54_PCI=m
CONFIG_P54_SPI=m
# CONFIG_P54_SPI_DEFAULT_EEPROM is not set
CONFIG_P54_LEDS=y
CONFIG_RT2X00=m
CONFIG_RT2400PCI=m
CONFIG_RT2500PCI=m
CONFIG_RT61PCI=m
CONFIG_RT2800PCI=m
CONFIG_RT2800PCI_RT33XX=y
CONFIG_RT2800PCI_RT35XX=y
CONFIG_RT2800PCI_RT53XX=y
CONFIG_RT2500USB=m
CONFIG_RT73USB=m
CONFIG_RT2800USB=m
CONFIG_RT2800USB_RT33XX=y
CONFIG_RT2800USB_RT35XX=y
CONFIG_RT2800USB_UNKNOWN=y
CONFIG_RT2800_LIB=m
CONFIG_RT2X00_LIB_PCI=m
CONFIG_RT2X00_LIB_USB=m
CONFIG_RT2X00_LIB=m
CONFIG_RT2X00_LIB_HT=y
CONFIG_RT2X00_LIB_FIRMWARE=y
CONFIG_RT2X00_LIB_CRYPTO=y
CONFIG_RT2X00_LIB_LEDS=y
CONFIG_RT2X00_LIB_DEBUGFS=y
CONFIG_RT2X00_DEBUG=y
CONFIG_RTL8192CE=m
CONFIG_RTL8192CU=m
CONFIG_RTLWIFI=m
CONFIG_WL1251=m
CONFIG_WL1251_SPI=m
CONFIG_WL1251_SDIO=m
CONFIG_WL12XX_MENU=m
CONFIG_WL12XX=m
CONFIG_WL12XX_HT=y
CONFIG_WL12XX_SPI=m
CONFIG_WL12XX_SDIO=m
# CONFIG_WL12XX_SDIO_TEST is not set
CONFIG_WL12XX_PLATFORM_DATA=y
CONFIG_ZD1211RW=m
# CONFIG_ZD1211RW_DEBUG is not set

#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#

#
# 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=m
# CONFIG_USB_NET_CDC_EEM is not set
CONFIG_USB_NET_CDC_NCM=m
CONFIG_USB_NET_DM9601=m
# CONFIG_USB_NET_SMSC75XX is not set
# CONFIG_USB_NET_SMSC95XX is not set
# CONFIG_USB_NET_GL620A is not set
CONFIG_USB_NET_NET1080=m
CONFIG_USB_NET_PLUSB=m
# CONFIG_USB_NET_MCS7830 is not set
CONFIG_USB_NET_RNDIS_HOST=m
# CONFIG_USB_NET_CDC_SUBSET is not set
# CONFIG_USB_NET_ZAURUS is not set
# CONFIG_USB_NET_CX82310_ETH is not set
CONFIG_USB_HSO=m
# CONFIG_USB_NET_INT51X1 is not set
# CONFIG_USB_IPHETH is not set
# CONFIG_USB_SIERRA_NET is not set
# CONFIG_WAN is not set

#
# CAIF transport drivers
#
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPP_MPPE=m
CONFIG_PPPOE=m
# CONFIG_SLIP is not set
CONFIG_SLHC=m
# CONFIG_NET_FC is not set
CONFIG_NETCONSOLE=y
CONFIG_NETCONSOLE_DYNAMIC=y
CONFIG_NETPOLL=y
# CONFIG_NETPOLL_TRAP is not set
CONFIG_NET_POLL_CONTROLLER=y
# CONFIG_VIRTIO_NET is not set
# CONFIG_VMXNET3 is not set
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=m
CONFIG_INPUT_POLLDEV=y
# CONFIG_INPUT_SPARSEKMAP is not set

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

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ATKBD is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
CONFIG_INPUT_MOUSE=y
# CONFIG_MOUSE_PS2 is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
CONFIG_MOUSE_BCM5974=m
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_PCSPKR is not set
# CONFIG_INPUT_APANEL is not set
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
CONFIG_INPUT_UINPUT=m
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_CMA3000 is not set

#
# Hardware I/O ports
#
# CONFIG_SERIO is not set
# CONFIG_GAMEPORT is not set

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

#
# Serial drivers
#
# CONFIG_SERIAL_8250 is not set
CONFIG_FIX_EARLYCON_MEM=y

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_MAX3100 is not set
# CONFIG_SERIAL_MAX3107 is not set
# CONFIG_SERIAL_MFD_HSU is not set
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_TIMBERDALE is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
CONFIG_UNIX98_PTYS=y
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
# CONFIG_LEGACY_PTYS is not set
# CONFIG_TTY_PRINTK is not set
# CONFIG_VIRTIO_CONSOLE is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
CONFIG_HW_RANDOM_INTEL=y
# CONFIG_HW_RANDOM_AMD is not set
CONFIG_HW_RANDOM_VIA=y
# CONFIG_HW_RANDOM_VIRTIO is not set
CONFIG_NVRAM=y
CONFIG_RTC=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HPET is not set
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
CONFIG_RAMOOPS=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_COMPAT is not set
CONFIG_I2C_CHARDEV=y
# CONFIG_I2C_MUX is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=m

#
# I2C Hardware Bus support
#

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

#
# ACPI drivers
#
# CONFIG_I2C_SCMI is not set

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_INTEL_MID is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_XILINX is not set
# CONFIG_I2C_EG20T is not set

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

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y

#
# SPI Master Controller Drivers
#
# CONFIG_SPI_BITBANG is not set
# CONFIG_SPI_PXA2XX_PCI is not set
# CONFIG_SPI_TOPCLIFF_PCH is not set
# CONFIG_SPI_XILINX is not set
# CONFIG_SPI_DESIGNWARE is not set

#
# SPI Protocol Masters
#
# CONFIG_SPI_SPIDEV is not set
# CONFIG_SPI_TLE62X0 is not set

#
# PPS support
#
# CONFIG_PPS is not set

#
# PPS generators support
#
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_BQ20Z75 is not set
# CONFIG_BATTERY_BQ27x00 is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
CONFIG_HWMON=y
# CONFIG_HWMON_VID is not set
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADCXX is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7411 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_ASC7621 is not set
# CONFIG_SENSORS_K8TEMP is not set
# CONFIG_SENSORS_K10TEMP is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_FSCHMD is not set
# CONFIG_SENSORS_G760A is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_CORETEMP is not set
# CONFIG_SENSORS_PKGTEMP is not set
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_JC42 is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM70 is not set
# CONFIG_SENSORS_LM73 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_MAX1111 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_SENSORS_SHT21 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_ADS7871 is not set
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP401 is not set
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_VIA_CPUTEMP is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83795 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
# CONFIG_SENSORS_LIS3_I2C is not set
CONFIG_SENSORS_APPLESMC=m

#
# ACPI drivers
#
# CONFIG_SENSORS_ATK0110 is not set
# CONFIG_SENSORS_LIS3LV02D is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_HWMON=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_F71808E_WDT is not set
# CONFIG_SP5100_TCO is not set
# CONFIG_SC520_WDT is not set
# CONFIG_SBC_FITPC2_WATCHDOG 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 is not set
# CONFIG_IT8712F_WDT is not set
# CONFIG_IT87_WDT is not set
# CONFIG_HP_WATCHDOG is not set
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
# CONFIG_NV_TCO is not set
# CONFIG_60XX_WDT is not set
# CONFIG_SBC8360_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_SMSC_SCH311X_WDT is not set
# CONFIG_SMSC37B787_WDT is not set
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83697HF_WDT is not set
# CONFIG_W83697UG_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
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
CONFIG_SSB=m
CONFIG_SSB_SPROM=y
CONFIG_SSB_BLOCKIO=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
CONFIG_SSB_B43_PCI_BRIDGE=y
CONFIG_SSB_SDIOHOST_POSSIBLE=y
# CONFIG_SSB_SDIOHOST is not set
# CONFIG_SSB_SILENT is not set
CONFIG_SSB_DEBUG=y
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y
# CONFIG_MFD_SUPPORT is not set
# CONFIG_REGULATOR is not set
CONFIG_MEDIA_SUPPORT=y

#
# Multimedia core support
#
CONFIG_VIDEO_DEV=m
CONFIG_VIDEO_V4L2_COMMON=m
# CONFIG_DVB_CORE is not set
CONFIG_VIDEO_MEDIA=m

#
# Multimedia drivers
#
# CONFIG_RC_CORE is not set
# CONFIG_MEDIA_ATTACH is not set
CONFIG_MEDIA_TUNER=m
# CONFIG_MEDIA_TUNER_CUSTOMISE is not set
CONFIG_MEDIA_TUNER_SIMPLE=m
CONFIG_MEDIA_TUNER_TDA8290=m
CONFIG_MEDIA_TUNER_TDA827X=m
CONFIG_MEDIA_TUNER_TDA18271=m
CONFIG_MEDIA_TUNER_TDA9887=m
CONFIG_MEDIA_TUNER_TEA5761=m
CONFIG_MEDIA_TUNER_TEA5767=m
CONFIG_MEDIA_TUNER_MT20XX=m
CONFIG_MEDIA_TUNER_XC2028=m
CONFIG_MEDIA_TUNER_XC5000=m
CONFIG_MEDIA_TUNER_MC44S803=m
CONFIG_VIDEO_V4L2=m
CONFIG_VIDEO_CAPTURE_DRIVERS=y
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
CONFIG_VIDEO_HELPER_CHIPS_AUTO=y

#
# Audio decoders
#

#
# RDS decoders
#

#
# Video decoders
#

#
# Video and audio decoders
#

#
# MPEG video encoders
#

#
# Video encoders
#

#
# Video improvement chips
#
# CONFIG_VIDEO_VIVI is not set
# CONFIG_VIDEO_CPIA2 is not set
# CONFIG_VIDEO_ZORAN is not set
# CONFIG_VIDEO_SAA7134 is not set
# CONFIG_VIDEO_MXB is not set
# CONFIG_VIDEO_HEXIUM_ORION is not set
# CONFIG_VIDEO_HEXIUM_GEMINI is not set
# CONFIG_VIDEO_TIMBERDALE is not set
# CONFIG_VIDEO_CAFE_CCIC is not set
# CONFIG_VIDEO_SR030PC30 is not set
# CONFIG_SOC_CAMERA is not set
CONFIG_V4L_USB_DRIVERS=y
CONFIG_USB_VIDEO_CLASS=m
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
# CONFIG_USB_GSPCA is not set
# CONFIG_VIDEO_PVRUSB2 is not set
# CONFIG_VIDEO_HDPVR is not set
# CONFIG_VIDEO_USBVISION is not set
# CONFIG_USB_ET61X251 is not set
# CONFIG_USB_SN9C102 is not set
# CONFIG_USB_PWC is not set
# CONFIG_USB_ZR364XX is not set
# CONFIG_USB_STKWEBCAM is not set
# CONFIG_USB_S2255 is not set
# CONFIG_V4L_MEM2MEM_DRIVERS is not set
# CONFIG_RADIO_ADAPTERS is not set

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
# CONFIG_VGA_SWITCHEROO is not set
CONFIG_DRM=m
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_TTM=m
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON 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_STUB_POULSBO is not set
# CONFIG_VGASTATE is not set
CONFIG_VIDEO_OUTPUT_CONTROL=m
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_FB_DDC is not set
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_FOREIGN_ENDIAN is not set
# CONFIG_FB_SYS_FOPS is not set
# CONFIG_FB_WMT_GE_ROPS is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set

#
# 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_VESA=y
# CONFIG_FB_EFI is not set
# CONFIG_FB_N411 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_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_VIA 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_CARMINE is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_UDL is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_BROADSHEET is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
# CONFIG_LCD_CLASS_DEVICE is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_GENERIC is not set
# CONFIG_BACKLIGHT_PROGEAR is not set
CONFIG_BACKLIGHT_MBP_NVIDIA=m
# CONFIG_BACKLIGHT_SAHARA is not set
# CONFIG_BACKLIGHT_ADP8860 is not set

#
# Display device support
#
CONFIG_DISPLAY_SUPPORT=y

#
# Display hardware drivers
#

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_LOGO is not set
CONFIG_SOUND=m
CONFIG_SOUND_OSS_CORE=y
CONFIG_SOUND_OSS_CORE_PRECLAIM=y
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
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_HRTIMER=m
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
# CONFIG_SND_RTCTIMER is not set
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_VMASTER=y
CONFIG_SND_DMA_SGBUF=y
# CONFIG_SND_RAWMIDI_SEQ is not set
# CONFIG_SND_OPL3_LIB_SEQ is not set
# CONFIG_SND_OPL4_LIB_SEQ is not set
# CONFIG_SND_SBAWE_SEQ is not set
# CONFIG_SND_EMU10K1_SEQ is not set
# CONFIG_SND_DRIVERS is not set
CONFIG_SND_PCI=y
# 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_ASIHPI 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_AW2 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# 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_CS5535AUDIO is not set
# CONFIG_SND_CTXFI 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_INDIGOIOX is not set
# CONFIG_SND_INDIGODJX is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# 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=y
CONFIG_SND_HDA_RECONFIG=y
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_INPUT_BEEP_MODE=2
# CONFIG_SND_HDA_INPUT_JACK is not set
# CONFIG_SND_HDA_PATCH_LOADER 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_HDMI=y
CONFIG_SND_HDA_CODEC_CIRRUS=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CA0110=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=0
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_LX6464ES 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 is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
CONFIG_SND_SPI=y
# CONFIG_SND_USB is not set
# CONFIG_SND_SOC is not set
# CONFIG_SOUND_PRIME is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
CONFIG_HIDRAW=y

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

#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set

#
# Special HID drivers
#
# CONFIG_HID_3M_PCT is not set
CONFIG_HID_A4TECH=m
# CONFIG_HID_ACRUX_FF is not set
CONFIG_HID_APPLE=m
CONFIG_HID_BELKIN=m
# CONFIG_HID_CANDO is not set
CONFIG_HID_CHERRY=m
CONFIG_HID_CHICONY=m
# CONFIG_HID_PRODIKEYS is not set
CONFIG_HID_CYPRESS=m
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_EGALAX is not set
# CONFIG_HID_ELECOM is not set
CONFIG_HID_EZKEY=m
# CONFIG_HID_KYE is not set
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
CONFIG_HID_GYRATION=m
# CONFIG_HID_TWINHAN is not set
# CONFIG_HID_KENSINGTON is not set
CONFIG_HID_LOGITECH=m
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
# CONFIG_LOGIG940_FF is not set
# CONFIG_LOGIWII_FF is not set
# CONFIG_HID_MAGICMOUSE is not set
CONFIG_HID_MICROSOFT=m
# CONFIG_HID_MOSART is not set
CONFIG_HID_MONTEREY=m
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_NTRIG is not set
# CONFIG_HID_ORTEK is not set
CONFIG_HID_PANTHERLORD=m
# CONFIG_PANTHERLORD_FF is not set
CONFIG_HID_PETALYNX=m
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_QUANTA is not set
# CONFIG_HID_ROCCAT is not set
# CONFIG_HID_ROCCAT_KONE is not set
# CONFIG_HID_ROCCAT_KONEPLUS is not set
# CONFIG_HID_ROCCAT_PYRA is not set
CONFIG_HID_SAMSUNG=m
CONFIG_HID_SONY=m
# CONFIG_HID_STANTUM is not set
CONFIG_HID_SUNPLUS=m
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

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

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
# CONFIG_USB_XHCI_HCD is not set
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_ROOT_HUB_TT=y
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
# CONFIG_USB_ISP1362_HCD is not set
CONFIG_USB_OHCI_HCD=m
# 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 is not set
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_WHCI_HCD is not set
# CONFIG_USB_HWA_HCD is not set

#
# Enable Host or Gadget support to see Inventra options
#

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

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

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

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set

#
# USB port drivers
#
CONFIG_USB_SERIAL=m
CONFIG_USB_EZUSB=y
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_AIRCABLE 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_CP210X=m
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
# 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_MOTOROLA is not set
# CONFIG_USB_SERIAL_NAVMAN is not set
CONFIG_USB_SERIAL_PL2303=m
# CONFIG_USB_SERIAL_OTI6858 is not set
# CONFIG_USB_SERIAL_QCAUX is not set
# CONFIG_USB_SERIAL_QUALCOMM is not set
# CONFIG_USB_SERIAL_SPCP8X5 is not set
# CONFIG_USB_SERIAL_HP4X is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_SAMBA is not set
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
# CONFIG_USB_SERIAL_SYMBOL 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_OPTICON is not set
# CONFIG_USB_SERIAL_VIVOPAY_SERIAL is not set
# CONFIG_USB_SERIAL_ZIO is not set
# CONFIG_USB_SERIAL_SSU100 is not set
CONFIG_USB_SERIAL_DEBUG=m

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_YUREX is not set
# CONFIG_USB_GADGET is not set

#
# OTG and related infrastructure
#
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_UWB is not set
CONFIG_MMC=m
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_UNSAFE_RESUME is not set
# CONFIG_MMC_CLKGATE is not set

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

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

#
# LED drivers
#
# CONFIG_LEDS_ALIX2 is not set
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_DAC124S085 is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_INTEL_SS4200 is not set
CONFIG_LEDS_TRIGGERS=y

#
# LED Triggers
#
CONFIG_LEDS_TRIGGER_TIMER=m
CONFIG_LEDS_TRIGGER_HEARTBEAT=m
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set

#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_NFC_DEVICES is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
# CONFIG_RTC_CLASS is not set
# CONFIG_DMADEVICES is not set
# CONFIG_AUXDISPLAY is not set
CONFIG_UIO=m
# CONFIG_UIO_CIF is not set
# CONFIG_UIO_PDRV is not set
CONFIG_UIO_PDRV_GENIRQ=m
# CONFIG_UIO_AEC is not set
# CONFIG_UIO_SERCOS3 is not set
# CONFIG_UIO_PCI_GENERIC is not set
# CONFIG_UIO_NETX is not set
CONFIG_STAGING=y
# CONFIG_STAGING_EXCLUDE_BUILD is not set
# CONFIG_USB_DABUSB is not set
# CONFIG_USB_SE401 is not set
# CONFIG_USB_VICAM is not set
# CONFIG_USB_IP_COMMON is not set
# CONFIG_W35UND is not set
# CONFIG_PRISM2_USB is not set
# CONFIG_ECHO is not set
# CONFIG_BRCM80211 is not set
# CONFIG_RT2860 is not set
# CONFIG_RT2870 is not set
# CONFIG_COMEDI is not set
# CONFIG_ASUS_OLED is not set
# CONFIG_R8187SE is not set
# CONFIG_RTL8192U is not set
# CONFIG_RTL8192E is not set
# CONFIG_R8712U is not set
# CONFIG_TRANZPORT is not set
# CONFIG_POHMELFS is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_LINE6_USB is not set
# CONFIG_DRM_VMWGFX is not set
CONFIG_DRM_NOUVEAU=m
CONFIG_DRM_NOUVEAU_BACKLIGHT=y
CONFIG_DRM_NOUVEAU_DEBUG=y

#
# I2C encoder or helper chips
#
# CONFIG_DRM_I2C_CH7006 is not set
CONFIG_DRM_I2C_SIL164=m
# CONFIG_USB_SERIAL_QUATECH2 is not set
# CONFIG_USB_SERIAL_QUATECH_USB2 is not set
# CONFIG_VT6655 is not set
# CONFIG_VT6656 is not set
# CONFIG_HYPERV is not set
# CONFIG_VME_BUS is not set
# CONFIG_DX_SEP is not set
# CONFIG_IIO is not set
# CONFIG_ZRAM is not set
# CONFIG_SAMSUNG_LAPTOP is not set
# CONFIG_FB_SM7XX is not set
# CONFIG_VIDEO_DT3155 is not set
# CONFIG_CRYSTALHD is not set

#
# Texas Instruments shared transport line discipline
#
# CONFIG_ST_BT is not set
# CONFIG_FB_XGI is not set
# CONFIG_SMB_FS is not set
# CONFIG_EASYCAP is not set
# CONFIG_SOLO6X10 is not set
# CONFIG_ACPI_QUICKSTART is not set
CONFIG_MACH_NO_WESTBRIDGE=y
# CONFIG_ATH6K_LEGACY is not set
# CONFIG_USB_ENESTORAGE is not set
# CONFIG_BCM_WIMAX is not set
# CONFIG_FT1000 is not set

#
# Speakup console speech
#
# CONFIG_SPEAKUP is not set
# CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4 is not set
CONFIG_X86_PLATFORM_DEVICES=y
# CONFIG_ACERHDF is not set
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_PANASONIC_LAPTOP is not set
# CONFIG_COMPAL_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_IDEAPAD_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_INTEL_MENLOW is not set
# CONFIG_ACPI_WMI is not set
# CONFIG_ACPI_ASUS is not set
# CONFIG_TOPSTAR_LAPTOP is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_TOSHIBA_BT_RFKILL is not set
# CONFIG_ACPI_CMPC is not set
# CONFIG_INTEL_IPS is not set
# CONFIG_IBM_RTL is not set

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

#
# File systems
#
CONFIG_EXT2_FS=m
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_DEFAULTS_TO_ORDERED=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
# CONFIG_EXT4_FS is not set
CONFIG_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_XFS_FS=y
# CONFIG_XFS_QUOTA is not set
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
# CONFIG_XFS_DEBUG is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_FANOTIFY is not set
# CONFIG_QUOTA is not set
# CONFIG_QUOTACTL is not set
# CONFIG_AUTOFS4_FS is not set
CONFIG_FUSE_FS=m
CONFIG_CUSE=m
CONFIG_GENERIC_ACL=y

#
# Caches
#
# CONFIG_FSCACHE is not set

#
# 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 is not set
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=850
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-15"
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_CONFIGFS_FS=y
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
CONFIG_ECRYPT_FS=m
CONFIG_HFS_FS=m
CONFIG_HFSPLUS_FS=m
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_LOGFS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
CONFIG_MINIX_FS=m
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
# CONFIG_NFS_V3 is not set
CONFIG_NFS_V4=y
# CONFIG_NFS_V4_1 is not set
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
# CONFIG_NFS_USE_NEW_IDMAPPER is not set
# CONFIG_NFSD is not set
CONFIG_LOCKD=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
CONFIG_RPCSEC_GSS_KRB5=m
# CONFIG_CEPH_FS is not set
# CONFIG_CIFS 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=y
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION 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=m
CONFIG_NLS_DEFAULT="iso8859-15"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
# 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=m
CONFIG_NLS_ISO8859_1=m
# 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=m
# 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_FRAME_WARN=1024
CONFIG_MAGIC_SYSRQ=y
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_SECTION_MISMATCH=y
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_SHIRQ=y
CONFIG_LOCKUP_DETECTOR=y
CONFIG_HARDLOCKUP_DETECTOR=y
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_DETECT_HUNG_TASK=y
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
CONFIG_TIMER_STATS=y
CONFIG_DEBUG_OBJECTS=y
# CONFIG_DEBUG_OBJECTS_SELFTEST is not set
# CONFIG_DEBUG_OBJECTS_FREE is not set
# CONFIG_DEBUG_OBJECTS_TIMERS is not set
CONFIG_DEBUG_OBJECTS_WORK=y
# CONFIG_DEBUG_OBJECTS_RCU_HEAD is not set
# CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER is not set
CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1
CONFIG_SLUB_DEBUG_ON=y
# CONFIG_SLUB_STATS is not set
# CONFIG_DEBUG_KMEMLEAK is not set
CONFIG_DEBUG_PREEMPT=y
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_PI_LIST=y
# CONFIG_RT_MUTEX_TESTER is not set
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_BKL=y
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
CONFIG_PROVE_RCU=y
CONFIG_PROVE_RCU_REPEATEDLY=y
# CONFIG_SPARSE_RCU_POINTER is not set
CONFIG_LOCKDEP=y
CONFIG_LOCK_STAT=y
CONFIG_DEBUG_LOCKDEP=y
CONFIG_TRACE_IRQFLAGS=y
CONFIG_DEBUG_SPINLOCK_SLEEP=y
CONFIG_DEBUG_LOCKING_API_SELFTESTS=y
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_VIRTUAL is not set
# CONFIG_DEBUG_WRITECOUNT is not set
# CONFIG_DEBUG_MEMORY_INIT is not set
CONFIG_DEBUG_LIST=y
# CONFIG_TEST_LIST_SORT is not set
# CONFIG_DEBUG_SG is not set
CONFIG_DEBUG_NOTIFIERS=y
# CONFIG_DEBUG_CREDENTIALS is not set
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_DETECTOR=y
CONFIG_RCU_CPU_STALL_TIMEOUT=60
CONFIG_RCU_CPU_STALL_DETECTOR_RUNNABLE=y
CONFIG_RCU_CPU_STALL_VERBOSE=y
# CONFIG_KPROBES_SANITY_TEST is not set
CONFIG_BACKTRACE_SELF_TEST=m
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
# CONFIG_LKDTM is not set
# CONFIG_CPU_NOTIFIER_ERROR_INJECT is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_LATENCYTOP=y
CONFIG_SYSCTL_SYSCALL_CHECK=y
# CONFIG_DEBUG_PAGEALLOC is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_EVENT_POWER_TRACING_DEPRECATED=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_RING_BUFFER_ALLOW_SWAP=y
CONFIG_TRACING=y
CONFIG_GENERIC_TRACER=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
CONFIG_FUNCTION_TRACER=y
# CONFIG_FUNCTION_GRAPH_TRACER is not set
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_PREEMPT_TRACER is not set
# CONFIG_SCHED_TRACER is not set
# CONFIG_FTRACE_SYSCALLS is not set
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_PROFILE_ALL_BRANCHES is not set
# CONFIG_STACK_TRACER is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
CONFIG_KPROBE_EVENT=y
# CONFIG_DYNAMIC_FTRACE is not set
# CONFIG_FUNCTION_PROFILER is not set
# CONFIG_FTRACE_STARTUP_TEST is not set
# CONFIG_MMIOTRACE is not set
# CONFIG_RING_BUFFER_BENCHMARK is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_HAVE_ARCH_KMEMCHECK=y
CONFIG_STRICT_DEVMEM=y
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_PER_CPU_MAPS is not set
# CONFIG_X86_PTDUMP is not set
CONFIG_DEBUG_RODATA=y
# CONFIG_DEBUG_RODATA_TEST is not set
# CONFIG_DEBUG_SET_MODULE_RONX is not set
# CONFIG_DEBUG_NX_TEST is not set
# CONFIG_IOMMU_DEBUG is not set
# CONFIG_IOMMU_STRESS is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
# CONFIG_X86_DECODER_SELFTEST 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
# CONFIG_OPTIMIZE_INLINING is not set
CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y

#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_DEBUG_PROC_KEYS=y
# CONFIG_SECURITY_DMESG_RESTRICT is not set
# CONFIG_SECURITY is not set
CONFIG_SECURITYFS=y
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=m
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=m
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=m
# CONFIG_CRYPTO_NULL is not set
CONFIG_CRYPTO_PCRYPT=m
CONFIG_CRYPTO_WORKQUEUE=y
# CONFIG_CRYPTO_CRYPTD is not set
CONFIG_CRYPTO_AUTHENC=m
# CONFIG_CRYPTO_TEST is not set

#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_GCM is not set
CONFIG_CRYPTO_SEQIV=m

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

#
# Hash modes
#
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=m
# CONFIG_CRYPTO_VMAC is not set

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

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_X86_64 is not set
# CONFIG_CRYPTO_AES_NI_INTEL is not set
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_ARC4=m
# CONFIG_CRYPTO_BLOWFISH is not set
CONFIG_CRYPTO_CAMELLIA=m
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_FCRYPT=m
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 is not set
CONFIG_CRYPTO_SALSA20_X86_64=y
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set
CONFIG_CRYPTO_TWOFISH_COMMON=y
CONFIG_CRYPTO_TWOFISH_X86_64=y

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

#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
# CONFIG_CRYPTO_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_PADLOCK is not set
# CONFIG_CRYPTO_DEV_HIFN_795X is not set
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_HAVE_KVM_EVENTFD=y
CONFIG_KVM_APIC_ARCHITECTURE=y
CONFIG_KVM_MMIO=y
CONFIG_KVM_ASYNC_PF=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=m
CONFIG_KVM_INTEL=m
# CONFIG_KVM_AMD is not set
# CONFIG_KVM_MMU_AUDIT is not set
CONFIG_VHOST_NET=m
CONFIG_VIRTIO=m
CONFIG_VIRTIO_RING=m
# CONFIG_VIRTIO_PCI is not set
CONFIG_VIRTIO_BALLOON=m
CONFIG_BINARY_PRINTF=y

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_GENERIC_FIND_LAST_BIT=y
CONFIG_CRC_CCITT=m
CONFIG_CRC16=m
CONFIG_CRC_T10DIF=m
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
CONFIG_CRC7=m
# CONFIG_LIBCRC32C is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=m
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
# CONFIG_XZ_DEC is not set
# CONFIG_XZ_DEC_BCJ is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_NLATTR=y
CONFIG_AVERAGE=y

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

* Re: [Bug 29772] New: memory compaction crashed
  2011-02-24  8:47     ` Johannes Berg
@ 2011-02-24 10:37       ` Mel Gorman
  2011-02-24 11:25         ` Johannes Berg
  0 siblings, 1 reply; 8+ messages in thread
From: Mel Gorman @ 2011-02-24 10:37 UTC (permalink / raw)
  To: Johannes Berg; +Cc: Andrew Morton, linux-mm, bugzilla-daemon

On Thu, Feb 24, 2011 at 09:47:17AM +0100, Johannes Berg wrote:
> On Wed, 2011-02-23 at 23:39 +0000, Mel Gorman wrote:
> 
> > > screenshot here: https://bugzilla.kernel.org/attachment.cgi?id=48772
> > > 
> > 
> > isolate_migratepages is hit any time compaction runs so I'm wondering
> > what is special about this test case. I'm assuming as evince crashed
> > that it's a normalish desktop and wasn't running anything in particular.
> > Is that true?
> 
> Yes. I was using evince to pan around in a fairly large PDF that really
> is a large single-page bitmap, but that's about it. I also have a fairly
> large (bit more than full HD) external monitor, both of these probably
> take some amount of memory. The system had been up for a while few hours
> at most, with similar workloads, sometimes a kernel compile (but none
> was running at the time).
> 

Is this reproducible or did it just happen the once?

> > Can you tell me what line the instruction ffffffff8100f1c2 corresponds to? If
> > you have CONFIG_DEBUG_INFO set, it should be a case of telling me what the
> > output of "addr2line -e vmlinux 0xffffffff8100f1c2" is. On a similar note,
> > do you know what sort of crash this was? i.e. was it a NULL deference or
> > did a VM_BUG_ON or BUG_ON hit such as VM_BUG_ON(PageTransCompound(page))?
> > Was CONFIG_DEBUG_VM set? Actually, it would be preferable to have the
> > whole .config attached to the bugzilla if possible please.
> 
> Attached the config. addr2line failed so I probably don't have enough
> debug info,

Indeed not, can you enable CONFIG_DEBUG_INFO for future reference
please? It'll be easier to figure out where things crashed exactly.
Also, what compiler are you using?

> but then again I think you got the address wrong -- don't
> you want fff8110f1c2?

Yes, my bad.

> That at least makes addr2line point to
> compaction.c (no line info), and the code there is
> 
> ffffffff8110f197:       48 81 c3 ff 07 00 00    add    $0x7ff,%rbx
> ffffffff8110f19e:       4c 89 45 a0             mov    %r8,-0x60(%rbp)
> ffffffff8110f1a2:       48 81 e3 00 fc ff ff    and    $0xfffffffffffffc00,%rbx
> ffffffff8110f1a9:       48 ff cb                dec    %rbx
> ffffffff8110f1ac:       0f 1f 40 00             nopl   0x0(%rax)
> ffffffff8110f1b0:       48 ff c3                inc    %rbx
> ffffffff8110f1b3:       49 39 de                cmp    %rbx,%r14
> ffffffff8110f1b6:       76 58                   jbe    0xffffffff8110f210
> ffffffff8110f1b8:       48 6b cb 38             imul   $0x38,%rbx,%rcx
> ffffffff8110f1bc:       49 ff c4                inc    %r12
> ffffffff8110f1bf:       4c 01 f9                add    %r15,%rcx
> ffffffff8110f1c2:****   8b 41 0c                mov    0xc(%rcx),%eax
> ffffffff8110f1c5:       83 f8 fe                cmp    $0xfffffffffffffffe,%eax
> ffffffff8110f1c8:       74 e6                   je     0xffffffff8110f1b0
> ffffffff8110f1ca:       41 80 7d 40 00          cmpb   $0x0,0x40(%r13)
> ffffffff8110f1cf:       74 8f                   je     0xffffffff8110f160
> ffffffff8110f1d1:       48 8b 01                mov    (%rcx),%rax
> ffffffff8110f1d4:       a8 20                   test   $0x20,%al
> ffffffff8110f1d6:       74 d8                   je     0xffffffff8110f1b0
> 
> (this matches the Code: in the picture) which means it was some sort of
> bad pointer dereference since %rcx is 0xffffea0000a00000 (I think). That
> almost seems like a valid pointer, hmm.
> 

I believe this corresponds to;

        for (; low_pfn < end_pfn; low_pfn++) {
                struct page *page;
                if (!pfn_valid_within(low_pfn))
                        continue;
                nr_scanned++;

                /* Get the page and skip if free */
                page = pfn_to_page(low_pfn);
                if (PageBuddy(page))			<----- HERE
                        continue;

rcx is storing a struct page pointer and the 0xc offset is the _mapcount.
It should be "impossible" for this page to be invalid though so I'm wondering
if there is some other memory corruption going on.

> > Can I also see a full dmesg with the kernel parameters "loglevel=9
> > mminit_loglevel=4" please? I know the crash won't be included but I want
> > to see what your memory layout looks like to see can I spot anything
> > unusual about it.
> 
> Yes, but I'll have to generate it first, will send it later today.

Thanks.

> Also,
> since I was working on the kernel and didn't make a snapshot, I rebuilt
> the image using the attached config. That shouldn't change anything
> (went back to the same sources), but still -- FYI.
> 

Can you also enable;

CONFIG_DEBUG_INFO
CONFIG_DEBUG_VM

If this works for you, also enable

CONFIG_DEBUG_PAGEALLOC

The last option should work but it'll also slow your machine quite a
bit.

> > I see fuse was loaded. Was it being heavily used at the time? If so,
> > what sort of workload was exercising it?
> 
> No, I don't think I was using it. Certainly not heavily.
> 

Ok.

> > I *think* the kernel version is 2.6.38-rc6-wl-65354-geac0466-dirty. I'm
> > not certain because there is a big shine from the camera flash on it.
> 
> Yes, indeed, sorry. I tried w/o flash but that just made it all blurry.
> 

No need to be sorry, a flash is better than blurry.

> > However, I can't see what this corresponds to. eac0466 is not a commit I
> > can identify and the "dirty" implies that it's patched. How does this
> > kernel differ from mainline?
> 
> The "-wl" indicates that it's a wireless-testing kernel (John Linville's
> repository), but I'm using iwlwifi-2.6 right now. The -dirty indicates
> that I've played with it, but only in the wireless code; the diffstat
> between this and rc6 indicates that only wireless, bluetooth and some
> tiny arch/arm changes are in here.
> 

There is a chance this is a driver bug that is corrupting memory. With
the debug options above, it would be worth trying to stress the machine
with network traffic with mainline, the wireless testing tree and
iwlwifi-2.6 (out of tree driver?) and see does each behave differently.

I'll poke around and see can I spot a situation where those PFNs can be
invalid.

Thanks

-- 
Mel Gorman
SUSE Labs

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [Bug 29772] New: memory compaction crashed
  2011-02-24 10:37       ` Mel Gorman
@ 2011-02-24 11:25         ` Johannes Berg
  2011-02-24 15:06           ` Mel Gorman
  0 siblings, 1 reply; 8+ messages in thread
From: Johannes Berg @ 2011-02-24 11:25 UTC (permalink / raw)
  To: Mel Gorman; +Cc: Andrew Morton, linux-mm, bugzilla-daemon

On Thu, 2011-02-24 at 10:37 +0000, Mel Gorman wrote:

> > Yes. I was using evince to pan around in a fairly large PDF that really
> > is a large single-page bitmap, but that's about it. I also have a fairly
> > large (bit more than full HD) external monitor, both of these probably
> > take some amount of memory. The system had been up for a while few hours
> > at most, with similar workloads, sometimes a kernel compile (but none
> > was running at the time).

> Is this reproducible or did it just happen the once?

It happened only once so far. And it wasn't the first time I was doing
this (panning large files) either.

> > > Can you tell me what line the instruction ffffffff8100f1c2 corresponds to? If
> > > you have CONFIG_DEBUG_INFO set, it should be a case of telling me what the
> > > output of "addr2line -e vmlinux 0xffffffff8100f1c2" is. On a similar note,
> > > do you know what sort of crash this was? i.e. was it a NULL deference or
> > > did a VM_BUG_ON or BUG_ON hit such as VM_BUG_ON(PageTransCompound(page))?
> > > Was CONFIG_DEBUG_VM set? Actually, it would be preferable to have the
> > > whole .config attached to the bugzilla if possible please.
> > 
> > Attached the config. addr2line failed so I probably don't have enough
> > debug info,
> 
> Indeed not, can you enable CONFIG_DEBUG_INFO for future reference
> please? It'll be easier to figure out where things crashed exactly.
> Also, what compiler are you using?

$ gcc --version
gcc-4.5.real (Debian 4.5.2-2) 4.5.2

I thought I had DEBUG_INFO, but I just checked in my .config and I it
seems not. My mistake. Is DEBUG_INFO_REDUCED=y acceptable? From
experience, not setting that takes an order of magnitude longer to
compile on my laptop.

> > ffffffff8110f197:       48 81 c3 ff 07 00 00    add    $0x7ff,%rbx
> > ffffffff8110f19e:       4c 89 45 a0             mov    %r8,-0x60(%rbp)
> > ffffffff8110f1a2:       48 81 e3 00 fc ff ff    and    $0xfffffffffffffc00,%rbx
> > ffffffff8110f1a9:       48 ff cb                dec    %rbx
> > ffffffff8110f1ac:       0f 1f 40 00             nopl   0x0(%rax)
> > ffffffff8110f1b0:       48 ff c3                inc    %rbx
> > ffffffff8110f1b3:       49 39 de                cmp    %rbx,%r14
> > ffffffff8110f1b6:       76 58                   jbe    0xffffffff8110f210
> > ffffffff8110f1b8:       48 6b cb 38             imul   $0x38,%rbx,%rcx
> > ffffffff8110f1bc:       49 ff c4                inc    %r12
> > ffffffff8110f1bf:       4c 01 f9                add    %r15,%rcx
> > ffffffff8110f1c2:****   8b 41 0c                mov    0xc(%rcx),%eax
> > ffffffff8110f1c5:       83 f8 fe                cmp    $0xfffffffffffffffe,%eax
> > ffffffff8110f1c8:       74 e6                   je     0xffffffff8110f1b0
> > ffffffff8110f1ca:       41 80 7d 40 00          cmpb   $0x0,0x40(%r13)
> > ffffffff8110f1cf:       74 8f                   je     0xffffffff8110f160
> > ffffffff8110f1d1:       48 8b 01                mov    (%rcx),%rax
> > ffffffff8110f1d4:       a8 20                   test   $0x20,%al
> > ffffffff8110f1d6:       74 d8                   je     0xffffffff8110f1b0
> > 
> > (this matches the Code: in the picture) which means it was some sort of
> > bad pointer dereference since %rcx is 0xffffea0000a00000 (I think). That
> > almost seems like a valid pointer, hmm.
> > 
> 
> I believe this corresponds to;
> 
>         for (; low_pfn < end_pfn; low_pfn++) {
>                 struct page *page;
>                 if (!pfn_valid_within(low_pfn))
>                         continue;
>                 nr_scanned++;
> 
>                 /* Get the page and skip if free */
>                 page = pfn_to_page(low_pfn);
>                 if (PageBuddy(page))			<----- HERE
>                         continue;
> 
> rcx is storing a struct page pointer and the 0xc offset is the _mapcount.
> It should be "impossible" for this page to be invalid though so I'm wondering
> if there is some other memory corruption going on.

Possible. I had some graphics issues with X hanging once a while, but
with all of those I could still ssh in and reboot the machine.

> > Also,
> > since I was working on the kernel and didn't make a snapshot, I rebuilt
> > the image using the attached config. That shouldn't change anything
> > (went back to the same sources), but still -- FYI.
> > 
> 
> Can you also enable;
> 
> CONFIG_DEBUG_INFO
> CONFIG_DEBUG_VM
> 
> If this works for you, also enable
> 
> CONFIG_DEBUG_PAGEALLOC
> 
> The last option should work but it'll also slow your machine quite a
> bit.

Ok, I'll give it a try.

> > > However, I can't see what this corresponds to. eac0466 is not a commit I
> > > can identify and the "dirty" implies that it's patched. How does this
> > > kernel differ from mainline?
> > 
> > The "-wl" indicates that it's a wireless-testing kernel (John Linville's
> > repository), but I'm using iwlwifi-2.6 right now. The -dirty indicates
> > that I've played with it, but only in the wireless code; the diffstat
> > between this and rc6 indicates that only wireless, bluetooth and some
> > tiny arch/arm changes are in here.
> > 
> 
> There is a chance this is a driver bug that is corrupting memory. With
> the debug options above, it would be worth trying to stress the machine
> with network traffic with mainline, the wireless testing tree and
> iwlwifi-2.6 (out of tree driver?) and see does each behave differently.

I'd agree, but it's unlikely to be network -- my laptop doesn't even
have iwlwifi hardware (which iwlwifi-2.6 contains, not out of tree, but
our development tree, I just run it out of habit); and I wasn't even
using wireless at all; networking itself and ethernet drivers are
untouched in this tree.

Thanks,
Johannes

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [Bug 29772] New: memory compaction crashed
  2011-02-23 23:39   ` Mel Gorman
  2011-02-24  8:47     ` Johannes Berg
@ 2011-02-24 12:07     ` Johannes Berg
  1 sibling, 0 replies; 8+ messages in thread
From: Johannes Berg @ 2011-02-24 12:07 UTC (permalink / raw)
  To: Mel Gorman; +Cc: Andrew Morton, linux-mm, bugzilla-daemon

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

On Wed, 2011-02-23 at 23:39 +0000, Mel Gorman wrote:

> Can I also see a full dmesg with the kernel parameters "loglevel=9
> mminit_loglevel=4" please? I know the crash won't be included but I want
> to see what your memory layout looks like to see can I spot anything
> unusual about it.

Attached. Also attached new config. The kernel version is different
because I added some more wireless code to it, no core changes though.

johannes

[-- Attachment #2: config.gz --]
[-- Type: application/x-gzip, Size: 18177 bytes --]

[-- Attachment #3: log --]
[-- Type: text/plain, Size: 67644 bytes --]

[    0.000000] Linux version 2.6.38-rc6-wl-65414-ge1b6053-dirty (johannes@jlt3.sipsolutions.net) (gcc version 4.5.2 (Debian 4.5.2-2) ) #208 SMP PREEMPT Thu Feb 24 12:55:52 CET 2011
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-rc6-wl-65414-ge1b6053-dirty root=UUID=c4c96801-db1f-44df-acb4-3d600be51419 ro quiet no_console_suspend reboot=pci loglevel=9 mminit_loglevel=4
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000040000000 (usable)
[    0.000000]  BIOS-e820: 0000000040000000 - 0000000050000000 (reserved)
[    0.000000]  BIOS-e820: 0000000050000000 - 000000007e86e000 (usable)
[    0.000000]  BIOS-e820: 000000007e86e000 - 000000007e870000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007e870000 - 000000007e871000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007e871000 - 000000007e873000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007e873000 - 000000007e88e000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007e88e000 - 000000007ea8f000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007ea8f000 - 000000007fec6000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007fec6000 - 000000007fec8000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007fec8000 - 000000007fec9000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007fec9000 - 000000007fecb000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007fecb000 - 000000007fecd000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007fecd000 - 000000007fedf000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007fedf000 - 000000007fef9000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007fef9000 - 000000007feff000 (reserved)
[    0.000000]  BIOS-e820: 000000007feff000 - 000000007ff00000 (ACPI data)
[    0.000000]  BIOS-e820: 0000000093300000 - 0000000093301000 (reserved)
[    0.000000]  BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffc00000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.4 present.
[    0.000000] DMI: Apple Inc. MacBook5,1/Mac-F42D89C8, BIOS     MB51.88Z.007D.B03.0904271443 04/27/09
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x7e86e max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 disabled
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 07FF00000 mask FFFF00000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] init_memory_mapping: 0000000000000000-000000007e86e000
[    0.000000]  0000000000 - 007e86e000 page 4k
[    0.000000] kernel direct mapping tables up to 7e86e000 @ 1fc08000-20000000
[    0.000000] RAMDISK: 36ff0000 - 377f0000
[    0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 APPLE )
[    0.000000] ACPI: XSDT 000000007feee1c0 00074 (v01 APPLE   Apple00 0000007D      01000013)
[    0.000000] ACPI: FACP 000000007feec000 000F4 (v03 APPLE   Apple00 0000007D Loki 0000005F)
[    0.000000] ACPI: DSDT 000000007fee0000 058CA (v01 APPLE   MacBook 00050001 INTL 20061109)
[    0.000000] ACPI: FACS 000000007fecd000 00040
[    0.000000] ACPI: HPET 000000007feeb000 00038 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: APIC 000000007feea000 00068 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: MCFG 000000007fee9000 0003C (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: ASF! 000000007fee8000 000A5 (v32 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: SBST 000000007fee7000 00030 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: ECDT 000000007fee6000 00053 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: SSDT 000000007fec8000 004DC (v01  APPLE    CpuPm 00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 000000007fedf000 000A5 (v01 SataRe  SataPri 00001000 INTL 20061109)
[    0.000000] ACPI: SSDT 000000007fecc000 0009F (v01 SataRe  SataSec 00001000 INTL 20061109)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff88003da00000-ffff88003f3fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x00040000
[    0.000000]     0: 0x00050000 -> 0x0007e86e
[    0.000000] On node 0 totalpages: 452605
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 6 pages reserved
[    0.000000]   DMA zone: 3921 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7030 pages used for memmap
[    0.000000]   DMA32 zone: 441592 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_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[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000050000000
[    0.000000] Allocating PCI resources starting at 93301000 (gap: 93301000:5ccff000)
[    0.000000] setup_percpu: NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 474 pages/cpu @ffff88003d600000 s1912704 r8192 d20608 u2097152
[    0.000000] pcpu-alloc: s1912704 r8192 d20608 u2097152 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 445513
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-rc6-wl-65414-ge1b6053-dirty root=UUID=c4c96801-db1f-44df-acb4-3d600be51419 ro quiet no_console_suspend reboot=pci loglevel=9 mminit_loglevel=4
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 1740736k/2073016k available (4760k kernel code, 262596k absent, 69684k reserved, 3980k data, 2192k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptable hierarchical RCU implementation.
[    0.000000] 	RCU lockdep checking is enabled.
[    0.000000] NR_IRQS:320
[    0.000000] Extended CMOS year: 2000
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 6367 kB
[    0.000000]  per task-struct memory footprint: 2688 bytes
[    0.000000] ------------------------
[    0.000000] | Locking API testsuite:
[    0.000000] ----------------------------------------------------------------------------
[    0.000000]                                  | spin |wlock |rlock |mutex | wsem | rsem |
[    0.000000]   --------------------------------------------------------------------------
[    0.000000]                      A-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |
[    0.000000]                  A-B-B-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |
[    0.000000]              A-B-B-C-C-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |
[    0.000000]              A-B-C-A-B-C deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |
[    0.000000]          A-B-B-C-C-D-D-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |
[    0.000000]          A-B-C-D-B-D-D-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |
[    0.000000]          A-B-C-D-B-C-D-A deadlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |
[    0.000000]                     double unlock:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |
[    0.000000]                   initialize held:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |
[    0.000000]                  bad unlock order:  ok  |  ok  |  ok  |  ok  |  ok  |  ok  |
[    0.000000]   --------------------------------------------------------------------------
[    0.000000]               recursive read-lock:             |  ok  |             |  ok  |
[    0.000000]            recursive read-lock #2:             |  ok  |             |  ok  |
[    0.000000]             mixed read-write-lock:             |  ok  |             |  ok  |
[    0.000000]             mixed write-read-lock:             |  ok  |             |  ok  |
[    0.000000]   --------------------------------------------------------------------------
[    0.000000]      hard-irqs-on + irq-safe-A/12:  ok  |  ok  |  ok  |
[    0.000000]      soft-irqs-on + irq-safe-A/12:  ok  |  ok  |  ok  |
[    0.000000]      hard-irqs-on + irq-safe-A/21:  ok  |  ok  |  ok  |
[    0.000000]      soft-irqs-on + irq-safe-A/21:  ok  |  ok  |  ok  |
[    0.000000]        sirq-safe-A => hirqs-on/12:  ok  |  ok  |  ok  |
[    0.000000]        sirq-safe-A => hirqs-on/21:  ok  |  ok  |  ok  |
[    0.000000]          hard-safe-A + irqs-on/12:  ok  |  ok  |  ok  |
[    0.000000]          soft-safe-A + irqs-on/12:  ok  |  ok  |  ok  |
[    0.000000]          hard-safe-A + irqs-on/21:  ok  |  ok  |  ok  |
[    0.000000]          soft-safe-A + irqs-on/21:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/123:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/123:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/132:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/132:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/213:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/213:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/231:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/231:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/312:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/312:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #1/321:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #1/321:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/123:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/123:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/132:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/132:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/213:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/213:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/231:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/231:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/312:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/312:  ok  |  ok  |  ok  |
[    0.000000]     hard-safe-A + unsafe-B #2/321:  ok  |  ok  |  ok  |
[    0.000000]     soft-safe-A + unsafe-B #2/321:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/123:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/123:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/132:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/132:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/213:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/213:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/231:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/231:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/312:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/312:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq lock-inversion/321:  ok  |  ok  |  ok  |
[    0.000000]       soft-irq lock-inversion/321:  ok  |  ok  |  ok  |
[    0.000000]       hard-irq read-recursion/123:  ok  |
[    0.000000]       soft-irq read-recursion/123:  ok  |
[    0.000000]       hard-irq read-recursion/132:  ok  |
[    0.000000]       soft-irq read-recursion/132:  ok  |
[    0.000000]       hard-irq read-recursion/213:  ok  |
[    0.000000]       soft-irq read-recursion/213:  ok  |
[    0.000000]       hard-irq read-recursion/231:  ok  |
[    0.000000]       soft-irq read-recursion/231:  ok  |
[    0.000000]       hard-irq read-recursion/312:  ok  |
[    0.000000]       soft-irq read-recursion/312:  ok  |
[    0.000000]       hard-irq read-recursion/321:  ok  |
[    0.000000]       soft-irq read-recursion/321:  ok  |
[    0.000000] -------------------------------------------------------
[    0.000000] Good, all 218 testcases passed! |
[    0.000000] ---------------------------------
[    0.000000] ODEBUG: 1 of 1 active objects replaced
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1989.753 MHz processor.
[    0.010005] Calibrating delay loop (skipped), value calculated using timer frequency.. 3979.50 BogoMIPS (lpj=19897530)
[    0.010202] pid_max: default: 32768 minimum: 301
[    0.010625] Mount-cache hash table entries: 256
[    0.012849] CPU: Physical Processor ID: 0
[    0.012949] CPU: Processor Core ID: 0
[    0.013047] mce: CPU supports 6 MCE banks
[    0.013154] CPU0: Thermal monitoring enabled (TM2)
[    0.013255] using mwait in idle threads.
[    0.013468] ACPI: Core revision 20110112
[    0.072124] Setting APIC routing to flat
[    0.072782] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.172897] CPU0: Intel(R) Core(TM)2 Duo CPU     P7350  @ 2.00GHz stepping 06
[    0.180000] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.180000] ... version:                2
[    0.180000] ... bit width:              40
[    0.180000] ... generic registers:      2
[    0.180000] ... value mask:             000000ffffffffff
[    0.180000] ... max period:             000000007fffffff
[    0.180000] ... fixed-purpose events:   3
[    0.180000] ... event mask:             0000000700000003
[    0.200463] NMI watchdog enabled, takes one hw-pmu counter.
[    0.230083] lockdep: fixing up alternatives.
[    0.240369] Booting Node   0, Processors  #1 Ok.
[    0.410193] NMI watchdog enabled, takes one hw-pmu counter.
[    0.420027] Brought up 2 CPUs
[    0.420127] Total of 2 processors activated (7959.55 BogoMIPS).
[    0.421481] devtmpfs: initialized
[    0.421481] NET: Registered protocol family 16
[    0.430261] ACPI: bus type pci registered
[    0.430462] PCI: Using configuration type 1 for base access
[    0.450736] bio: create slab <bio-0> at 0
[    0.480627] ACPI: EC: EC description table is found, configuring boot EC
[    0.516619] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.520214] ACPI: SSDT 000000007fecac98 001F6 (v01  APPLE  Cpu0Ist 00003000 INTL 20061109)
[    0.525367] ACPI: Dynamic OEM Table Load:
[    0.525557] ACPI: SSDT           (null) 001F6 (v01  APPLE  Cpu0Ist 00003000 INTL 20061109)
[    0.527079] ACPI: SSDT 000000007fec9c18 002AD (v01  APPLE  Cpu0Cst 00003001 INTL 20061109)
[    0.532346] ACPI: Dynamic OEM Table Load:
[    0.532540] ACPI: SSDT           (null) 002AD (v01  APPLE  Cpu0Cst 00003001 INTL 20061109)
[    0.612659] ACPI: SSDT 000000007fecaf18 000C8 (v01  APPLE  Cpu1Ist 00003000 INTL 20061109)
[    0.617710] ACPI: Dynamic OEM Table Load:
[    0.617902] ACPI: SSDT           (null) 000C8 (v01  APPLE  Cpu1Ist 00003000 INTL 20061109)
[    0.619247] ACPI: SSDT 000000007fec9f18 00085 (v01  APPLE  Cpu1Cst 00003000 INTL 20061109)
[    0.624143] ACPI: Dynamic OEM Table Load:
[    0.624337] ACPI: SSDT           (null) 00085 (v01  APPLE  Cpu1Cst 00003000 INTL 20061109)
[    0.683384] ACPI: Interpreter enabled
[    0.683479] ACPI: (supports S0 S4 S5)
[    0.683858] ACPI: Using IOAPIC for interrupt routing
[    0.795143] ACPI: EC: GPE = 0x3f, I/O: command/status = 0x66, data = 0x62
[    0.832304] ACPI: No dock devices found.
[    0.832407] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.834524] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.835463] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.835463] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.835463] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.835463] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000c3fff]
[    0.835463] pci_root PNP0A08:00: host bridge window [mem 0x000c4000-0x000c7fff]
[    0.835463] pci_root PNP0A08:00: host bridge window [mem 0x000c8000-0x000cbfff]
[    0.835463] pci_root PNP0A08:00: host bridge window [mem 0x000cc000-0x000cffff]
[    0.835463] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[    0.835463] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[    0.835463] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[    0.835463] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
[    0.835463] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
[    0.835463] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
[    0.835463] pci_root PNP0A08:00: host bridge window [mem 0x000e8000-0x000ebfff]
[    0.835463] pci_root PNP0A08:00: host bridge window [mem 0x000ec000-0x000effff]
[    0.835463] pci_root PNP0A08:00: host bridge window [mem 0x000f0000-0x000fffff]
[    0.835463] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xfebfffff]
[    0.835463] pci 0000:00:00.0: [10de:0a82] type 0 class 0x000600
[    0.835463] pci 0000:00:00.1: [10de:0a88] type 0 class 0x000500
[    0.835463] pci 0000:00:03.0: [10de:0aae] type 0 class 0x000601
[    0.835463] pci 0000:00:03.0: reg 10: [io  0x2000-0x20ff]
[    0.840175] pci 0000:00:03.1: [10de:0aa4] type 0 class 0x000500
[    0.840498] pci 0000:00:03.2: [10de:0aa2] type 0 class 0x000c05
[    0.840636] pci 0000:00:03.2: reg 10: [io  0x2180-0x21bf]
[    0.840812] pci 0000:00:03.2: reg 20: [io  0x2140-0x217f]
[    0.840931] pci 0000:00:03.2: reg 24: [io  0x2100-0x213f]
[    0.841102] pci 0000:00:03.2: PME# supported from D3hot D3cold
[    0.841212] pci 0000:00:03.2: PME# disabled
[    0.841357] pci 0000:00:03.3: [10de:0a89] type 0 class 0x000500
[    0.841731] pci 0000:00:03.4: [10de:0a98] type 0 class 0x000500
[    0.842041] pci 0000:00:03.5: [10de:0aa3] type 0 class 0x000b40
[    0.842179] pci 0000:00:03.5: reg 10: [mem 0x93300000-0x9337ffff]
[    0.842529] pci 0000:00:04.0: [10de:0aa5] type 0 class 0x000c03
[    0.842666] pci 0000:00:04.0: reg 10: [mem 0x93388000-0x93388fff]
[    0.842921] pci 0000:00:04.0: supports D1 D2
[    0.843020] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.843128] pci 0000:00:04.0: PME# disabled
[    0.844524] pci 0000:00:04.1: [10de:0aa6] type 0 class 0x000c03
[    0.844667] pci 0000:00:04.1: reg 10: [mem 0x93389200-0x933892ff]
[    0.844939] pci 0000:00:04.1: supports D1 D2
[    0.845038] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.845146] pci 0000:00:04.1: PME# disabled
[    0.845322] pci 0000:00:06.0: [10de:0aa7] type 0 class 0x000c03
[    0.845460] pci 0000:00:06.0: reg 10: [mem 0x93387000-0x93387fff]
[    0.845712] pci 0000:00:06.0: supports D1 D2
[    0.845811] pci 0000:00:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.845919] pci 0000:00:06.0: PME# disabled
[    0.846068] pci 0000:00:06.1: [10de:0aa9] type 0 class 0x000c03
[    0.846206] pci 0000:00:06.1: reg 10: [mem 0x93389100-0x933891ff]
[    0.846478] pci 0000:00:06.1: supports D1 D2
[    0.846577] pci 0000:00:06.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.846685] pci 0000:00:06.1: PME# disabled
[    0.846858] pci 0000:00:08.0: [10de:0ac0] type 0 class 0x000403
[    0.846995] pci 0000:00:08.0: reg 10: [mem 0x93380000-0x93383fff]
[    0.847251] pci 0000:00:08.0: PME# supported from D3hot D3cold
[    0.847355] pci 0000:00:08.0: PME# disabled
[    0.847499] pci 0000:00:09.0: [10de:0aab] type 1 class 0x000604
[    0.847781] pci 0000:00:0a.0: [10de:0ab0] type 0 class 0x000200
[    0.847923] pci 0000:00:0a.0: reg 10: [mem 0x93386000-0x93386fff]
[    0.848039] pci 0000:00:0a.0: reg 14: [io  0x21e0-0x21e7]
[    0.848158] pci 0000:00:0a.0: reg 18: [mem 0x93389000-0x933890ff]
[    0.848278] pci 0000:00:0a.0: reg 1c: [mem 0x93389300-0x9338930f]
[    0.848488] pci 0000:00:0a.0: supports D1 D2
[    0.848582] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.848691] pci 0000:00:0a.0: PME# disabled
[    0.848850] pci 0000:00:0b.0: [10de:0ab5] type 0 class 0x000101
[    0.848995] pci 0000:00:0b.0: reg 10: [io  0x21d8-0x21df]
[    0.849114] pci 0000:00:0b.0: reg 14: [io  0x21ec-0x21ef]
[    0.849229] pci 0000:00:0b.0: reg 18: [io  0x21d0-0x21d7]
[    0.849347] pci 0000:00:0b.0: reg 1c: [io  0x21e8-0x21eb]
[    0.849466] pci 0000:00:0b.0: reg 20: [io  0x21c0-0x21cf]
[    0.849584] pci 0000:00:0b.0: reg 24: [mem 0x93384000-0x93385fff]
[    0.849844] pci 0000:00:10.0: [10de:0aa0] type 1 class 0x000604
[    0.850187] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.850296] pci 0000:00:10.0: PME# disabled
[    0.850510] pci 0000:00:15.0: [10de:0ac6] type 1 class 0x000604
[    0.850887] pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.851000] pci 0000:00:15.0: PME# disabled
[    0.851371] pci 0000:00:09.0: PCI bridge to [bus 01-01] (subtractive decode)
[    0.851480] pci 0000:00:09.0:   bridge window [io  0xf000-0x0000] (disabled)
[    0.851589] pci 0000:00:09.0:   bridge window [mem 0x93200000-0x932fffff]
[    0.851694] pci 0000:00:09.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.851844] pci 0000:00:09.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.851993] pci 0000:00:09.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.852143] pci 0000:00:09.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.852288] pci 0000:00:09.0:   bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
[    0.852438] pci 0000:00:09.0:   bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
[    0.852588] pci 0000:00:09.0:   bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
[    0.852738] pci 0000:00:09.0:   bridge window [mem 0x000cc000-0x000cffff] (subtractive decode)
[    0.852884] pci 0000:00:09.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[    0.853034] pci 0000:00:09.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.853184] pci 0000:00:09.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.853334] pci 0000:00:09.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[    0.853479] pci 0000:00:09.0:   bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[    0.853629] pci 0000:00:09.0:   bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
[    0.853779] pci 0000:00:09.0:   bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
[    0.853929] pci 0000:00:09.0:   bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
[    0.854077] pci 0000:00:09.0:   bridge window [mem 0x000f0000-0x000fffff] (subtractive decode)
[    0.854227] pci 0000:00:09.0:   bridge window [mem 0x80000000-0xfebfffff] (subtractive decode)
[    0.854513] pci 0000:02:00.0: [10de:0863] type 0 class 0x000300
[    0.854657] pci 0000:02:00.0: reg 10: [mem 0x92000000-0x92ffffff]
[    0.854791] pci 0000:02:00.0: reg 14: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.854926] pci 0000:02:00.0: reg 1c: [mem 0x90000000-0x91ffffff 64bit pref]
[    0.855051] pci 0000:02:00.0: reg 24: [io  0x1000-0x107f]
[    0.855172] pci 0000:02:00.0: reg 30: [mem 0x93000000-0x9301ffff pref]
[    0.855463] pci 0000:00:10.0: PCI bridge to [bus 02-02]
[    0.855573] pci 0000:00:10.0:   bridge window [io  0x1000-0x1fff]
[    0.855680] pci 0000:00:10.0:   bridge window [mem 0x92000000-0x930fffff]
[    0.855793] pci 0000:00:10.0:   bridge window [mem 0x80000000-0x91ffffff 64bit pref]
[    0.856373] pci 0000:03:00.0: [14e4:432b] type 0 class 0x000280
[    0.856516] pci 0000:03:00.0: reg 10: [mem 0x93100000-0x93103fff 64bit]
[    0.856817] pci 0000:03:00.0: supports D1 D2
[    0.856917] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.857025] pci 0000:03:00.0: PME# disabled
[    0.857153] pci 0000:00:15.0: PCI bridge to [bus 03-03]
[    0.857274] pci 0000:00:15.0:   bridge window [io  0xfffffffffffff000-0x0000] (disabled)
[    0.857432] pci 0000:00:15.0:   bridge window [mem 0x93100000-0x931fffff]
[    0.857555] pci 0000:00:15.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    0.857744] pci_bus 0000:00: on NUMA node 0
[    0.857852] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.860329] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.IXVE._PRT]
[    1.133737] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 10 11 14 15) *0, disabled.
[    1.133737] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 10 11 14 15) *0, disabled.
[    1.140864] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 10 11 14 15) *0, disabled.
[    1.142509] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 10 11 14 15) *0, disabled.
[    1.144149] ACPI: PCI Interrupt Link [Z003] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.145878] ACPI: PCI Interrupt Link [Z004] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.147607] ACPI: PCI Interrupt Link [Z005] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.149335] ACPI: PCI Interrupt Link [Z006] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.151059] ACPI: PCI Interrupt Link [Z007] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.152794] ACPI: PCI Interrupt Link [Z008] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.154517] ACPI: PCI Interrupt Link [Z009] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.156238] ACPI: PCI Interrupt Link [Z00A] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.157960] ACPI: PCI Interrupt Link [Z00B] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.159682] ACPI: PCI Interrupt Link [Z00C] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.161729] ACPI: PCI Interrupt Link [Z00D] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.163445] ACPI: PCI Interrupt Link [Z00E] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.165241] ACPI: PCI Interrupt Link [Z00F] (IRQs 16 17 18 19 20 21 22 23) *10
[    1.167004] ACPI: PCI Interrupt Link [Z00G] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.168758] ACPI: PCI Interrupt Link [Z00H] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.170548] ACPI: PCI Interrupt Link [Z00I] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.172296] ACPI: PCI Interrupt Link [Z00J] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.174044] ACPI: PCI Interrupt Link [Z00K] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.175795] ACPI: PCI Interrupt Link [Z00L] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.177539] ACPI: PCI Interrupt Link [Z00M] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.179282] ACPI: PCI Interrupt Link [Z00N] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.181075] ACPI: PCI Interrupt Link [Z00O] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.182816] ACPI: PCI Interrupt Link [Z00P] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.184553] ACPI: PCI Interrupt Link [Z00Q] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.186286] ACPI: PCI Interrupt Link [Z00R] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.188032] ACPI: PCI Interrupt Link [Z00S] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.189771] ACPI: PCI Interrupt Link [Z00T] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.191520] ACPI: PCI Interrupt Link [Z00U] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.193258] ACPI: PCI Interrupt Link [LSMB] (IRQs 16 17 18 19 20 21 22 23) *15
[    1.194941] ACPI: PCI Interrupt Link [LUS0] (IRQs 16 17 18 19 20 21 22 23) *11
[    1.196625] ACPI: PCI Interrupt Link [LUS2] (IRQs 16 17 18 19 20 21 22 23) *10
[    1.198305] ACPI: PCI Interrupt Link [LMAC] (IRQs 16 17 18 19 20 21 22 23) *14
[    1.200073] ACPI: PCI Interrupt Link [LAZA] (IRQs 16 17 18 19 20 21 22 23) *15
[    1.201771] ACPI: PCI Interrupt Link [LGPU] (IRQs 16 17 18 19 20 21 22 23) *11
[    1.204701] ACPI: PCI Interrupt Link [LPID] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.206450] ACPI: PCI Interrupt Link [LSI0] (IRQs 16 17 18 19 20 21 22 23) *11
[    1.208148] ACPI: PCI Interrupt Link [LSI1] (IRQs 16 17 18 19 20 21 22 23) *0, disabled.
[    1.209889] ACPI: PCI Interrupt Link [Z000] (IRQs 16 17 18 19 20 21 22 23) *7
[    1.211557] ACPI: PCI Interrupt Link [Z001] (IRQs 16 17 18 19 20 21 22 23) *5
[    1.213196] ACPI: PCI Interrupt Link [LPMU] (IRQs 16 17 18 19 20 21 22 23) *14
[    1.214147] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
[    1.214147] vgaarb: loaded
[    1.214147] SCSI subsystem initialized
[    1.214147] libata version 3.00 loaded.
[    1.214147] PCI: Using ACPI for IRQ routing
[    1.214147] PCI: pci_cache_line_size set to 64 bytes
[    1.214147] reserve RAM buffer: 000000000009fc00 - 000000000009ffff 
[    1.214147] reserve RAM buffer: 000000007e86e000 - 000000007fffffff 
[    1.220897] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    1.250160] Switching to clocksource hpet
[    1.259555] Switched to NOHz mode on CPU #0
[    1.259623] Switched to NOHz mode on CPU #1
[    1.293263] pnp: PnP ACPI init
[    1.293510] ACPI: bus type pnp registered
[    1.294358] pnp 00:00: [bus 00-ff]
[    1.294460] pnp 00:00: [io  0x0cf8-0x0cff]
[    1.294560] pnp 00:00: [io  0x0000-0x0cf7 window]
[    1.294661] pnp 00:00: [io  0x0d00-0xffff window]
[    1.294762] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    1.294864] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    1.294961] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    1.295063] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    1.295165] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    1.295267] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    1.295369] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    1.295470] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    1.295567] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    1.295669] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    1.295771] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    1.295873] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    1.295975] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    1.296077] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    1.296174] pnp 00:00: [mem 0x80000000-0xfebfffff window]
[    1.297048] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    1.297368] pnp 00:01: [mem 0x00000000-0xffffffffffffffff disabled]
[    1.297484] pnp 00:01: [mem 0xf0000000-0xf3ffffff]
[    1.298169] system 00:01: [mem 0xf0000000-0xf3ffffff] has been reserved
[    1.298284] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.298482] pnp 00:02: [io  0x0300-0x031f]
[    1.298599] pnp 00:02: [irq 6]
[    1.299102] pnp 00:02: Plug and Play ACPI device, IDs APP0001 (active)
[    1.299571] pnp 00:03: [io  0x0000-0x0008]
[    1.299672] pnp 00:03: [io  0x000a-0x000f]
[    1.299771] pnp 00:03: [io  0x0081-0x0083]
[    1.299868] pnp 00:03: [io  0x0087]
[    1.299966] pnp 00:03: [io  0x0089-0x008b]
[    1.300094] pnp 00:03: [io  0x008f]
[    1.300193] pnp 00:03: [io  0x00c0-0x00d1]
[    1.300293] pnp 00:03: [io  0x00d4-0x00df]
[    1.300390] pnp 00:03: [dma 4]
[    1.300922] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.301614] pnp 00:04: [irq 0 disabled]
[    1.301728] pnp 00:04: [irq 8]
[    1.301827] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[    1.302484] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[    1.302597] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    1.302830] pnp 00:05: [io  0x00f0-0x00f1]
[    1.302943] pnp 00:05: [irq 13]
[    1.303565] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    1.305034] pnp 00:06: [io  0x0400-0x047f]
[    1.305136] pnp 00:06: [io  0x0480-0x04ff]
[    1.305233] pnp 00:06: [io  0x0500-0x057f]
[    1.305332] pnp 00:06: [io  0x0580-0x05ff]
[    1.305431] pnp 00:06: [io  0x0800-0x087f]
[    1.305541] pnp 00:06: [io  0x0880-0x08ff]
[    1.305640] pnp 00:06: [io  0x2140-0x217f]
[    1.305740] pnp 00:06: [io  0x2100-0x213f]
[    1.305839] pnp 00:06: [io  0x0010-0x001f]
[    1.305938] pnp 00:06: [io  0x0022-0x003f]
[    1.306038] pnp 00:06: [io  0x0044-0x005f]
[    1.306137] pnp 00:06: [io  0x0062-0x0063]
[    1.306236] pnp 00:06: [io  0x0065-0x006f]
[    1.306335] pnp 00:06: [io  0x0072-0x0073]
[    1.306435] pnp 00:06: [io  0x0074-0x007f]
[    1.306534] pnp 00:06: [io  0x0091-0x0093]
[    1.306633] pnp 00:06: [io  0x0097-0x009f]
[    1.306732] pnp 00:06: [io  0x00a2-0x00bf]
[    1.306831] pnp 00:06: [io  0x00e0-0x00ef]
[    1.306931] pnp 00:06: [io  0x04d0-0x04d1]
[    1.307030] pnp 00:06: [io  0x0080]
[    1.307129] pnp 00:06: [io  0x0295-0x0296]
[    1.307829] system 00:06: [io  0x0400-0x047f] has been reserved
[    1.307937] system 00:06: [io  0x0480-0x04ff] has been reserved
[    1.308042] system 00:06: [io  0x0500-0x057f] has been reserved
[    1.308148] system 00:06: [io  0x0580-0x05ff] has been reserved
[    1.308253] system 00:06: [io  0x0800-0x087f] has been reserved
[    1.308359] system 00:06: [io  0x0880-0x08ff] has been reserved
[    1.308464] system 00:06: [io  0x2140-0x217f] has been reserved
[    1.308567] system 00:06: [io  0x2100-0x213f] has been reserved
[    1.308674] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    1.308779] system 00:06: [io  0x0295-0x0296] has been reserved
[    1.308889] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.309096] pnp 00:07: [io  0x0070-0x0077]
[    1.309631] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.323391] pnp: PnP ACPI: found 8 devices
[    1.323493] ACPI: ACPI bus type pnp unregistered
[    1.361031] pci 0000:00:09.0: PCI bridge to [bus 01-01]
[    1.361138] pci 0000:00:09.0:   bridge window [io  disabled]
[    1.361248] pci 0000:00:09.0:   bridge window [mem 0x93200000-0x932fffff]
[    1.361355] pci 0000:00:09.0:   bridge window [mem pref disabled]
[    1.361467] pci 0000:00:10.0: PCI bridge to [bus 02-02]
[    1.361570] pci 0000:00:10.0:   bridge window [io  0x1000-0x1fff]
[    1.361679] pci 0000:00:10.0:   bridge window [mem 0x92000000-0x930fffff]
[    1.361786] pci 0000:00:10.0:   bridge window [mem 0x80000000-0x91ffffff 64bit pref]
[    1.361939] pci 0000:00:15.0: PCI bridge to [bus 03-03]
[    1.362039] pci 0000:00:15.0:   bridge window [io  disabled]
[    1.362154] pci 0000:00:15.0:   bridge window [mem 0x93100000-0x931fffff]
[    1.362265] pci 0000:00:15.0:   bridge window [mem pref disabled]
[    1.362390] pci 0000:00:09.0: enabling device (0000 -> 0002)
[    1.362500] pci 0000:00:09.0: setting latency timer to 64
[    1.362621] pci 0000:00:10.0: setting latency timer to 64
[    1.364540] ACPI: PCI Interrupt Link [Z00F] enabled at IRQ 23
[    1.364664] pci 0000:00:15.0: PCI INT A -> Link[Z00F] -> GSI 23 (level, low) -> IRQ 23
[    1.364824] pci 0000:00:15.0: setting latency timer to 64
[    1.364928] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.365030] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.365131] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.365233] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[    1.365336] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[    1.365438] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[    1.365535] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
[    1.365637] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
[    1.365740] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
[    1.365842] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
[    1.365944] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
[    1.366046] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
[    1.366145] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
[    1.366247] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
[    1.366349] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
[    1.366451] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
[    1.366554] pci_bus 0000:00: resource 20 [mem 0x80000000-0xfebfffff]
[    1.366656] pci_bus 0000:01: resource 1 [mem 0x93200000-0x932fffff]
[    1.366756] pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7]
[    1.366856] pci_bus 0000:01: resource 5 [io  0x0d00-0xffff]
[    1.366957] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
[    1.367059] pci_bus 0000:01: resource 7 [mem 0x000c0000-0x000c3fff]
[    1.367162] pci_bus 0000:01: resource 8 [mem 0x000c4000-0x000c7fff]
[    1.367264] pci_bus 0000:01: resource 9 [mem 0x000c8000-0x000cbfff]
[    1.367361] pci_bus 0000:01: resource 10 [mem 0x000cc000-0x000cffff]
[    1.367463] pci_bus 0000:01: resource 11 [mem 0x000d0000-0x000d3fff]
[    1.367565] pci_bus 0000:01: resource 12 [mem 0x000d4000-0x000d7fff]
[    1.367667] pci_bus 0000:01: resource 13 [mem 0x000d8000-0x000dbfff]
[    1.367770] pci_bus 0000:01: resource 14 [mem 0x000dc000-0x000dffff]
[    1.367872] pci_bus 0000:01: resource 15 [mem 0x000e0000-0x000e3fff]
[    1.367969] pci_bus 0000:01: resource 16 [mem 0x000e4000-0x000e7fff]
[    1.368071] pci_bus 0000:01: resource 17 [mem 0x000e8000-0x000ebfff]
[    1.368173] pci_bus 0000:01: resource 18 [mem 0x000ec000-0x000effff]
[    1.368275] pci_bus 0000:01: resource 19 [mem 0x000f0000-0x000fffff]
[    1.368377] pci_bus 0000:01: resource 20 [mem 0x80000000-0xfebfffff]
[    1.368480] pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
[    1.368576] pci_bus 0000:02: resource 1 [mem 0x92000000-0x930fffff]
[    1.368678] pci_bus 0000:02: resource 2 [mem 0x80000000-0x91ffffff 64bit pref]
[    1.368826] pci_bus 0000:03: resource 1 [mem 0x93100000-0x931fffff]
[    1.369158] NET: Registered protocol family 2
[    1.369809] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[    1.372089] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    1.374601] TCP bind hash table entries: 32768 (order: 9, 2621440 bytes)
[    1.379074] TCP: Hash tables configured (established 262144 bind 32768)
[    1.379260] TCP reno registered
[    1.379391] UDP hash table entries: 1024 (order: 5, 196608 bytes)
[    1.379801] UDP-Lite hash table entries: 1024 (order: 5, 196608 bytes)
[    1.400468] pci 0000:02:00.0: Boot video device
[    1.401989] PCI: CLS 256 bytes, default 64
[    1.402820] Unpacking initramfs...
[    1.695493] debug: unmapping init memory ffff880036ff0000..ffff8800377f0000
[    1.703137] audit: initializing netlink socket (disabled)
[    1.703326] type=2000 audit(1298549134.700:1): initialized
[    1.765785] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[    1.773153] msgmni has been set to 3399
[    1.775383] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    1.775564] io scheduler noop registered
[    1.775664] io scheduler deadline registered
[    1.776488] io scheduler cfq registered (default)
[    1.786618] ACPI: AC Adapter [ADP1] (on-line)
[    1.788176] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    1.850115] ACPI: Lid Switch [LID0]
[    1.850777] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    1.851016] ACPI: Power Button [PWRB]
[    1.851663] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[    1.851823] ACPI: Sleep Button [SLPB]
[    1.852563] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.852718] ACPI: Power Button [PWRF]
[    1.853469] ACPI: acpi_idle registered with cpuidle
[    1.854762] Monitor-Mwait will be used to enter C-1 state
[    1.854990] Monitor-Mwait will be used to enter C-2 state
[    1.855199] Monitor-Mwait will be used to enter C-3 state
[    1.855316] Marking TSC unstable due to TSC halts in idle
[    1.891045] Real Time Clock Driver v1.12b
[    1.892193] Non-volatile memory driver v1.3
[    1.893133] Linux agpgart interface v0.103
[    1.894981] ahci 0000:00:0b.0: version 3.0
[    1.897493] ACPI: PCI Interrupt Link [LSI0] enabled at IRQ 22
[    1.897705] ahci 0000:00:0b.0: PCI INT A -> Link[LSI0] -> GSI 22 (level, low) -> IRQ 22
[    1.898003] ahci 0000:00:0b.0: irq 40 for MSI/MSI-X
[    1.898118] ahci 0000:00:0b.0: controller can't do PMP, turning off CAP_PMP
[    1.898414] ahci 0000:00:0b.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3 impl IDE mode
[    1.898565] ahci 0000:00:0b.0: flags: 64bit ncq sntf pm led pio slum part boh 
[    1.898718] ahci 0000:00:0b.0: setting latency timer to 64
[    1.913586] scsi0 : ahci
[    1.916978] scsi1 : ahci
[    1.918034] scsi2 : ahci
[    1.919191] scsi3 : ahci
[    1.920735] scsi4 : ahci
[    1.922935] scsi5 : ahci
[    1.926536] ata1: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 40
[    1.926687] ata2: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 40
[    1.926836] ata3: DUMMY
[    1.926931] ata4: DUMMY
[    1.927027] ata5: DUMMY
[    1.927120] ata6: DUMMY
[    1.928510] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    1.930534] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 21
[    1.930662] forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 21 (level, low) -> IRQ 21
[    1.930879] forcedeth 0000:00:0a.0: setting latency timer to 64
[    2.013942] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:23:df:7d:c0:88
[    2.014095] forcedeth 0000:00:0a.0: highdma csum pwrctl gbit lnktim msi desc-v3
[    2.015507] console [netcon0] enabled
[    2.015603] netconsole: network logging started
[    2.016612] mousedev: PS/2 mouse device common for all mice
[    2.016714] i2c /dev entries driver
[    2.022095] device-mapper: uevent: version 1.0.3
[    2.023513] device-mapper: ioctl: 4.19.1-ioctl (2011-01-07) initialised: dm-devel@redhat.com
[    2.026112] cpuidle: using governor ladder
[    2.031047] cpuidle: using governor menu
[    2.035477] TCP cubic registered
[    2.038611] NET: Registered protocol family 10
[    2.046975] IPv6 over IPv4 tunneling driver
[    2.052036] Registering the dns_resolver key type
[    2.053939] PM: Hibernation image not present or could not be loaded.
[    2.054127] registered taskstats version 1
[    2.064115] ACPI: Battery Slot [BAT0] (battery present)
[    2.670166] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.670365] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.670923] ata1.00: ATA-7: INTEL SSDSA2M080G2GN, 2CV102HA, max UDMA/133
[    2.671033] ata1.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.671459] ata2.00: ATAPI: OPTIARC  DVD RW AD-5960S, 1APG, max UDMA/100
[    2.671612] ata1.00: configured for UDMA/133
[    2.673258] ata2.00: configured for UDMA/100
[    2.673393] scsi 0:0:0:0: Direct-Access     ATA      INTEL SSDSA2M080 2CV1 PQ: 0 ANSI: 5
[    2.678874] scsi 1:0:0:0: CD-ROM            OPTIARC  DVD RW AD-5960S  1APG PQ: 0 ANSI: 5
[    2.681077] debug: unmapping init memory ffffffff8188b000..ffffffff81aaf000
[    2.681371] Write protecting the kernel read-only data: 8192k
[    2.681757] debug: unmapping init memory ffff8800014ab000..ffff880001600000
[    2.681999] debug: unmapping init memory ffff8800017ea000..ffff880001800000
[    2.779383] NET: Registered protocol family 1
[    2.785420] udev[758]: starting version 166
[    3.283302] sd 0:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    3.283988] sd 0:0:0:0: [sda] Write Protect is off
[    3.284091] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.284346] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.289552]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[    3.293042] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.317791] usbcore: registered new interface driver usbfs
[    3.318650] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda caddy
[    3.318758] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.324720] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    3.334202] usbcore: registered new interface driver hub
[    3.345258] usbcore: registered new device driver usb
[    3.356088] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.358165] ACPI: PCI Interrupt Link [LUS2] enabled at IRQ 20
[    3.358293] ehci_hcd 0000:00:04.1: PCI INT B -> Link[LUS2] -> GSI 20 (level, low) -> IRQ 20
[    3.358491] ehci_hcd 0000:00:04.1: setting latency timer to 64
[    3.358596] ehci_hcd 0000:00:04.1: EHCI Host Controller
[    3.359819] ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 1
[    3.386671] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.387135] ehci_hcd 0000:00:04.1: debug port 1
[    3.387250] ehci_hcd 0000:00:04.1: cache line size of 256 is not supported
[    3.397366] ehci_hcd 0000:00:04.1: irq 20, io mem 0x93389200
[    3.410218] ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
[    3.410911] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.411016] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.411166] usb usb1: Product: EHCI Host Controller
[    3.411267] usb usb1: Manufacturer: Linux 2.6.38-rc6-wl-65414-ge1b6053-dirty ehci_hcd
[    3.411482] usb usb1: SerialNumber: 0000:00:04.1
[    3.416835] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    3.417684] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.435635] hub 1-0:1.0: USB hub found
[    3.435864] hub 1-0:1.0: 7 ports detected
[    3.441980] ACPI: PCI Interrupt Link [LUS0] enabled at IRQ 19
[    3.442110] ohci_hcd 0000:00:04.0: PCI INT A -> Link[LUS0] -> GSI 19 (level, low) -> IRQ 19
[    3.442309] ohci_hcd 0000:00:04.0: setting latency timer to 64
[    3.442415] ohci_hcd 0000:00:04.0: OHCI Host Controller
[    3.442600] ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 2
[    3.470510] ohci_hcd 0000:00:04.0: irq 19, io mem 0x93388000
[    3.532892] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    3.533002] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.533150] usb usb2: Product: OHCI Host Controller
[    3.533245] usb usb2: Manufacturer: Linux 2.6.38-rc6-wl-65414-ge1b6053-dirty ohci_hcd
[    3.533393] usb usb2: SerialNumber: 0000:00:04.0
[    3.534475] hub 2-0:1.0: USB hub found
[    3.534619] hub 2-0:1.0: 7 ports detected
[    3.537500] ACPI: PCI Interrupt Link [Z000] enabled at IRQ 18
[    3.537626] ohci_hcd 0000:00:06.0: PCI INT A -> Link[Z000] -> GSI 18 (level, low) -> IRQ 18
[    3.537829] ohci_hcd 0000:00:06.0: setting latency timer to 64
[    3.537934] ohci_hcd 0000:00:06.0: OHCI Host Controller
[    3.538121] ohci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 3
[    3.560289] ohci_hcd 0000:00:06.0: irq 18, io mem 0x93387000
[    3.622418] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    3.622528] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.622675] usb usb3: Product: OHCI Host Controller
[    3.622774] usb usb3: Manufacturer: Linux 2.6.38-rc6-wl-65414-ge1b6053-dirty ohci_hcd
[    3.622919] usb usb3: SerialNumber: 0000:00:06.0
[    3.623965] hub 3-0:1.0: USB hub found
[    3.624108] hub 3-0:1.0: 5 ports detected
[    3.627125] ACPI: PCI Interrupt Link [Z001] enabled at IRQ 17
[    3.627254] ehci_hcd 0000:00:06.1: PCI INT B -> Link[Z001] -> GSI 17 (level, low) -> IRQ 17
[    3.627460] ehci_hcd 0000:00:06.1: setting latency timer to 64
[    3.627566] ehci_hcd 0000:00:06.1: EHCI Host Controller
[    3.628978] ehci_hcd 0000:00:06.1: new USB bus registered, assigned bus number 4
[    3.660367] ehci_hcd 0000:00:06.1: debug port 1
[    3.660486] ehci_hcd 0000:00:06.1: cache line size of 256 is not supported
[    3.660693] ehci_hcd 0000:00:06.1: irq 17, io mem 0x93389100
[    3.760263] usb 1-4: new high speed USB device using ehci_hcd and address 2
[    3.780227] ehci_hcd 0000:00:06.1: USB 2.0 started, EHCI 1.00
[    3.780512] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    3.780619] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.780766] usb usb4: Product: EHCI Host Controller
[    3.780863] usb usb4: Manufacturer: Linux 2.6.38-rc6-wl-65414-ge1b6053-dirty ehci_hcd
[    3.781010] usb usb4: SerialNumber: 0000:00:06.1
[    3.782226] hub 4-0:1.0: USB hub found
[    3.782370] hub 4-0:1.0: 5 ports detected
[    3.958897] usb 1-4: New USB device found, idVendor=05ac, idProduct=8507
[    3.959008] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.959112] usb 1-4: Product: Built-in iSight
[    3.959210] usb 1-4: Manufacturer: Apple Inc.
[    3.959309] usb 1-4: SerialNumber: 8J8B41B6T40U3A00
[    4.061901] PM: Starting manual resume from disk
[    4.062021] PM: Hibernation image partition 8:4 present
[    4.062121] PM: Looking for hibernation image.
[    4.062764] PM: Image not found (code -22)
[    4.062863] PM: Hibernation image not present or could not be loaded.
[    4.075200] EXT3-fs: barriers not enabled
[    4.075926] kjournald starting.  Commit interval 5 seconds
[    4.076359] EXT3-fs (sda3): mounted filesystem with ordered data mode
[    4.500224] usb 2-5: new low speed USB device using ohci_hcd and address 2
[    4.599567] udev[994]: starting version 166
[    4.729231] usb 2-5: New USB device found, idVendor=05ac, idProduct=8242
[    4.729387] usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.729488] usb 2-5: Product: IR Receiver
[    4.729586] usb 2-5: Manufacturer: Apple Computer, Inc.
[    5.070548] usb 2-6: new full speed USB device using ohci_hcd and address 3
[    5.187430] b43-pci-bridge 0000:03:00.0: power state changed by ACPI to D0
[    5.187557] b43-pci-bridge 0000:03:00.0: power state changed by ACPI to D0
[    5.187682] b43-pci-bridge 0000:03:00.0: PCI INT A -> Link[Z00F] -> GSI 23 (level, low) -> IRQ 23
[    5.187847] b43-pci-bridge 0000:03:00.0: setting latency timer to 64
[    5.200512] mbp_nvidia_bl: MacBook 5,1 detected
[    5.230605] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x17, vendor 0x4243)
[    5.230725] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x10, vendor 0x4243)
[    5.230878] ssb: Core 2 found: PCI-E (cc 0x820, rev 0x0B, vendor 0x4243)
[    5.230989] ssb: Core 3 found: PCI (cc 0x804, rev 0x0E, vendor 0x4243)
[    5.231101] ssb: Core 4 found: USB 2.0 Device (cc 0x81A, rev 0x05, vendor 0x4243)
[    5.231258] ssb: Core 5 found: UNKNOWN (cc 0x8FF, rev 0x00, vendor 0x4243)
[    5.231369] ssb: Core 6 found: Internal Memory (cc 0x80E, rev 0x03, vendor 0x4243)
[    5.272808] ssb: chipcommon status is 0x68040
[    5.272917] ssb: Found rev 2 PMU (capabilities 0x04583002)
[    5.273022] ssb: SPROM offset is 0x1000
[    5.311929] usb 2-6: New USB device found, idVendor=05ac, idProduct=0237
[    5.312083] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.312188] usb 2-6: Product: Apple Internal Keyboard / Trackpad
[    5.312289] usb 2-6: Manufacturer: Apple, Inc.
[    5.321878] ssb: SPROM revision 8 detected.
[    5.365077] ssb: Sonics Silicon Backplane found on PCI device 0000:03:00.0
[    5.643720] Linux video capture interface: v2.00
[    5.661151] usbcore: registered new interface driver usbhid
[    5.661261] usbhid: USB HID core driver
[    5.752277] cfg80211: Calling CRDA to update world regulatory domain
[    5.760715] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8507)
[    5.791570] input: Built-in iSight as /devices/pci0000:00/0000:00:04.1/usb1/1-4/1-4:1.0/input/input4
[    5.792498] usbcore: registered new interface driver uvcvideo
[    5.793088] USB Video Class driver (v1.0.0)
[    5.946969] apple 0003:05AC:8242.0001: hiddev0,hidraw0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:04.0-5/input0
[    5.970090] usb 4-2: new high speed USB device using ehci_hcd and address 3
[    6.010618] input: Apple, Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:04.0/usb2/2-6/2-6:1.0/input/input5
[    6.016084] apple 0003:05AC:0237.0002: input,hidraw1: USB HID v1.11 Keyboard [Apple, Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:04.0-6/input0
[    6.025167] apple 0003:05AC:0237.0003: hidraw2: USB HID v1.11 Device [Apple, Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:04.0-6/input1
[    6.068840] input: bcm5974 as /devices/pci0000:00/0000:00:04.0/usb2/2-6/2-6:1.2/input/input6
[    6.075049] usbcore: registered new interface driver bcm5974
[    6.087676] ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 16
[    6.087807] HDA Intel 0000:00:08.0: PCI INT A -> Link[LAZA] -> GSI 16 (level, low) -> IRQ 16
[    6.087960] hda_intel: Disable MSI for Nvidia chipset
[    6.088282] HDA Intel 0000:00:08.0: setting latency timer to 64
[    6.124461] usb 4-2: New USB device found, idVendor=05e3, idProduct=0608
[    6.124572] usb 4-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    6.124676] usb 4-2: Product: USB2.0 Hub
[    6.129454] hub 4-2:1.0: USB hub found
[    6.129949] hub 4-2:1.0: 4 ports detected
[    6.144545] applesmc: : read arg fail
[    6.197766] b43-phy0: Broadcom 4322 WLAN found (core revision 16)
[    6.248043] applesmc: key=271 fan=1 temp=14 acc=1 lux=2 kbd=1
[    6.248145] applesmc: init_smcreg() took 50 ms
[    6.290291] b43-phy0 debug: Found PHY: Analog 8, Type 4, Revision 4
[    6.290416] b43-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2056, Revision 3
[    6.291397] input: applesmc as /devices/platform/applesmc.768/input/input7
[    6.295031] Registered led device: smc::kbd_backlight
[    6.351630] cfg80211: Updating information on frequency 2412 MHz for a 20 MHz width channel with regulatory rule:
[    6.351789] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (600 mBi, 2000 mBm)
[    6.351892] cfg80211: Updating information on frequency 2417 MHz for a 20 MHz width channel with regulatory rule:
[    6.352043] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (600 mBi, 2000 mBm)
[    6.352146] cfg80211: Updating information on frequency 2422 MHz for a 20 MHz width channel with regulatory rule:
[    6.352294] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (600 mBi, 2000 mBm)
[    6.352396] cfg80211: Updating information on frequency 2427 MHz for a 20 MHz width channel with regulatory rule:
[    6.352548] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (600 mBi, 2000 mBm)
[    6.352650] cfg80211: Updating information on frequency 2432 MHz for a 20 MHz width channel with regulatory rule:
[    6.352797] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (600 mBi, 2000 mBm)
[    6.352900] cfg80211: Updating information on frequency 2437 MHz for a 20 MHz width channel with regulatory rule:
[    6.353051] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (600 mBi, 2000 mBm)
[    6.353154] cfg80211: Updating information on frequency 2442 MHz for a 20 MHz width channel with regulatory rule:
[    6.353304] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (600 mBi, 2000 mBm)
[    6.353402] cfg80211: Updating information on frequency 2447 MHz for a 20 MHz width channel with regulatory rule:
[    6.353553] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (600 mBi, 2000 mBm)
[    6.353655] cfg80211: Updating information on frequency 2452 MHz for a 20 MHz width channel with regulatory rule:
[    6.353806] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (600 mBi, 2000 mBm)
[    6.353909] cfg80211: Updating information on frequency 2457 MHz for a 20 MHz width channel with regulatory rule:
[    6.354055] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (600 mBi, 2000 mBm)
[    6.354158] cfg80211: Updating information on frequency 2462 MHz for a 20 MHz width channel with regulatory rule:
[    6.354309] cfg80211: 2402000 KHz - 2472000 KHz @  KHz), (600 mBi, 2000 mBm)
[    6.354411] cfg80211: Updating information on frequency 2467 MHz for a 20 MHz width channel with regulatory rule:
[    6.354562] cfg80211: 2457000 KHz - 2482000 KHz @  KHz), (600 mBi, 2000 mBm)
[    6.354662] cfg80211: Updating information on frequency 2472 MHz for a 20 MHz width channel with regulatory rule:
[    6.354813] cfg80211: 2457000 KHz - 2482000 KHz @  KHz), (600 mBi, 2000 mBm)
[    6.354916] cfg80211: Updating information on frequency 2484 MHz for a 20 MHz width channel with regulatory rule:
[    6.355067] cfg80211: 2474000 KHz - 2494000 KHz @  KHz), (600 mBi, 2000 mBm)
[    6.377733] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    6.384083] Registered led device: b43-phy0::tx
[    6.384385] Registered led device: b43-phy0::rx
[    6.384683] Registered led device: b43-phy0::radio
[    6.384887] Broadcom 43xx driver loaded [ Features: PNL, Firmware-ID: FW13 ]
[    6.470665] usb 3-1: new full speed USB device using ohci_hcd and address 2
[    6.706321] usb 3-1: New USB device found, idVendor=0a5c, idProduct=4500
[    6.706432] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.706536] usb 3-1: Product: BRCM2046 Hub
[    6.706630] usb 3-1: Manufacturer: Apple Inc.
[    6.709590] hub 3-1:1.0: USB hub found
[    6.712284] hub 3-1:1.0: 3 ports detected
[    6.801117] usb 4-2.1: new high speed USB device using ehci_hcd and address 4
[    6.911592] usb 4-2.1: New USB device found, idVendor=0424, idProduct=2514
[    6.911702] usb 4-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.915768] hub 4-2.1:1.0: USB hub found
[    6.916138] hub 4-2.1:1.0: 4 ports detected
[    7.001216] usb 4-2.2: new low speed USB device using ehci_hcd and address 5
[    7.116465] usb 4-2.2: New USB device found, idVendor=05ac, idProduct=0304
[    7.116576] usb 4-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.116723] usb 4-2.2: Product: Apple Optical USB Mouse
[    7.116823] usb 4-2.2: Manufacturer: Mitsumi Electric
[    7.121981] input: Mitsumi Electric Apple Optical USB Mouse as /devices/pci0000:00/0000:00:06.1/usb4/4-2/4-2.2/4-2.2:1.0/input/input8
[    7.123279] apple 0003:05AC:0304.0004: input,hidraw3: USB HID v1.10 Mouse [Mitsumi Electric Apple Optical USB Mouse] on usb-0000:00:06.1-2.2/input0
[    7.201218] usb 4-2.3: new full speed USB device using ehci_hcd and address 6
[    7.317221] usb 4-2.3: New USB device found, idVendor=046d, idProduct=c318
[    7.317331] usb 4-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.317476] usb 4-2.3: Product: Logitech Illuminated Keyboard
[    7.317577] usb 4-2.3: Manufacturer: Logitech
[    7.350587] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:06.1/usb4/4-2/4-2.3/4-2.3:1.0/input/input9
[    7.351625] generic-usb 0003:046D:C318.0005: input,hidraw4: USB HID v1.11 Keyboard [Logitech Logitech Illuminated Keyboard] on usb-0000:00:06.1-2.3/input0
[    7.355513] input: Logitech Logitech Illuminated Keyboard as /devices/pci0000:00/0000:00:06.1/usb4/4-2/4-2.3/4-2.3:1.1/input/input10
[    7.356674] generic-usb 0003:046D:C318.0006: input,hiddev0,hidraw5: USB HID v1.11 Device [Logitech Logitech Illuminated Keyboard] on usb-0000:00:06.1-2.3/input1
[    7.443230] usb 3-1.1: new full speed USB device using ohci_hcd and address 3
[    7.579322] usb 3-1.1: New USB device found, idVendor=05ac, idProduct=8213
[    7.579433] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.579582] usb 3-1.1: Product: Bluetooth USB Host Controller
[    7.579683] usb 3-1.1: Manufacturer: Apple Inc.
[    7.579777] usb 3-1.1: SerialNumber: 00236CABC2EA
[    7.655112] hda_codec: ALC889A: SKU not ready 0x400000f0
[    7.679814] Bluetooth: Core ver 2.16
[    7.680087] NET: Registered protocol family 31
[    7.680188] Bluetooth: HCI device and connection manager initialized
[    7.680400] Bluetooth: HCI socket layer initialized
[    7.680500] Bluetooth: L2CAP socket layer initialized
[    7.681044] Bluetooth: L2CAP socket layer initialized
[    7.681167] Bluetooth: SCO socket layer initialized
[    7.688316] Bluetooth: Generic Bluetooth USB driver ver 0.6
[    7.691629] usbcore: registered new interface driver btusb
[    8.825701] Adding 1534200k swap on /dev/sda4.  Priority:-1 extents:1 across:1534200k SS
[    8.934749] EXT3-fs (sda3): using internal journal
[    9.201595] loop: module loaded
[   11.663045] RPC: Registered udp transport module.
[   11.663195] RPC: Registered tcp transport module.
[   11.663296] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   12.608696] fuse init (API version 7.16)
[   13.973450] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   13.973558] Bluetooth: BNEP filters: protocol multicast
[   14.020080] Bluetooth: RFCOMM TTY layer initialized
[   14.020213] Bluetooth: RFCOMM socket layer initialized
[   14.020316] Bluetooth: RFCOMM ver 1.11
[   14.532401] [drm] Initialized drm 1.1.0 20060810
[   14.696224] ACPI: PCI Interrupt Link [LGPU] enabled at IRQ 23
[   14.696237] nouveau 0000:02:00.0: PCI INT A -> Link[LGPU] -> GSI 23 (level, low) -> IRQ 23
[   14.696250] nouveau 0000:02:00.0: setting latency timer to 64
[   14.748825] [drm] nouveau 0000:02:00.0: Detected an NV50 generation card (0x0ac180b1)
[   14.838133] [drm] nouveau 0000:02:00.0: Attempting to load BIOS image from PRAMIN
[   15.100660] [drm] nouveau 0000:02:00.0: ... appears to be valid
[   15.100669] [drm] nouveau 0000:02:00.0: BIT BIOS found
[   15.100673] [drm] nouveau 0000:02:00.0: Bios version 62.79.40.00
[   15.100679] [drm] nouveau 0000:02:00.0: TMDS table version 2.0
[   15.100683] [drm] nouveau 0000:02:00.0: Found Display Configuration Block version 4.0
[   15.100687] [drm] nouveau 0000:02:00.0: Raw DCB entry 0: 01000123 00010014
[   15.100692] [drm] nouveau 0000:02:00.0: Raw DCB entry 1: 02021232 00000010
[   15.100696] [drm] nouveau 0000:02:00.0: Raw DCB entry 2: 02021286 0f220010
[   15.100699] [drm] nouveau 0000:02:00.0: Raw DCB entry 3: 0000000e 00000000
[   15.100704] [drm] nouveau 0000:02:00.0: DCB connector table: VHER 0x40 5 16 4
[   15.100709] [drm] nouveau 0000:02:00.0:   0: 0x00000040: type 0x40 idx 0 tag 0xff
[   15.100713] [drm] nouveau 0000:02:00.0:   1: 0x0000a146: type 0x46 idx 1 tag 0x08
[   15.100719] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 0 at offset 0xD814
[   15.220746] [drm] nouveau 0000:02:00.0: Register 0x00004028 not found in PLL limits table
[   15.240173] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 1 at offset 0xDAC8
[   15.240181] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 2 at offset 0xDACA
[   15.240191] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 3 at offset 0xDBAF
[   15.240203] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table 4 at offset 0xDC74
[   15.240207] [drm] nouveau 0000:02:00.0: Parsing VBIOS init table at offset 0xDCD9
[   15.270060] [drm] nouveau 0000:02:00.0: 0xDCD9: Condition still not met after 20ms, skipping following opcodes
[   15.323537] [drm] nouveau 0000:02:00.0: 4 available performance level(s)
[   15.323546] [drm] nouveau 0000:02:00.0: 0: memory 0MHz core 100MHz shader 200MHz voltage 900mV fanspeed 100%
[   15.323552] [drm] nouveau 0000:02:00.0: 1: memory 0MHz core 150MHz shader 300MHz voltage 900mV fanspeed 100%
[   15.323558] [drm] nouveau 0000:02:00.0: 2: memory 0MHz core 350MHz shader 800MHz voltage 900mV fanspeed 100%
[   15.323564] [drm] nouveau 0000:02:00.0: 3: memory 0MHz core 450MHz shader 1100MHz voltage 1010mV fanspeed 100%
[   15.323571] [drm] nouveau 0000:02:00.0: Register 0x00004028 not found in PLL limits table
[   15.323576] [drm] nouveau 0000:02:00.0: Register 0x00004008 not found in PLL limits table
[   15.323583] [drm] nouveau 0000:02:00.0: Register 0x00004030 not found in PLL limits table
[   15.323588] [drm] nouveau 0000:02:00.0: c: memory 0MHz shader 800MHz
[   15.344220] [TTM] Zone  kernel: Available graphics memory: 870368 kiB.
[   15.344227] [TTM] Initializing pool allocator.
[   15.344577] [drm] nouveau 0000:02:00.0: Detected 256MiB VRAM
[   15.344581] [drm] nouveau 0000:02:00.0: Stolen system memory at: 0x0040000000
[   15.379662] forcedeth 0000:00:0a.0: irq 41 for MSI/MSI-X
[   15.418308] [drm] nouveau 0000:02:00.0: 512 MiB GART (aperture)
[   15.497628] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   15.497636] [drm] No driver support for vblank timestamp query.
[   15.670212] NET: Registered protocol family 17
[   15.964718] [drm] nouveau 0000:02:00.0: allocated 1920x1080 fb: 0x60000000, bo ffff88007be0de30
[   15.975974] Console: switching to colour frame buffer device 160x50
[   15.976108] fb0: nouveaufb frame buffer device
[   15.976112] drm: registered panic notifier
[   15.976185] [drm] Initialized nouveau 0.0.16 20090420 for 0000:02:00.0 on minor 0
[   16.185312] Ebtables v2.0 registered
[   16.330621] ip_tables: (C) 2000-2006 Netfilter Core Team
[   26.330018] eth0: no IPv6 routers present
[   34.028186] EXT3-fs: barriers not enabled
[   34.028639] kjournald starting.  Commit interval 5 seconds
[   34.028708] EXT3-fs (dm-0): warning: maximal mount count reached, running e2fsck is recommended
[   34.029226] EXT3-fs (dm-0): using internal journal
[   34.029246] EXT3-fs (dm-0): mounted filesystem with ordered data mode
[   40.045993] Bluetooth: HIDP (Human Interface Emulation) ver 1.2

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

* Re: [Bug 29772] New: memory compaction crashed
  2011-02-24 11:25         ` Johannes Berg
@ 2011-02-24 15:06           ` Mel Gorman
  2011-02-24 15:14             ` Johannes Berg
  0 siblings, 1 reply; 8+ messages in thread
From: Mel Gorman @ 2011-02-24 15:06 UTC (permalink / raw)
  To: Johannes Berg; +Cc: Andrew Morton, linux-mm, bugzilla-daemon

On Thu, Feb 24, 2011 at 12:25:50PM +0100, Johannes Berg wrote:
> On Thu, 2011-02-24 at 10:37 +0000, Mel Gorman wrote:
> 
> > > Yes. I was using evince to pan around in a fairly large PDF that really
> > > is a large single-page bitmap, but that's about it. I also have a fairly
> > > large (bit more than full HD) external monitor, both of these probably
> > > take some amount of memory. The system had been up for a while few hours
> > > at most, with similar workloads, sometimes a kernel compile (but none
> > > was running at the time).
> 
> > Is this reproducible or did it just happen the once?
> 
> It happened only once so far. And it wasn't the first time I was doing
> this (panning large files) either.
> 
> > > > Can you tell me what line the instruction ffffffff8100f1c2 corresponds to? If
> > > > you have CONFIG_DEBUG_INFO set, it should be a case of telling me what the
> > > > output of "addr2line -e vmlinux 0xffffffff8100f1c2" is. On a similar note,
> > > > do you know what sort of crash this was? i.e. was it a NULL deference or
> > > > did a VM_BUG_ON or BUG_ON hit such as VM_BUG_ON(PageTransCompound(page))?
> > > > Was CONFIG_DEBUG_VM set? Actually, it would be preferable to have the
> > > > whole .config attached to the bugzilla if possible please.
> > > 
> > > Attached the config. addr2line failed so I probably don't have enough
> > > debug info,
> > 
> > Indeed not, can you enable CONFIG_DEBUG_INFO for future reference
> > please? It'll be easier to figure out where things crashed exactly.
> > Also, what compiler are you using?
> 
> $ gcc --version
> gcc-4.5.real (Debian 4.5.2-2) 4.5.2
> 
> I thought I had DEBUG_INFO, but I just checked in my .config and I it
> seems not. My mistake. Is DEBUG_INFO_REDUCED=y acceptable? From
> experience, not setting that takes an order of magnitude longer to
> compile on my laptop.

It's not something I use myself but if you run objdump on vmlinux, see
if there is symbolic names against things like "call" and see if
addr2line works. If yes, then it's enough information.

> > > ffffffff8110f197:       48 81 c3 ff 07 00 00    add    $0x7ff,%rbx
> > > ffffffff8110f19e:       4c 89 45 a0             mov    %r8,-0x60(%rbp)
> > > ffffffff8110f1a2:       48 81 e3 00 fc ff ff    and    $0xfffffffffffffc00,%rbx
> > > ffffffff8110f1a9:       48 ff cb                dec    %rbx
> > > ffffffff8110f1ac:       0f 1f 40 00             nopl   0x0(%rax)
> > > ffffffff8110f1b0:       48 ff c3                inc    %rbx
> > > ffffffff8110f1b3:       49 39 de                cmp    %rbx,%r14
> > > ffffffff8110f1b6:       76 58                   jbe    0xffffffff8110f210
> > > ffffffff8110f1b8:       48 6b cb 38             imul   $0x38,%rbx,%rcx
> > > ffffffff8110f1bc:       49 ff c4                inc    %r12
> > > ffffffff8110f1bf:       4c 01 f9                add    %r15,%rcx
> > > ffffffff8110f1c2:****   8b 41 0c                mov    0xc(%rcx),%eax
> > > ffffffff8110f1c5:       83 f8 fe                cmp    $0xfffffffffffffffe,%eax
> > > ffffffff8110f1c8:       74 e6                   je     0xffffffff8110f1b0
> > > ffffffff8110f1ca:       41 80 7d 40 00          cmpb   $0x0,0x40(%r13)
> > > ffffffff8110f1cf:       74 8f                   je     0xffffffff8110f160
> > > ffffffff8110f1d1:       48 8b 01                mov    (%rcx),%rax
> > > ffffffff8110f1d4:       a8 20                   test   $0x20,%al
> > > ffffffff8110f1d6:       74 d8                   je     0xffffffff8110f1b0
> > > 
> > > (this matches the Code: in the picture) which means it was some sort of
> > > bad pointer dereference since %rcx is 0xffffea0000a00000 (I think). That
> > > almost seems like a valid pointer, hmm.
> > > 
> > 
> > I believe this corresponds to;
> > 
> >         for (; low_pfn < end_pfn; low_pfn++) {
> >                 struct page *page;
> >                 if (!pfn_valid_within(low_pfn))
> >                         continue;
> >                 nr_scanned++;
> > 
> >                 /* Get the page and skip if free */
> >                 page = pfn_to_page(low_pfn);
> >                 if (PageBuddy(page))			<----- HERE
> >                         continue;
> > 
> > rcx is storing a struct page pointer and the 0xc offset is the _mapcount.
> > It should be "impossible" for this page to be invalid though so I'm wondering
> > if there is some other memory corruption going on.
> 
> Possible. I had some graphics issues with X hanging once a while, but
> with all of those I could still ssh in and reboot the machine.
> 

It could very well be related with the main difference being that
compaction blew up with interrupts disabled taking down the whole
machine. Have you a reproduction case for the X hangs?

It might also be worth running memtest on the machine just in case but I
find it doubtful that it's the problem. A buggy graphics driver feels
more likely. Are you running anything like compiz? If yes, are the
hangs still reproducible with it disabled?

> > > Also,
> > > since I was working on the kernel and didn't make a snapshot, I rebuilt
> > > the image using the attached config. That shouldn't change anything
> > > (went back to the same sources), but still -- FYI.
> > > 
> > 
> > Can you also enable;
> > 
> > CONFIG_DEBUG_INFO
> > CONFIG_DEBUG_VM
> > 
> > If this works for you, also enable
> > 
> > CONFIG_DEBUG_PAGEALLOC
> > 
> > The last option should work but it'll also slow your machine quite a
> > bit.
> 
> Ok, I'll give it a try.
> 

Thanks. With luck, it'll show up a driver that is corrupting memory.

> > > > However, I can't see what this corresponds to. eac0466 is not a commit I
> > > > can identify and the "dirty" implies that it's patched. How does this
> > > > kernel differ from mainline?
> > > 
> > > The "-wl" indicates that it's a wireless-testing kernel (John Linville's
> > > repository), but I'm using iwlwifi-2.6 right now. The -dirty indicates
> > > that I've played with it, but only in the wireless code; the diffstat
> > > between this and rc6 indicates that only wireless, bluetooth and some
> > > tiny arch/arm changes are in here.
> > > 
> > 
> > There is a chance this is a driver bug that is corrupting memory. With
> > the debug options above, it would be worth trying to stress the machine
> > with network traffic with mainline, the wireless testing tree and
> > iwlwifi-2.6 (out of tree driver?) and see does each behave differently.
> 
> I'd agree, but it's unlikely to be network -- my laptop doesn't even
> have iwlwifi hardware (which iwlwifi-2.6 contains, not out of tree, but
> our development tree, I just run it out of habit); and I wasn't even
> using wireless at all; networking itself and ethernet drivers are
> untouched in this tree.
> 

Ok, good to know. Right now I am leaning towards a buggy graphics driver
or X server is corrupting memory and compaction suffered particularly
badly from it.

-- 
Mel Gorman
SUSE Labs

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

* Re: [Bug 29772] New: memory compaction crashed
  2011-02-24 15:06           ` Mel Gorman
@ 2011-02-24 15:14             ` Johannes Berg
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Berg @ 2011-02-24 15:14 UTC (permalink / raw)
  To: Mel Gorman; +Cc: Andrew Morton, linux-mm, bugzilla-daemon

On Thu, 2011-02-24 at 15:06 +0000, Mel Gorman wrote:

> > Possible. I had some graphics issues with X hanging once a while, but
> > with all of those I could still ssh in and reboot the machine.
> 
> It could very well be related with the main difference being that
> compaction blew up with interrupts disabled taking down the whole
> machine. Have you a reproduction case for the X hangs?

No, I don't, it just seems to happen every couple of hours. It just
happened again while I wasn't even touching the laptop (was reading
something else)...

> It might also be worth running memtest on the machine just in case but I
> find it doubtful that it's the problem. A buggy graphics driver feels
> more likely. Are you running anything like compiz? If yes, are the
> hangs still reproducible with it disabled?

No, I'm not running compiz or any other composition manager.

> Thanks. With luck, it'll show up a driver that is corrupting memory.

Well, it hung a minute ago, but I couldn't even ssh in any more...
Sometimes I can, sometimes I can't.

> Ok, good to know. Right now I am leaning towards a buggy graphics driver
> or X server is corrupting memory and compaction suffered particularly
> badly from it.

Yeah, I'm inclined to agree.

Thanks for your help. Can we copy the bug to some DRI folks maybe?

johannes

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2011-02-24 15:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <bug-29772-27@https.bugzilla.kernel.org/>
2011-02-23 21:40 ` [Bug 29772] New: memory compaction crashed Andrew Morton
2011-02-23 23:39   ` Mel Gorman
2011-02-24  8:47     ` Johannes Berg
2011-02-24 10:37       ` Mel Gorman
2011-02-24 11:25         ` Johannes Berg
2011-02-24 15:06           ` Mel Gorman
2011-02-24 15:14             ` Johannes Berg
2011-02-24 12:07     ` Johannes Berg

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).