Netdev List
 help / color / mirror / Atom feed
* Re: PROBLEM: reproducible crash KVM+nf_conntrack all recent 2.6 kernels
From: Jon Masters @ 2010-01-28 21:49 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: linux-kernel, netdev, netfilter-devel
In-Reply-To: <4B6180D1.6050609@trash.net>

On Thu, 2010-01-28 at 13:19 +0100, Patrick McHardy wrote:
> ip6tables -t raw -I PREROUTING -j TRACE

I'm not seeing anything on the console - is there additional conntrack
debugging I can enable? I will try building in netfilter debug again.

But I did just get this crash while testing again:

BUG: unable to handle kernel paging request at ffff8802aae52f20
IP: [<ffffffff813b1e7d>] __nf_conntrack_find+0x53/0xb1
PGD 1a3c063 PUD 0 
Oops: 0000 [#1] SMP 
last sysfs file: /sys/kernel/mm/ksm/run
CPU 5 
Pid: 2012, comm: qemu-kvm Not tainted 2.6.33-rc5 #1 0F9382/Precision
WorkStation 490    
RIP: 0010:[<ffffffff813b1e7d>]  [<ffffffff813b1e7d>] __nf_conntrack_find
+0x53/0xb1
RSP: 0018:ffff880172893778  EFLAGS: 00010282
RAX: ffff8802aae52f20 RBX: ffff880172893878 RCX: 00000000eb883b77
RDX: 000000000001d710 RSI: 0000000081af2f90 RDI: 000000003b9ab4e4
RBP: ffff8801728937b8 R08: 000000008a6bf028 R09: 00000000a2d26753
R10: 0000000067d81e2b R11: ffff88017289389c R12: ffffffff81ddace0
R13: ffff880172893878 R14: ffffffff81ddace0 R15: 00000000137f25e4
FS:  00007f002fe16780(0000) GS:ffff880028340000(0000)
knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
CR2: ffff8802aae52f20 CR3: 00000001717dd000 CR4: 00000000000026e0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Process qemu-kvm (pid: 2012, threadinfo ffff880172892000, task
ffff8801702bc5f0)

Jon.

^ permalink raw reply

* Re: CBQ broken in 2.6
From: Eric Dumazet @ 2010-01-28 21:27 UTC (permalink / raw)
  To: Anton Ivanov; +Cc: Jarek Poplawski, David Miller, netdev
In-Reply-To: <1264708135.22027.13.camel@magrat.sigsegv.cx>

Le jeudi 28 janvier 2010 à 19:48 +0000, Anton Ivanov a écrit :

> Well, I know CBQ reasonably well from a "network engineer" perspective.
> I used to run it production in an ISP 1998 and after that in an SMB
> 2002-2007. I have also been running it in lab and on my home network for
> 10+ years. Mostly on BSD though. There was even a point where I
> maintained a fork of the patches before they went into the main tree.
> The sole reason I ditched BSD was that they plugged it into the pf
> framework and it became too big of a hassle to port/maintain the
> configs.
> 
> I know what I am doing and HTB is not what I want. It is a good algo for
> expressing classic commerical relationships (CIR/PIR). It is worse than
> CBQ for "sharing" where all of the apps that share are your own and the
> scheduler/estimator is good.
> 
> Thanks for all the help. 

I am using CBQ myself with recent kernels and never found it
'borrowing', could you post a copy of your rules, or better, a subset of
them desmonstrating the problem ?




^ permalink raw reply

* Re: CBQ broken in 2.6
From: Jarek Poplawski @ 2010-01-28 21:21 UTC (permalink / raw)
  To: Anton Ivanov; +Cc: David Miller, netdev
In-Reply-To: <1264708135.22027.13.camel@magrat.sigsegv.cx>

On Thu, Jan 28, 2010 at 07:48:55PM +0000, Anton Ivanov wrote:
> Hi Jarek,
Hi Anton,
...
> > So, xstats.borrows is updated for lender as well, which might look
> > wrong/right/funny (depending on your political principles ;-).
> 
> OK. I will look at it. The traffic is actually in a subclass (1:18) so
> this may explain it. It definitely does not fit my "political
> principles". Borrow should mean how many times the class has borrowed
> and overactions should mean the whole lot of overs - delay, borrow,
> drop, etc. At least that were the semantics on BSD and other
> implementations I dealt with before Linux. 

Of course I was joking, and no need to explain this is at least
misleading, but if it's old enough it might be treated as part of user
API. Probably somebody wanted to save an additional variable, and btw.
in some languages there is one verb only, something like here:

"bounded
	Signifies that this class will not borrow bandwidth from its siblings.

 isolated
        Means that this class will not borrow bandwidth to its siblings"

[from man(8)tc-cbq]

So, consider it documented ;-)

> 
> My problem as well is that my C has always sucked bricks and I use it
> once a year when I run into a problem like that. So it takes me a while
> to trace it and figure it out.
> 
> > 
> > It could be your case if the class above has an unbounded child class.
> > Otherwise, it needs more searching. Btw, I'm not the CBQ expert to
> > verify (without learning the specs) these borrowing relations. (As a
> > matter of fact, within a few years I didn't find here many traces of
> > such (active) experts, so my recommendation would be HTB or HFSC
> > unless you really know what you're doing ;-)
> 
> Well, I know CBQ reasonably well from a "network engineer" perspective.
> I used to run it production in an ISP 1998 and after that in an SMB
> 2002-2007. I have also been running it in lab and on my home network for
> 10+ years. Mostly on BSD though. There was even a point where I
> maintained a fork of the patches before they went into the main tree.
> The sole reason I ditched BSD was that they plugged it into the pf
> framework and it became too big of a hassle to port/maintain the
> configs.
> 
> I know what I am doing and HTB is not what I want. It is a good algo for
> expressing classic commerical relationships (CIR/PIR). It is worse than
> CBQ for "sharing" where all of the apps that share are your own and the
> scheduler/estimator is good.

Well, congratulations! But, please, remember this nice, but a very
complex tool is rarely improved/fixed now, mainly not to break some
backward compatibility, while not much reporters/testers either. But,
of course, any feedback is welcome...

Thanks,
Jarek P.

^ permalink raw reply

* Re: 0% cpu usasge after fresh boot or net restart but 10% CPU if kernel flush route cache
From: Eric Dumazet @ 2010-01-28 21:16 UTC (permalink / raw)
  To: cold cold; +Cc: netdev
In-Reply-To: <41ac0f9e1001281049g119d5b1bgbc47f78150cac6ee@mail.gmail.com>

Le jeudi 28 janvier 2010 à 20:49 +0200, cold cold a écrit :
> what you mean drop packets ?
> 
> i test 2 different things and shearing results with you
> first test with high CPU is with garbage collection function
> second results represent CPU usage with totally disabled  garbage collection

ell, you didnt describe your benchmark method.

1) your results were on different rx/tx workload, and describing your
workload is very important to be able to compare results. Then it should
be exactly same workload.

For example, when tx/tx load is high enough, less cpu overhead is spent
on irq processing, since each IRQ delivers more packets per round.

2) you didnt sent "perf top" results for the second/last one.

  But the first "perf top" results showed less than 1% of cpu time was
used by cache cleanup. I guess you dont want to focus on this, since
its already very good.



Usually, when we want to bench a router, we study how it deals with DDOS
workload. Feeding lot of packets to the device and study what percentage
of them are actually transmitted. Goal being 100% of legit packets of
course.

Route cache settings matter in DDOS situations, and the flush operation
can have a big impact on dropped frames because of cpu/ram congestion.

Because of 600 seconds oscillations, its pretty hard to study exact cpu
use of a router, unless taking samples on long periods.




^ permalink raw reply

* Re: PROBLEM: reproducible crash KVM+nf_conntrack all recent 2.6 kernels
From: Jon Masters @ 2010-01-28 21:05 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: linux-kernel, netdev, netfilter-devel
In-Reply-To: <4B6180D1.6050609@trash.net>

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

On Thu, 2010-01-28 at 13:19 +0100, Patrick McHardy wrote:
> Jon Masters wrote:
> > On Thu, 2010-01-28 at 00:46 -0500, Jon Masters wrote:
> > 
> >> A number of people seem to have reported this crash in various forms,
> >> but I have yet to see a solution, and can reproduce on 2.6.33-rc5 this
> >> evening so I know it's still present in the latest upstream kernels too.
> >> Userspace is Fedora 12, and this happens on both all recent F12 kernels
> >> (sporadic in 2.6.31 until recently, solidly reproducible on 2.6.32) and
> >> upstream 2.6.32, and 2.6.33-rc5 also - hard to find a "known good".
> > 
> > Now I can capture the panic()s, I'm rebuilding the 2.6.33-rc5 kernel
> > with some better debugging options to at least get some more data.
> 
> Could you try "ip6tables -t raw -I PREROUTING -j TRACE" after loading
> the ip6t_LOG module? That way we can hopefully see the entire packet
> paths through netfilter.

Doing that now. Turning on a bunch of debug options like netfilter debug
and kmemleak causes it to trigger a lot less often, so I've reverted to
the "known bad" config that triggers this reliably.

Turning on netfilter debug and kmemleak resulted in a large number of:

[18493.405393] nf_conntrack: table full, dropping packet.
[18503.165713] kmemleak: 2 new suspected memory leaks
(see /sys/kernel/debug/kme
mleak)

etc. The memleak warnings don't look all that useful (attached what was
left in the buffer anyway) but the slowdown (KSM and kmemleak both at
near 100% CPU) seems to affect the timing of this and make it less
likely to trigger. The box fell over as I was rebooting it after a few
hours, and just after I detached the serial console to reset it :(

Attached current config. Send you the netfilter trace shortly.

Jon.


[-- Attachment #2: config-known-to-trigger-minimal.txt --]
[-- Type: text/plain, Size: 77875 bytes --]

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.33-rc5
# Thu Jan 28 14:17:32 2010
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_DEFAULT_IDLE=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_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_HAVE_INTEL_TXT=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_USE_GENERIC_SMP_HELPERS=y
CONFIG_X86_64_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_TRAMPOLINE=y
# CONFIG_KTIME_SCALAR is not set
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_CONSTRUCTORS=y

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA 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=y
CONFIG_AUDIT_TREE=y

#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_TREE_PREEMPT_RCU is not set
# CONFIG_TINY_RCU is not set
# 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=m
# CONFIG_IKCONFIG_PROC is not set
CONFIG_LOG_BUF_SHIFT=17
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_GROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_RT_GROUP_SCHED=y
# CONFIG_USER_SCHED is not set
CONFIG_CGROUP_SCHED=y
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_NS=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_RESOURCE_COUNTERS=y
CONFIG_CGROUP_MEM_RES_CTLR=y
CONFIG_CGROUP_MEM_RES_CTLR_SWAP=y
CONFIG_MM_OWNER=y
# CONFIG_SYSFS_DEPRECATED_V2 is not set
CONFIG_RELAY=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_LZO=y
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_KALLSYMS_EXTRA_PASS=y
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_HAVE_PERF_EVENTS=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
CONFIG_EVENT_PROFILE=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 is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_KPROBES=y
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_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
# CONFIG_SLOW_WORK 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 is not set
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
# CONFIG_MODVERSIONS is not set
CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_INTEGRITY=y
# CONFIG_BLK_CGROUP is not set
CONFIG_BLOCK_COMPAT=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_CFQ_GROUP_IOSCHED is not set
# 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_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=y
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
# 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=y
# CONFIG_INLINE_READ_UNLOCK_BH is not set
CONFIG_INLINE_READ_UNLOCK_IRQ=y
# 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=y
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
CONFIG_MUTEX_SPIN_ON_OWNER=y
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_X2APIC=y
CONFIG_SPARSE_IRQ=y
CONFIG_NUMA_IRQ_DESC=y
CONFIG_X86_MPPARSE=y
CONFIG_X86_EXTENDED_PLATFORM=y
# CONFIG_X86_VSMP is not set
# CONFIG_X86_UV is not set
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_PARAVIRT_GUEST=y
CONFIG_XEN=y
CONFIG_XEN_MAX_DOMAIN_MEMORY=32
CONFIG_XEN_SAVE_RESTORE=y
CONFIG_XEN_DEBUG_FS=y
CONFIG_KVM_CLOCK=y
CONFIG_KVM_GUEST=y
CONFIG_PARAVIRT=y
# CONFIG_PARAVIRT_SPINLOCKS is not set
CONFIG_PARAVIRT_CLOCK=y
# CONFIG_PARAVIRT_DEBUG is not set
# CONFIG_MEMTEST is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_MATOM is not set
CONFIG_GENERIC_CPU=y
CONFIG_X86_CPU=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=7
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR=y
# CONFIG_X86_DS is not set
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_GART_IOMMU=y
CONFIG_CALGARY_IOMMU=y
CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y
CONFIG_AMD_IOMMU=y
CONFIG_AMD_IOMMU_STATS=y
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
CONFIG_IOMMU_API=y
# CONFIG_MAXSMP is not set
CONFIG_NR_CPUS=256
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
CONFIG_X86_MCE_AMD=y
CONFIG_X86_MCE_THRESHOLD=y
# CONFIG_X86_MCE_INJECT is not set
CONFIG_X86_THERMAL_VECTOR=y
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
# CONFIG_X86_CPU_DEBUG is not set
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_DIRECT_GBPAGES=y
CONFIG_NUMA=y
CONFIG_K8_NUMA=y
CONFIG_X86_64_ACPI_NUMA=y
CONFIG_NODES_SPAN_OTHER_NODES=y
# CONFIG_NUMA_EMU is not set
CONFIG_NODES_SHIFT=9
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_FLATMEM_MANUAL is not set
# CONFIG_DISCONTIGMEM_MANUAL is not set
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_NEED_MULTIPLE_NODES=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_VMEMMAP=y
# CONFIG_MEMORY_HOTPLUG is not set
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MMU_NOTIFIER=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
# CONFIG_MEMORY_FAILURE is not set
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
CONFIG_X86_RESERVE_LOW_64K=y
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
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=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
CONFIG_CRASH_DUMP=y
CONFIG_KEXEC_JUMP=y
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_HOTPLUG_CPU=y
# CONFIG_COMPAT_VDSO is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y

#
# Power management and ACPI options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_PM=y
CONFIG_PM_DEBUG=y
# CONFIG_PM_VERBOSE is not set
CONFIG_CAN_PM_TRACE=y
CONFIG_PM_TRACE=y
CONFIG_PM_TRACE_RTC=y
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND=y
# CONFIG_PM_TEST_SUSPEND is not set
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATION_NVS=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
# CONFIG_PM_RUNTIME is not set
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_PROCFS_POWER=y
# CONFIG_ACPI_POWER_METER is not set
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=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_NUMA=y
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_PCI_SLOT=y
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
# CONFIG_ACPI_SBS is not set
# CONFIG_SFI is not set

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

#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=m
CONFIG_X86_POWERNOW_K8=m
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
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

#
# Memory power savings
#
# CONFIG_I7300_IDLE is not set

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
CONFIG_DMAR=y
CONFIG_DMAR_DEFAULT_ON=y
CONFIG_DMAR_FLOPPY_WA=y
CONFIG_INTR_REMAP=y
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_PCIEAER=y
CONFIG_PCIE_ECRC=y
# CONFIG_PCIEAER_INJECT is not set
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
CONFIG_PCI_LEGACY=y
# CONFIG_PCI_DEBUG is not set
CONFIG_PCI_STUB=y
CONFIG_HT_IRQ=y
CONFIG_PCI_IOV=y
CONFIG_PCI_IOAPIC=y
CONFIG_ISA_DMA_API=y
CONFIG_K8_NB=y
CONFIG_PCCARD=y
CONFIG_PCMCIA=y
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PCMCIA_IOCTL=y
CONFIG_CARDBUS=y

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

#
# 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=y
CONFIG_IA32_EMULATION=y
# CONFIG_IA32_AOUT is not set
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_ARPD=y
CONFIG_SYN_COOKIES=y
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
CONFIG_INET_LRO=y
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
# CONFIG_TCP_CONG_VEGAS is not set
# CONFIG_TCP_CONG_SCALABLE is not set
# CONFIG_TCP_CONG_LP is not set
# CONFIG_TCP_CONG_VENO is not set
# CONFIG_TCP_CONG_YEAH is not set
# CONFIG_TCP_CONG_ILLINOIS is not set
# CONFIG_DEFAULT_BIC is not set
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_HTCP is not set
# CONFIG_DEFAULT_VEGAS is not set
# CONFIG_DEFAULT_WESTWOOD is not set
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=m
CONFIG_IPV6_PRIVACY=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
# CONFIG_INET6_AH is not set
# CONFIG_INET6_ESP is not set
# CONFIG_INET6_IPCOMP is not set
# CONFIG_IPV6_MIP6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
# CONFIG_INET6_XFRM_MODE_BEET is not set
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
# CONFIG_IPV6_SIT is not set
# CONFIG_IPV6_TUNNEL is not set
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_PIMSM_V2=y
CONFIG_NETLABEL=y
CONFIG_NETWORK_SECMARK=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=y

#
# Core Netfilter Configuration
#
# CONFIG_NETFILTER_NETLINK_QUEUE is not set
# CONFIG_NETFILTER_NETLINK_LOG is not set
CONFIG_NF_CONNTRACK=y
CONFIG_NF_CT_ACCT=y
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_EVENTS=y
# CONFIG_NF_CT_PROTO_DCCP is not set
# CONFIG_NF_CT_PROTO_SCTP is not set
# CONFIG_NF_CT_PROTO_UDPLITE is not set
# CONFIG_NF_CONNTRACK_AMANDA is not set
CONFIG_NF_CONNTRACK_FTP=m
# CONFIG_NF_CONNTRACK_H323 is not set
# CONFIG_NF_CONNTRACK_IRC is not set
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
# CONFIG_NF_CONNTRACK_PPTP is not set
# CONFIG_NF_CONNTRACK_SANE is not set
# CONFIG_NF_CONNTRACK_SIP is not set
CONFIG_NF_CONNTRACK_TFTP=m
# CONFIG_NF_CT_NETLINK is not set
CONFIG_NETFILTER_XTABLES=y
# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
# CONFIG_NETFILTER_XT_TARGET_CONNSECMARK is not set
# CONFIG_NETFILTER_XT_TARGET_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_RATEEST is not set
# CONFIG_NETFILTER_XT_TARGET_SECMARK is not set
# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
# 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=y
# 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 is not set
# CONFIG_NETFILTER_XT_MATCH_IPRANGE 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_OWNER 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_STATE=y
# 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 is not set

#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=y
CONFIG_NF_CONNTRACK_IPV4=y
# CONFIG_NF_CONNTRACK_PROC_COMPAT is not set
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=y
# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
# CONFIG_IP_NF_MATCH_AH is not set
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_TTL is not set
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
# CONFIG_IP_NF_TARGET_LOG is not set
# CONFIG_IP_NF_TARGET_ULOG is not set
# CONFIG_NF_NAT is not set
# CONFIG_IP_NF_MANGLE is not set
# CONFIG_IP_NF_TARGET_TTL is not set
# CONFIG_IP_NF_RAW is not set
# CONFIG_IP_NF_SECURITY is not set
# CONFIG_IP_NF_ARPTABLES is not set

#
# IPv6: Netfilter Configuration
#
CONFIG_NF_CONNTRACK_IPV6=m
# CONFIG_IP6_NF_QUEUE is not set
CONFIG_IP6_NF_IPTABLES=m
# CONFIG_IP6_NF_MATCH_AH is not set
# CONFIG_IP6_NF_MATCH_EUI64 is not set
# CONFIG_IP6_NF_MATCH_FRAG is not set
# CONFIG_IP6_NF_MATCH_OPTS is not set
# CONFIG_IP6_NF_MATCH_HL is not set
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
# CONFIG_IP6_NF_MATCH_MH is not set
# CONFIG_IP6_NF_MATCH_RT is not set
# CONFIG_IP6_NF_TARGET_HL is not set
# CONFIG_IP6_NF_TARGET_LOG is not set
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_REJECT=m
# CONFIG_IP6_NF_MANGLE is not set
# CONFIG_IP6_NF_RAW is not set
# CONFIG_IP6_NF_SECURITY is not set
# CONFIG_BRIDGE_NF_EBTABLES 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_STP=m
CONFIG_GARP=m
CONFIG_BRIDGE=m
CONFIG_NET_DSA=y
CONFIG_NET_DSA_TAG_DSA=y
CONFIG_NET_DSA_TAG_EDSA=y
CONFIG_NET_DSA_TAG_TRAILER=y
CONFIG_NET_DSA_MV88E6XXX=y
CONFIG_NET_DSA_MV88E6060=y
CONFIG_NET_DSA_MV88E6XXX_NEED_PPU=y
CONFIG_NET_DSA_MV88E6131=y
CONFIG_NET_DSA_MV88E6123_61_65=y
CONFIG_VLAN_8021Q=m
CONFIG_VLAN_8021Q_GVRP=y
# CONFIG_DECNET is not set
CONFIG_LLC=m
# CONFIG_LLC2 is not set
CONFIG_IPX=m
# CONFIG_IPX_INTERN is not set
CONFIG_ATALK=m
# CONFIG_DEV_APPLETALK 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 is not set
# CONFIG_NET_SCH_HTB is not set
# CONFIG_NET_SCH_HFSC is not set
# CONFIG_NET_SCH_PRIO is not set
# CONFIG_NET_SCH_MULTIQ is not set
# CONFIG_NET_SCH_RED is not set
# CONFIG_NET_SCH_SFQ is not set
# CONFIG_NET_SCH_TEQL is not set
# CONFIG_NET_SCH_TBF is not set
# CONFIG_NET_SCH_GRED is not set
# CONFIG_NET_SCH_DSMARK is not set
# CONFIG_NET_SCH_NETEM is not set
# CONFIG_NET_SCH_DRR is not set
# CONFIG_NET_SCH_INGRESS is not set

#
# Classification
#
CONFIG_NET_CLS=y
# CONFIG_NET_CLS_BASIC is not set
# CONFIG_NET_CLS_TCINDEX is not set
# CONFIG_NET_CLS_ROUTE4 is not set
# CONFIG_NET_CLS_FW is not set
# CONFIG_NET_CLS_U32 is not set
# CONFIG_NET_CLS_RSVP is not set
# CONFIG_NET_CLS_RSVP6 is not set
# CONFIG_NET_CLS_FLOW is not set
CONFIG_NET_CLS_CGROUP=y
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
# CONFIG_NET_EMATCH_CMP is not set
# CONFIG_NET_EMATCH_NBYTE is not set
# CONFIG_NET_EMATCH_U32 is not set
# CONFIG_NET_EMATCH_META is not set
# CONFIG_NET_EMATCH_TEXT is not set
CONFIG_NET_CLS_ACT=y
# CONFIG_NET_ACT_POLICE is not set
# CONFIG_NET_ACT_GACT is not set
# CONFIG_NET_ACT_MIRRED is not set
# CONFIG_NET_ACT_IPT is not set
# CONFIG_NET_ACT_NAT is not set
# CONFIG_NET_ACT_PEDIT is not set
# CONFIG_NET_ACT_SIMP is not set
# CONFIG_NET_ACT_SKBEDIT is not set
CONFIG_NET_SCH_FIFO=y
CONFIG_DCB=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_NET_TCPPROBE is not set
CONFIG_NET_DROP_MONITOR=y
CONFIG_HAMRADIO=y

#
# Packet Radio protocols
#
# CONFIG_AX25 is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
CONFIG_BT=m
# CONFIG_BT_L2CAP is not set
# CONFIG_BT_SCO is not set

#
# Bluetooth device drivers
#
# CONFIG_BT_HCIBTUSB 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_HCIDTL1 is not set
# CONFIG_BT_HCIBT3C is not set
# CONFIG_BT_HCIBLUECARD is not set
# CONFIG_BT_HCIBTUART is not set
# CONFIG_BT_HCIVHCI is not set
# CONFIG_BT_MRVL is not set
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
# CONFIG_CFG80211 is not set
# CONFIG_LIB80211 is not set

#
# CFG80211 needs to be enabled for MAC80211
#
# CONFIG_WIMAX is not set
CONFIG_RFKILL=m
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
# CONFIG_NET_9P is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH=""
# CONFIG_DEVTMPFS is not set
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_DEBUG_DRIVER is not set
CONFIG_DEBUG_DEVRES=y
CONFIG_SYS_HYPERVISOR=y
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
# CONFIG_MTD is not set
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
# CONFIG_PARPORT_SERIAL is not set
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_PC_PCMCIA is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_AX88796 is not set
CONFIG_PARPORT_1284=y
CONFIG_PNP=y
# CONFIG_PNP_DEBUG_MESSAGES is not set

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_FD is not set
# CONFIG_PARIDE 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=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=16384
# CONFIG_BLK_DEV_XIP is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_XEN_BLKDEV_FRONTEND is not set
# CONFIG_BLK_DEV_HD 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_ISL29003 is not set
# CONFIG_DS1682 is not set
# CONFIG_C2PORT is not set

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

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

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

#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
CONFIG_SCSI_FC_ATTRS=m
# 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=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
# CONFIG_BE2ISCSI is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_HPSA is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_3W_SAS is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
CONFIG_MEGARAID_NEWGEN=y
# CONFIG_MEGARAID_MM is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_MPT2SAS is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_VMWARE_PVSCSI is not set
# CONFIG_LIBFC is not set
# CONFIG_LIBFCOE is not set
# CONFIG_FCOE is not set
# CONFIG_FCOE_FNIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_PMCRAID is not set
# CONFIG_SCSI_PM8001 is not set
# CONFIG_SCSI_SRP is not set
# CONFIG_SCSI_BFA_FC is not set
CONFIG_SCSI_LOWLEVEL_PCMCIA=y
# CONFIG_PCMCIA_FDOMAIN is not set
# CONFIG_PCMCIA_QLOGIC is not set
# CONFIG_PCMCIA_SYM53C500 is not set
CONFIG_SCSI_DH=y
# CONFIG_SCSI_DH_RDAC is not set
# CONFIG_SCSI_DH_HP_SW is not set
# CONFIG_SCSI_DH_EMC is not set
# CONFIG_SCSI_DH_ALUA 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
CONFIG_SATA_AHCI=y
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y
# CONFIG_SATA_SVW is not set
CONFIG_ATA_PIIX=y
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_PATA_ACPI is not set
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATP867X is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PCMCIA is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RDC is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_TOSHIBA is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
# CONFIG_PATA_SCH is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_AUTODETECT=y
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
CONFIG_MD_RAID1=m
# CONFIG_MD_RAID10 is not set
# CONFIG_MD_RAID456 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_MD_FAULTY is not set
CONFIG_BLK_DEV_DM=y
CONFIG_DM_DEBUG=y
# CONFIG_DM_CRYPT is not set
CONFIG_DM_SNAPSHOT=y
CONFIG_DM_MIRROR=y
# CONFIG_DM_LOG_USERSPACE is not set
CONFIG_DM_ZERO=y
CONFIG_DM_MULTIPATH=m
# CONFIG_DM_MULTIPATH_QL is not set
# CONFIG_DM_MULTIPATH_ST is not set
# CONFIG_DM_DELAY is not set
CONFIG_DM_UEVENT=y
CONFIG_FUSION=y
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
# CONFIG_FUSION_SAS is not set
CONFIG_FUSION_MAX_SGE=40
CONFIG_FUSION_LOGGING=y

#
# IEEE 1394 (FireWire) support
#

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

#
# The newer stack is recommended.
#
CONFIG_FIREWIRE=m
CONFIG_FIREWIRE_OHCI=m
CONFIG_FIREWIRE_OHCI_DEBUG=y
# CONFIG_FIREWIRE_SBP2 is not set
# CONFIG_FIREWIRE_NET is not set
# CONFIG_IEEE1394 is not set
# CONFIG_I2O is not set
CONFIG_MACINTOSH_DRIVERS=y
CONFIG_MAC_EMUMOUSEBTN=y
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 is not set
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
CONFIG_PHYLIB=y

#
# MII PHY device drivers
#
# CONFIG_MARVELL_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_NATIONAL_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_LSI_ET1011C_PHY is not set
CONFIG_FIXED_PHY=y
# CONFIG_MDIO_BITBANG is not set
CONFIG_NET_ETHERNET=y
# CONFIG_MII is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
CONFIG_NET_VENDOR_3COM=y
# CONFIG_VORTEX is not set
# CONFIG_TYPHOON is not set
# CONFIG_ETHOC is not set
# CONFIG_DNET is not set
CONFIG_NET_TULIP=y
# CONFIG_DE2104X is not set
# CONFIG_TULIP is not set
# CONFIG_DE4X5 is not set
# CONFIG_WINBOND_840 is not set
# CONFIG_DM9102 is not set
# CONFIG_ULI526X is not set
# CONFIG_PCMCIA_XIRCOM 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_B44 is not set
# CONFIG_FORCEDETH is not set
# 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_KS8842 is not set
# CONFIG_KS8851_MLL is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_SC92031 is not set
CONFIG_NET_POCKET=y
# CONFIG_ATP is not set
# CONFIG_DE600 is not set
# CONFIG_DE620 is not set
# CONFIG_ATL2 is not set
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_E1000E is not set
# CONFIG_IP1000 is not set
# CONFIG_IGB is not set
# CONFIG_IGBVF is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_TIGON3=m
# CONFIG_BNX2 is not set
# CONFIG_CNIC is not set
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
# CONFIG_ATL1E is not set
# CONFIG_ATL1C is not set
# CONFIG_JME is not set
CONFIG_NETDEV_10000=y
CONFIG_MDIO=m
# CONFIG_CHELSIO_T1 is not set
CONFIG_CHELSIO_T3_DEPENDS=y
# CONFIG_CHELSIO_T3 is not set
# CONFIG_ENIC is not set
# CONFIG_IXGBE is not set
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
# CONFIG_VXGE is not set
# CONFIG_MYRI10GE is not set
# CONFIG_NETXEN_NIC is not set
# CONFIG_NIU is not set
# CONFIG_MLX4_EN is not set
# CONFIG_MLX4_CORE is not set
# CONFIG_TEHUTI is not set
# CONFIG_BNX2X is not set
# CONFIG_QLGE is not set
CONFIG_SFC=m
# CONFIG_BE2NET is not set
# CONFIG_TR is not set
CONFIG_WLAN=y
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_AIRO is not set
# CONFIG_ATMEL is not set
# CONFIG_AIRO_CS is not set
# CONFIG_PCMCIA_WL3501 is not set
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
# CONFIG_HOSTAP 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 is not set
# CONFIG_USB_HSO is not set
CONFIG_NET_PCMCIA=y
# CONFIG_PCMCIA_3C589 is not set
# CONFIG_PCMCIA_3C574 is not set
# CONFIG_PCMCIA_FMVJ18X is not set
# CONFIG_PCMCIA_PCNET is not set
# CONFIG_PCMCIA_NMCLAN is not set
# CONFIG_PCMCIA_SMC91C92 is not set
# CONFIG_PCMCIA_XIRC2PS is not set
# CONFIG_PCMCIA_AXNET is not set
# CONFIG_WAN is not set
# CONFIG_XEN_NETDEV_FRONTEND is not set
CONFIG_FDDI=y
# CONFIG_DEFXX is not set
# CONFIG_SKFP is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
CONFIG_NET_FC=y
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_VMXNET3 is not set
CONFIG_ISDN=y
# CONFIG_ISDN_I4L is not set
# CONFIG_MISDN is not set
# CONFIG_ISDN_CAPI is not set
# CONFIG_ISDN_DRV_GIGASET is not set
# CONFIG_PHONE is not set

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

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

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_QT2160 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_MAX7359 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=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
CONFIG_MOUSE_PS2_ELANTECH=y
# CONFIG_MOUSE_PS2_SENTELIC is not set
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDJOY is not set
# CONFIG_JOYSTICK_ZHENHUA is not set
# CONFIG_JOYSTICK_DB9 is not set
# CONFIG_JOYSTICK_GAMECON is not set
# CONFIG_JOYSTICK_TURBOGRAFX is not set
# CONFIG_JOYSTICK_JOYDUMP is not set
# CONFIG_JOYSTICK_XPAD is not set
# CONFIG_JOYSTICK_WALKERA0701 is not set
CONFIG_INPUT_TABLET=y
# CONFIG_TABLET_USB_ACECAD is not set
# CONFIG_TABLET_USB_AIPTEK is not set
# CONFIG_TABLET_USB_GTCO is not set
# CONFIG_TABLET_USB_KBTAB is not set
# CONFIG_TABLET_USB_WACOM is not set
CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_AD7879_I2C is not set
# CONFIG_TOUCHSCREEN_AD7879 is not set
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
# CONFIG_TOUCHSCREEN_EETI is not set
# CONFIG_TOUCHSCREEN_FUJITSU is not set
# CONFIG_TOUCHSCREEN_GUNZE is not set
# CONFIG_TOUCHSCREEN_ELO is not set
# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
# CONFIG_TOUCHSCREEN_MCS5000 is not set
# CONFIG_TOUCHSCREEN_MTOUCH is not set
# CONFIG_TOUCHSCREEN_INEXIO is not set
# CONFIG_TOUCHSCREEN_MK712 is not set
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
# CONFIG_TOUCHSCREEN_WM97XX is not set
# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
# CONFIG_TOUCHSCREEN_TSC2007 is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
# 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_WINBOND_CIR is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
# CONFIG_SERIO_ALTERA_PS2 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=y
# CONFIG_COMPUTONE is not set
# CONFIG_ROCKETPORT is not set
# CONFIG_CYCLADES is not set
# CONFIG_DIGIEPCA is not set
# CONFIG_MOXA_INTELLIO is not set
# CONFIG_MOXA_SMARTIO is not set
# CONFIG_ISI is not set
# CONFIG_SYNCLINK is not set
# CONFIG_SYNCLINKMP is not set
# CONFIG_SYNCLINK_GT is not set
# CONFIG_N_HDLC is not set
# CONFIG_RISCOM8 is not set
# CONFIG_SPECIALIX is not set
# CONFIG_STALDRV is not set
# CONFIG_NOZOMI is not set

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

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_CONSOLE_POLL=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_PRINTER is not set
CONFIG_PPDEV=m
CONFIG_HVC_DRIVER=y
CONFIG_HVC_IRQ=y
CONFIG_HVC_XEN=y
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
# CONFIG_HW_RANDOM_INTEL is not set
# CONFIG_HW_RANDOM_AMD is not set
# CONFIG_HW_RANDOM_VIA is not set
CONFIG_NVRAM=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set

#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
# CONFIG_CARDMAN_4000 is not set
# CONFIG_CARDMAN_4040 is not set
# CONFIG_IPWIRELESS is not set
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=8192
CONFIG_HPET=y
# CONFIG_HPET_MMAP is not set
# CONFIG_HANGCHECK_TIMER is not set
CONFIG_TCG_TPM=y
CONFIG_TCG_TIS=y
# CONFIG_TCG_NSC is not set
# CONFIG_TCG_ATMEL is not set
# CONFIG_TCG_INFINEON is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
CONFIG_I2C=m
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
# CONFIG_I2C_CHARDEV 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=m
# 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_OCORES is not set
# CONFIG_I2C_SIMTEC is not set

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

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_STUB is not set

#
# Miscellaneous I2C Chip support
#
# CONFIG_SENSORS_TSL2550 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_I2C_DEBUG_CHIP is not set
# CONFIG_SPI is not set

#
# PPS support
#
# CONFIG_PPS is not set
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_BATTERY_DS2760 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_BQ27x00 is not set
# CONFIG_BATTERY_MAX17040 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_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_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7473 is not set
# CONFIG_SENSORS_ADT7475 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_DS1621 is not set
CONFIG_SENSORS_I5K_AMB=m
# 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_IT87 is not set
# CONFIG_SENSORS_LM63 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_LM95241 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_SIS5595 is not set
# CONFIG_SENSORS_DME1737 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_AMC6821 is not set
# CONFIG_SENSORS_THMC50 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_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_SENSORS_LIS3_I2C is not set
# CONFIG_SENSORS_APPLESMC is not set

#
# 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 is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_SC520_WDT is not set
# CONFIG_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=m
CONFIG_ITCO_VENDOR_SUPPORT=y
# 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_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 is not set

#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_AB3100_CORE is not set
CONFIG_REGULATOR=y
# CONFIG_REGULATOR_DEBUG is not set
# CONFIG_REGULATOR_FIXED_VOLTAGE is not set
# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
# CONFIG_REGULATOR_BQ24022 is not set
# CONFIG_REGULATOR_MAX1586 is not set
# CONFIG_REGULATOR_MAX8660 is not set
# CONFIG_REGULATOR_LP3971 is not set
# CONFIG_REGULATOR_TPS65023 is not set
# CONFIG_REGULATOR_TPS6507X is not set
# CONFIG_MEDIA_SUPPORT is not set

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
CONFIG_AGP_SIS=y
CONFIG_AGP_VIA=y
CONFIG_VGA_ARB=y
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=m
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
CONFIG_DRM_I915=m
CONFIG_DRM_I915_KMS=y
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
CONFIG_VGASTATE=m
CONFIG_VIDEO_OUTPUT_CONTROL=m
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
CONFIG_FB_DDC=m
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_UVESA is not set
CONFIG_FB_VESA=y
CONFIG_FB_EFI=y
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
CONFIG_FB_NVIDIA=m
CONFIG_FB_NVIDIA_I2C=y
# CONFIG_FB_NVIDIA_DEBUG is not set
CONFIG_FB_NVIDIA_BACKLIGHT=y
CONFIG_FB_RIVA=m
# CONFIG_FB_RIVA_I2C is not set
# CONFIG_FB_RIVA_DEBUG is not set
CONFIG_FB_RIVA_BACKLIGHT=y
# CONFIG_FB_LE80578 is not set
CONFIG_FB_MATROX=m
CONFIG_FB_MATROX_MILLENIUM=y
CONFIG_FB_MATROX_MYSTIQUE=y
CONFIG_FB_MATROX_G=y
CONFIG_FB_MATROX_I2C=m
# CONFIG_FB_MATROX_MAVEN is not set
CONFIG_FB_RADEON=m
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_BACKLIGHT=y
# CONFIG_FB_RADEON_DEBUG is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
CONFIG_FB_SAVAGE=m
CONFIG_FB_SAVAGE_I2C=y
CONFIG_FB_SAVAGE_ACCEL=y
# CONFIG_FB_SIS is not set
CONFIG_FB_VIA=m
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
CONFIG_FB_3DFX=m
CONFIG_FB_3DFX_ACCEL=y
CONFIG_FB_3DFX_I2C=y
# 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_VIRTUAL is not set
CONFIG_XEN_FBDEV_FRONTEND=y
# 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 is not set
# CONFIG_BACKLIGHT_SAHARA is not set

#
# Display device support
#
# CONFIG_DISPLAY_SUPPORT is not set

#
# 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=y
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
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_RAWMIDI=m
CONFIG_SND_JACK=y
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
# CONFIG_SND_MIXER_OSS is not set
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_DYNAMIC_MINORS=y
# CONFIG_SND_SUPPORT_OLD_API is not set
CONFIG_SND_VERBOSE_PROCFS=y
CONFIG_SND_VERBOSE_PRINTK=y
CONFIG_SND_DEBUG=y
# CONFIG_SND_DEBUG_VERBOSE is not set
CONFIG_SND_PCM_XRUN_DEBUG=y
CONFIG_SND_VMASTER=y
CONFIG_SND_DMA_SGBUF=y
CONFIG_SND_RAWMIDI_SEQ=m
CONFIG_SND_OPL3_LIB_SEQ=m
# CONFIG_SND_OPL4_LIB_SEQ is not set
# CONFIG_SND_SBAWE_SEQ is not set
CONFIG_SND_EMU10K1_SEQ=m
CONFIG_SND_MPU401_UART=m
CONFIG_SND_OPL3_LIB=m
CONFIG_SND_VX_LIB=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_DRIVERS=y
CONFIG_SND_PCSP=m
CONFIG_SND_DUMMY=m
CONFIG_SND_VIRMIDI=m
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_MTS64 is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
# CONFIG_SND_PORTMAN2X4 is not set
CONFIG_SND_AC97_POWER_SAVE=y
CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0
CONFIG_SND_SB_COMMON=m
CONFIG_SND_SB16_DSP=m
CONFIG_SND_PCI=y
CONFIG_SND_AD1889=m
CONFIG_SND_ALS300=m
CONFIG_SND_ALS4000=m
CONFIG_SND_ALI5451=m
CONFIG_SND_ATIIXP=m
CONFIG_SND_ATIIXP_MODEM=m
CONFIG_SND_AU8810=m
CONFIG_SND_AU8820=m
CONFIG_SND_AU8830=m
# CONFIG_SND_AW2 is not set
CONFIG_SND_AZT3328=m
CONFIG_SND_BT87X=m
# CONFIG_SND_BT87X_OVERCLOCK is not set
CONFIG_SND_CA0106=m
CONFIG_SND_CMIPCI=m
CONFIG_SND_OXYGEN_LIB=m
CONFIG_SND_OXYGEN=m
CONFIG_SND_CS4281=m
CONFIG_SND_CS46XX=m
CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_SND_CS5530=m
# CONFIG_SND_CS5535AUDIO is not set
CONFIG_SND_CTXFI=m
CONFIG_SND_DARLA20=m
CONFIG_SND_GINA20=m
CONFIG_SND_LAYLA20=m
CONFIG_SND_DARLA24=m
CONFIG_SND_GINA24=m
CONFIG_SND_LAYLA24=m
CONFIG_SND_MONA=m
CONFIG_SND_MIA=m
CONFIG_SND_ECHO3G=m
CONFIG_SND_INDIGO=m
CONFIG_SND_INDIGOIO=m
CONFIG_SND_INDIGODJ=m
CONFIG_SND_INDIGOIOX=m
CONFIG_SND_INDIGODJX=m
CONFIG_SND_EMU10K1=m
CONFIG_SND_EMU10K1X=m
CONFIG_SND_ENS1370=m
CONFIG_SND_ENS1371=m
CONFIG_SND_ES1938=m
CONFIG_SND_ES1968=m
CONFIG_SND_FM801=m
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=1
CONFIG_SND_HDA_INPUT_JACK=y
# 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_ATIHDMI=y
CONFIG_SND_HDA_CODEC_NVHDMI=y
CONFIG_SND_HDA_CODEC_INTELHDMI=y
CONFIG_SND_HDA_ELD=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=5
CONFIG_SND_HDSP=m
CONFIG_SND_HDSPM=m
CONFIG_SND_HIFIER=m
CONFIG_SND_ICE1712=m
CONFIG_SND_ICE1724=m
CONFIG_SND_INTEL8X0=m
CONFIG_SND_INTEL8X0M=m
CONFIG_SND_KORG1212=m
CONFIG_SND_LX6464ES=m
CONFIG_SND_MAESTRO3=m
CONFIG_SND_MIXART=m
CONFIG_SND_NM256=m
CONFIG_SND_PCXHR=m
CONFIG_SND_RIPTIDE=m
CONFIG_SND_RME32=m
CONFIG_SND_RME96=m
CONFIG_SND_RME9652=m
CONFIG_SND_SONICVIBES=m
CONFIG_SND_TRIDENT=m
CONFIG_SND_VIA82XX=m
CONFIG_SND_VIA82XX_MODEM=m
CONFIG_SND_VIRTUOSO=m
CONFIG_SND_VX222=m
CONFIG_SND_YMFPCI=m
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=m
CONFIG_SND_USB_USX2Y=m
CONFIG_SND_USB_CAIAQ=m
CONFIG_SND_USB_CAIAQ_INPUT=y
CONFIG_SND_USB_US122L=m
CONFIG_SND_PCMCIA=y
CONFIG_SND_VXPOCKET=m
CONFIG_SND_PDAUDIOCF=m
# CONFIG_SND_SOC is not set
# CONFIG_SOUND_PRIME is not set
CONFIG_AC97_BUS=m
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
CONFIG_HIDRAW=y

#
# USB Input Devices
#
CONFIG_USB_HID=y
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y

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

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DEVICE_CLASS is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
CONFIG_USB_SUSPEND=y
# CONFIG_USB_OTG is not set
CONFIG_USB_MON=y
# 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=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
# CONFIG_USB_ISP1362_HCD is not set
CONFIG_USB_OHCI_HCD=y
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_WHCI_HCD is not set
# CONFIG_USB_HWA_HCD is not set

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=m
# CONFIG_USB_WDM is not set
# 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 is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB 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_USS720 is not set
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX 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_BERRY_CHARGE 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_VST 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 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_CLEVO_MAIL is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_REGULATOR is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_INTEL_SS4200 is not set

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

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

#
# Reporting subsystems
#
# CONFIG_EDAC_DEBUG is not set
CONFIG_EDAC_DECODE_MCE=y
CONFIG_EDAC_MM_EDAC=m
# CONFIG_EDAC_AMD64 is not set
# CONFIG_EDAC_E752X is not set
# CONFIG_EDAC_I82975X is not set
# CONFIG_EDAC_I3000 is not set
# CONFIG_EDAC_I3200 is not set
# CONFIG_EDAC_X38 is not set
# CONFIG_EDAC_I5400 is not set
CONFIG_EDAC_I5000=m
# CONFIG_EDAC_I5100 is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

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

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

#
# SPI RTC drivers
#

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

#
# on-CPU RTC drivers
#
CONFIG_DMADEVICES=y

#
# DMA Devices
#
# CONFIG_INTEL_IOATDMA is not set
CONFIG_AUXDISPLAY=y
# CONFIG_KS0108 is not set
# CONFIG_UIO is not set

#
# TI VLYNQ
#
CONFIG_XEN_BALLOON=y
CONFIG_XEN_SCRUB_PAGES=y
# CONFIG_XEN_DEV_EVTCHN is not set
# CONFIG_XENFS is not set
CONFIG_XEN_SYS_HYPERVISOR=y
CONFIG_STAGING=y
# CONFIG_STAGING_EXCLUDE_BUILD is not set
# CONFIG_ET131X is not set
# CONFIG_SLICOSS is not set
# CONFIG_USB_IP_COMMON is not set
# CONFIG_ECHO 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_PANEL is not set
# CONFIG_ALTERA_PCIE_CHDMA is not set
# CONFIG_R8187SE is not set
# CONFIG_RTL8192E is not set
# CONFIG_INPUT_MIMIO is not set
# CONFIG_TRANZPORT is not set

#
# Qualcomm MSM Camera And Video
#

#
# Camera Sensor Selection
#
# CONFIG_INPUT_GPIO is not set
# CONFIG_POHMELFS is not set
# CONFIG_B3DFG is not set
# CONFIG_IDE_PHISON is not set
# CONFIG_PLAN9AUTH is not set
# CONFIG_LINE6_USB is not set
# CONFIG_DRM_VMWGFX is not set
CONFIG_DRM_RADEON_KMS=y
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_VT6655 is not set
# CONFIG_VT6656 is not set
# CONFIG_FB_UDL is not set
# CONFIG_HYPERV is not set
# CONFIG_VME_BUS is not set

#
# RAR Register Driver
#
# CONFIG_RAR_REGISTER is not set
# CONFIG_IIO is not set
# CONFIG_RAMZSWAP is not set
# CONFIG_BATMAN_ADV is not set
# CONFIG_SAMSUNG_LAPTOP is not set
# CONFIG_STRIP is not set
# CONFIG_PCMCIA_WAVELAN is not set
# CONFIG_PCMCIA_NETWAVE is not set
# CONFIG_FB_SM7XX is not set
CONFIG_X86_PLATFORM_DEVICES=y
# CONFIG_ACER_WMI is not set
# CONFIG_ACERHDF is not set
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_DELL_LAPTOP is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_MSI_LAPTOP is not set
# CONFIG_PANASONIC_LAPTOP is not set
# CONFIG_COMPAL_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_INTEL_MENLOW is not set
# CONFIG_EEEPC_LAPTOP 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

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

#
# File systems
#
# CONFIG_EXT2_FS 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=y
CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXT4_FS_XATTR=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_JBD2=y
CONFIG_JBD2_DEBUG=y
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_XFS_FS=m
CONFIG_XFS_QUOTA=y
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_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
# CONFIG_PRINT_QUOTA_WARNING is not set
CONFIG_QUOTA_TREE=y
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=m
CONFIG_FUSE_FS=m
# CONFIG_CUSE is not set
CONFIG_GENERIC_ACL=y

#
# Caches
#
# CONFIG_FSCACHE is not set

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
# CONFIG_UDF_FS is not set

#
# DOS/FAT/NT Filesystems
#
# CONFIG_MSDOS_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_VMCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
# CONFIG_CONFIGFS_FS is not set
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_ECRYPT_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# 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=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
# CONFIG_NFS_V4_1 is not set
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
CONFIG_RPCSEC_GSS_KRB5=m
CONFIG_RPCSEC_GSS_SPKM3=m
# CONFIG_SMB_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=y
CONFIG_AMIGA_PARTITION=y
# CONFIG_ATARI_PARTITION is not set
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_UNIXWARE_DISKLABEL=y
# CONFIG_LDM_PARTITION is not set
CONFIG_SGI_PARTITION=y
# CONFIG_ULTRIX_PARTITION is not set
CONFIG_SUN_PARTITION=y
CONFIG_KARMA_PARTITION=y
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
# CONFIG_NLS_ISO8859_1 is not set
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set
# CONFIG_DLM is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
# CONFIG_PRINTK_TIME is not set
# CONFIG_ENABLE_WARN_DEPRECATED is not set
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=2048
CONFIG_MAGIC_SYSRQ=y
CONFIG_STRIP_ASM_SYMS=y
CONFIG_UNUSED_SYMBOLS=y
CONFIG_DEBUG_FS=y
CONFIG_HEADERS_CHECK=y
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_SHIRQ=y
CONFIG_DETECT_SOFTLOCKUP=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 is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
CONFIG_DEBUG_SPINLOCK_SLEEP=y
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_VIRTUAL is not set
# CONFIG_DEBUG_WRITECOUNT is not set
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_DEBUG_LIST=y
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_DEBUG_CREDENTIALS is not set
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
CONFIG_BOOT_PRINTK_DELAY=y
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
# CONFIG_KPROBES_SANITY_TEST is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
# CONFIG_LKDTM is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_LATENCYTOP=y
# CONFIG_SYSCTL_SYSCALL_CHECK is not set
# CONFIG_DEBUG_PAGEALLOC is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FTRACE_NMI_ENTER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_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_TRACER_MAX_TRACE=y
CONFIG_RING_BUFFER=y
CONFIG_FTRACE_NMI_ENTER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_TRACING=y
CONFIG_GENERIC_TRACER=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
CONFIG_FUNCTION_TRACER=y
CONFIG_FUNCTION_GRAPH_TRACER=y
# CONFIG_IRQSOFF_TRACER is not set
CONFIG_SYSPROF_TRACER=y
CONFIG_SCHED_TRACER=y
CONFIG_FTRACE_SYSCALLS=y
# CONFIG_BOOT_TRACER is not set
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_PROFILE_ALL_BRANCHES is not set
CONFIG_POWER_TRACER=y
# CONFIG_KSYM_TRACER is not set
CONFIG_STACK_TRACER=y
CONFIG_KMEMTRACE=y
CONFIG_WORKQUEUE_TRACER=y
CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_KPROBE_EVENT=y
CONFIG_DYNAMIC_FTRACE=y
CONFIG_FUNCTION_PROFILER=y
CONFIG_FTRACE_MCOUNT_RECORD=y
# CONFIG_FTRACE_STARTUP_TEST is not set
# CONFIG_MMIOTRACE is not set
# CONFIG_RING_BUFFER_BENCHMARK is not set
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
# CONFIG_FIREWIRE_OHCI_REMOTE_DMA is not set
CONFIG_BUILD_DOCSRC=y
CONFIG_DYNAMIC_DEBUG=y
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
CONFIG_KGDB=y
CONFIG_KGDB_SERIAL_CONSOLE=y
CONFIG_KGDB_TESTS=y
# CONFIG_KGDB_TESTS_ON_BOOT is not set
CONFIG_HAVE_ARCH_KMEMCHECK=y
CONFIG_STRICT_DEVMEM=y
# CONFIG_X86_VERBOSE_BOOTUP is not set
CONFIG_EARLY_PRINTK=y
CONFIG_EARLY_PRINTK_DBGP=y
CONFIG_DEBUG_STACKOVERFLOW=y
# 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=y
# 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=y
# CONFIG_CPA_DEBUG is not set
CONFIG_OPTIMIZE_INLINING=y
# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set

#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_DEBUG_PROC_KEYS=y
CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
# CONFIG_SECURITY_PATH is not set
# CONFIG_INTEL_TXT is not set
CONFIG_LSM_MMAP_MIN_ADDR=65536
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1
CONFIG_SECURITY_SELINUX_DISABLE=y
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_AVC_STATS=y
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1
# CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is not set
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
CONFIG_IMA=y
CONFIG_IMA_MEASURE_PCR_IDX=10
CONFIG_IMA_AUDIT=y
CONFIG_IMA_LSM_RULES=y
CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFAULT_SECURITY_SMACK is not set
# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
# CONFIG_DEFAULT_SECURITY_DAC is not set
CONFIG_DEFAULT_SECURITY="selinux"
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=m
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_GF128MUL is not set
# CONFIG_CRYPTO_NULL is not set
CONFIG_CRYPTO_WORKQUEUE=y
# CONFIG_CRYPTO_CRYPTD is not set
# CONFIG_CRYPTO_AUTHENC is not set
# 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 is not set

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

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

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
# CONFIG_CRYPTO_CRC32C_INTEL is not set
# CONFIG_CRYPTO_GHASH is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# 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=y
# CONFIG_CRYPTO_SHA256 is not set
# CONFIG_CRYPTO_SHA512 is not set
# 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 is not set
# 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 is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_CAMELLIA is not set
CONFIG_CRYPTO_CAST5=m
# CONFIG_CRYPTO_CAST6 is not set
CONFIG_CRYPTO_DES=m
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_X86_64 is not set
# 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_X86_64 is not set

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

#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG 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_VIRTUALIZATION=y
CONFIG_KVM=m
CONFIG_KVM_INTEL=m
# CONFIG_KVM_AMD is not set
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_BALLOON is not set
CONFIG_BINARY_PRINTF=y

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_GENERIC_FIND_LAST_BIT=y
# CONFIG_CRC_CCITT is not set
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
# CONFIG_LIBCRC32C is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_NLATTR=y

[-- Attachment #3: kmemleak_20100128_1 --]
[-- Type: text/plain, Size: 64214 bytes --]

unreferenced object 0xffff88021f800000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.260s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    00 00 1c 00 00 ea ff ff 18 00 80 1f 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021fa00000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.260s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    00 00 38 00 00 ea ff ff 18 00 a0 1f 02 88 ff ff  ..8.............
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021f400000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.260s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    00 00 54 00 00 ea ff ff 18 00 40 1f 02 88 ff ff  ..T.......@.....
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021f200000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.260s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    00 00 a8 00 00 ea ff ff 18 00 20 1f 02 88 ff ff  .......... .....
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021ec00000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.260s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    00 00 c4 00 00 ea ff ff 18 00 c0 1e 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021ee00000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.261s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    00 00 e0 00 00 ea ff ff 18 00 e0 1e 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021e800000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.261s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    00 00 fc 00 00 ea ff ff 18 00 80 1e 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021e600000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.261s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    00 00 50 01 00 ea ff ff 18 00 60 1e 02 88 ff ff  ..P.......`.....
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021e000000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.261s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    00 00 6c 01 00 ea ff ff 18 00 00 1e 02 88 ff ff  ..l.............
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021de00000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.261s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 c0 01 00 ea ff ff 18 00 e0 1d 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021d800000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.262s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 dc 01 00 ea ff ff 18 00 80 1d 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021da00000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.262s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 f8 01 00 ea ff ff 18 00 a0 1d 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021d400000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.262s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 14 02 00 ea ff ff 18 00 40 1d 02 88 ff ff  ..........@.....
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021d200000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.262s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 68 02 00 ea ff ff 18 00 20 1d 02 88 ff ff  ..h....... .....
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021cc00000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.262s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 84 02 00 ea ff ff 18 00 c0 1c 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021ce00000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.263s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 a0 02 00 ea ff ff 18 00 e0 1c 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021c800000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.263s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 bc 02 00 ea ff ff 18 00 80 1c 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021c400000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.263s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 f4 02 00 ea ff ff 18 00 40 1c 02 88 ff ff  ..........@.....
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021be00000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.263s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 f0 03 00 ea ff ff 18 00 e0 1b 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021b800000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.263s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 0c 04 00 ea ff ff 18 00 80 1b 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021ba00000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.264s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 28 04 00 ea ff ff 18 00 a0 1b 02 88 ff ff  ..(.............
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021b200000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.264s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 98 04 00 ea ff ff 18 00 20 1b 02 88 ff ff  .......... .....
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021ac00000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.264s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 b4 04 00 ea ff ff 18 00 c0 1a 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021ae00000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.264s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 d0 04 00 ea ff ff 18 00 e0 1a 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021aa00000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.264s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 08 05 00 ea ff ff 18 00 a0 1a 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021a400000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.265s)
  hex dump (first 32 bytes):
    0c 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 24 05 00 ea ff ff 18 00 40 1a 02 88 ff ff  ..$.......@.....
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021a600000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.265s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 40 05 00 ea ff ff 18 00 60 1a 02 88 ff ff  ..@.......`.....
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021a000000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.265s)
  hex dump (first 32 bytes):
    0c 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 5c 05 00 ea ff ff 18 00 00 1a 02 88 ff ff  ..\.............
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff880219c00000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.265s)
  hex dump (first 32 bytes):
    0c 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 94 05 00 ea ff ff 18 00 c0 19 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff880219800000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.265s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    00 00 cc 05 00 ea ff ff 18 00 80 19 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff880219a00000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.266s)
  hex dump (first 32 bytes):
    0c 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 e8 05 00 ea ff ff 18 00 a0 19 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff880219400000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.266s)
  hex dump (first 32 bytes):
    0c 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 04 06 00 ea ff ff 18 00 40 19 02 88 ff ff  ..........@.....
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff880219200000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.266s)
  hex dump (first 32 bytes):
    0c 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 58 06 00 ea ff ff 18 00 20 19 02 88 ff ff  ..X....... .....
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff880218c00000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.266s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    00 00 74 06 00 ea ff ff 18 00 c0 18 02 88 ff ff  ..t.............
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff880218e00000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.266s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 90 06 00 ea ff ff 18 00 e0 18 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff880218800000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.267s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 ac 06 00 ea ff ff 18 00 80 18 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff880218600000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.267s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
    00 00 00 07 00 ea ff ff 18 00 60 18 02 88 ff ff  ..........`.....
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff880218000000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.267s)
  hex dump (first 32 bytes):
    0e 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 1c 07 00 ea ff ff 18 00 00 18 02 88 ff ff  ................
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff880218200000 (size 1310720):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.267s)
  hex dump (first 32 bytes):
    02 00 00 00 00 00 00 00 00 10 c1 00 00 c9 ff ff  ................
    00 00 38 07 00 ea ff ff 18 00 20 18 02 88 ff ff  ..8....... .....
  backtrace:
    [<ffffffff8144244f>] kmemleak_alloc+0x7c/0xa7
    [<ffffffff8110b230>] kmalloc_large_node+0x87/0x92
    [<ffffffff8110d197>] __kmalloc_node+0x2d/0x1be
    [<ffffffff81441d3f>] init_section_page_cgroup+0x94/0x1e9
    [<ffffffff81d0248c>] page_cgroup_init+0x83/0xb0
    [<ffffffff81ce0cec>] start_kernel+0x385/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021fc8f000 (size 128):
  comm "swapper", pid 0, jiffies 4294667296 (age 18678.267s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00  ................
    10 f0 c8 1f 02 88 ff ff 10 f0 c8 1f 02 88 ff ff  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bca5>] kmem_cache_alloc_node_notrace+0x126/0x14c
    [<ffffffff81452a87>] process_zones+0x5c/0x180
    [<ffffffff81cff246>] setup_per_cpu_pageset+0x11/0x27
    [<ffffffff81ce0d0f>] start_kernel+0x3a8/0x45a
    [<ffffffff81ce02bc>] x86_64_start_reservations+0xa7/0xab
    [<ffffffff81ce03b8>] x86_64_start_kernel+0xf8/0x107
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8802172674b0 (size 128):
  comm "swapper", pid 1, jiffies 4294667611 (age 18677.954s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00  ................
    c0 74 26 17 02 88 ff ff c0 74 26 17 02 88 ff ff  .t&......t&.....
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bca5>] kmem_cache_alloc_node_notrace+0x126/0x14c
    [<ffffffff81452a87>] process_zones+0x5c/0x180
    [<ffffffff81452be3>] pageset_cpuup_callback+0x38/0x94
    [<ffffffff81459f8a>] notifier_call_chain+0x68/0x9c
    [<ffffffff810700ad>] __raw_notifier_call_chain+0xe/0x10
    [<ffffffff814519af>] _cpu_up+0x87/0x149
    [<ffffffff81451ad5>] cpu_up+0x64/0x76
    [<ffffffff81ce0633>] kernel_init+0xe1/0x1e7
    [<ffffffff8100aaa4>] kernel_thread_helper+0x4/0x10
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff880217267ed8 (size 128):
  comm "swapper", pid 1, jiffies 4294667687 (age 18677.879s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00  ................
    e8 7e 26 17 02 88 ff ff e8 7e 26 17 02 88 ff ff  .~&......~&.....
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bca5>] kmem_cache_alloc_node_notrace+0x126/0x14c
    [<ffffffff81452a87>] process_zones+0x5c/0x180
    [<ffffffff81452be3>] pageset_cpuup_callback+0x38/0x94
    [<ffffffff81459f8a>] notifier_call_chain+0x68/0x9c
    [<ffffffff810700ad>] __raw_notifier_call_chain+0xe/0x10
    [<ffffffff814519af>] _cpu_up+0x87/0x149
    [<ffffffff81451ad5>] cpu_up+0x64/0x76
    [<ffffffff81ce0633>] kernel_init+0xe1/0x1e7
    [<ffffffff8100aaa4>] kernel_thread_helper+0x4/0x10
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8802172a7960 (size 128):
  comm "swapper", pid 1, jiffies 4294667763 (age 18677.803s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00  ................
    70 79 2a 17 02 88 ff ff 70 79 2a 17 02 88 ff ff  py*.....py*.....
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bca5>] kmem_cache_alloc_node_notrace+0x126/0x14c
    [<ffffffff81452a87>] process_zones+0x5c/0x180
    [<ffffffff81452be3>] pageset_cpuup_callback+0x38/0x94
    [<ffffffff81459f8a>] notifier_call_chain+0x68/0x9c
    [<ffffffff810700ad>] __raw_notifier_call_chain+0xe/0x10
    [<ffffffff814519af>] _cpu_up+0x87/0x149
    [<ffffffff81451ad5>] cpu_up+0x64/0x76
    [<ffffffff81ce0633>] kernel_init+0xe1/0x1e7
    [<ffffffff8100aaa4>] kernel_thread_helper+0x4/0x10
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8802172b13e8 (size 128):
  comm "swapper", pid 1, jiffies 4294667839 (age 18677.727s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00  ................
    f8 13 2b 17 02 88 ff ff f8 13 2b 17 02 88 ff ff  ..+.......+.....
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bca5>] kmem_cache_alloc_node_notrace+0x126/0x14c
    [<ffffffff81452a87>] process_zones+0x5c/0x180
    [<ffffffff81452be3>] pageset_cpuup_callback+0x38/0x94
    [<ffffffff81459f8a>] notifier_call_chain+0x68/0x9c
    [<ffffffff810700ad>] __raw_notifier_call_chain+0xe/0x10
    [<ffffffff814519af>] _cpu_up+0x87/0x149
    [<ffffffff81451ad5>] cpu_up+0x64/0x76
    [<ffffffff81ce0633>] kernel_init+0xe1/0x1e7
    [<ffffffff8100aaa4>] kernel_thread_helper+0x4/0x10
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8802172b1e10 (size 128):
  comm "swapper", pid 1, jiffies 4294667915 (age 18677.653s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00  ................
    20 1e 2b 17 02 88 ff ff 20 1e 2b 17 02 88 ff ff   .+..... .+.....
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bca5>] kmem_cache_alloc_node_notrace+0x126/0x14c
    [<ffffffff81452a87>] process_zones+0x5c/0x180
    [<ffffffff81452be3>] pageset_cpuup_callback+0x38/0x94
    [<ffffffff81459f8a>] notifier_call_chain+0x68/0x9c
    [<ffffffff810700ad>] __raw_notifier_call_chain+0xe/0x10
    [<ffffffff814519af>] _cpu_up+0x87/0x149
    [<ffffffff81451ad5>] cpu_up+0x64/0x76
    [<ffffffff81ce0633>] kernel_init+0xe1/0x1e7
    [<ffffffff8100aaa4>] kernel_thread_helper+0x4/0x10
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8802172bb898 (size 128):
  comm "swapper", pid 1, jiffies 4294667992 (age 18677.576s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00  ................
    a8 b8 2b 17 02 88 ff ff a8 b8 2b 17 02 88 ff ff  ..+.......+.....
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bca5>] kmem_cache_alloc_node_notrace+0x126/0x14c
    [<ffffffff81452a87>] process_zones+0x5c/0x180
    [<ffffffff81452be3>] pageset_cpuup_callback+0x38/0x94
    [<ffffffff81459f8a>] notifier_call_chain+0x68/0x9c
    [<ffffffff810700ad>] __raw_notifier_call_chain+0xe/0x10
    [<ffffffff814519af>] _cpu_up+0x87/0x149
    [<ffffffff81451ad5>] cpu_up+0x64/0x76
    [<ffffffff81ce0633>] kernel_init+0xe1/0x1e7
    [<ffffffff8100aaa4>] kernel_thread_helper+0x4/0x10
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff880217337320 (size 128):
  comm "swapper", pid 1, jiffies 4294668068 (age 18677.500s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00  ................
    30 73 33 17 02 88 ff ff 30 73 33 17 02 88 ff ff  0s3.....0s3.....
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bca5>] kmem_cache_alloc_node_notrace+0x126/0x14c
    [<ffffffff81452a87>] process_zones+0x5c/0x180
    [<ffffffff81452be3>] pageset_cpuup_callback+0x38/0x94
    [<ffffffff81459f8a>] notifier_call_chain+0x68/0x9c
    [<ffffffff810700ad>] __raw_notifier_call_chain+0xe/0x10
    [<ffffffff814519af>] _cpu_up+0x87/0x149
    [<ffffffff81451ad5>] cpu_up+0x64/0x76
    [<ffffffff81ce0633>] kernel_init+0xe1/0x1e7
    [<ffffffff8100aaa4>] kernel_thread_helper+0x4/0x10
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021683bbf0 (size 1024):
  comm "swapper", pid 1, jiffies 4294669207 (age 18676.367s)
  hex dump (first 32 bytes):
    00 00 d2 fe 00 00 00 00 ff ff d9 fe 00 00 00 00  ................
    e0 d6 b5 16 02 88 ff ff 00 02 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110d571>] __kmalloc+0x1a4/0x1cd
    [<ffffffff81449d54>] pci_acpi_scan_root+0x1b1/0x2a9
    [<ffffffff81446917>] acpi_pci_root_add+0x173/0x273
    [<ffffffff81277f1d>] acpi_device_probe+0x50/0x122
    [<ffffffff812e62db>] driver_probe_device+0xed/0x21a
    [<ffffffff812e6465>] __driver_attach+0x5d/0x81
    [<ffffffff812e5741>] bus_for_each_dev+0x59/0x8e
    [<ffffffff812e6062>] driver_attach+0x1e/0x20
    [<ffffffff812e5c84>] bus_add_driver+0xd8/0x240
    [<ffffffff812e676b>] driver_register+0x9d/0x10e
    [<ffffffff81278a24>] acpi_bus_register_driver+0x43/0x45
    [<ffffffff81d0ec54>] acpi_pci_root_init+0x19/0x28
    [<ffffffff81002069>] do_one_initcall+0x5e/0x15e
    [<ffffffff81ce06df>] kernel_init+0x18d/0x1e7
    [<ffffffff8100aaa4>] kernel_thread_helper+0x4/0x10
unreferenced object 0xffff880216b5d6e0 (size 16):
  comm "swapper", pid 1, jiffies 4294669207 (age 18676.369s)
  hex dump (first 16 bytes):
    50 43 49 20 42 75 73 20 30 30 30 30 3a 30 30 00  PCI Bus 0000:00.
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81449d72>] pci_acpi_scan_root+0x1cf/0x2a9
    [<ffffffff81446917>] acpi_pci_root_add+0x173/0x273
    [<ffffffff81277f1d>] acpi_device_probe+0x50/0x122
    [<ffffffff812e62db>] driver_probe_device+0xed/0x21a
    [<ffffffff812e6465>] __driver_attach+0x5d/0x81
    [<ffffffff812e5741>] bus_for_each_dev+0x59/0x8e
    [<ffffffff812e6062>] driver_attach+0x1e/0x20
    [<ffffffff812e5c84>] bus_add_driver+0xd8/0x240
    [<ffffffff812e676b>] driver_register+0x9d/0x10e
    [<ffffffff81278a24>] acpi_bus_register_driver+0x43/0x45
    [<ffffffff81d0ec54>] acpi_pci_root_init+0x19/0x28
    [<ffffffff81002069>] do_one_initcall+0x5e/0x15e
    [<ffffffff81ce06df>] kernel_init+0x18d/0x1e7
    [<ffffffff8100aaa4>] kernel_thread_helper+0x4/0x10
unreferenced object 0xffff8801f85691f8 (size 96):
  comm "modprobe", pid 1510, jiffies 4294728283 (age 18618.043s)
  hex dump (first 32 bytes):
    b8 0b 00 00 00 00 00 00 a8 5b 01 00 00 00 00 00  .........[......
    a0 00 00 00 00 00 00 00 0a 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110d571>] __kmalloc+0x1a4/0x1cd
    [<ffffffff812a0720>] acpi_processor_register_performance+0x2b2/0x3f2
    [<ffffffffa03149ee>] acpi_cpufreq_cpu_init+0x122/0x571 [acpi_cpufreq]
    [<ffffffff8139a917>] cpufreq_add_dev+0x245/0x526
    [<ffffffff812e49af>] sysdev_driver_register+0xc1/0x11b
    [<ffffffff81398fee>] cpufreq_register_driver+0xcb/0x1ca
    [<ffffffffa03180f2>] 0xffffffffa03180f2
    [<ffffffff81002069>] do_one_initcall+0x5e/0x15e
    [<ffffffff8108b48f>] sys_init_module+0xd8/0x23a
    [<ffffffff81009c32>] system_call_fastpath+0x16/0x1b
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801f8569930 (size 96):
  comm "modprobe", pid 1510, jiffies 4294728293 (age 18618.033s)
  hex dump (first 32 bytes):
    b8 0b 00 00 00 00 00 00 a8 5b 01 00 00 00 00 00  .........[......
    a0 00 00 00 00 00 00 00 0a 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110d571>] __kmalloc+0x1a4/0x1cd
    [<ffffffff812a0720>] acpi_processor_register_performance+0x2b2/0x3f2
    [<ffffffffa03149ee>] acpi_cpufreq_cpu_init+0x122/0x571 [acpi_cpufreq]
    [<ffffffff8139a917>] cpufreq_add_dev+0x245/0x526
    [<ffffffff812e49af>] sysdev_driver_register+0xc1/0x11b
    [<ffffffff81398fee>] cpufreq_register_driver+0xcb/0x1ca
    [<ffffffffa03180f2>] 0xffffffffa03180f2
    [<ffffffff81002069>] do_one_initcall+0x5e/0x15e
    [<ffffffff8108b48f>] sys_init_module+0xd8/0x23a
    [<ffffffff81009c32>] system_call_fastpath+0x16/0x1b
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801f8569b28 (size 96):
  comm "modprobe", pid 1510, jiffies 4294728305 (age 18618.021s)
  hex dump (first 32 bytes):
    b8 0b 00 00 00 00 00 00 a8 5b 01 00 00 00 00 00  .........[......
    a0 00 00 00 00 00 00 00 0a 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110d571>] __kmalloc+0x1a4/0x1cd
    [<ffffffff812a0720>] acpi_processor_register_performance+0x2b2/0x3f2
    [<ffffffffa03149ee>] acpi_cpufreq_cpu_init+0x122/0x571 [acpi_cpufreq]
    [<ffffffff8139a917>] cpufreq_add_dev+0x245/0x526
    [<ffffffff812e49af>] sysdev_driver_register+0xc1/0x11b
    [<ffffffff81398fee>] cpufreq_register_driver+0xcb/0x1ca
    [<ffffffffa03180f2>] 0xffffffffa03180f2
    [<ffffffff81002069>] do_one_initcall+0x5e/0x15e
    [<ffffffff8108b48f>] sys_init_module+0xd8/0x23a
    [<ffffffff81009c32>] system_call_fastpath+0x16/0x1b
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801f85697e0 (size 96):
  comm "modprobe", pid 1510, jiffies 4294728315 (age 18618.144s)
  hex dump (first 32 bytes):
    b8 0b 00 00 00 00 00 00 a8 5b 01 00 00 00 00 00  .........[......
    a0 00 00 00 00 00 00 00 0a 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110d571>] __kmalloc+0x1a4/0x1cd
    [<ffffffff812a0720>] acpi_processor_register_performance+0x2b2/0x3f2
    [<ffffffffa03149ee>] acpi_cpufreq_cpu_init+0x122/0x571 [acpi_cpufreq]
    [<ffffffff8139a917>] cpufreq_add_dev+0x245/0x526
    [<ffffffff812e49af>] sysdev_driver_register+0xc1/0x11b
    [<ffffffff81398fee>] cpufreq_register_driver+0xcb/0x1ca
    [<ffffffffa03180f2>] 0xffffffffa03180f2
    [<ffffffff81002069>] do_one_initcall+0x5e/0x15e
    [<ffffffff8108b48f>] sys_init_module+0xd8/0x23a
    [<ffffffff81009c32>] system_call_fastpath+0x16/0x1b
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801f8569f18 (size 96):
  comm "modprobe", pid 1510, jiffies 4294728323 (age 18618.137s)
  hex dump (first 32 bytes):
    b8 0b 00 00 00 00 00 00 a8 5b 01 00 00 00 00 00  .........[......
    a0 00 00 00 00 00 00 00 0a 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110d571>] __kmalloc+0x1a4/0x1cd
    [<ffffffff812a0720>] acpi_processor_register_performance+0x2b2/0x3f2
    [<ffffffffa03149ee>] acpi_cpufreq_cpu_init+0x122/0x571 [acpi_cpufreq]
    [<ffffffff8139a917>] cpufreq_add_dev+0x245/0x526
    [<ffffffff812e49af>] sysdev_driver_register+0xc1/0x11b
    [<ffffffff81398fee>] cpufreq_register_driver+0xcb/0x1ca
    [<ffffffffa03180f2>] 0xffffffffa03180f2
    [<ffffffff81002069>] do_one_initcall+0x5e/0x15e
    [<ffffffff8108b48f>] sys_init_module+0xd8/0x23a
    [<ffffffff81009c32>] system_call_fastpath+0x16/0x1b
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801f8569bd0 (size 96):
  comm "modprobe", pid 1510, jiffies 4294728332 (age 18618.128s)
  hex dump (first 32 bytes):
    b8 0b 00 00 00 00 00 00 a8 5b 01 00 00 00 00 00  .........[......
    a0 00 00 00 00 00 00 00 0a 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110d571>] __kmalloc+0x1a4/0x1cd
    [<ffffffff812a0720>] acpi_processor_register_performance+0x2b2/0x3f2
    [<ffffffffa03149ee>] acpi_cpufreq_cpu_init+0x122/0x571 [acpi_cpufreq]
    [<ffffffff8139a917>] cpufreq_add_dev+0x245/0x526
    [<ffffffff812e49af>] sysdev_driver_register+0xc1/0x11b
    [<ffffffff81398fee>] cpufreq_register_driver+0xcb/0x1ca
    [<ffffffffa03180f2>] 0xffffffffa03180f2
    [<ffffffff81002069>] do_one_initcall+0x5e/0x15e
    [<ffffffff8108b48f>] sys_init_module+0xd8/0x23a
    [<ffffffff81009c32>] system_call_fastpath+0x16/0x1b
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801f8569888 (size 96):
  comm "modprobe", pid 1510, jiffies 4294728340 (age 18618.120s)
  hex dump (first 32 bytes):
    b8 0b 00 00 00 00 00 00 a8 5b 01 00 00 00 00 00  .........[......
    a0 00 00 00 00 00 00 00 0a 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110d571>] __kmalloc+0x1a4/0x1cd
    [<ffffffff812a0720>] acpi_processor_register_performance+0x2b2/0x3f2
    [<ffffffffa03149ee>] acpi_cpufreq_cpu_init+0x122/0x571 [acpi_cpufreq]
    [<ffffffff8139a917>] cpufreq_add_dev+0x245/0x526
    [<ffffffff812e49af>] sysdev_driver_register+0xc1/0x11b
    [<ffffffff81398fee>] cpufreq_register_driver+0xcb/0x1ca
    [<ffffffffa03180f2>] 0xffffffffa03180f2
    [<ffffffff81002069>] do_one_initcall+0x5e/0x15e
    [<ffffffff8108b48f>] sys_init_module+0xd8/0x23a
    [<ffffffff81009c32>] system_call_fastpath+0x16/0x1b
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8802164ad5e8 (size 96):
  comm "modprobe", pid 1510, jiffies 4294728349 (age 18618.246s)
  hex dump (first 32 bytes):
    b8 0b 00 00 00 00 00 00 a8 5b 01 00 00 00 00 00  .........[......
    a0 00 00 00 00 00 00 00 0a 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110d571>] __kmalloc+0x1a4/0x1cd
    [<ffffffff812a0720>] acpi_processor_register_performance+0x2b2/0x3f2
    [<ffffffffa03149ee>] acpi_cpufreq_cpu_init+0x122/0x571 [acpi_cpufreq]
    [<ffffffff8139a917>] cpufreq_add_dev+0x245/0x526
    [<ffffffff812e49af>] sysdev_driver_register+0xc1/0x11b
    [<ffffffff81398fee>] cpufreq_register_driver+0xcb/0x1ca
    [<ffffffffa03180f2>] 0xffffffffa03180f2
    [<ffffffff81002069>] do_one_initcall+0x5e/0x15e
    [<ffffffff8108b48f>] sys_init_module+0xd8/0x23a
    [<ffffffff81009c32>] system_call_fastpath+0x16/0x1b
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8802118f4090 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866498 (age 18480.345s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a8238000 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866528 (age 18480.315s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a823a048 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866542 (age 18480.301s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a823c090 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866556 (age 18480.287s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801d8e84090 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866576 (age 18480.436s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801d8e82048 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866594 (age 18480.418s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a8310000 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866609 (age 18480.403s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff880213acc090 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866626 (age 18480.386s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a8380000 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866641 (age 18480.371s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a8382048 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866655 (age 18480.521s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a8384090 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866670 (age 18480.506s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a7830000 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866684 (age 18480.492s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a7832048 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866699 (age 18480.477s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a7834090 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866713 (age 18480.463s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a7920000 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866730 (age 18480.610s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a7922048 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866745 (age 18480.595s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a7924090 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866757 (age 18480.583s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a78a8000 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866779 (age 18480.562s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a78aa048 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866794 (age 18480.547s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a78ac090 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866807 (age 18480.701s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a8090000 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866819 (age 18480.689s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff8801a8094090 (size 8192):
  comm "Xorg", pid 2283, jiffies 4294866843 (age 18480.665s)
  hex dump (first 32 bytes):
    00 00 00 00 00 00 00 00 0f 00 00 00 0f 00 00 00  ................
    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110bf7d>] kmem_cache_alloc_notrace+0x11b/0x12d
    [<ffffffff81008dad>] copy_thread+0x10a/0x231
    [<ffffffff8104e16a>] copy_process+0xd41/0x149b
    [<ffffffff8104ea3e>] do_fork+0x17a/0x333
    [<ffffffff8101116a>] sys_clone+0x28/0x2a
    [<ffffffff81009fd3>] stub_clone+0x13/0x20
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff880213086aa0 (size 64):
  comm "packagekitd", pid 13483, jiffies 4309479502 (age 3868.686s)
  hex dump (first 32 bytes):
    e6 01 00 00 e6 01 00 00 04 00 00 00 ff ff ff ff  ................
    00 00 00 00 ff ff ff ff 01 00 00 00 00 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110c165>] kmem_cache_alloc+0x124/0x173
    [<ffffffff811e52da>] avc_alloc_node+0x27/0x1ec
    [<ffffffff811e593f>] avc_has_perm_noaudit+0x147/0x3d8
    [<ffffffff811ebaf3>] task_has_capability+0xb2/0x10a
    [<ffffffff811ebb81>] selinux_capable+0x36/0x3f
    [<ffffffff811ebc8d>] selinux_vm_enough_memory+0x2e/0x45
    [<ffffffff811e121a>] security_vm_enough_memory+0x52/0x56
    [<ffffffff810f41e6>] mmap_region+0x18a/0x4bb
    [<ffffffff810f47a7>] do_mmap_pgoff+0x290/0x2f3
    [<ffffffff810f4900>] sys_mmap_pgoff+0xf6/0x12e
    [<ffffffff8100dddd>] sys_mmap+0x22/0x24
    [<ffffffff81009c32>] system_call_fastpath+0x16/0x1b
    [<ffffffffffffffff>] 0xffffffffffffffff
unreferenced object 0xffff88021115c4c8 (size 64):
  comm "pgrep", pid 13535, jiffies 4309520636 (age 3827.817s)
  hex dump (first 32 bytes):
    82 01 00 00 e0 05 00 00 07 00 00 00 53 00 50 00  ............S.P.
    00 00 00 00 ff ff ff ff 01 00 00 00 01 00 00 00  ................
  backtrace:
    [<ffffffff81442433>] kmemleak_alloc+0x60/0xa7
    [<ffffffff8110c165>] kmem_cache_alloc+0x124/0x173
    [<ffffffff811e52da>] avc_alloc_node+0x27/0x1ec
    [<ffffffff811e593f>] avc_has_perm_noaudit+0x147/0x3d8
    [<ffffffff811e5c0b>] avc_has_perm+0x3b/0x6e
    [<ffffffff811e9980>] inode_has_perm+0xaa/0xce
    [<ffffffff811e9f47>] dentry_has_perm+0x5a/0x70
    [<ffffffff811e9fdd>] selinux_inode_getattr+0x2c/0x2e
    [<ffffffff811e0e88>] security_inode_getattr+0x25/0x27
    [<ffffffff8111cf86>] vfs_getattr+0x25/0x66
    [<ffffffff8111d012>] vfs_fstatat+0x4b/0x62
    [<ffffffff8111d11b>] vfs_stat+0x1b/0x1d
    [<ffffffff8111d13c>] sys_newstat+0x1f/0x3d
    [<ffffffff81009c32>] system_call_fastpath+0x16/0x1b
    [<ffffffffffffffff>] 0xffffffffffffffff

^ permalink raw reply

* Re: [PATCH 3/3] net: macvtap driver
From: Arnd Bergmann @ 2010-01-28 20:18 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: David Miller, Stephen Hemminger, Patrick McHardy, Herbert Xu,
	Or Gerlitz, netdev, bridge, linux-kernel
In-Reply-To: <20100128173438.GA3476@redhat.com>

On Thursday 28 January 2010, Michael S. Tsirkin wrote:
> On Wed, Jan 27, 2010 at 10:09:27PM +0100, Arnd Bergmann wrote:
> > +static inline struct macvtap_queue *macvtap_file_get_queue(struct file *file)
> > +{
> > +	rcu_read_lock_bh();
> > +	return rcu_dereference(file->private_data);
> > +}
> > +
> > +static inline void macvtap_file_put_queue(void)
> > +{
> > +	rcu_read_unlock_bh();
> > +}
> > +
> 
> I find such wrappers around rcu obscure this,
> already sufficiently complex, pattern.
> Might be just me.

Obviously I find them useful here, but if more people feel the
same as you, I'll just open-code them.

> > +static int macvtap_open(struct inode *inode, struct file *file)
> > +{
> > +	struct net *net = current->nsproxy->net_ns;
> > +	struct net_device *dev = dev_get_by_index(net, iminor(inode));
> > +	struct macvtap_queue *q;
> > +	int err;
> > +
> 
> This seems to keep reference to device as long as character device is
> open, which, if I understand correctly, will start printing error
> messages to kernel log about once a second if you try to remove the
> device.
> 
> I suspect the best way to fix this issue would be to use some kind
> of notifier so that macvtap can disconnect on device removal.

I think I'm just missing the put in the open function, the code
already handles the netif and the file disappearing independently.

Thanks for spotting this one, I'll fix that in the next post.

> > +	skb_reserve(skb, NET_IP_ALIGN);
> > +	skb_put(skb, count);
> > +
> > +	if (skb_copy_datagram_from_iovec(skb, 0, iv, 0, len)) {
> > +		macvlan_count_rx(q->vlan, 0, false, false);
> > +		kfree_skb(skb);
> > +		return -EFAULT;
> > +	}
> > +
> > +	skb_set_network_header(skb, ETH_HLEN);
> > +
> > +	macvlan_start_xmit(skb, q->vlan->dev);
> > +
> > +	return count;
> > +}
> > +
> 
> I am surprised there's no GSO support.  Would it be a good idea to share
> code with tun driver? That already has GSO ...

The driver still only does the minimum feature set to get things going.
GSO is an obvious extension, but I wanted the code to be as simple
as possible to find all the basic bugs before we do anything fancy.

> Also, network header pointer seems off for vlan packets?

That may well be, I haven't tried vlan. What do you think it should do
then?

> > +/*
> > + * provide compatibility with generic tun/tap interface
> > + */
> > +static long macvtap_ioctl(struct file *file, unsigned int cmd,
> > +			  unsigned long arg)
> > +{
> 
> All of these seem to be stubs, and tun has many more that you didn't
> stub out. So, why do you bother to support any ioctls at all?

Again, minimum features to get things going. qemu fails to open
the device if these ioctls are not implemented, but any of the
more advanced features are left out.

Thansk for the review,

	Arnd

^ permalink raw reply

* Re: CBQ broken in 2.6
From: Anton Ivanov @ 2010-01-28 19:48 UTC (permalink / raw)
  To: Jarek Poplawski; +Cc: David Miller, netdev
In-Reply-To: <20100128184519.GA3109@del.dom.local>

Hi Jarek,

[snip]


> > Alternatively, it may be a bug with the stats themselves which once
> > again I do not see in the actual sch_cbq.c file.
> 
> For now I could only find some explanation in this place:
> 
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=net/sched/sch_cbq.c;h=3846d65bc03ec7a7de7e6ca674dc6c2b255dc570;hb=HEAD
> 
> 820 static __inline__ struct sk_buff *
> 821 cbq_dequeue_prio(struct Qdisc *sch, int prio)
> 822 {
> ...
> 863                         if (borrow != cl) {
> 864 #ifndef CBQ_XSTATS_BORROWS_BYTES
> 865                                 borrow->xstats.borrows++;
> 866                                 cl->xstats.borrows++;
> 867 #else
> 868                                 borrow->xstats.borrows += qdisc_pkt_len(skb);
> 869                                 cl->xstats.borrows += qdisc_pkt_len(skb);
> 870 #endif
> 
> So, xstats.borrows is updated for lender as well, which might look
> wrong/right/funny (depending on your political principles ;-).

OK. I will look at it. The traffic is actually in a subclass (1:18) so
this may explain it. It definitely does not fit my "political
principles". Borrow should mean how many times the class has borrowed
and overactions should mean the whole lot of overs - delay, borrow,
drop, etc. At least that were the semantics on BSD and other
implementations I dealt with before Linux. 

My problem as well is that my C has always sucked bricks and I use it
once a year when I run into a problem like that. So it takes me a while
to trace it and figure it out.

> 
> It could be your case if the class above has an unbounded child class.
> Otherwise, it needs more searching. Btw, I'm not the CBQ expert to
> verify (without learning the specs) these borrowing relations. (As a
> matter of fact, within a few years I didn't find here many traces of
> such (active) experts, so my recommendation would be HTB or HFSC
> unless you really know what you're doing ;-)

Well, I know CBQ reasonably well from a "network engineer" perspective.
I used to run it production in an ISP 1998 and after that in an SMB
2002-2007. I have also been running it in lab and on my home network for
10+ years. Mostly on BSD though. There was even a point where I
maintained a fork of the patches before they went into the main tree.
The sole reason I ditched BSD was that they plugged it into the pf
framework and it became too big of a hassle to port/maintain the
configs.

I know what I am doing and HTB is not what I want. It is a good algo for
expressing classic commerical relationships (CIR/PIR). It is worse than
CBQ for "sharing" where all of the apps that share are your own and the
scheduler/estimator is good.

Thanks for all the help. 

> 
> Regards,
> Jarek P.
> 
-- 
   Understanding is a three-edged sword:
            your side, their side, and the truth. --Kosh Naranek

A. R. Ivanov
E-mail:  anton.ivanov@kot-begemot.co.uk
WWW:     http://www.kot-begemot.co.uk/



^ permalink raw reply

* Re: Intel 82598, RSS and PPPoE
From: Brandeburg, Jesse @ 2010-01-28 19:32 UTC (permalink / raw)
  To: Eric Dumazet; +Cc: Alexander Lapidus, netdev@vger.kernel.org, e1000-devel
In-Reply-To: <1264694357.2930.8.camel@edumazet-laptop>



On Thu, 28 Jan 2010, Eric Dumazet wrote:

> Le jeudi 28 janvier 2010 à 13:34 +0200, Alexander Lapidus a écrit :
> > Hello, everybody!
> >  Help is needed in such case. We have a linux-box, running under CentOS 5.4 
> > with a latest kernel. Intel 10 Gigabit AF DA Dual Port Server Adapter (based 
> > on Intel 82598EB) is used for routing purposes. Linux-box is dual CPU Xeon 
> > E5530 server.  Interface eth0 is an uplink to the network core with pure IPv4 
> > trafic on it. Interface eth1 is an downlink to customers. We have 3000 802.1q 
> > VLANs on it. PPPoE server daemon is running on all VLAN interfaces. So we have 
> > ethernet frames with 802.1q VLAN tag and PPPoE header incapsulated. Our 
> > problem is with RX packet distribution between rx-queues on this  interface. 
> > All those packets are coming to RX-queue-0. As i understood from Intel 
> > specification on 82598 chipset, problem is with RSS, which can't decode PPPoE 
> > header, so packet is going only to queue 0. My question is how to force such 
> > packets to spread between different queues. May be it's possible to use VMDq 
> > in this configuration, or any other solution?
> > 
> > P.S. We tried this configuration with in-kernel driver and with latest driver 
> > from Intel (ixgbe-2.0.44.14). Situation is the same.
> > 
> > 
> 
> What exact linux kernel version are you using ?
> 
> If hardware is not able to spread packets into multiple receive queues
> because of VLAN or PPOE encapsulation then you might try RPS (not yet
> included in kernel) and add appropriate
> PPOE decoding in low level frame handling.
> 
> RPS v5 pointer : http://www.spinics.net/lists/netdev/msg118378.html

In addition or instead of RPS, using the 82598 software developers manual 
you could pretty quickly code up a queue spreading model using the vlan 
tags and VMDq mode.  I believe you can just turn on VMDq mode and get the 
vlan filtering behavior enabled with a single register write.

It appears the VFTA table has some entries in it that can control the 
queue picked for each VLAN id hash match in the table.  I think even 
filling this with an incrementing value would allow vlan packets with 
non-IP traffic to be automatically spread out to all available queues (as 
long as there was enough randomness in the hash result for the input vlan 
ids.

Hope this helps, you might want to consider sending queries like this in 
the future to e1000-devel@lists.sourceforge.net

Jesse

^ permalink raw reply

* Re: 0% cpu usasge after fresh boot or net restart but 10% CPU if kernel flush route cache
From: cold cold @ 2010-01-28 18:49 UTC (permalink / raw)
  To: Eric Dumazet; +Cc: netdev
In-Reply-To: <1264698380.2930.20.camel@edumazet-laptop>

On Thu, Jan 28, 2010 at 7:06 PM, Eric Dumazet <eric.dumazet@gmail.com> wrote:
> Le jeudi 28 janvier 2010 à 18:26 +0200, cold cold a écrit :
>> On Thu, Jan 28, 2010 at 6:09 PM, Eric Dumazet <eric.dumazet@gmail.com> wrote:
>> > Le jeudi 28 janvier 2010 à 11:14 +0200, cold cold a écrit :
>> >
>> >>
>> >> RX Kpps : 57 TX Kpps : 53  RX Kbits : 331184 TX Kbits : 306213
>> >> RX Kpps : 59 TX Kpps : 54  RX Kbits : 345517 TX Kbits : 304323
>> >> RX Kpps : 56 TX Kpps : 52  RX Kbits : 331418 TX Kbits : 296032
>> >> RX Kpps : 60 TX Kpps : 54  RX Kbits : 362007 TX Kbits : 297371
>> >> RX Kpps : 59 TX Kpps : 52  RX Kbits : 360455 TX Kbits : 280603
>> >>
>> >>
>> >> ON  one cpu, gc_interval to 1, gc_elasticity 2
>> >>
>> >> Cpu0  :  0.0%us,  0.0%sy,  0.0%ni, 72.0%id,  0.0%wa,  8.3%hi, 19.7%si,  0.0%st
>> >> Cpu1  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
>> >> Cpu2  :  0.0%us,  0.3%sy,  0.0%ni, 99.7%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
>> >> Cpu3  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
>> >>
>> >> ------------------------------------------------------------------------------
>> >>    PerfTop:   17064 irqs/sec  kernel:98.0% [100000 cycles],  (all, 4 CPUs)
>> >> ------------------------------------------------------------------------------
>> >>
>> >>              samples    pcnt   kernel function
>> >>              _______   _____   _______________
>> >>
>> >>             40388.00 - 27.8% : acpi_idle_do_entry
>> >>             24651.00 - 17.0% : read_hpet
>> >>              4271.00 -  2.9% : _spin_lock
>> >>              3388.00 -  2.3% : pskb_expand_head
>> >>              3288.00 -  2.3% : igb_poll [igb]
>> >>              3246.00 -  2.2% : irq_entries_start
>> >>              2868.00 -  2.0% : dev_gro_receive
>> >>              2665.00 -  1.8% : igb_xmit_frame_adv       [igb]
>> >>              2513.00 -  1.7% : ip_route_input
>> >>              2144.00 -  1.5% : igb_clean_tx_irq [igb]
>> >>              1842.00 -  1.3% : __slab_free
>> >>              1544.00 -  1.1% : dev_queue_xmit
>> >>              1423.00 -  1.0% : igb_msix_rx      [igb]
>> >>              1353.00 -  0.9% : __alloc_skb
>> >>              1285.00 -  0.9% : eth_type_trans
>> >> --
>> >
>> > All this seems pretty normal profile (regarding networking functions),
>> > your machine should scale without problem.
>> >
>> > Of course, the two first functions (acpi_idle_do_entry() & read_hpet())
>> > look suspicious but I have no idea why.
>> >
>>
>> i make with flushing without gc on 2 cpu  2 time more traffic  and CPU
>> usage about 5 times less
>>
>> top - 11:22:04 up  6:45,  5 users,  load average: 0.00, 0.10, 0.25
>> Tasks:  84 total,   1 running,  83 sleeping,   0 stopped,   0 zombie
>> Cpu0  :  0.0%us,  0.3%sy,  0.0%ni, 94.0%id,  0.0%wa,  1.7%hi,  4.0%si,  0.0%st
>> Cpu1  :  0.3%us,  0.0%sy,  0.0%ni, 97.7%id,  0.0%wa,  0.7%hi,  1.3%si,  0.0%st
>> Cpu2  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
>> Cpu3  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
>>
>
> pure luck I guess, since you use two cpus here instead of one, but
> nothing guarantee this.
>
>>
>> RX Kpps : 90 TX Kpps : 75  RX Kbits : 582791 TX Kbits : 413873
>> RX Kpps : 87 TX Kpps : 74  RX Kbits : 546327 TX Kbits : 415852
>> RX Kpps : 87 TX Kpps : 74  RX Kbits : 544820 TX Kbits : 418339
>> RX Kpps : 88 TX Kpps : 73  RX Kbits : 569143 TX Kbits : 406438
>> --
>
> Not sure I understand your goals. Previous numbers were with less
> trafic ?
>
> What do you want ? your cpus being idle, or your router being able to
> forward packets without drops ?
>
> Good, but if you drop packets when real garbage collection is done, you
> loose. Make your choice :)
>
>

what you mean drop packets ?

i test 2 different things and shearing results with you
first test with high CPU is with garbage collection function
second results represent CPU usage with totally disabled  garbage collection

^ permalink raw reply

* Re: [RFC] [PATCH] net: Add support for ndo_select_queue() functions to cache the queue mapping
From: Krishna Kumar2 @ 2010-01-28 19:04 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: linux-net-drivers, netdev
In-Reply-To: <1264704059.2783.50.camel@achroite.uk.solarflarecom.com>

> Ben Hutchings <bhutchings@solarflare.com>
>
> Re: [RFC] [PATCH] net: Add support for ndo_select_queue() functions
> to cache the queue mapping
>
> On Fri, 2010-01-29 at 00:11 +0530, Krishna Kumar2 wrote:
> > > Ben Hutchings <bhutchings@solarflare.com>
> > >
> > > On Thu, 2010-01-28 at 23:39 +0530, Krishna Kumar2 wrote:
> [...]
> > > > Other than that, I saw netif_sk_tx_queue_set is not called.
> > > > And dev_pick_tx has already capped automatically, you probably
> > > > don't need another here?
> > >
> > > Only the return value of ndo_select_queue() is capped; the cached
value
> > > is assumed to be valid.
> >
> > +void netif_sk_tx_queue_set(struct net_device *dev, struct sock *sk,
> > +                             u16 queue_index)
> > +{
> > +     sk_tx_queue_set(sk, dev_cap_txqueue(dev, queue_index));
> > +}
> >
> > I guess I didn't understand this then, who calls this function?
> [...]
>
> The driver's ndo_select_queue() implementation calls it before
> returning, if and only if sk_may_set_tx_queue() is true and its
> selection is dependent only on the flow id.
>
> As an example, ixgbe's selection function:
>
>         static u16 ixgbe_select_queue(struct net_device *dev, struct
> sk_buff *skb)
>         {
>            struct ixgbe_adapter *adapter = netdev_priv(dev);
>            int txq = smp_processor_id();
>
>            if (adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE)
>               return txq;
>
>         #ifdef IXGBE_FCOE
>            if ((adapter->flags & IXGBE_FLAG_FCOE_ENABLED) &&
>                (skb->protocol == htons(ETH_P_FCOE))) {
>               txq &= (adapter->ring_feature[RING_F_FCOE].indices - 1);
>               txq += adapter->ring_feature[RING_F_FCOE].mask;
>               return txq;
>            }
>         #endif
>            if (adapter->flags & IXGBE_FLAG_DCB_ENABLED)
>               return (skb->vlan_tci & IXGBE_TX_FLAGS_VLAN_PRIO_MASK) >>
13;
>
>            return skb_tx_hash(dev, skb);
>         }
>
> would not call netif_sk_tx_queue_set() in the first two cases, but could
> do so in the last two cases if sk_may_set_tx_queue(skb->sk) is true.

That's a good optimization - saves calls to driver and hash
calculation for every skb (for devices that have select_txq
but find that they can cache after the first time).

Thanks,

- KK


^ permalink raw reply

* Re: Hang: 2.6.32.4 sky2/DMAR (was [PATCH] sky2: Fix WARNING: at lib/dma-debug.c:902 check_sync)
From: Michael Breuer @ 2010-01-28 18:46 UTC (permalink / raw)
  To: Stephen Hemminger
  Cc: Jarek Poplawski, David Miller, akpm, flyboy, linux-kernel, netdev,
	Michael Chan, Don Fry, Francois Romieu, Matt Carlson
In-Reply-To: <20100128090835.0d93e53a@nehalam>

On 1/28/2010 12:08 PM, Stephen Hemminger wrote:
> On Thu, 28 Jan 2010 11:43:16 -0500
> Michael Breuer<mbreuer@majjas.com>  wrote:
>
>    
>> Update: I played with dma-debug. Was being disabled due to lack of
>> memory. I forced it back on while pumping traffic through and got this:
>> Jan 28 11:39:30 mail kernel: ------------[ cut here ]------------
>> Jan 28 11:39:30 mail kernel: WARNING: at lib/dma-debug.c:902
>> check_sync+0xc1/0x43f()
>> Jan 28 11:39:30 mail kernel: Hardware name: System Product Name
>> Jan 28 11:39:30 mail kernel: sky2 0000:06:00.0: DMA-API: device driver
>> tries to sync DMA memory it has not allocated [device
>>      
> This test in dma-debug is bogus. Because the debug code matches
> dma based on address and size; and is perfectly valid to sync a value
> less than size. This is the patch I sent earlier, it isn't 100%
> correct but it will let you keep testing
> ....................................
>
>
> This should fix the dma-debug API code (and documentation), to
> avoid false positives when sync is done on a partial map.
>
> Signed-off-by: Stephen Hemminger<shemminger@vyatta.com>
>
> --- a/Documentation/DMA-API.txt	2010-01-20 15:17:01.390143729 -0800
> +++ b/Documentation/DMA-API.txt	2010-01-20 15:18:48.967875255 -0800
> @@ -377,9 +377,10 @@ void
>   pci_dma_sync_sg(struct pci_dev *hwdev, struct scatterlist *sg,
>   		       int nelems, int direction)
>
> -Synchronise a single contiguous or scatter/gather mapping.  All the
> -parameters must be the same as those passed into the single mapping
> -API.
> +Synchronise a single contiguous or scatter/gather mapping.  The
> +device and handle must be the same as those passed into the single mapping
> +API. The size can be less than the original mapping if only part
> +of the mapping needs to be accessed.
>
>   Notes:  You must do this:
>
> --- a/lib/dma-debug.c	2010-01-20 15:22:55.919519883 -0800
> +++ b/lib/dma-debug.c	2010-01-20 15:26:31.648895638 -0800
> @@ -285,11 +285,9 @@ static struct dma_debug_entry *hash_buck
>   	}
>
>   	/*
> -	 * If we have multiple matches but no perfect-fit, just return
> -	 * NULL.
> +	 * If we have multiple matches but no perfect-fit
> +	 * return best value and let caller deal with it.
>   	 */
> -	ret = (matches == 1) ? ret : NULL;
> -
>   	return ret;
>   }
>
>    
Ok - applied. Noise gone... however I'm not sure whether I'll be able to 
keep dma-debug going long enough to catch anything. num_free_entries 
keeps dropping... looks like entries are not freed. I'm running with a 
huge number for now & sky2 as the driver filter. Is there a reason that 
entries wouldn't be unmapped, or is dma-debug.c just not processing the 
unmap correctly?

^ permalink raw reply

* Re: CBQ broken in 2.6
From: Jarek Poplawski @ 2010-01-28 18:45 UTC (permalink / raw)
  To: Anton Ivanov; +Cc: David Miller, netdev
In-Reply-To: <1264685696.4038.14.camel@mare-infinitum.sigsegv.cx>

On Thu, Jan 28, 2010 at 01:34:56PM +0000, Anton Ivanov wrote:
> Hi Jarek,
Hi Anton,

> 
> The class was created as bounded and never changed. I do a full reload
> of the hierarchy including a root qdisc delete via a script instead of
> trying to adjust it. 
> 
> It has 7 or so children and one sibling. It is parented to root.
> 
> I have recompiled sch_cbq.c with a number of printks in strategic
> places. I have also added some debug output to tc. I have also rewritten
> my test suite.
> 
> The results are as follows
> 
> Based on the printks cbq_set_lss and the cbq_change_class functions
> correctly.
> 
> It indeed sets cl->borrow and cl->share to NULL as expected.
> 
> Based on results from the fixed test suite it also works as expected,
> just with much lower precision than what I used to get from 2.6.9 and
> 2.6.18.
> 
> However, it still returns complete bonkers for stats. 
> 
> Example (same class, I just moved the hierarchy around a bit trying to
> get a better fix on this so it is now 1:15).
> 
> class cbq 1:15 parent 1: leaf 76: rate 5600Kbit (bounded) prio 1
>  Sent 10920592 bytes 14420 pkt (dropped 0, overlimits 0 requeues 0)
>  rate 0bit 0pps backlog 0b 0p requeues 0
>   borrowed 8311 overactions 0 avgidle 78 undertime 0
> 
> It is bounded, but according to stats it has borrowed and has no
> overactions. 
> 
> If the stats are to be believed it is a bug somewhere which is eluding
> me (and my test suite and printks are wrong somehow). 
> 
> Alternatively, it may be a bug with the stats themselves which once
> again I do not see in the actual sch_cbq.c file.

For now I could only find some explanation in this place:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=net/sched/sch_cbq.c;h=3846d65bc03ec7a7de7e6ca674dc6c2b255dc570;hb=HEAD

820 static __inline__ struct sk_buff *
821 cbq_dequeue_prio(struct Qdisc *sch, int prio)
822 {
...
863                         if (borrow != cl) {
864 #ifndef CBQ_XSTATS_BORROWS_BYTES
865                                 borrow->xstats.borrows++;
866                                 cl->xstats.borrows++;
867 #else
868                                 borrow->xstats.borrows += qdisc_pkt_len(skb);
869                                 cl->xstats.borrows += qdisc_pkt_len(skb);
870 #endif

So, xstats.borrows is updated for lender as well, which might look
wrong/right/funny (depending on your political principles ;-).

It could be your case if the class above has an unbounded child class.
Otherwise, it needs more searching. Btw, I'm not the CBQ expert to
verify (without learning the specs) these borrowing relations. (As a
matter of fact, within a few years I didn't find here many traces of
such (active) experts, so my recommendation would be HTB or HFSC
unless you really know what you're doing ;-)

Regards,
Jarek P.

^ permalink raw reply

* Re: [RFC] [PATCH] net: Add support for ndo_select_queue() functions to cache the queue mapping
From: Ben Hutchings @ 2010-01-28 18:40 UTC (permalink / raw)
  To: Krishna Kumar2; +Cc: linux-net-drivers, netdev
In-Reply-To: <OFC8D29372.BEB60058-ON652576B9.00642767-652576B9.00659789@in.ibm.com>

On Fri, 2010-01-29 at 00:11 +0530, Krishna Kumar2 wrote:
> > Ben Hutchings <bhutchings@solarflare.com>
> >
> > On Thu, 2010-01-28 at 23:39 +0530, Krishna Kumar2 wrote:
[...]
> > > Other than that, I saw netif_sk_tx_queue_set is not called.
> > > And dev_pick_tx has already capped automatically, you probably
> > > don't need another here?
> >
> > Only the return value of ndo_select_queue() is capped; the cached value
> > is assumed to be valid.
> 
> +void netif_sk_tx_queue_set(struct net_device *dev, struct sock *sk,
> +                             u16 queue_index)
> +{
> +     sk_tx_queue_set(sk, dev_cap_txqueue(dev, queue_index));
> +}
> 
> I guess I didn't understand this then, who calls this function?
[...]

The driver's ndo_select_queue() implementation calls it before
returning, if and only if sk_may_set_tx_queue() is true and its
selection is dependent only on the flow id.

As an example, ixgbe's selection function:

        static u16 ixgbe_select_queue(struct net_device *dev, struct sk_buff *skb)
        {
        	struct ixgbe_adapter *adapter = netdev_priv(dev);
        	int txq = smp_processor_id();
        
        	if (adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE)
        		return txq;
        
        #ifdef IXGBE_FCOE
        	if ((adapter->flags & IXGBE_FLAG_FCOE_ENABLED) &&
        	    (skb->protocol == htons(ETH_P_FCOE))) {
        		txq &= (adapter->ring_feature[RING_F_FCOE].indices - 1);
        		txq += adapter->ring_feature[RING_F_FCOE].mask;
        		return txq;
        	}
        #endif
        	if (adapter->flags & IXGBE_FLAG_DCB_ENABLED)
        		return (skb->vlan_tci & IXGBE_TX_FLAGS_VLAN_PRIO_MASK) >> 13;
        
        	return skb_tx_hash(dev, skb);
        }
        
would not call netif_sk_tx_queue_set() in the first two cases, but could
do so in the last two cases if sk_may_set_tx_queue(skb->sk) is true.

Ben.

-- 
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.


^ permalink raw reply

* Re: [RFC] [PATCH] net: Add support for ndo_select_queue() functions to cache the queue mapping
From: Ben Hutchings @ 2010-01-28 18:34 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev, linux-net-drivers
In-Reply-To: <20100128100011.2b624a9e@nehalam>

On Thu, 2010-01-28 at 10:00 -0800, Stephen Hemminger wrote:
> On Thu, 28 Jan 2010 17:38:37 +0000
> Ben Hutchings <bhutchings@solarflare.com> wrote:
> 
> > We think it's worth matching up RX and TX queue selection for a socket
> > when the queues share an interrupt.  Currently the default TX queue
> > selection is unlikely to match RX queue selection.  TX queue selectionc
> > can be overridden by the driver to match RX queue selection, but at the
> > expense of caching.  We found that without caching the cost of
> > recalculating the the hash in software for each packet outweighed the
> > benefit of good queue selection.
> 
> Will this work with RPS and device driver hashing?

If the device only has a single TX queue this can't possibly help it.

In the case where a device has multiple RX and TX queues, I think it is
preferable that contention for TX queues is likely to be among cores
that are close together, not spread over the whole system.  I assume
that RPS will normally be configured to spread traffic from each
hardware RX queue to a group of cores that are close together (same NUMA
mode, maybe sharing some caches).  In that case it would also be
desirable to limit contention for a TX queue to within these same groups
of cores, so TX queue selection ought to match hardware RX queue
selection.  So I don't think this should conflict with RPS.

> I am thinking of the problem where the hardware hash function is
> Toeplitz (per NDIS spec), and the software hash function is Jhash
> (what kernel uses because it is cheaper).
> 
> Therefore the transmit hash and receiver hash will be different.

The intent here is to make it worthwhile to calculate that expensive
hash on the TX side.

Ben.

-- 
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.


^ permalink raw reply

* Re: [RFC] [PATCH] net: Add support for ndo_select_queue() functions to cache the queue mapping
From: Krishna Kumar2 @ 2010-01-28 18:41 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: linux-net-drivers, netdev
In-Reply-To: <1264702224.2783.18.camel@achroite.uk.solarflarecom.com>

> Ben Hutchings <bhutchings@solarflare.com>
>
> On Thu, 2010-01-28 at 23:39 +0530, Krishna Kumar2 wrote:
> > > Ben Hutchings <bhutchings@solarflare.com>
> > >
> > > We think it's worth matching up RX and TX queue selection for a
socket
> > > when the queues share an interrupt.  Currently the default TX queue
> > > selection is unlikely to match RX queue selection.  TX queue
selectionc
> > > can be overridden by the driver to match RX queue selection, but at
the
> > > expense of caching.  We found that without caching the cost of
> > > recalculating the the hash in software for each packet outweighed the
> > > benefit of good queue selection.
> > >
> > > This adds two simple helper functions: sk_may_set_tx_queue() reports
> > > whether the queue mapping should be cacheable for a socket, and
> > > netif_sk_tx_queue_set() sets it after validating the queue index.
This
> > > will allow drivers to evalulate expensive queue selection functions
> > > (such as Toeplitz hash functions) only once for connected sockets,
and
> > > to avoid doing so for other skbs.
> [...]
> > I am confused about this - isn't the txq# and rxq# already
> > matched due to the check for skb_rx_queue_recorded?
>
> When forwarding, yes.
>
> > sk_dst_cache is also not set for these routing/forwarding
> > workloads, this can be relied only for locally connected
> > xmits.
>
> Correct, that's exactly what it's for.
>
> > Other than that, I saw netif_sk_tx_queue_set is not called.
> > And dev_pick_tx has already capped automatically, you probably
> > don't need another here?
>
> Only the return value of ndo_select_queue() is capped; the cached value
> is assumed to be valid.

+void netif_sk_tx_queue_set(struct net_device *dev, struct sock *sk,
+                             u16 queue_index)
+{
+     sk_tx_queue_set(sk, dev_cap_txqueue(dev, queue_index));
+}

I guess I didn't understand this then, who calls this function? Is
it after getting the txq from the driver? In which case, are you
planning to do something like:

static struct netdev_queue *dev_pick_tx(struct net_device *dev,
                                        struct sk_buff *skb)
{
      u16 queue_index;
      struct sock *sk = skb->sk;

      if (sk_tx_queue_recorded(sk)) {
            queue_index = sk_tx_queue_get(sk);
      } else {
            const struct net_device_ops *ops = dev->netdev_ops;

            if (ops->ndo_select_queue) {
                  queue_index = ops->ndo_select_queue(dev, skb);
                  queue_index = dev_cap_txqueue(dev, queue_index);
            } else {
                  queue_index = 0;
                  if (dev->real_num_tx_queues > 1)
                        queue_index = skb_tx_hash(dev, skb); /*already
capped */
            }

            if (sk_may_set_tx_queue(sk))
                  sk_tx_queue_set(sk, queue_index);
        }
        skb_set_queue_mapping(skb, queue_index);
        return netdev_get_tx_queue(dev, queue_index);
}

Thanks,

- KK


^ permalink raw reply

* Re: [PATCH] sctp: IPsec rules are ineffective with ipv6
From: Nicolas Dichtel @ 2010-01-28 18:25 UTC (permalink / raw)
  To: Vlad Yasevich; +Cc: David Miller, netdev, linux-sctp
In-Reply-To: <4B61BD11.5020303@hp.com>

Hmm, seems to not work.
Problem is that we may have a NULL saddr in sctp_v6_get_dst().
What about adding a new handler in struct sctp_af, like get_xfrm_dst() that will 
be called after get_saddr()? In case of IPv4, it will not do anything.


Regards,
Nicolas

Le 28.01.2010 17:36, Vlad Yasevich a écrit :
> 
> Nicolas Dichtel wrote:
>> What about this one?
>>
>> Only compilation tested.
>>
>> xfrm_lookup() is missing in IPv6 output path. Call it when dst is build.
>> Initial patch was written by Junwei Zhang <junwei.zhang@6wind.com>
>>
>> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
> 
> Looks like it might do the right thing.  Please run your tests
> on this an let me.
> 
> Thanks
> -vlad
> 
>> Le 28.01.2010 16:24, Vlad Yasevich a écrit :
>>> David Miller wrote:
>>>> From: Nicolas Dichtel <nicolas.dichtel@dev.6wind.com>
>>>> Date: Wed, 27 Jan 2010 15:12:59 +0100
>>>>
>>>>> xfrm_lookup() is missing in sctp_v6_xmit(), add it.
>>>>>
>>>>> Signed-off-by: Junwei Zhang <junwei.zhang@6wind.com>
>>>>> Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
>>>> Doing this every transmit packet is overkill.
>>>>
>>>> Whatever calculates the route that ends up in skb_dst(skb)
>>>> should be making this xfrm_lookup() call, not here.
>>>>
>>>
>>> Hmm.. Interesting.  Looks like ip_route_output_key() will
>>> do xfrm_lookup for you, but there is no ipv6 route lookup call
>>> that will do the same thing.
>>>
>>> I guess we'll need to add an xfrm_lookup call in sctp_v6_get_dst().
>>>
>>> -vlad
> 
> 

^ permalink raw reply

* Re: [RFC] [PATCH] net: Add support for ndo_select_queue() functions to cache the queue mapping
From: Ben Hutchings @ 2010-01-28 18:10 UTC (permalink / raw)
  To: Krishna Kumar2; +Cc: linux-net-drivers, netdev
In-Reply-To: <OF2C36A392.08814AE1-ON652576B9.00617C98-652576B9.0062AE8B@in.ibm.com>

On Thu, 2010-01-28 at 23:39 +0530, Krishna Kumar2 wrote:
> > Ben Hutchings <bhutchings@solarflare.com>
> >
> > We think it's worth matching up RX and TX queue selection for a socket
> > when the queues share an interrupt.  Currently the default TX queue
> > selection is unlikely to match RX queue selection.  TX queue selectionc
> > can be overridden by the driver to match RX queue selection, but at the
> > expense of caching.  We found that without caching the cost of
> > recalculating the the hash in software for each packet outweighed the
> > benefit of good queue selection.
> >
> > This adds two simple helper functions: sk_may_set_tx_queue() reports
> > whether the queue mapping should be cacheable for a socket, and
> > netif_sk_tx_queue_set() sets it after validating the queue index.  This
> > will allow drivers to evalulate expensive queue selection functions
> > (such as Toeplitz hash functions) only once for connected sockets, and
> > to avoid doing so for other skbs.
[...]
> I am confused about this - isn't the txq# and rxq# already
> matched due to the check for skb_rx_queue_recorded?

When forwarding, yes.

> sk_dst_cache is also not set for these routing/forwarding
> workloads, this can be relied only for locally connected
> xmits.

Correct, that's exactly what it's for.

> Other than that, I saw netif_sk_tx_queue_set is not called.
> And dev_pick_tx has already capped automatically, you probably
> don't need another here?

Only the return value of ndo_select_queue() is capped; the cached value
is assumed to be valid.

Ben.

-- 
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.


^ permalink raw reply

* Re: [RFC] [PATCH] net: Add support for ndo_select_queue() functions to cache the queue mapping
From: Stephen Hemminger @ 2010-01-28 18:00 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: netdev, linux-net-drivers
In-Reply-To: <1264700317.2783.15.camel@achroite.uk.solarflarecom.com>

On Thu, 28 Jan 2010 17:38:37 +0000
Ben Hutchings <bhutchings@solarflare.com> wrote:

> We think it's worth matching up RX and TX queue selection for a socket
> when the queues share an interrupt.  Currently the default TX queue
> selection is unlikely to match RX queue selection.  TX queue selectionc
> can be overridden by the driver to match RX queue selection, but at the
> expense of caching.  We found that without caching the cost of
> recalculating the the hash in software for each packet outweighed the
> benefit of good queue selection.

Will this work with RPS and device driver hashing?
I am thinking of the problem where the hardware hash function is
Toeplitz (per NDIS spec), and the software hash function is Jhash
(what kernel uses because it is cheaper).

Therefore the transmit hash and receiver hash will be different.


-- 

^ permalink raw reply

* RE: Which tool to use?
From: Rose, Gregory V @ 2010-01-28 17:59 UTC (permalink / raw)
  To: Williams, Mitch A, netdev@vger.kernel.org, davem@davemloft.net,
	Stephen Hemminger
In-Reply-To: <EA929A9653AAE14F841771FB1DE5A1365FDD386A6A@rrsmsx501.amr.corp.intel.com>

>-----Original Message-----
>From: netdev-owner@vger.kernel.org [mailto:netdev-owner@vger.kernel.org]
>On Behalf Of Williams, Mitch A
>Sent: Wednesday, January 27, 2010 10:10 PM
>To: netdev@vger.kernel.org; davem@davemloft.net; Stephen Hemminger
>Subject: Which tool to use?
>
>Which tool to use?
>
>Just looking for a bit of direction before I go off and start coding...
>
>Our SR-IOV capable parts (like everybody else's) include simple built-in
>Layer 2 switch, to allow packets to be switched between the various VF
>devices.
>
>We need the capability of configuring this switch from userspace. There
>are a few features we'd like to control, like anti-spoofing, and
>storm control, as well as being able to completely disable the internal
>switch for external loopback.  Mostly, however, we want to be able to
>add
>new MAC address filters to the switch.
>
>This is actually a pressing need, for SR-IOV to be really usable in
>a virtualized environment. In most use cases, along with VMs that are
>assigned VF devices, there will be a bunch of VMs talking through the PF
>device via a bridge.  We need to add the MAC addresses of these VMs to
>the on-board switch, or other VMs using the VF devices won't be able to
>talk to them - the packets will go out on the wire instead.
>
>So, which tool do I modify to make this happen? Ethtool, or ip?  I can
>think of convincing arguments for either, so I want to double-check with
>the maintainers before I dive in.
>
>Thanks,
>Mitch
>

The folks working on the Open vSwitch project are addressing some of these issues also.  You might want to check them out at openvswitch.org, although I have no idea what sort of view the Linux networking community has towards their work.

- Greg



^ permalink raw reply

* Re: [RFC] [PATCH] net: Add support for ndo_select_queue() functions to cache the queue mapping
From: Krishna Kumar2 @ 2010-01-28 18:09 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: linux-net-drivers, netdev
In-Reply-To: <1264700317.2783.15.camel@achroite.uk.solarflarecom.com>

> Ben Hutchings <bhutchings@solarflare.com>
>
> We think it's worth matching up RX and TX queue selection for a socket
> when the queues share an interrupt.  Currently the default TX queue
> selection is unlikely to match RX queue selection.  TX queue selectionc
> can be overridden by the driver to match RX queue selection, but at the
> expense of caching.  We found that without caching the cost of
> recalculating the the hash in software for each packet outweighed the
> benefit of good queue selection.
>
> This adds two simple helper functions: sk_may_set_tx_queue() reports
> whether the queue mapping should be cacheable for a socket, and
> netif_sk_tx_queue_set() sets it after validating the queue index.  This
> will allow drivers to evalulate expensive queue selection functions
> (such as Toeplitz hash functions) only once for connected sockets, and
> to avoid doing so for other skbs.
> ---
>  include/linux/netdevice.h |    3 +++
>  include/net/sock.h        |   11 +++++++++++
>  net/core/dev.c            |   19 ++++++++++++++++++-
>  3 files changed, 32 insertions(+), 1 deletions(-)
>
> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
> index a3fccc8..5354765 100644
> --- a/include/linux/netdevice.h
> +++ b/include/linux/netdevice.h
> @@ -1510,6 +1510,9 @@ static inline int netif_is_multiqueue(const
> struct net_device *dev)
>     return (dev->num_tx_queues > 1);
>  }
>
> +extern void netif_sk_tx_queue_set(struct net_device *dev, struct sock
*sk,
> +              u16 queue_index);
> +
>  /* Use this variant when it is known for sure that it
>   * is executing from hardware interrupt context or with hardware
interrupts
>   * disabled.
> diff --git a/include/net/sock.h b/include/net/sock.h
> index 3f1a480..176fdff 100644
> --- a/include/net/sock.h
> +++ b/include/net/sock.h
> @@ -1105,6 +1105,17 @@ static inline void sock_put(struct sock *sk)
>  extern int sk_receive_skb(struct sock *sk, struct sk_buff *skb,
>             const int nested);
>
> +/**
> + *   sk_may_set_tx_queue - is socket's TX queue mapping cacheable?
> + *   @sk: socket from skb to be transmitted; may be %NULL
> + *
> + * Report whether a queue mapping should be set for this socket.
> + */
> +static inline bool sk_may_set_tx_queue(const struct sock *sk)
> +{
> +   return sk && sk->sk_dst_cache;
> +}
> +
>  static inline void sk_tx_queue_set(struct sock *sk, int tx_queue)
>  {
>     sk->sk_tx_queue_mapping = tx_queue;
> diff --git a/net/core/dev.c b/net/core/dev.c
> index be9924f..09ac29e 100644
> --- a/net/core/dev.c
> +++ b/net/core/dev.c
> @@ -1931,7 +1931,7 @@ static struct netdev_queue *dev_pick_tx(struct
> net_device *dev,
>           if (dev->real_num_tx_queues > 1)
>              queue_index = skb_tx_hash(dev, skb);
>
> -         if (sk && sk->sk_dst_cache)
> +         if (sk_may_set_tx_queue(sk))
>              sk_tx_queue_set(sk, queue_index);
>        }
>     }
> @@ -1940,6 +1940,23 @@ static struct netdev_queue *dev_pick_tx
> (struct net_device *dev,
>     return netdev_get_tx_queue(dev, queue_index);
>  }
>
> +/**
> + *   netif_sk_tx_queue_set - set socket's TX queue mapping
> + *   @dev: network device used for transmission
> + *   @sk: socket from skb to be transmitted
> + *   @queue_index: chosen queue index
> + *
> + * Set the TX queue index to be used for future skbs in the same flow
> + * rather than calling the device's ndo_select_queue function.
> + * sk_may_set_tx_queue(@sk) must be true.
> + */
> +void netif_sk_tx_queue_set(struct net_device *dev, struct sock *sk,
> +            u16 queue_index)
> +{
> +   sk_tx_queue_set(sk, dev_cap_txqueue(dev, queue_index));
> +}
> +EXPORT_SYMBOL(netif_sk_tx_queue_set);
> +
>  static inline int __dev_xmit_skb(struct sk_buff *skb, struct Qdisc *q,
>               struct net_device *dev,
>               struct netdev_queue *txq)

I am confused about this - isn't the txq# and rxq# already
matched due to the check for skb_rx_queue_recorded?
sk_dst_cache is also not set for these routing/forwarding
workloads, this can be relied only for locally connected
xmits.

Other than that, I saw netif_sk_tx_queue_set is not called.
And dev_pick_tx has already capped automatically, you probably
don't need another here?

thanks,

- KK


^ permalink raw reply

* Re: [PATCH 3/3] net: macvtap driver
From: Michael S. Tsirkin @ 2010-01-28 17:34 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: David Miller, Stephen Hemminger, Patrick McHardy, Herbert Xu,
	Or Gerlitz, netdev, bridge, linux-kernel
In-Reply-To: <201001272209.27361.arnd@arndb.de>

On Wed, Jan 27, 2010 at 10:09:27PM +0100, Arnd Bergmann wrote:
> In order to use macvlan with qemu and other tools that require
> a tap file descriptor, the macvtap driver adds a small backend
> with a character device with the same interface as the tun
> driver, with a minimum set of features.
> 
> Macvtap interfaces are created in the same way as macvlan
> interfaces using ip link, but the netif is just used as a
> handle for configuration and accounting, while the data
> goes through the chardev. Each macvtap interface has its
> own character device, simplifying permission management
> significantly over the generic tun/tap driver.
> 
> Cc: Patrick McHardy <kaber@trash.net>
> Cc: Stephen Hemminger <shemminger@linux-foundation.org>
> Cc: David S. Miller" <davem@davemloft.net>
> Cc: "Michael S. Tsirkin" <mst@redhat.com>
> Cc: Herbert Xu <herbert@gondor.apana.org.au>
> Cc: Or Gerlitz <ogerlitz@voltaire.com>
> Cc: netdev@vger.kernel.org
> Cc: bridge@lists.linux-foundation.org
> Cc: linux-kernel@vger.kernel.org
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
>  drivers/net/Kconfig        |   12 +
>  drivers/net/Makefile       |    1 +
>  drivers/net/macvtap.c      |  572 ++++++++++++++++++++++++++++++++++++++++++++
>  include/linux/if_macvlan.h |    1 +
>  4 files changed, 586 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/net/macvtap.c
> 
> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index cb0e534..411e207 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kconfig
> @@ -90,6 +90,18 @@ config MACVLAN
>  	  To compile this driver as a module, choose M here: the module
>  	  will be called macvlan.
>  
> +config MACVTAP
> +	tristate "MAC-VLAN based tap driver (EXPERIMENTAL)"
> +	depends on MACVLAN
> +	help
> +	  This adds a specialized tap character device driver that is based
> +	  on the MAC-VLAN network interface, called macvtap. A macvtap device
> +	  can be added in the same way as a macvlan device, using 'type
> +	  macvlan', and then be accessed through the tap user space interface.
> +
> +	  To compile this driver as a module, choose M here: the module
> +	  will be called macvtap.
> +
>  config EQUALIZER
>  	tristate "EQL (serial line load balancing) support"
>  	---help---
> diff --git a/drivers/net/Makefile b/drivers/net/Makefile
> index 0b763cb..9595803 100644
> --- a/drivers/net/Makefile
> +++ b/drivers/net/Makefile
> @@ -169,6 +169,7 @@ obj-$(CONFIG_XEN_NETDEV_FRONTEND) += xen-netfront.o
>  obj-$(CONFIG_DUMMY) += dummy.o
>  obj-$(CONFIG_IFB) += ifb.o
>  obj-$(CONFIG_MACVLAN) += macvlan.o
> +obj-$(CONFIG_MACVTAP) += macvtap.o
>  obj-$(CONFIG_DE600) += de600.o
>  obj-$(CONFIG_DE620) += de620.o
>  obj-$(CONFIG_LANCE) += lance.o
> diff --git a/drivers/net/macvtap.c b/drivers/net/macvtap.c
> new file mode 100644
> index 0000000..2916202
> --- /dev/null
> +++ b/drivers/net/macvtap.c
> @@ -0,0 +1,572 @@
> +#include <linux/etherdevice.h>
> +#include <linux/if_macvlan.h>
> +#include <linux/interrupt.h>
> +#include <linux/nsproxy.h>
> +#include <linux/compat.h>
> +#include <linux/if_tun.h>
> +#include <linux/module.h>
> +#include <linux/skbuff.h>
> +#include <linux/cache.h>
> +#include <linux/sched.h>
> +#include <linux/types.h>
> +#include <linux/init.h>
> +#include <linux/wait.h>
> +#include <linux/cdev.h>
> +#include <linux/fs.h>
> +
> +#include <net/net_namespace.h>
> +#include <net/rtnetlink.h>
> +#include <net/sock.h>
> +
> +/*
> + * A macvtap queue is the central object of this driver, it connects
> + * an open character device to a macvlan interface. There can be
> + * multiple queues on one interface, which map back to queues
> + * implemented in hardware on the underlying device.
> + *
> + * macvtap_proto is used to allocate queues through the sock allocation
> + * mechanism.
> + *
> + * TODO: multiqueue support is currently not implemented, even though
> + * macvtap is basically prepared for that. We will need to add this
> + * here as well as in virtio-net and qemu to get line rate on 10gbit
> + * adapters from a guest.
> + */
> +struct macvtap_queue {
> +	struct sock sk;
> +	struct socket sock;
> +	struct macvlan_dev *vlan;
> +	struct file *file;
> +};
> +
> +static struct proto macvtap_proto = {
> +	.name = "macvtap",
> +	.owner = THIS_MODULE,
> +	.obj_size = sizeof (struct macvtap_queue),
> +};
> +
> +/*
> + * Minor number matches netdev->ifindex, so need a potentially
> + * large value. This also makes it possible to split the
> + * tap functionality out again in the future by offering it
> + * from other drivers besides macvtap. As long as every device
> + * only has one tap, the interface numbers assure that the
> + * device nodes are unique.
> + */
> +static unsigned int macvtap_major;
> +#define MACVTAP_NUM_DEVS 65536
> +static struct class *macvtap_class;
> +static struct cdev macvtap_cdev;
> +
> +/*
> + * RCU usage:
> + * The macvtap_queue is referenced both from the chardev struct file
> + * and from the struct macvlan_dev using rcu_read_lock.
> + *
> + * We never actually update the contents of a macvtap_queue atomically
> + * with RCU but it is used for race-free destruction of a queue when
> + * either the file or the macvlan_dev goes away. Pointers back to
> + * the dev and the file are implicitly valid as long as the queue
> + * exists.
> + *
> + * The callbacks from macvlan are always done with rcu_read_lock held
> + * already, while in the file_operations, we get it ourselves.
> + *
> + * When destroying a queue, we remove the pointers from the file and
> + * from the dev and then synchronize_rcu to make sure no thread is
> + * still using the queue. There may still be references to the struct
> + * sock inside of the queue from outbound SKBs, but these never
> + * reference back to the file or the dev. The data structure is freed
> + * through __sk_free when both our references and any pending SKBs
> + * are gone.
> + *
> + * macvtap_lock is only used to prevent multiple concurrent open()
> + * calls to assign a new vlan->tap pointer. It could be moved into
> + * the macvlan_dev itself but is extremely rarely used.
> + */
> +static DEFINE_SPINLOCK(macvtap_lock);
> +
> +/*
> + * Choose the next free queue, for now there is only one
> + */
> +static int macvtap_set_queue(struct net_device *dev, struct file *file,
> +				struct macvtap_queue *q)
> +{
> +	struct macvlan_dev *vlan = netdev_priv(dev);
> +	int err = -EBUSY;
> +
> +	spin_lock(&macvtap_lock);
> +	if (rcu_dereference(vlan->tap))
> +		goto out;
> +
> +	err = 0;
> +	q->vlan = vlan;
> +	rcu_assign_pointer(vlan->tap, q);
> +
> +	q->file = file;
> +	rcu_assign_pointer(file->private_data, q);
> +
> +out:
> +	spin_unlock(&macvtap_lock);
> +	return err;
> +}
> +
> +/*
> + * We must destroy each queue exactly once, when either
> + * the netdev or the file go away.
> + *
> + * Using the spinlock makes sure that we don't get
> + * to the queue again after destroying it.
> + *
> + * synchronize_rcu serializes with the packet flow
> + * that uses rcu_read_lock.
> + */
> +static void macvtap_del_queue(struct macvtap_queue **qp)
> +{
> +	struct macvtap_queue *q;
> +
> +	spin_lock(&macvtap_lock);
> +	q = rcu_dereference(*qp);
> +	if (!q) {
> +		spin_unlock(&macvtap_lock);
> +		return;
> +	}
> +
> +	rcu_assign_pointer(q->vlan->tap, NULL);
> +	rcu_assign_pointer(q->file->private_data, NULL);
> +	spin_unlock(&macvtap_lock);
> +
> +	synchronize_rcu();
> +	sock_put(&q->sk);
> +}
> +
> +/*
> + * Since we only support one queue, just dereference the pointer.
> + */
> +static struct macvtap_queue *macvtap_get_queue(struct net_device *dev,
> +					       struct sk_buff *skb)
> +{
> +	struct macvlan_dev *vlan = netdev_priv(dev);
> +
> +	return rcu_dereference(vlan->tap);
> +}
> +
> +static void macvtap_del_queues(struct net_device *dev)
> +{
> +	struct macvlan_dev *vlan = netdev_priv(dev);
> +	macvtap_del_queue(&vlan->tap);
> +}
> +
> +static inline struct macvtap_queue *macvtap_file_get_queue(struct file *file)
> +{
> +	rcu_read_lock_bh();
> +	return rcu_dereference(file->private_data);
> +}
> +
> +static inline void macvtap_file_put_queue(void)
> +{
> +	rcu_read_unlock_bh();
> +}
> +

I find such wrappers around rcu obscure this,
already sufficiently complex, pattern.
Might be just me.

> +/*
> + * Forward happens for data that gets sent from one macvlan
> + * endpoint to another one in bridge mode. We just take
> + * the skb and put it into the receive queue.
> + */
> +static int macvtap_forward(struct net_device *dev, struct sk_buff *skb)
> +{
> +	struct macvtap_queue *q = macvtap_get_queue(dev, skb);
> +	if (!q)
> +		return -ENOLINK;
> +
> +	skb_queue_tail(&q->sk.sk_receive_queue, skb);
> +	wake_up(q->sk.sk_sleep);
> +	return 0;
> +}
> +
> +/*
> + * Receive is for data from the external interface (lowerdev),
> + * in case of macvtap, we can treat that the same way as
> + * forward, which macvlan cannot.
> + */
> +static int macvtap_receive(struct sk_buff *skb)
> +{
> +	skb_push(skb, ETH_HLEN);
> +	return macvtap_forward(skb->dev, skb);
> +}
> +
> +static int macvtap_newlink(struct net *src_net,
> +			   struct net_device *dev,
> +			   struct nlattr *tb[],
> +			   struct nlattr *data[])
> +{
> +	struct device *classdev;
> +	dev_t devt;
> +	int err;
> +
> +	err = macvlan_common_newlink(src_net, dev, tb, data,
> +				     macvtap_receive, macvtap_forward);
> +	if (err)
> +		goto out;
> +
> +	devt = MKDEV(MAJOR(macvtap_major), dev->ifindex);
> +
> +	classdev = device_create(macvtap_class, &dev->dev, devt,
> +				 dev, "tap%d", dev->ifindex);
> +	if (IS_ERR(classdev)) {
> +		err = PTR_ERR(classdev);
> +		macvtap_del_queues(dev);
> +	}
> +
> +out:
> +	return err;
> +}
> +
> +static void macvtap_dellink(struct net_device *dev,
> +			    struct list_head *head)
> +{
> +	device_destroy(macvtap_class,
> +		       MKDEV(MAJOR(macvtap_major), dev->ifindex));
> +
> +	macvtap_del_queues(dev);
> +	macvlan_dellink(dev, head);
> +}
> +
> +static struct rtnl_link_ops macvtap_link_ops __read_mostly = {
> +	.kind		= "macvtap",
> +	.newlink	= macvtap_newlink,
> +	.dellink	= macvtap_dellink,
> +};
> +
> +
> +static void macvtap_sock_write_space(struct sock *sk)
> +{
> +	if (!sock_writeable(sk) ||
> +	    !test_and_clear_bit(SOCK_ASYNC_NOSPACE, &sk->sk_socket->flags))
> +		return;
> +
> +	if (sk->sk_sleep && waitqueue_active(sk->sk_sleep))
> +		wake_up_interruptible_sync(sk->sk_sleep);
> +}
> +
> +static int macvtap_open(struct inode *inode, struct file *file)
> +{
> +	struct net *net = current->nsproxy->net_ns;
> +	struct net_device *dev = dev_get_by_index(net, iminor(inode));
> +	struct macvtap_queue *q;
> +	int err;
> +

This seems to keep reference to device as long as character device is
open, which, if I understand correctly, will start printing error
messages to kernel log about once a second if you try to remove the
device.

I suspect the best way to fix this issue would be to use some kind
of notifier so that macvtap can disconnect on device removal.


> +	err = -ENODEV;
> +	if (!dev)
> +		goto out;
> +
> +	/* check if this is a macvtap device */
> +	err = -EINVAL;
> +	if (dev->rtnl_link_ops != &macvtap_link_ops)
> +		goto out;
> +
> +	err = -ENOMEM;
> +	q = (struct macvtap_queue *)sk_alloc(net, AF_UNSPEC, GFP_KERNEL,
> +					     &macvtap_proto);
> +	if (!q)
> +		goto out;
> +
> +	init_waitqueue_head(&q->sock.wait);
> +	q->sock.type = SOCK_RAW;
> +	q->sock.state = SS_CONNECTED;
> +	sock_init_data(&q->sock, &q->sk);
> +	q->sk.sk_allocation = GFP_ATOMIC; /* for now */
> +	q->sk.sk_write_space = macvtap_sock_write_space;
> +
> +	err = macvtap_set_queue(dev, file, q);
> +	if (err)
> +		sock_put(&q->sk);
> +
> +out:
> +	return err;
> +}
> +
> +static int macvtap_release(struct inode *inode, struct file *file)
> +{
> +	macvtap_del_queue((struct macvtap_queue **)&file->private_data);
> +	return 0;
> +}
> +
> +static unsigned int macvtap_poll(struct file *file, poll_table * wait)
> +{
> +	struct macvtap_queue *q = macvtap_file_get_queue(file);
> +	unsigned int mask = POLLERR;
> +
> +	if (!q)
> +		goto out;
> +
> +	mask = 0;
> +	poll_wait(file, &q->sock.wait, wait);
> +
> +	if (!skb_queue_empty(&q->sk.sk_receive_queue))
> +		mask |= POLLIN | POLLRDNORM;
> +
> +	if (sock_writeable(&q->sk) ||
> +	    (!test_and_set_bit(SOCK_ASYNC_NOSPACE, &q->sock.flags) &&
> +	     sock_writeable(&q->sk)))
> +		mask |= POLLOUT | POLLWRNORM;
> +
> +out:
> +	macvtap_file_put_queue();
> +	return mask;
> +}
> +
> +/* Get packet from user space buffer */
> +static ssize_t macvtap_get_user(struct macvtap_queue *q,
> +				const struct iovec *iv, size_t count,
> +				int noblock)
> +{
> +	struct sk_buff *skb;
> +	size_t len = count;
> +	int err;
> +
> +	if (unlikely(len < ETH_HLEN))
> +		return -EINVAL;
> +
> +	skb = sock_alloc_send_skb(&q->sk, NET_IP_ALIGN + len, noblock, &err);
> +
> +	if (!skb) {
> +		macvlan_count_rx(q->vlan, 0, false, false);
> +		return err;
> +	}
> +
> +	skb_reserve(skb, NET_IP_ALIGN);
> +	skb_put(skb, count);
> +
> +	if (skb_copy_datagram_from_iovec(skb, 0, iv, 0, len)) {
> +		macvlan_count_rx(q->vlan, 0, false, false);
> +		kfree_skb(skb);
> +		return -EFAULT;
> +	}
> +
> +	skb_set_network_header(skb, ETH_HLEN);
> +
> +	macvlan_start_xmit(skb, q->vlan->dev);
> +
> +	return count;
> +}
> +

I am surprised there's no GSO support.  Would it be a good idea to share
code with tun driver? That already has GSO ...
Also, network header pointer seems off for vlan packets?

> +static ssize_t macvtap_aio_write(struct kiocb *iocb, const struct iovec *iv,
> +				 unsigned long count, loff_t pos)
> +{
> +	struct file *file = iocb->ki_filp;
> +	ssize_t result = -ENOLINK;
> +	struct macvtap_queue *q = macvtap_file_get_queue(file);
> +
> +	if (!q)
> +		goto out;
> +
> +	result = macvtap_get_user(q, iv, iov_length(iv, count),
> +			      file->f_flags & O_NONBLOCK);
> +out:
> +	macvtap_file_put_queue();
> +	return result;
> +}
> +
> +/* Put packet to the user space buffer */
> +static ssize_t macvtap_put_user(struct macvtap_queue *q,
> +				const struct sk_buff *skb,
> +				const struct iovec *iv, int len)
> +{
> +	struct macvlan_dev *vlan = q->vlan;
> +	int ret;
> +
> +	len = min_t(int, skb->len, len);
> +
> +	ret = skb_copy_datagram_const_iovec(skb, 0, iv, 0, len);
> +
> +	macvlan_count_rx(vlan, len, ret == 0, 0);
> +
> +	return ret ? ret : len;
> +}
> +
> +static ssize_t macvtap_aio_read(struct kiocb *iocb, const struct iovec *iv,
> +				unsigned long count, loff_t pos)
> +{
> +	struct file *file = iocb->ki_filp;
> +	struct macvtap_queue *q = macvtap_file_get_queue(file);
> +
> +	DECLARE_WAITQUEUE(wait, current);
> +	struct sk_buff *skb;
> +	ssize_t len, ret = 0;
> +
> +	if (!q) {
> +		ret = -ENOLINK;
> +		goto out;
> +	}
> +
> +	len = iov_length(iv, count);
> +	if (len < 0) {
> +		ret = -EINVAL;
> +		goto out;
> +	}
> +
> +	add_wait_queue(q->sk.sk_sleep, &wait);
> +	while (len) {
> +		current->state = TASK_INTERRUPTIBLE;
> +
> +		/* Read frames from the queue */
> +		skb = skb_dequeue(&q->sk.sk_receive_queue);
> +		if (!skb) {
> +			if (file->f_flags & O_NONBLOCK) {
> +				ret = -EAGAIN;
> +				break;
> +			}
> +			if (signal_pending(current)) {
> +				ret = -ERESTARTSYS;
> +				break;
> +			}
> +			/* Nothing to read, let's sleep */
> +			schedule();
> +			continue;
> +		}
> +		ret = macvtap_put_user(q, skb, iv, len);
> +		kfree_skb(skb);
> +		break;
> +	}
> +
> +	current->state = TASK_RUNNING;
> +	remove_wait_queue(q->sk.sk_sleep, &wait);
> +
> +out:
> +	macvtap_file_put_queue();
> +	return ret;
> +}
> +

Same GSO comment here.

> +/*
> + * provide compatibility with generic tun/tap interface
> + */
> +static long macvtap_ioctl(struct file *file, unsigned int cmd,
> +			  unsigned long arg)
> +{

All of these seem to be stubs, and tun has many more that you didn't
stub out. So, why do you bother to support any ioctls at all?

> +	struct macvtap_queue *q;
> +	void __user *argp = (void __user *)arg;
> +	struct ifreq __user *ifr = argp;
> +	unsigned int __user *up = argp;
> +	unsigned int u;
> +	int err;
> +
> +	switch (cmd) {
> +	case TUNSETIFF:
> +		/* ignore the name, just look at flags */
> +		if (get_user(u, &ifr->ifr_flags))
> +			return -EFAULT;
> +		if (u != (IFF_TAP | IFF_NO_PI))
> +			return -EINVAL;
> +		return 0;
> +
> +	case TUNGETIFF:
> +		q = macvtap_file_get_queue(file);
> +		if (!q)
> +			return -ENOLINK;
> +		err = 0;
> +		if (copy_to_user(&ifr->ifr_name, q->vlan->dev->name, IFNAMSIZ) ||
> +		    put_user((TUN_TAP_DEV | TUN_NO_PI), &ifr->ifr_flags))
> +			err = -EFAULT;
> +		macvtap_file_put_queue();
> +		return err;
> +
> +	case TUNGETFEATURES:
> +		if (put_user((IFF_TAP | IFF_NO_PI), up))
> +			return -EFAULT;
> +		return 0;
> +
> +	case TUNSETSNDBUF:
> +		/* ignore */
> +		return 0;
> +
> +	case TUNSETOFFLOAD:
> +		/* let the user check for future flags */
> +		if (arg & ~(TUN_F_CSUM | TUN_F_TSO4 | TUN_F_TSO6 |
> +			  TUN_F_TSO_ECN | TUN_F_UFO))
> +			return -EINVAL;
> +
> +		/* TODO: add support for these, so far we don't
> +			 support any offload */
> +		if (arg & (TUN_F_CSUM | TUN_F_TSO4 | TUN_F_TSO6 |
> +			 TUN_F_TSO_ECN | TUN_F_UFO))
> +			return -EINVAL;
> +
> +		return 0;
> +
> +	default:
> +		return -EINVAL;
> +	}
> +}
> +
> +#ifdef CONFIG_COMPAT
> +static long macvtap_compat_ioctl(struct file *file, unsigned int cmd,
> +				 unsigned long arg)
> +{
> +	return macvtap_ioctl(file, cmd, (unsigned long)compat_ptr(arg));
> +}
> +#endif
> +
> +static const struct file_operations macvtap_fops = {
> +	.owner		= THIS_MODULE,
> +	.open		= macvtap_open,
> +	.release	= macvtap_release,
> +	.aio_read	= macvtap_aio_read,
> +	.aio_write	= macvtap_aio_write,
> +	.poll		= macvtap_poll,
> +	.llseek		= no_llseek,
> +	.unlocked_ioctl	= macvtap_ioctl,
> +#ifdef CONFIG_COMPAT
> +	.compat_ioctl	= macvtap_compat_ioctl,
> +#endif
> +};
> +
> +static int macvtap_init(void)
> +{
> +	int err;
> +
> +	err = alloc_chrdev_region(&macvtap_major, 0,
> +				MACVTAP_NUM_DEVS, "macvtap");
> +	if (err)
> +		goto out1;
> +
> +	cdev_init(&macvtap_cdev, &macvtap_fops);
> +	err = cdev_add(&macvtap_cdev, macvtap_major, MACVTAP_NUM_DEVS);
> +	if (err)
> +		goto out2;
> +
> +	macvtap_class = class_create(THIS_MODULE, "macvtap");
> +	if (IS_ERR(macvtap_class)) {
> +		err = PTR_ERR(macvtap_class);
> +		goto out3;
> +	}
> +
> +	err = macvlan_link_register(&macvtap_link_ops);
> +	if (err)
> +		goto out4;
> +
> +	return 0;
> +
> +out4:
> +	class_unregister(macvtap_class);
> +out3:
> +	cdev_del(&macvtap_cdev);
> +out2:
> +	unregister_chrdev_region(macvtap_major, MACVTAP_NUM_DEVS);
> +out1:
> +	return err;
> +}
> +module_init(macvtap_init);
> +
> +static void macvtap_exit(void)
> +{
> +	rtnl_link_unregister(&macvtap_link_ops);
> +	class_unregister(macvtap_class);
> +	cdev_del(&macvtap_cdev);
> +	unregister_chrdev_region(macvtap_major, MACVTAP_NUM_DEVS);
> +}
> +module_exit(macvtap_exit);
> +
> +MODULE_ALIAS_RTNL_LINK("macvtap");
> +MODULE_AUTHOR("Arnd Bergmann <arnd@arndb.de>");
> +MODULE_LICENSE("GPL");
> diff --git a/include/linux/if_macvlan.h b/include/linux/if_macvlan.h
> index 9a11544..51f1512 100644
> --- a/include/linux/if_macvlan.h
> +++ b/include/linux/if_macvlan.h
> @@ -34,6 +34,7 @@ struct macvlan_dev {
>  	enum macvlan_mode	mode;
>  	int (*receive)(struct sk_buff *skb);
>  	int (*forward)(struct net_device *dev, struct sk_buff *skb);
> +	struct macvtap_queue	*tap;
>  };
>  
>  static inline void macvlan_count_rx(const struct macvlan_dev *vlan,
> -- 
> 1.6.3.3

^ permalink raw reply

* [RFC] [PATCH] net: Add support for ndo_select_queue() functions to cache the queue mapping
From: Ben Hutchings @ 2010-01-28 17:38 UTC (permalink / raw)
  To: netdev; +Cc: linux-net-drivers

We think it's worth matching up RX and TX queue selection for a socket
when the queues share an interrupt.  Currently the default TX queue
selection is unlikely to match RX queue selection.  TX queue selectionc
can be overridden by the driver to match RX queue selection, but at the
expense of caching.  We found that without caching the cost of
recalculating the the hash in software for each packet outweighed the
benefit of good queue selection.

This adds two simple helper functions: sk_may_set_tx_queue() reports
whether the queue mapping should be cacheable for a socket, and
netif_sk_tx_queue_set() sets it after validating the queue index.  This
will allow drivers to evalulate expensive queue selection functions
(such as Toeplitz hash functions) only once for connected sockets, and
to avoid doing so for other skbs.
---
 include/linux/netdevice.h |    3 +++
 include/net/sock.h        |   11 +++++++++++
 net/core/dev.c            |   19 ++++++++++++++++++-
 3 files changed, 32 insertions(+), 1 deletions(-)

diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index a3fccc8..5354765 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1510,6 +1510,9 @@ static inline int netif_is_multiqueue(const struct net_device *dev)
 	return (dev->num_tx_queues > 1);
 }
 
+extern void netif_sk_tx_queue_set(struct net_device *dev, struct sock *sk,
+				  u16 queue_index);
+
 /* Use this variant when it is known for sure that it
  * is executing from hardware interrupt context or with hardware interrupts
  * disabled.
diff --git a/include/net/sock.h b/include/net/sock.h
index 3f1a480..176fdff 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -1105,6 +1105,17 @@ static inline void sock_put(struct sock *sk)
 extern int sk_receive_skb(struct sock *sk, struct sk_buff *skb,
 			  const int nested);
 
+/**
+ *	sk_may_set_tx_queue - is socket's TX queue mapping cacheable?
+ *	@sk: socket from skb to be transmitted; may be %NULL
+ *
+ * Report whether a queue mapping should be set for this socket.
+ */
+static inline bool sk_may_set_tx_queue(const struct sock *sk)
+{
+	return sk && sk->sk_dst_cache;
+}
+
 static inline void sk_tx_queue_set(struct sock *sk, int tx_queue)
 {
 	sk->sk_tx_queue_mapping = tx_queue;
diff --git a/net/core/dev.c b/net/core/dev.c
index be9924f..09ac29e 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -1931,7 +1931,7 @@ static struct netdev_queue *dev_pick_tx(struct net_device *dev,
 			if (dev->real_num_tx_queues > 1)
 				queue_index = skb_tx_hash(dev, skb);
 
-			if (sk && sk->sk_dst_cache)
+			if (sk_may_set_tx_queue(sk))
 				sk_tx_queue_set(sk, queue_index);
 		}
 	}
@@ -1940,6 +1940,23 @@ static struct netdev_queue *dev_pick_tx(struct net_device *dev,
 	return netdev_get_tx_queue(dev, queue_index);
 }
 
+/**
+ *	netif_sk_tx_queue_set - set socket's TX queue mapping
+ *	@dev: network device used for transmission
+ *	@sk: socket from skb to be transmitted
+ *	@queue_index: chosen queue index
+ *
+ * Set the TX queue index to be used for future skbs in the same flow
+ * rather than calling the device's ndo_select_queue function.
+ * sk_may_set_tx_queue(@sk) must be true.
+ */
+void netif_sk_tx_queue_set(struct net_device *dev, struct sock *sk,
+			   u16 queue_index)
+{
+	sk_tx_queue_set(sk, dev_cap_txqueue(dev, queue_index));
+}
+EXPORT_SYMBOL(netif_sk_tx_queue_set);
+
 static inline int __dev_xmit_skb(struct sk_buff *skb, struct Qdisc *q,
 				 struct net_device *dev,
 				 struct netdev_queue *txq)
-- 
1.5.5

-- 
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.


^ permalink raw reply related

* Re: Hang: 2.6.32.4 sky2/DMAR (was [PATCH] sky2: Fix WARNING: at lib/dma-debug.c:902 check_sync)
From: Stephen Hemminger @ 2010-01-28 17:08 UTC (permalink / raw)
  To: Michael Breuer
  Cc: Jarek Poplawski, David Miller, akpm, flyboy, linux-kernel, netdev,
	Michael Chan, Don Fry, Francois Romieu, Matt Carlson
In-Reply-To: <4B61BEA4.1030905@majjas.com>

On Thu, 28 Jan 2010 11:43:16 -0500
Michael Breuer <mbreuer@majjas.com> wrote:

> Update: I played with dma-debug. Was being disabled due to lack of 
> memory. I forced it back on while pumping traffic through and got this:
> Jan 28 11:39:30 mail kernel: ------------[ cut here ]------------
> Jan 28 11:39:30 mail kernel: WARNING: at lib/dma-debug.c:902 
> check_sync+0xc1/0x43f()
> Jan 28 11:39:30 mail kernel: Hardware name: System Product Name
> Jan 28 11:39:30 mail kernel: sky2 0000:06:00.0: DMA-API: device driver 
> tries to sync DMA memory it has not allocated [device 

This test in dma-debug is bogus. Because the debug code matches
dma based on address and size; and is perfectly valid to sync a value
less than size. This is the patch I sent earlier, it isn't 100%
correct but it will let you keep testing
....................................


This should fix the dma-debug API code (and documentation), to
avoid false positives when sync is done on a partial map.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>

--- a/Documentation/DMA-API.txt	2010-01-20 15:17:01.390143729 -0800
+++ b/Documentation/DMA-API.txt	2010-01-20 15:18:48.967875255 -0800
@@ -377,9 +377,10 @@ void
 pci_dma_sync_sg(struct pci_dev *hwdev, struct scatterlist *sg,
 		       int nelems, int direction)
 
-Synchronise a single contiguous or scatter/gather mapping.  All the
-parameters must be the same as those passed into the single mapping
-API.
+Synchronise a single contiguous or scatter/gather mapping.  The
+device and handle must be the same as those passed into the single mapping
+API. The size can be less than the original mapping if only part
+of the mapping needs to be accessed.
 
 Notes:  You must do this:
 
--- a/lib/dma-debug.c	2010-01-20 15:22:55.919519883 -0800
+++ b/lib/dma-debug.c	2010-01-20 15:26:31.648895638 -0800
@@ -285,11 +285,9 @@ static struct dma_debug_entry *hash_buck
 	}
 
 	/*
-	 * If we have multiple matches but no perfect-fit, just return
-	 * NULL.
+	 * If we have multiple matches but no perfect-fit
+	 * return best value and let caller deal with it.
 	 */
-	ret = (matches == 1) ? ret : NULL;
-
 	return ret;
 }
 

^ permalink raw reply

* Re: 0% cpu usasge after fresh boot or net restart but 10% CPU if kernel flush route cache
From: Eric Dumazet @ 2010-01-28 17:06 UTC (permalink / raw)
  To: cold cold; +Cc: netdev
In-Reply-To: <41ac0f9e1001280826j1a4e6caar47ccfd357b6feb37@mail.gmail.com>

Le jeudi 28 janvier 2010 à 18:26 +0200, cold cold a écrit :
> On Thu, Jan 28, 2010 at 6:09 PM, Eric Dumazet <eric.dumazet@gmail.com> wrote:
> > Le jeudi 28 janvier 2010 à 11:14 +0200, cold cold a écrit :
> >
> >>
> >> RX Kpps : 57 TX Kpps : 53  RX Kbits : 331184 TX Kbits : 306213
> >> RX Kpps : 59 TX Kpps : 54  RX Kbits : 345517 TX Kbits : 304323
> >> RX Kpps : 56 TX Kpps : 52  RX Kbits : 331418 TX Kbits : 296032
> >> RX Kpps : 60 TX Kpps : 54  RX Kbits : 362007 TX Kbits : 297371
> >> RX Kpps : 59 TX Kpps : 52  RX Kbits : 360455 TX Kbits : 280603
> >>
> >>
> >> ON  one cpu, gc_interval to 1, gc_elasticity 2
> >>
> >> Cpu0  :  0.0%us,  0.0%sy,  0.0%ni, 72.0%id,  0.0%wa,  8.3%hi, 19.7%si,  0.0%st
> >> Cpu1  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
> >> Cpu2  :  0.0%us,  0.3%sy,  0.0%ni, 99.7%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
> >> Cpu3  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
> >>
> >> ------------------------------------------------------------------------------
> >>    PerfTop:   17064 irqs/sec  kernel:98.0% [100000 cycles],  (all, 4 CPUs)
> >> ------------------------------------------------------------------------------
> >>
> >>              samples    pcnt   kernel function
> >>              _______   _____   _______________
> >>
> >>             40388.00 - 27.8% : acpi_idle_do_entry
> >>             24651.00 - 17.0% : read_hpet
> >>              4271.00 -  2.9% : _spin_lock
> >>              3388.00 -  2.3% : pskb_expand_head
> >>              3288.00 -  2.3% : igb_poll [igb]
> >>              3246.00 -  2.2% : irq_entries_start
> >>              2868.00 -  2.0% : dev_gro_receive
> >>              2665.00 -  1.8% : igb_xmit_frame_adv       [igb]
> >>              2513.00 -  1.7% : ip_route_input
> >>              2144.00 -  1.5% : igb_clean_tx_irq [igb]
> >>              1842.00 -  1.3% : __slab_free
> >>              1544.00 -  1.1% : dev_queue_xmit
> >>              1423.00 -  1.0% : igb_msix_rx      [igb]
> >>              1353.00 -  0.9% : __alloc_skb
> >>              1285.00 -  0.9% : eth_type_trans
> >> --
> >
> > All this seems pretty normal profile (regarding networking functions),
> > your machine should scale without problem.
> >
> > Of course, the two first functions (acpi_idle_do_entry() & read_hpet())
> > look suspicious but I have no idea why.
> >
> 
> i make with flushing without gc on 2 cpu  2 time more traffic  and CPU
> usage about 5 times less
> 
> top - 11:22:04 up  6:45,  5 users,  load average: 0.00, 0.10, 0.25
> Tasks:  84 total,   1 running,  83 sleeping,   0 stopped,   0 zombie
> Cpu0  :  0.0%us,  0.3%sy,  0.0%ni, 94.0%id,  0.0%wa,  1.7%hi,  4.0%si,  0.0%st
> Cpu1  :  0.3%us,  0.0%sy,  0.0%ni, 97.7%id,  0.0%wa,  0.7%hi,  1.3%si,  0.0%st
> Cpu2  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
> Cpu3  :  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
> 

pure luck I guess, since you use two cpus here instead of one, but
nothing guarantee this.

> 
> RX Kpps : 90 TX Kpps : 75  RX Kbits : 582791 TX Kbits : 413873
> RX Kpps : 87 TX Kpps : 74  RX Kbits : 546327 TX Kbits : 415852
> RX Kpps : 87 TX Kpps : 74  RX Kbits : 544820 TX Kbits : 418339
> RX Kpps : 88 TX Kpps : 73  RX Kbits : 569143 TX Kbits : 406438
> --

Not sure I understand your goals. Previous numbers were with less
trafic ?

What do you want ? your cpus being idle, or your router being able to
forward packets without drops ?

Good, but if you drop packets when real garbage collection is done, you
loose. Make your choice :)




^ permalink raw reply

* Re: Hang: 2.6.32.4 sky2/DMAR (was [PATCH] sky2: Fix WARNING: at lib/dma-debug.c:902 check_sync)
From: Michael Breuer @ 2010-01-28 16:43 UTC (permalink / raw)
  To: Stephen Hemminger
  Cc: Jarek Poplawski, David Miller, akpm, flyboy, linux-kernel, netdev,
	Michael Chan, Don Fry, Francois Romieu, Matt Carlson
In-Reply-To: <4B61ADF1.7060705@majjas.com>

On 01/28/2010 10:32 AM, Michael Breuer wrote:
> On 01/27/2010 01:45 PM, Michael Breuer wrote:
>> On 1/27/2010 1:08 PM, Michael Breuer wrote:
>>>
>>>
>>> I've got (both in 2.6.32.4 and 2.6.33-rc5: pci_unmap_len(re, 
>>> data_size) vs., "length." I assume that I can just replace the 
>>> pci_unmap_len with dma_size... but perhaps the intermediate change 
>>> may have affected this as well?
>>>
>> Never mind - that was from one of the earlier patches I had been 
>> trying out. will try the above patch after reestablishing that the 
>> system still crashes without copybreak=1.
> Just FYI - still crashes with default copybreak.  Didn't get the 
> netdev watchdog this time - just DMAR and then HW watchdog reboot (see 
> below).
>
> So what's known to be required to cause this crash:
>
> 1) sky2 @ 1Gb
> 2) High sustained RX load (> 40MBps)
> 3) Uptime (I can't cause this to happen just after boot).
> 4) DMAR enabled (doesn't crash w/o DMAR).
> 5) copybreak != 1
>
> What might be required but is unproven:
> 1) cifs traffic (I've only seen this when the high traffic was due to 
> a Win7 box doing backup). I've tried but have been unable to recreate 
> by just copying large files. Backups done from a Mac OS laptop don't 
> trigger the issue even though that machine is also connecting with 
> CIFS (TimeMachine works better that way).
> 2) DHCP traffic. There has always been some sort of DHCP exchange in 
> the log before the first indication of a problem (DMAR).
> 3) Total throughput since boot. DK about this - however the uptime 
> component before the latest crash was the shortest yet. In preparation 
> I moved a bunch of large files around on the Windows box to ensure a 
> larger than normal backup run. I also ran manually before going to bed 
> (then moved the files around again). Didn't crash when I was watching 
> - but did overnight. Total uptime before this crash was only about 6 
> hours. Previously (with less backup data) the system didn't crash 
> until 24-36 hours.
>
> Observations:
>
> Copybreak: I did play for an hour or so yesterday with copybreak=1000. 
> Ran traffic, etc. No crash, but throughput was lower and the system 
> was clearly working way harder than normal. Given the whine of the 
> fans I'm not keen on leaving the system in that state for any extended 
> period of time.
>
> MTU: Increasing the MTU to 9000 yesterday after the system had been up 
> for some time (copybreak=1) crashed the system immediately. 
> Subsequently I have been able to change the mtu without crashes 
> (although the driver does end up in some sort of state that requires a 
> restart after lowering the mtu). I suspect that over time something is 
> being corrupted resulting in the crash when changing mtu. Whatever it 
> becoming corrupted is probably related to the other crash as well. 
> That suggests to me that copybreak=1 is preventing or delaying the 
> manifestation of the underlying issue but is unrelated to the source 
> of corruption.
>
> [no messages in the prior three minutes - there was a dhcp exchange 
> (request/ack) at 06:02:27]
> Jan 28 06:05:58 mail kernel: DRHD: handling fault status reg 2
> Jan 28 06:05:58 mail kernel: DMAR:[DMA Read] Request device [06:00.0] 
> fault addr ffdd06bfe000
> Jan 28 06:05:58 mail kernel: DMAR:[fault reason 06] PTE Read access is 
> not set
> Jan 28 06:05:58 mail kernel: sky2 0000:06:00.0: error interrupt 
> status=0x80000000
> Jan 28 06:05:58 mail kernel: sky2 0000:06:00.0: PCI hardware error 
> (0x2010)
> [No further messages until restart at 06:09:46.]
>
Update: I played with dma-debug. Was being disabled due to lack of 
memory. I forced it back on while pumping traffic through and got this:
Jan 28 11:39:30 mail kernel: ------------[ cut here ]------------
Jan 28 11:39:30 mail kernel: WARNING: at lib/dma-debug.c:902 
check_sync+0xc1/0x43f()
Jan 28 11:39:30 mail kernel: Hardware name: System Product Name
Jan 28 11:39:30 mail kernel: sky2 0000:06:00.0: DMA-API: device driver 
tries to sync DMA memory it has not allocated [device 
address=0x0000ffff4fe37022] [size=1520 bytes]
Jan 28 11:39:30 mail kernel: Modules linked in: microcode(+) 
ip6table_filter ip6table_mangle ip6_tables iptable_raw iptable_mangle 
ipt_MASQUERADE iptable_nat nf_nat bridge stp appletalk psnap llc nfsd 
lockd nfs_acl auth_rpcgss exportfs hwmon_vid coretemp sunrpc 
acpi_cpufreq sit tunnel4 ipt_LOG nf_conntrack_netbios_ns 
nf_conntrack_ftp xt_DSCP xt_dscp xt_MARK nf_conntrack_ipv6 xt_multiport 
ipv6 dm_multipath kvm_intel kvm snd_hda_codec_analog snd_ens1371 
gameport snd_rawmidi gspca_spca505 snd_hda_intel snd_ac97_codec 
gspca_main snd_hda_codec videodev snd_hwdep snd_seq v4l1_compat i2c_i801 
pcspkr ac97_bus v4l2_compat_ioctl32 snd_seq_device asus_atk0110 hwmon 
snd_pcm firewire_ohci firewire_core crc_itu_t sky2 snd_timer snd 
iTCO_wdt iTCO_vendor_support wmi soundcore snd_page_alloc fbcon tileblit 
font bitblit softcursor raid456 async_raid6_recov async_pq raid6_pq 
async_xor xor async_memcpy async_tx raid1 ata_generic pata_acpi 
pata_marvell nouveau ttm drm_kms_helper drm agpgart fb i2c_algo_bit 
cfbcopyarea i2c_core cfb
Jan 28 11:39:30 mail kernel: imgblt cfbfillrect [last unloaded: ip6_tables]
Jan 28 11:39:30 mail kernel: Pid: 5327, comm: bash Tainted: G        W  
2.6.32.4MMAPDMARAF3SKY2PSKBMAYPULL-00912-g914160d-dirty #6
Jan 28 11:39:30 mail kernel: Call Trace:
Jan 28 11:39:30 mail kernel: <IRQ>  [<ffffffff810536ee>] 
warn_slowpath_common+0x7c/0x94
Jan 28 11:39:30 mail kernel: [<ffffffff8105375d>] 
warn_slowpath_fmt+0x41/0x43
Jan 28 11:39:30 mail kernel: [<ffffffff8127b891>] check_sync+0xc1/0x43f
Jan 28 11:39:30 mail kernel: [<ffffffff8146c51a>] ? 
_spin_unlock_irqrestore+0x29/0x41
Jan 28 11:39:30 mail kernel: [<ffffffff813cac10>] ? 
__netdev_alloc_skb+0x34/0x50
Jan 28 11:39:30 mail kernel: [<ffffffff8127bf62>] 
debug_dma_sync_single_for_cpu+0x42/0x44
Jan 28 11:39:30 mail kernel: [<ffffffff813cac10>] ? 
__netdev_alloc_skb+0x34/0x50
Jan 28 11:39:30 mail kernel: [<ffffffffa019aee8>] sky2_poll+0x4d5/0xb06 
[sky2]
Jan 28 11:39:30 mail kernel: [<ffffffff81044840>] ? 
enqueue_entity+0x26c/0x279
Jan 28 11:39:30 mail kernel: [<ffffffff8107decf>] ? 
clockevents_program_event+0x7a/0x83
Jan 28 11:39:30 mail kernel: [<ffffffff813d18ae>] net_rx_action+0xb5/0x1f3
Jan 28 11:39:30 mail kernel: [<ffffffff8105af0f>] __do_softirq+0xf8/0x1cd
Jan 28 11:39:30 mail kernel: [<ffffffff810a3006>] ? 
handle_IRQ_event+0x119/0x12b
Jan 28 11:39:30 mail kernel: [<ffffffff81012e1c>] call_softirq+0x1c/0x30
Jan 28 11:39:30 mail kernel: [<ffffffff810143a3>] do_softirq+0x4b/0xa6
Jan 28 11:39:30 mail kernel: [<ffffffff8105aaef>] irq_exit+0x4a/0x8c
Jan 28 11:39:30 mail kernel: [<ffffffff81470575>] do_IRQ+0xa5/0xbc
Jan 28 11:39:30 mail kernel: [<ffffffff81012613>] ret_from_intr+0x0/0x16
Jan 28 11:39:30 mail kernel: <EOI>
Jan 28 11:39:30 mail kernel: ---[ end trace 57f7151f6a5def07 ]---
Jan 28 11:39:30 mail kernel: DMA-API: debugging out of memory - disabling

^ permalink raw reply


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox