* Re: OOM-killer and strange RSS value in 3.9-rc7
[not found] ` <20130424044848.GI2672@localhost.localdomain>
@ 2013-04-24 9:47 ` Michal Hocko
2013-04-24 15:36 ` Christoph Lameter
2013-04-25 5:41 ` Han Pingtian
0 siblings, 2 replies; 29+ messages in thread
From: Michal Hocko @ 2013-04-24 9:47 UTC (permalink / raw)
To: Han Pingtian
Cc: Pekka Enberg, Christoph Lameter, David Rientjes, LKML, linux-mm
[CCing SL.B people and linux-mm list]
Just for quick summary. The reporter sees OOM situations with almost
whole memory filled with slab memory. This is a powerpc machine with 4G
RAM.
/proc/slabinfo shows that almost whole slab occupied memory is on
free lists which for some reason don't get freed under memory pressure.
kmalloc-* caches seem to be most affected. For reference:
$ awk '{active_size=$2*$4;num_size=$3*$4;active_sum+=active_size;num_sum+=num_size; printf "%s: %d %d\n", $1, active_size, num_size}END{printf "sum: %d %d\n", active_sum, num_sum}' a | sort -k3 -n | tail -n10
kmemleak_object: 94664384 112746000
pgtable-2^12: 107937792 113246208
kmalloc-8192: 59334656 122159104
kmalloc-32768: 36175872 137887744
task_struct: 27080016 241293920
kmalloc-2048: 17317888 306446336
kmalloc-96: 8734848 307652928
kmalloc-16384: 54919168 516620288
kmalloc-512: 17211392 1226833920
sum: 865488272 3598335904
It is not clear who consumes that memory and the reporter claims this is
vanilla 3.9-rc7 kernel without any third party modules loaded. The issue
seems to be present only with CONFIG_SLUB.
On Wed 24-04-13 12:48:48, Han Pingtian wrote:
> On Tue, Apr 23, 2013 at 03:15:58PM +0200, Michal Hocko wrote:
> > On Tue 23-04-13 12:22:34, Han Pingtian wrote:
> > > On Mon, Apr 22, 2013 at 01:40:52PM +0200, Michal Hocko wrote:
> > > > [...]
> > > > > -CONFIG_SLUB_DEBUG=y
> > > > > -# CONFIG_COMPAT_BRK is not set
> > > > > -# CONFIG_SLAB is not set
> > > > > -CONFIG_SLUB=y
> > > > > +CONFIG_COMPAT_BRK=y
> > > > > +CONFIG_SLAB=y
> > > >
> > > > I would start with the bad config and SLUB changed to SLAB in the first
> > > > step, though.
> > > >
> > > Yep, after I changed bad config to use SLAB, the problem disppears after
> > > using the new kernel. Looks like something wrong in SLUB?
> >
> > It seems so or maybe there is a different issue which is just made
> > visible by SLUB or it is an arch specific problem.
> > What is the workload that triggers this behavior? Can you reduce it to a
> > minimum test case?
> >
> I can trigger this behavior just with "make -j 64" to rebuild kernel
> from source code. In fact, just after a fresh reboot, I haven't run
> anything, the memory is almost all used or leaked:
The following is right after boot or make -j64?
> # uname -a
> Linux riblp3.upt.austin.ibm.com 3.9.0-rc7 #7 SMP Tue Apr 23 22:49:09 CDT 2013 ppc64 ppc64 ppc64 GNU/Linux
> # free -m
> total used free shared buffers cached
> Mem: 3788 3697 90 0 1 143
> -/+ buffers/cache: 3552 235
> Swap: 4031 5 4026
> # awk '{print $1":", $2*$4/1024/1024, $3*$4/1024/1024}' /proc/slabinfo |sort -k 3 -n
> #: 0 0
> bip-128: 0 0
> bsg_cmd: 0 0
> configfs_dir_cache: 0 0
> dma-kmalloc-1024: 0 0
> dma-kmalloc-128: 0 0
> dma-kmalloc-131072: 0 0
> dma-kmalloc-16: 0 0
> dma-kmalloc-16384: 0 0
> dma-kmalloc-192: 0 0
> dma-kmalloc-2048: 0 0
> dma-kmalloc-256: 0 0
> dma-kmalloc-32: 0 0
> dma-kmalloc-32768: 0 0
> dma-kmalloc-4096: 0 0
> dma-kmalloc-512: 0 0
> dma-kmalloc-64: 0 0
> dma-kmalloc-65536: 0 0
> dma-kmalloc-8: 0 0
> dma-kmalloc-8192: 0 0
> dma-kmalloc-96: 0 0
> dm_rq_target_io: 0 0
> dm_uevent: 0 0
> dquot: 0 0
> ext4_allocation_context: 0 0
> ext4_extent_status: 0 0
> ext4_free_data: 0 0
> ext4_inode_cache: 0 0
> ext4_io_end: 0 0
> ext4_io_page: 0 0
> ext4_xattr: 0 0
> isofs_inode_cache: 0 0
> jbd2_journal_head: 0 0
> jbd2_revoke_record_s: 0 0
> kcopyd_job: 0 0
> kmalloc-131072: 0 0
> net_namespace: 0 0
> nfsd4_delegations: 0 0
> nfsd4_openowners: 0 0
> nfs_direct_cache: 0 0
> pid_namespace: 0 0
> rtas_flash_cache: 0 0
> scsi_tgt_cmd: 0 0
> slabinfo: 0 0
> tw_sock_TCPv6: 0 0
> UDP-Lite: 0 0
> UDPLITEv6: 0 0
> xfs_dquot: 0 0
> mqueue_inode_cache: 0.0623779 0.0623779
> tw_sock_TCP: 0.0625 0.0625
> hugetlbfs_inode_cache: 0.124146 0.124146
> taskstats: 0.186745 0.186745
> fscache_cookie_jar: 0.187454 0.187454
> ip_fib_trie: 0.187454 0.187454
> bip-256: 0.249756 0.249756
> shared_policy_node: 0.249939 0.249939
> nfs_inode_cache: 0.25 0.25
> rpc_inode_cache: 0.311279 0.311279
> UDPv6: 0.553711 0.553711
> kmem_cache_node: 0.5625 0.5625
> dio: 0.622559 0.622559
> TCPv6: 0.622559 0.622559
> blkdev_queue: 0.679443 0.679443
> bdev_cache: 0.748535 0.748535
> xfs_efd_item: 0.994873 0.994873
> fsnotify_event_holder: 1.18721 1.18721
> nf_conntrack_c00000000102d400: 1.18721 1.18721
> kmem_cache: 1.23047 1.23047
> TCP: 1.96875 1.96875
> UDP: 2.12085 2.12085
> xfs_btree_cur: 2.24945 2.24945
> buffer_head: 2.4369 2.4369
> posix_timers_cache: 2.55812 2.55812
> xfs_ili: 3.36841 3.36841
> blkdev_ioc: 3.37418 3.37418
> bip-16: 3.6731 3.6731
> xfs_da_state: 3.99121 3.99121
> xfs_trans: 3.99902 3.99902
> shmem_inode_cache: 4.24429 4.24429
> blkdev_requests: 4.67949 4.67949
> ext4_system_zone: 4.68636 4.68636
> radix_tree_node: 4.79664 4.79664
> sigqueue: 4.93027 4.93027
> fsnotify_event: 4.93629 4.93629
> kmalloc-8: 4.9375 4.9375
> files_cache: 4.98047 4.98047
> RAW: 4.99023 4.99023
> pgtable-2^6: 5 5
> sock_inode_cache: 5.10498 5.10498
> anon_vma: 5.25 5.25
> numa_policy: 5.3112 5.3112
> kmalloc-32: 5.00131 5.625
> xfs_inode: 5.86353 5.86353
> signal_cache: 5.90625 5.90625
> kmalloc-64: 5.72687 6.375
> sysfs_dir_cache: 6.74835 6.74835
> vm_area_struct: 7.05905 7.05905
> dentry: 9.11609 9.11609
> inode_cache: 10.6849 10.6849
> sighand_cache: 11.2061 11.2061
> proc_inode_cache: 11.3722 11.3722
> idr_layer_cache: 11.9883 11.9883
> kmalloc-4096: 10.7812 12
> kmalloc-256: 13.1768 16.0625
> kmalloc-16: 9.19449 16.25
> kmalloc-1024: 6.83789 22.0625
> kmalloc-192: 9.17725 28.8468
> kmalloc-128: 9.43066 31.125
> kmalloc-65536: 40 40
> pgtable-2^12: 88.25 91.5
> kmalloc-8192: 28.3672 117.5
> kmalloc-32768: 20.4375 131.5
> task_struct: 25.5788 230.002
> kmalloc-2048: 16.8555 299.688
> kmalloc-96: 7.84653 300.956
> kmalloc-16384: 54.125 504.25
> kmalloc-512: 17.2104 1170.56
> # cat /proc/meminfo
> MemTotal: 3879104 kB
> MemFree: 90624 kB
> Buffers: 1920 kB
> Cached: 173888 kB
> SwapCached: 5184 kB
> Active: 240064 kB
> Inactive: 152256 kB
> Active(anon): 153088 kB
> Inactive(anon): 68608 kB
> Active(file): 86976 kB
> Inactive(file): 83648 kB
> Unevictable: 0 kB
> Mlocked: 0 kB
> SwapTotal: 4128704 kB
> SwapFree: 4123520 kB
> Dirty: 64 kB
> Writeback: 0 kB
> AnonPages: 213056 kB
> Mapped: 71808 kB
> Shmem: 3200 kB
> Slab: 3275968 kB
> SReclaimable: 52864 kB
> SUnreclaim: 3223104 kB
> KernelStack: 14352 kB
> PageTables: 14464 kB
> NFS_Unstable: 0 kB
> Bounce: 0 kB
> WritebackTmp: 0 kB
> CommitLimit: 6068224 kB
> Committed_AS: 2497728 kB
> VmallocTotal: 8589934592 kB
> VmallocUsed: 17984 kB
> VmallocChunk: 8589641856 kB
> HugePages_Total: 0
> HugePages_Free: 0
> HugePages_Rsvd: 0
> HugePages_Surp: 0
> Hugepagesize: 16384 kB
>
> > I guess that you are still testing with vanilla 3.9-rc? kernel without
> > any additional patches or 3rd party modules, right?
> >
> Right. I'm testing with vanilla 3.9-rc7 kernel without any additional
> patches and 3rd party modules.
Could you send the full config which you are using right now, please?
Also the full dmesg output since boot might turn up helpful.
--
Michal Hocko
SUSE Labs
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-04-24 9:47 ` OOM-killer and strange RSS value in 3.9-rc7 Michal Hocko
@ 2013-04-24 15:36 ` Christoph Lameter
2013-04-25 6:07 ` Han Pingtian
2013-04-25 5:41 ` Han Pingtian
1 sibling, 1 reply; 29+ messages in thread
From: Christoph Lameter @ 2013-04-24 15:36 UTC (permalink / raw)
To: Michal Hocko; +Cc: Han Pingtian, Pekka Enberg, David Rientjes, LKML, linux-mm
On Wed, 24 Apr 2013, Michal Hocko wrote:
> [CCing SL.B people and linux-mm list]
>
> Just for quick summary. The reporter sees OOM situations with almost
> whole memory filled with slab memory. This is a powerpc machine with 4G
> RAM.
Boot with "slub_debug" or enable slab debugging.
> /proc/slabinfo shows that almost whole slab occupied memory is on
Please enable debugging and look at where these objects were allocated.
> It is not clear who consumes that memory and the reporter claims this is
> vanilla 3.9-rc7 kernel without any third party modules loaded. The issue
> seems to be present only with CONFIG_SLUB.
cat /sys/kernel/slab/kmalloc-*/alloc_calls
will show where these objects are allocated.
A dump of the other fields in /sys/kernel/slab/kmalloc*/* would also be
useful.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-04-24 9:47 ` OOM-killer and strange RSS value in 3.9-rc7 Michal Hocko
2013-04-24 15:36 ` Christoph Lameter
@ 2013-04-25 5:41 ` Han Pingtian
1 sibling, 0 replies; 29+ messages in thread
From: Han Pingtian @ 2013-04-25 5:41 UTC (permalink / raw)
To: LKML; +Cc: Michal Hocko, Pekka Enberg, Christoph Lameter, rientjes, linux-mm
On Wed, Apr 24, 2013 at 11:47:32AM +0200, Michal Hocko wrote:
> [CCing SL.B people and linux-mm list]
>
> Just for quick summary. The reporter sees OOM situations with almost
> whole memory filled with slab memory. This is a powerpc machine with 4G
> RAM.
> /proc/slabinfo shows that almost whole slab occupied memory is on
> free lists which for some reason don't get freed under memory pressure.
> kmalloc-* caches seem to be most affected. For reference:
> $ awk '{active_size=$2*$4;num_size=$3*$4;active_sum+=active_size;num_sum+=num_size; printf "%s: %d %d\n", $1, active_size, num_size}END{printf "sum: %d %d\n", active_sum, num_sum}' a | sort -k3 -n | tail -n10
> kmemleak_object: 94664384 112746000
> pgtable-2^12: 107937792 113246208
> kmalloc-8192: 59334656 122159104
> kmalloc-32768: 36175872 137887744
> task_struct: 27080016 241293920
> kmalloc-2048: 17317888 306446336
> kmalloc-96: 8734848 307652928
> kmalloc-16384: 54919168 516620288
> kmalloc-512: 17211392 1226833920
> sum: 865488272 3598335904
>
> It is not clear who consumes that memory and the reporter claims this is
> vanilla 3.9-rc7 kernel without any third party modules loaded. The issue
> seems to be present only with CONFIG_SLUB.
>
> [...]
> The following is right after boot or make -j64?
Yes, I got those messages right after boot. I didn't run make -j64 yet.
>
> > # uname -a
> > Linux riblp3.upt.austin.ibm.com 3.9.0-rc7 #7 SMP Tue Apr 23 22:49:09 CDT 2013 ppc64 ppc64 ppc64 GNU/Linux
> > # free -m
> > total used free shared buffers cached
> > Mem: 3788 3697 90 0 1 143
> > -/+ buffers/cache: 3552 235
> > Swap: 4031 5 4026
> [...]
>
> Could you send the full config which you are using right now, please?
> Also the full dmesg output since boot might turn up helpful.
>
The config file:
============================================================
#
# Automatically generated file; DO NOT EDIT.
# Linux/powerpc 3.9.0-rc7 Kernel Configuration
#
CONFIG_PPC64=y
#
# Processor support
#
CONFIG_PPC_BOOK3S_64=y
# CONFIG_PPC_BOOK3E_64 is not set
CONFIG_GENERIC_CPU=y
# CONFIG_CELL_CPU is not set
# CONFIG_POWER4_CPU is not set
# CONFIG_POWER5_CPU is not set
# CONFIG_POWER6_CPU is not set
# CONFIG_POWER7_CPU is not set
CONFIG_PPC_BOOK3S=y
CONFIG_POWER3=y
CONFIG_POWER4=y
# CONFIG_TUNE_CELL is not set
CONFIG_PPC_FPU=y
CONFIG_ALTIVEC=y
CONFIG_VSX=y
CONFIG_PPC_ICSWX=y
# CONFIG_PPC_ICSWX_PID is not set
# CONFIG_PPC_ICSWX_USE_SIGILL is not set
CONFIG_PPC_STD_MMU=y
CONFIG_PPC_STD_MMU_64=y
CONFIG_PPC_MM_SLICES=y
CONFIG_PPC_HAVE_PMU_SUPPORT=y
CONFIG_PPC_PERF_CTRS=y
CONFIG_SMP=y
CONFIG_NR_CPUS=1024
CONFIG_PPC_DOORBELL=y
CONFIG_64BIT=y
CONFIG_WORD_SIZE=64
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_MMU=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NR_IRQS=512
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_ARCH_HAS_ILOG2_U32=y
CONFIG_ARCH_HAS_ILOG2_U64=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_GPIO=y
CONFIG_PPC=y
CONFIG_EARLY_PRINTK=y
CONFIG_COMPAT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_PPC_OF=y
CONFIG_PPC_UDBG_16550=y
# CONFIG_GENERIC_TBSYNC is not set
CONFIG_AUDIT_ARCH=y
CONFIG_GENERIC_BUG=y
# CONFIG_EPAPR_BOOT is not set
# CONFIG_DEFAULT_UIMAGE is not set
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
# CONFIG_PPC_DCR_NATIVE is not set
# CONFIG_PPC_DCR_MMIO is not set
# CONFIG_PPC_OF_PLATFORM_PCI is not set
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_PPC_EMULATE_SSTEP=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_IRQ_WORK=y
#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_FHANDLE=y
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_AUDIT_WATCH=y
CONFIG_AUDIT_TREE=y
# CONFIG_AUDIT_LOGINUID_IMMUTABLE is not set
CONFIG_HAVE_GENERIC_HARDIRQS=y
#
# IRQ subsystem
#
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
CONFIG_IRQ_DOMAIN=y
# CONFIG_IRQ_DOMAIN_DEBUG is not set
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
# CONFIG_ALWAYS_USE_PERSISTENT_CLOCK is not set
CONFIG_GENERIC_TIME_VSYSCALL_OLD=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_GENERIC_CMOS_UPDATE=y
#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
#
# CPU/Task time and stats accounting
#
CONFIG_VIRT_CPU_ACCOUNTING=y
# CONFIG_TICK_CPU_ACCOUNTING is not set
CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_PREEMPT_RCU is not set
CONFIG_RCU_STALL_COMMON=y
CONFIG_RCU_FANOUT=64
CONFIG_RCU_FANOUT_LEAF=16
# CONFIG_RCU_FANOUT_EXACT is not set
# CONFIG_RCU_FAST_NO_HZ is not set
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_RCU_NOCB_CPU is not set
CONFIG_IKCONFIG=m
# CONFIG_IKCONFIG_PROC is not set
CONFIG_LOG_BUF_SHIFT=19
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
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_MEMCG=y
CONFIG_MEMCG_SWAP=y
CONFIG_MEMCG_SWAP_ENABLED=y
CONFIG_MEMCG_KMEM=y
# CONFIG_CGROUP_HUGETLB is not set
CONFIG_CGROUP_PERF=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_SCHED_AUTOGROUP=y
CONFIG_MM_OWNER=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
# CONFIG_EXPERT is not set
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_HAVE_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_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y
#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=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_PROFILING=y
CONFIG_TRACEPOINTS=y
# CONFIG_OPROFILE is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
CONFIG_UPROBES=y
# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_HAVE_SYSCALL_WRAPPERS=y
CONFIG_KRETPROBES=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_USE_GENERIC_SMP_HELPERS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_HAVE_RCU_TABLE_FREE=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING=y
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_CLONE_BACKWARDS=y
CONFIG_OLD_SIGSUSPEND=y
CONFIG_COMPAT_OLD_SIGACTION=y
#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_FORCE_LOAD=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_MODULE_SIG=y
# CONFIG_MODULE_SIG_FORCE is not set
CONFIG_MODULE_SIG_ALL=y
CONFIG_MODULE_SIG_SHA1=y
# CONFIG_MODULE_SIG_SHA224 is not set
# CONFIG_MODULE_SIG_SHA256 is not set
# CONFIG_MODULE_SIG_SHA384 is not set
# CONFIG_MODULE_SIG_SHA512 is not set
CONFIG_MODULE_SIG_HASH="sha1"
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_THROTTLING=y
#
# 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_BLOCK_COMPAT=y
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_CFQ_GROUP_IOSCHED=y
CONFIG_DEFAULT_DEADLINE=y
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="deadline"
CONFIG_ASN1=y
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
CONFIG_INLINE_READ_UNLOCK=y
CONFIG_INLINE_READ_UNLOCK_IRQ=y
CONFIG_INLINE_WRITE_UNLOCK=y
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_FREEZER=y
CONFIG_PPC_MSI_BITMAP=y
CONFIG_PPC_XICS=y
CONFIG_PPC_ICP_NATIVE=y
CONFIG_PPC_ICP_HV=y
CONFIG_PPC_ICS_RTAS=y
# CONFIG_GE_FPGA is not set
#
# Platform support
#
CONFIG_PPC_POWERNV=y
CONFIG_PPC_POWERNV_RTAS=y
CONFIG_PPC_PSERIES=y
CONFIG_PPC_SPLPAR=y
CONFIG_EEH=y
CONFIG_PSERIES_MSI=y
# CONFIG_PSERIES_ENERGY is not set
CONFIG_SCANLOG=y
CONFIG_IO_EVENT_IRQ=y
CONFIG_LPARCFG=y
CONFIG_PPC_SMLPAR=y
CONFIG_CMM=y
CONFIG_DTL=y
CONFIG_PSERIES_IDLE=y
# CONFIG_PPC_PMAC is not set
# CONFIG_PPC_MAPLE is not set
# CONFIG_PPC_PASEMI is not set
# CONFIG_PPC_PS3 is not set
# CONFIG_PPC_CELL is not set
# CONFIG_PPC_CELL_NATIVE is not set
# CONFIG_PPC_IBM_CELL_BLADE is not set
# CONFIG_PPC_CELLEB is not set
# CONFIG_PPC_CELL_QPACE is not set
# CONFIG_PQ2ADS is not set
# CONFIG_PPC_WSP is not set
CONFIG_KVM_GUEST=y
CONFIG_EPAPR_PARAVIRT=y
CONFIG_PPC_NATIVE=y
CONFIG_PPC_OF_BOOT_TRAMPOLINE=y
# CONFIG_UDBG_RTAS_CONSOLE is not set
CONFIG_PPC_SMP_MUXED_IPI=y
# CONFIG_IPIC is not set
CONFIG_MPIC=y
# CONFIG_PPC_EPAPR_HV_PIC is not set
# CONFIG_MPIC_WEIRD is not set
# CONFIG_MPIC_MSGR is not set
CONFIG_PPC_I8259=y
# CONFIG_U3_DART is not set
CONFIG_PPC_RTAS=y
CONFIG_RTAS_ERROR_LOGGING=y
CONFIG_PPC_RTAS_DAEMON=y
CONFIG_RTAS_PROC=y
CONFIG_RTAS_FLASH=y
# CONFIG_MMIO_NVRAM is not set
# CONFIG_MPIC_U3_HT_IRQS is not set
CONFIG_IBMVIO=y
CONFIG_IBMEBUS=y
# CONFIG_PPC_MPC106 is not set
# CONFIG_PPC_970_NAP is not set
CONFIG_PPC_P7_NAP=y
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CPU_FREQ_GOV_COMMON=y
# CONFIG_CPU_FREQ_STAT is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
#
# PowerPC CPU frequency scaling drivers
#
#
# CPU Frequency drivers
#
#
# CPUIdle driver
#
CONFIG_CPU_IDLE=y
# CONFIG_CPU_IDLE_MULTIPLE_DRIVERS is not set
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
# CONFIG_FSL_ULI1575 is not set
CONFIG_SIMPLE_GPIO=y
#
# Kernel options
#
CONFIG_HZ_100=y
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=100
CONFIG_SCHED_HRTICK=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=m
CONFIG_COREDUMP=y
CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y
# CONFIG_PPC_TRANSACTIONAL_MEM is not set
CONFIG_IOMMU_HELPER=y
CONFIG_SWIOTLB=y
CONFIG_HOTPLUG_CPU=y
CONFIG_ARCH_CPU_PROBE_RELEASE=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_HAS_WALK_MEMORY=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y
CONFIG_KEXEC=y
CONFIG_CRASH_DUMP=y
CONFIG_FA_DUMP=y
CONFIG_IRQ_ALL_CPUS=y
CONFIG_NUMA=y
CONFIG_NODES_SHIFT=8
CONFIG_MAX_ACTIVE_REGIONS=256
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_SYS_SUPPORTS_HUGETLBFS=y
CONFIG_SELECT_MEMORY_MODEL=y
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 is not set
CONFIG_HAVE_MEMBLOCK=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_MEMORY_ISOLATION=y
# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTPLUG_SPARSE=y
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_COMPACTION is not set
CONFIG_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_CLEANCACHE=y
CONFIG_FRONTSWAP=y
CONFIG_ARCH_MEMORY_PROBE=y
CONFIG_NODES_SPAN_OTHER_NODES=y
CONFIG_PPC_HAS_HASH_64K=y
# CONFIG_PPC_4K_PAGES is not set
CONFIG_PPC_64K_PAGES=y
CONFIG_FORCE_MAX_ZONEORDER=9
CONFIG_PPC_SUBPAGE_PROT=y
CONFIG_SCHED_SMT=y
# CONFIG_PPC_DENORMALISATION is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_EXTRA_TARGETS=""
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATE_CALLBACKS=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
# CONFIG_PM_AUTOSLEEP is not set
# CONFIG_PM_WAKELOCKS is not set
CONFIG_PM_RUNTIME=y
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
# CONFIG_SECCOMP is not set
CONFIG_ISA_DMA_API=y
#
# Bus options
#
CONFIG_ZONE_DMA=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
# CONFIG_PPC_INDIRECT_PCI is not set
CONFIG_PCI=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCI_SYSCALL=y
# CONFIG_PCIEPORTBUS is not set
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
CONFIG_PCI_STUB=y
CONFIG_PCI_ATS=y
CONFIG_PCI_IOV=y
CONFIG_PCI_PRI=y
CONFIG_PCI_PASID=y
CONFIG_PCCARD=y
CONFIG_PCMCIA=y
CONFIG_PCMCIA_LOAD_CIS=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_CPCI is not set
# CONFIG_HOTPLUG_PCI_SHPC is not set
CONFIG_HOTPLUG_PCI_RPA=y
CONFIG_HOTPLUG_PCI_RPA_DLPAR=y
# CONFIG_HAS_RAPIDIO is not set
# CONFIG_RAPIDIO is not set
CONFIG_NONSTATIC_KERNEL=y
CONFIG_RELOCATABLE=y
CONFIG_PAGE_OFFSET=0xc000000000000000
CONFIG_KERNEL_START=0xc000000000000000
CONFIG_PHYSICAL_START=0x00000000
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_DIAG is not set
CONFIG_UNIX=y
# CONFIG_UNIX_DIAG is not set
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=y
CONFIG_XFRM_USER=y
CONFIG_XFRM_SUB_POLICY=y
CONFIG_XFRM_MIGRATE=y
CONFIG_XFRM_STATISTICS=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_FIB_TRIE_STATS=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_DEMUX is not set
CONFIG_IP_MROUTE=y
CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_ARPD is not set
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_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=y
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_GRE is not set
CONFIG_IPV6_MULTIPLE_TABLES=y
# CONFIG_IPV6_SUBTREES is not set
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
CONFIG_IPV6_PIMSM_V2=y
CONFIG_NETLABEL=y
CONFIG_NETWORK_SECMARK=y
CONFIG_NETWORK_PHY_TIMESTAMPING=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=y
#
# Core Netfilter Configuration
#
# CONFIG_NETFILTER_NETLINK_ACCT is not set
# CONFIG_NETFILTER_NETLINK_QUEUE is not set
# CONFIG_NETFILTER_NETLINK_LOG is not set
CONFIG_NF_CONNTRACK=m
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_PROCFS=y
CONFIG_NF_CONNTRACK_EVENTS=y
# CONFIG_NF_CONNTRACK_TIMEOUT is not set
CONFIG_NF_CONNTRACK_TIMESTAMP=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 is not set
# CONFIG_NF_CONNTRACK_H323 is not set
# CONFIG_NF_CONNTRACK_IRC is not set
CONFIG_NF_CONNTRACK_BROADCAST=m
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
# CONFIG_NF_CONNTRACK_SNMP is not set
# 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 is not set
# CONFIG_NF_CT_NETLINK is not set
# CONFIG_NF_CT_NETLINK_TIMEOUT is not set
CONFIG_NF_NAT=m
CONFIG_NF_NAT_NEEDED=y
# CONFIG_NF_NAT_AMANDA is not set
# CONFIG_NF_NAT_FTP is not set
# CONFIG_NF_NAT_IRC is not set
# CONFIG_NF_NAT_SIP is not set
# CONFIG_NF_NAT_TFTP is not set
# CONFIG_NETFILTER_TPROXY is not set
CONFIG_NETFILTER_XTABLES=y
#
# Xtables combined modules
#
# CONFIG_NETFILTER_XT_MARK is not set
# CONFIG_NETFILTER_XT_CONNMARK is not set
#
# Xtables targets
#
# CONFIG_NETFILTER_XT_TARGET_AUDIT is not set
# CONFIG_NETFILTER_XT_TARGET_CHECKSUM is not set
# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
# CONFIG_NETFILTER_XT_TARGET_CONNSECMARK is not set
# CONFIG_NETFILTER_XT_TARGET_DSCP is not set
# CONFIG_NETFILTER_XT_TARGET_HL is not set
# CONFIG_NETFILTER_XT_TARGET_HMARK is not set
# CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set
# CONFIG_NETFILTER_XT_TARGET_LED is not set
# CONFIG_NETFILTER_XT_TARGET_LOG is not set
# CONFIG_NETFILTER_XT_TARGET_MARK is not set
# CONFIG_NETFILTER_XT_TARGET_NETMAP 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_REDIRECT is not set
# CONFIG_NETFILTER_XT_TARGET_TEE is not set
# CONFIG_NETFILTER_XT_TARGET_SECMARK is not set
# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
#
# Xtables matches
#
# CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set
# CONFIG_NETFILTER_XT_MATCH_BPF 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_CONNLABEL is not set
# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set
# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
# CONFIG_NETFILTER_XT_MATCH_CPU is not set
# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
# CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
# CONFIG_NETFILTER_XT_MATCH_ECN 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_NFACCT is not set
# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
# CONFIG_NETFILTER_XT_MATCH_REALM is not set
# CONFIG_NETFILTER_XT_MATCH_RECENT is not set
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
# CONFIG_NETFILTER_XT_MATCH_STATE is not set
# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
# CONFIG_NETFILTER_XT_MATCH_STRING is not set
# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
# CONFIG_NETFILTER_XT_MATCH_TIME is not set
# CONFIG_NETFILTER_XT_MATCH_U32 is not set
# CONFIG_IP_VS is not set
#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=m
CONFIG_NF_CONNTRACK_IPV4=m
# CONFIG_NF_CONNTRACK_PROC_COMPAT is not set
CONFIG_IP_NF_IPTABLES=m
# CONFIG_IP_NF_MATCH_AH is not set
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_RPFILTER is not set
# CONFIG_IP_NF_MATCH_TTL is not set
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
# CONFIG_IP_NF_TARGET_ULOG is not set
CONFIG_NF_NAT_IPV4=m
CONFIG_IP_NF_TARGET_MASQUERADE=m
# CONFIG_IP_NF_TARGET_NETMAP is not set
# CONFIG_IP_NF_TARGET_REDIRECT is not set
# CONFIG_NF_NAT_PPTP is not set
# CONFIG_NF_NAT_H323 is not set
CONFIG_IP_NF_MANGLE=m
# CONFIG_IP_NF_TARGET_CLUSTERIP is not set
# CONFIG_IP_NF_TARGET_ECN 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_DEFRAG_IPV6=m
CONFIG_NF_CONNTRACK_IPV6=m
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 is not set
# CONFIG_IP6_NF_MATCH_MH is not set
# CONFIG_IP6_NF_MATCH_RPFILTER is not set
# CONFIG_IP6_NF_MATCH_RT is not set
# CONFIG_IP6_NF_TARGET_HL is not set
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_REJECT=m
CONFIG_IP6_NF_MANGLE=m
# CONFIG_IP6_NF_RAW is not set
# CONFIG_IP6_NF_SECURITY is not set
# CONFIG_NF_NAT_IPV6 is not set
CONFIG_BRIDGE_NF_EBTABLES=m
# CONFIG_BRIDGE_EBT_BROUTE is not set
CONFIG_BRIDGE_EBT_T_FILTER=m
# CONFIG_BRIDGE_EBT_T_NAT is not set
# CONFIG_BRIDGE_EBT_802_3 is not set
# CONFIG_BRIDGE_EBT_AMONG is not set
# CONFIG_BRIDGE_EBT_ARP is not set
# CONFIG_BRIDGE_EBT_IP is not set
# CONFIG_BRIDGE_EBT_IP6 is not set
# CONFIG_BRIDGE_EBT_LIMIT is not set
# CONFIG_BRIDGE_EBT_MARK is not set
# CONFIG_BRIDGE_EBT_PKTTYPE is not set
# CONFIG_BRIDGE_EBT_STP is not set
# CONFIG_BRIDGE_EBT_VLAN is not set
# CONFIG_BRIDGE_EBT_ARPREPLY is not set
# CONFIG_BRIDGE_EBT_DNAT is not set
# CONFIG_BRIDGE_EBT_MARK_T is not set
# CONFIG_BRIDGE_EBT_REDIRECT is not set
# CONFIG_BRIDGE_EBT_SNAT is not set
# CONFIG_BRIDGE_EBT_LOG is not set
# CONFIG_BRIDGE_EBT_ULOG is not set
# CONFIG_BRIDGE_EBT_NFLOG is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
CONFIG_STP=m
CONFIG_BRIDGE=m
CONFIG_BRIDGE_IGMP_SNOOPING=y
CONFIG_HAVE_NET_DSA=y
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
CONFIG_LLC=m
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_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_SFB 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_MQPRIO is not set
# CONFIG_NET_SCH_CHOKE is not set
# CONFIG_NET_SCH_QFQ is not set
# CONFIG_NET_SCH_CODEL is not set
# CONFIG_NET_SCH_FQ_CODEL is not set
# CONFIG_NET_SCH_INGRESS is not set
# CONFIG_NET_SCH_PLUG 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_ACT_CSUM is not set
CONFIG_NET_SCH_FIFO=y
CONFIG_DCB=y
CONFIG_DNS_RESOLVER=m
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
# CONFIG_VSOCKETS is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
# CONFIG_NETPRIO_CGROUP is not set
CONFIG_BQL=y
CONFIG_BPF_JIT=y
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_NET_TCPPROBE is not set
CONFIG_NET_DROP_MONITOR=y
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT 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 is not set
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
# CONFIG_NFC is not set
CONFIG_HAVE_BPF_JIT=y
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
CONFIG_EXTRA_FIRMWARE=""
CONFIG_FW_LOADER_USER_HELPER=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_GENERIC_CPU_DEVICES is not set
# CONFIG_DMA_SHARED_BUFFER is not set
#
# Bus devices
#
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
# CONFIG_MTD is not set
CONFIG_DTC=y
CONFIG_OF=y
#
# Device Tree and Open Firmware support
#
CONFIG_PROC_DEVICETREE=y
# CONFIG_OF_SELFTEST is not set
CONFIG_OF_FLATTREE=y
CONFIG_OF_EARLY_FLATTREE=y
CONFIG_OF_DYNAMIC=y
CONFIG_OF_ADDRESS=y
CONFIG_OF_IRQ=y
CONFIG_OF_DEVICE=y
CONFIG_OF_NET=y
CONFIG_OF_MDIO=y
CONFIG_OF_PCI=y
CONFIG_OF_PCI_IRQ=y
# CONFIG_PARPORT is not set
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX 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_LOOP_MIN_COUNT=8
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_NVME is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_VIRTIO_BLK is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_RSXX is not set
#
# Misc devices
#
# CONFIG_SENSORS_LIS3LV02D is not set
# CONFIG_PHANTOM is not set
# CONFIG_INTEL_MID_PTI is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ATMEL_SSC is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
# CONFIG_PCH_PHUB is not set
# CONFIG_C2PORT is not set
#
# EEPROM support
#
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_CB710_CORE is not set
#
# Texas Instruments shared transport line discipline
#
# CONFIG_TI_ST is not set
#
# Altera FPGA firmware download module
#
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set
#
# SCSI device support
#
CONFIG_SCSI_MOD=y
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_TGT=m
# CONFIG_SCSI_NETLINK is not set
CONFIG_SCSI_PROC_FS=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
CONFIG_CHR_DEV_SG=m
# 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
#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
CONFIG_SCSI_SRP_ATTRS=m
CONFIG_SCSI_SRP_TGT_ATTRS=y
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
# CONFIG_SCSI_BNX2X_FCOE 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_MVUMI 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_MPT3SAS is not set
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_LIBFC is not set
# CONFIG_LIBFCOE is not set
# CONFIG_FCOE 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_IBMVSCSI=m
# CONFIG_SCSI_IBMVFC is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 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_VIRTIO is not set
# CONFIG_SCSI_CHELSIO_FCOE is not set
# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
CONFIG_SCSI_DH=y
CONFIG_SCSI_DH_RDAC=y
CONFIG_SCSI_DH_HP_SW=y
CONFIG_SCSI_DH_EMC=y
CONFIG_SCSI_DH_ALUA=y
# CONFIG_SCSI_OSD_INITIATOR is not set
# CONFIG_ATA 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 is not set
# 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=m
CONFIG_DM_DEBUG=y
# CONFIG_DM_CRYPT is not set
# CONFIG_DM_SNAPSHOT is not set
# CONFIG_DM_THIN_PROVISIONING is not set
# CONFIG_DM_CACHE is not set
CONFIG_DM_MIRROR=m
# CONFIG_DM_RAID is not set
# CONFIG_DM_LOG_USERSPACE is not set
# CONFIG_DM_ZERO is not set
# CONFIG_DM_MULTIPATH is not set
# CONFIG_DM_DELAY is not set
CONFIG_DM_UEVENT=y
# CONFIG_DM_FLAKEY is not set
# CONFIG_DM_VERITY is not set
# CONFIG_TARGET_CORE is not set
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=128
CONFIG_FUSION_LOGGING=y
#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
# CONFIG_I2O is not set
CONFIG_MACINTOSH_DRIVERS=y
CONFIG_MAC_EMUMOUSEBTN=y
# CONFIG_WINDFARM is not set
CONFIG_NETDEVICES=y
CONFIG_NET_CORE=y
# CONFIG_BONDING is not set
# CONFIG_DUMMY is not set
# CONFIG_EQUALIZER is not set
CONFIG_NET_FC=y
# CONFIG_MII is not set
# CONFIG_IFB is not set
# CONFIG_NET_TEAM is not set
# CONFIG_MACVLAN is not set
# CONFIG_VXLAN is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
# CONFIG_VIRTIO_NET is not set
# CONFIG_ARCNET is not set
#
# CAIF transport drivers
#
#
# Distributed Switch Architecture drivers
#
# CONFIG_NET_DSA_MV88E6XXX is not set
# CONFIG_NET_DSA_MV88E6060 is not set
# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
# CONFIG_NET_DSA_MV88E6131 is not set
# CONFIG_NET_DSA_MV88E6123_61_65 is not set
CONFIG_ETHERNET=y
CONFIG_NET_VENDOR_3COM=y
# CONFIG_PCMCIA_3C574 is not set
# CONFIG_PCMCIA_3C589 is not set
# CONFIG_VORTEX is not set
# CONFIG_TYPHOON is not set
CONFIG_NET_VENDOR_ADAPTEC=y
# CONFIG_ADAPTEC_STARFIRE is not set
CONFIG_NET_VENDOR_ALTEON=y
# CONFIG_ACENIC is not set
CONFIG_NET_VENDOR_AMD=y
# CONFIG_AMD8111_ETH is not set
# CONFIG_PCNET32 is not set
# CONFIG_PCMCIA_NMCLAN is not set
CONFIG_NET_VENDOR_ATHEROS=y
# CONFIG_ATL2 is not set
# CONFIG_ATL1 is not set
# CONFIG_ATL1E is not set
# CONFIG_ATL1C is not set
CONFIG_NET_CADENCE=y
# CONFIG_ARM_AT91_ETHER is not set
# CONFIG_MACB is not set
CONFIG_NET_VENDOR_BROADCOM=y
# CONFIG_B44 is not set
# CONFIG_BNX2 is not set
# CONFIG_CNIC is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2X is not set
CONFIG_NET_VENDOR_BROCADE=y
# CONFIG_BNA is not set
# CONFIG_NET_CALXEDA_XGMAC is not set
CONFIG_NET_VENDOR_CHELSIO=y
# CONFIG_CHELSIO_T1 is not set
# CONFIG_CHELSIO_T3 is not set
# CONFIG_CHELSIO_T4 is not set
# CONFIG_CHELSIO_T4VF is not set
CONFIG_NET_VENDOR_CISCO=y
# CONFIG_ENIC is not set
# CONFIG_DNET is not set
CONFIG_NET_VENDOR_DEC=y
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_NET_VENDOR_DLINK=y
# CONFIG_DL2K is not set
# CONFIG_SUNDANCE is not set
CONFIG_NET_VENDOR_EMULEX=y
# CONFIG_BE2NET is not set
CONFIG_NET_VENDOR_EXAR=y
# CONFIG_S2IO is not set
# CONFIG_VXGE is not set
# CONFIG_NET_VENDOR_FUJITSU is not set
# CONFIG_NET_VENDOR_HP is not set
CONFIG_NET_VENDOR_IBM=y
CONFIG_IBMVETH=m
# CONFIG_IBM_EMAC_ZMII is not set
# CONFIG_IBM_EMAC_RGMII is not set
# CONFIG_IBM_EMAC_TAH is not set
# CONFIG_IBM_EMAC_EMAC4 is not set
# CONFIG_IBM_EMAC_NO_FLOW_CTRL is not set
# CONFIG_IBM_EMAC_MAL_CLR_ICINTSTAT is not set
# CONFIG_IBM_EMAC_MAL_COMMON_ERR is not set
# CONFIG_EHEA is not set
CONFIG_NET_VENDOR_INTEL=y
# CONFIG_E100 is not set
# CONFIG_E1000 is not set
# CONFIG_E1000E is not set
# CONFIG_IGB is not set
# CONFIG_IGBVF is not set
# CONFIG_IXGB is not set
# CONFIG_IXGBE is not set
# CONFIG_IXGBEVF is not set
# CONFIG_NET_VENDOR_I825XX is not set
# CONFIG_IP1000 is not set
# CONFIG_JME is not set
CONFIG_NET_VENDOR_MARVELL=y
# CONFIG_MVMDIO is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
CONFIG_NET_VENDOR_MELLANOX=y
# CONFIG_MLX4_EN is not set
# CONFIG_MLX4_CORE is not set
CONFIG_NET_VENDOR_MICREL=y
# CONFIG_KS8851_MLL is not set
# CONFIG_KSZ884X_PCI is not set
CONFIG_NET_VENDOR_MYRI=y
# CONFIG_MYRI10GE is not set
# CONFIG_FEALNX is not set
CONFIG_NET_VENDOR_NATSEMI=y
# CONFIG_NATSEMI is not set
# CONFIG_NS83820 is not set
CONFIG_NET_VENDOR_8390=y
# CONFIG_PCMCIA_AXNET is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_PCMCIA_PCNET is not set
CONFIG_NET_VENDOR_NVIDIA=y
# CONFIG_FORCEDETH is not set
CONFIG_NET_VENDOR_OKI=y
# CONFIG_PCH_GBE is not set
# CONFIG_ETHOC is not set
CONFIG_NET_PACKET_ENGINE=y
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
CONFIG_NET_VENDOR_QLOGIC=y
# CONFIG_QLA3XXX is not set
# CONFIG_QLCNIC is not set
# CONFIG_QLGE is not set
# CONFIG_NETXEN_NIC is not set
CONFIG_NET_VENDOR_REALTEK=y
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_R8169 is not set
CONFIG_NET_VENDOR_RDC=y
# CONFIG_R6040 is not set
# CONFIG_NET_VENDOR_SEEQ is not set
CONFIG_NET_VENDOR_SILAN=y
# CONFIG_SC92031 is not set
CONFIG_NET_VENDOR_SIS=y
# CONFIG_SIS900 is not set
# CONFIG_SIS190 is not set
# CONFIG_SFC is not set
CONFIG_NET_VENDOR_SMSC=y
# CONFIG_PCMCIA_SMC91C92 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SMSC9420 is not set
CONFIG_NET_VENDOR_STMICRO=y
# CONFIG_STMMAC_ETH is not set
CONFIG_NET_VENDOR_SUN=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NIU is not set
CONFIG_NET_VENDOR_TEHUTI=y
# CONFIG_TEHUTI is not set
CONFIG_NET_VENDOR_TI=y
# CONFIG_TLAN is not set
CONFIG_NET_VENDOR_VIA=y
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_NET_VENDOR_WIZNET=y
# CONFIG_WIZNET_W5100 is not set
# CONFIG_WIZNET_W5300 is not set
# CONFIG_NET_VENDOR_XILINX is not set
CONFIG_NET_VENDOR_XIRCOM=y
# CONFIG_PCMCIA_XIRC2PS is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PHYLIB=y
#
# MII PHY device drivers
#
# CONFIG_AT803X_PHY is not set
# CONFIG_AMD_PHY is not set
# 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_BCM87XX_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_MICREL_PHY is not set
CONFIG_FIXED_PHY=y
# CONFIG_MDIO_BITBANG is not set
# CONFIG_MDIO_BUS_MUX_GPIO is not set
# CONFIG_MDIO_BUS_MUX_MMIOREG is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_IPHETH 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
# CONFIG_WL_TI is not set
#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#
CONFIG_WAN=y
# CONFIG_HDLC is not set
# CONFIG_DLCI is not set
# CONFIG_VMXNET3 is not set
CONFIG_ISDN=y
# CONFIG_ISDN_I4L is not set
# CONFIG_ISDN_CAPI is not set
# CONFIG_ISDN_DRV_GIGASET is not set
# CONFIG_HYSDN is not set
# CONFIG_MISDN 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
# CONFIG_INPUT_MATRIXKMAP 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
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_GPIO is not set
# CONFIG_KEYBOARD_GPIO_POLLED is not set
# CONFIG_KEYBOARD_MATRIX 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_CYPRESS=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
CONFIG_MOUSE_PS2_ELANTECH=y
CONFIG_MOUSE_PS2_SENTELIC=y
# 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_GPIO is not set
# CONFIG_MOUSE_SYNAPTICS_USB is not set
# CONFIG_INPUT_JOYSTICK 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_HANWANG is not set
# CONFIG_TABLET_USB_KBTAB is not set
# CONFIG_TABLET_USB_WACOM is not set
CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_AD7879 is not set
# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
# CONFIG_TOUCHSCREEN_FUJITSU is not set
# CONFIG_TOUCHSCREEN_GUNZE is not set
# CONFIG_TOUCHSCREEN_ELO is not set
# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
# CONFIG_TOUCHSCREEN_MTOUCH is not set
# CONFIG_TOUCHSCREEN_INEXIO 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_USB_COMPOSITE is not set
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
# CONFIG_TOUCHSCREEN_TSC_SERIO is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_PCSPKR is not set
# CONFIG_INPUT_GPIO_TILT_POLLED 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 is not set
# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_CMA3000 is not set
#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_SERIO_XILINX_XPS_PS2 is not set
# CONFIG_SERIO_ALTERA_PS2 is not set
# CONFIG_SERIO_PS2MULT is not set
# CONFIG_SERIO_ARC_PS2 is not set
# CONFIG_GAMEPORT is not set
#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_VT_CONSOLE_SLEEP=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_NONSTANDARD=y
# CONFIG_ROCKETPORT is not set
# CONFIG_CYCLADES is not set
# CONFIG_MOXA_INTELLIO is not set
# CONFIG_MOXA_SMARTIO is not set
# CONFIG_SYNCLINK is not set
# CONFIG_SYNCLINKMP is not set
# CONFIG_SYNCLINK_GT is not set
# CONFIG_NOZOMI is not set
# CONFIG_ISI is not set
# CONFIG_N_HDLC is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
# CONFIG_PPC_EPAPR_HV_BYTECHAN is not set
# CONFIG_DEVKMEM is not set
# CONFIG_STALDRV is not set
#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_PCI=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 is not set
CONFIG_SERIAL_8250_RSA=y
CONFIG_SERIAL_8250_FSL=y
# CONFIG_SERIAL_8250_DW is not set
#
# Non-8250 serial port support
#
# CONFIG_SERIAL_KGDB_NMI is not set
# CONFIG_SERIAL_MFD_HSU is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_CONSOLE_POLL=y
# CONFIG_SERIAL_ICOM is not set
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_OF_PLATFORM is not set
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_TIMBERDALE is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_PCH_UART is not set
# CONFIG_SERIAL_XILINX_PS_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
CONFIG_HVC_DRIVER=y
CONFIG_HVC_IRQ=y
CONFIG_HVC_CONSOLE=y
# CONFIG_HVC_OLD_HVSI is not set
CONFIG_HVC_OPAL=y
CONFIG_HVC_RTAS=y
# CONFIG_HVC_UDBG is not set
# CONFIG_HVCS is not set
# CONFIG_VIRTIO_CONSOLE is not set
CONFIG_IBM_BSR=y
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
# CONFIG_HW_RANDOM_VIRTIO is not set
# CONFIG_HW_RANDOM_PSERIES is not set
# 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_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=8192
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
CONFIG_DEVPORT=y
# CONFIG_I2C is not set
# CONFIG_SPI is not set
# CONFIG_HSI is not set
#
# PPS support
#
# CONFIG_PPS is not set
#
# PPS generators support
#
#
# PTP clock support
#
# CONFIG_PTP_1588_CLOCK is not set
# CONFIG_DP83640_PHY is not set
# CONFIG_PTP_1588_CLOCK_PCH is not set
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
CONFIG_ARCH_REQUIRE_GPIOLIB=y
CONFIG_GPIO_DEVRES=y
CONFIG_GPIOLIB=y
CONFIG_OF_GPIO=y
# CONFIG_DEBUG_GPIO is not set
CONFIG_GPIO_SYSFS=y
#
# Memory mapped GPIO drivers:
#
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_TS5500 is not set
# CONFIG_GPIO_XILINX is not set
# CONFIG_GPIO_VX855 is not set
#
# I2C GPIO expanders:
#
#
# PCI GPIO expanders:
#
# CONFIG_GPIO_BT8XX is not set
# CONFIG_GPIO_AMD8111 is not set
# CONFIG_GPIO_ML_IOH is not set
# CONFIG_GPIO_RDC321X is not set
#
# SPI GPIO expanders:
#
#
# AC97 GPIO expanders:
#
#
# MODULbus GPIO expanders:
#
#
# USB GPIO expanders:
#
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_BQ27x00 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_GPIO is not set
# CONFIG_BATTERY_GOLDFISH is not set
# CONFIG_POWER_RESET is not set
# CONFIG_POWER_AVS is not set
CONFIG_HWMON=y
# CONFIG_HWMON_VID is not set
# CONFIG_HWMON_DEBUG_CHIP is not set
#
# Native drivers
#
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_GPIO_FAN is not set
# CONFIG_SENSORS_MAX197 is not set
# CONFIG_SENSORS_NTC_THERMISTOR is not set
# CONFIG_SENSORS_SHT15 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_SCH56XX_COMMON is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT8231 is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_HWMON=y
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
# CONFIG_THERMAL_GOV_FAIR_SHARE is not set
CONFIG_THERMAL_GOV_STEP_WISE=y
# CONFIG_THERMAL_GOV_USER_SPACE is not set
# CONFIG_CPU_THERMAL is not set
# CONFIG_THERMAL_EMULATION is not set
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
#
# Watchdog Device Drivers
#
# CONFIG_SOFT_WATCHDOG is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_I6300ESB_WDT is not set
# CONFIG_WATCHDOG_RTAS 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
CONFIG_BCMA_POSSIBLE=y
#
# Broadcom specific AMBA
#
# CONFIG_BCMA is not set
#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_MFD_RTSX_PCI is not set
# CONFIG_MFD_TI_AM335X_TSCADC is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_ABX500_CORE is not set
# CONFIG_MFD_TIMBERDALE is not set
# CONFIG_LPC_SCH is not set
# CONFIG_LPC_ICH is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_MFD_SYSCON is not set
# CONFIG_MFD_VIPERBOARD is not set
# CONFIG_REGULATOR is not set
# CONFIG_MEDIA_SUPPORT is not set
#
# Graphics support
#
CONFIG_AGP=y
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=64
# CONFIG_DRM is not set
# CONFIG_VGASTATE is not set
# CONFIG_VIDEO_OUTPUT_CONTROL is not set
# CONFIG_OF_DISPLAY_TIMING is not set
# CONFIG_OF_VIDEOMODE is not set
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_FB_DDC is not set
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_FOREIGN_ENDIAN is not set
# CONFIG_FB_SYS_FOPS is not set
# CONFIG_FB_WMT_GE_ROPS is not set
# CONFIG_FB_SVGALIB is not set
CONFIG_FB_MACMODES=y
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y
#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
CONFIG_FB_OF=y
# 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_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I740 is not set
CONFIG_FB_MATROX=y
# CONFIG_FB_MATROX_MILLENIUM is not set
# CONFIG_FB_MATROX_MYSTIQUE is not set
# CONFIG_FB_MATROX_G is not set
# CONFIG_FB_MATROX_I2C is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
CONFIG_FB_IBM_GXT4500=y
# CONFIG_FB_GOLDFISH is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_BROADSHEET is not set
# CONFIG_FB_AUO_K190X is not set
# CONFIG_EXYNOS_VIDEO 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
#
# 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 is not set
#
# HID support
#
CONFIG_HID=y
CONFIG_HID_BATTERY_STRENGTH=y
CONFIG_HIDRAW=y
# CONFIG_UHID is not set
CONFIG_HID_GENERIC=y
#
# Special HID drivers
#
CONFIG_HID_A4TECH=y
# CONFIG_HID_ACRUX is not set
CONFIG_HID_APPLE=y
# CONFIG_HID_AUREAL is not set
CONFIG_HID_BELKIN=y
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
CONFIG_HID_CYPRESS=y
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
CONFIG_HID_EZKEY=y
# CONFIG_HID_HOLTEK is not set
# CONFIG_HID_KEYTOUCH is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_TWINHAN is not set
CONFIG_HID_KENSINGTON=y
# CONFIG_HID_LCPOWER is not set
# CONFIG_HID_LENOVO_TPKBD is not set
CONFIG_HID_LOGITECH=y
# CONFIG_HID_LOGITECH_DJ is not set
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
# CONFIG_LOGIG940_FF is not set
CONFIG_LOGIWHEELS_FF=y
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MONTEREY=y
# CONFIG_HID_MULTITOUCH is not set
CONFIG_HID_NTRIG=y
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_ROCCAT is not set
# CONFIG_HID_SAITEK is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SONY is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEELSERIES is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TIVO is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_THINGM is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set
#
# USB HID support
#
CONFIG_USB_HID=y
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB_ARCH_HAS_XHCI=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
#
# Miscellaneous USB options
#
# CONFIG_USB_DYNAMIC_MINORS is not set
CONFIG_USB_SUSPEND=y
# CONFIG_USB_OTG is not set
# CONFIG_USB_DWC3 is not set
CONFIG_USB_MON=y
# CONFIG_USB_WUSB_CBAF is not set
#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_XHCI_HCD=y
# CONFIG_USB_XHCI_HCD_DEBUGGING is not set
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_EHCI_PCI=y
CONFIG_USB_EHCI_HCD_PPC_OF=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_HCD_PPC_OF_BE=y
CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
CONFIG_USB_OHCI_HCD_PPC_OF=y
CONFIG_USB_OHCI_HCD_PCI=y
# CONFIG_USB_OHCI_HCD_PLATFORM is not set
# CONFIG_USB_EHCI_HCD_PLATFORM is not set
CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
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_CHIPIDEA is not set
#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# 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 is not set
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
#
# USB port drivers
#
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_CONSOLE=y
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_AIRCABLE is not set
# CONFIG_USB_SERIAL_ARK3116 is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_CH341 is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP210X is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
# CONFIG_USB_SERIAL_FUNSOFT is not set
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_F81232 is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_IUU is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_METRO is not set
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
# CONFIG_USB_SERIAL_MOTOROLA is not set
# CONFIG_USB_SERIAL_NAVMAN is not set
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_OTI6858 is not set
# CONFIG_USB_SERIAL_QCAUX is not set
# CONFIG_USB_SERIAL_QUALCOMM is not set
# CONFIG_USB_SERIAL_SPCP8X5 is not set
# CONFIG_USB_SERIAL_HP4X is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
# CONFIG_USB_SERIAL_SYMBOL is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OPTION is not set
# CONFIG_USB_SERIAL_OMNINET is not set
# CONFIG_USB_SERIAL_OPTICON is not set
# CONFIG_USB_SERIAL_VIVOPAY_SERIAL is not set
# CONFIG_USB_SERIAL_XSENS_MT is not set
# CONFIG_USB_SERIAL_ZIO is not set
# CONFIG_USB_SERIAL_ZTE is not set
# CONFIG_USB_SERIAL_SSU100 is not set
# CONFIG_USB_SERIAL_QT2 is not set
# CONFIG_USB_SERIAL_DEBUG 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_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_YUREX is not set
# CONFIG_USB_EZUSB_FX2 is not set
#
# USB Physical Layer drivers
#
# CONFIG_OMAP_USB3 is not set
# CONFIG_OMAP_CONTROL_USB is not set
# CONFIG_USB_RCAR_PHY is not set
# CONFIG_USB_GADGET is not set
#
# OTG and related infrastructure
#
# CONFIG_USB_GPIO_VBUS is not set
# 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_GPIO is not set
# CONFIG_LEDS_LT3593 is not set
# CONFIG_LEDS_OT200 is not set
CONFIG_LEDS_TRIGGERS=y
#
# LED Triggers
#
# CONFIG_LEDS_TRIGGER_TIMER is not set
# CONFIG_LEDS_TRIGGER_ONESHOT is not set
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
# CONFIG_LEDS_TRIGGER_CPU is not set
# CONFIG_LEDS_TRIGGER_GPIO is not set
# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC=y
CONFIG_EDAC_LEGACY_SYSFS=y
# CONFIG_EDAC_DEBUG is not set
# CONFIG_EDAC_MM_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_SYSTOHC=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
#
# 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
# CONFIG_RTC_DRV_DS2404 is not set
#
# on-CPU RTC drivers
#
CONFIG_RTC_DRV_GENERIC=y
# CONFIG_RTC_DRV_SNVS is not set
#
# HID Sensor RTC drivers
#
# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
CONFIG_DMADEVICES=y
# CONFIG_DMADEVICES_DEBUG is not set
#
# DMA Devices
#
# CONFIG_DW_DMAC is not set
# CONFIG_TIMB_DMA is not set
CONFIG_DMA_OF=y
CONFIG_AUXDISPLAY=y
# CONFIG_UIO is not set
CONFIG_VIRTIO=y
#
# Virtio drivers
#
CONFIG_VIRTIO_PCI=y
# CONFIG_VIRTIO_BALLOON is not set
# CONFIG_VIRTIO_MMIO is not set
#
# Microsoft Hyper-V guest support
#
CONFIG_STAGING=y
# CONFIG_ET131X is not set
# CONFIG_USBIP_CORE is not set
# CONFIG_ECHO is not set
# CONFIG_COMEDI is not set
# CONFIG_ASUS_OLED is not set
# CONFIG_R8187SE is not set
# CONFIG_RTL8192U is not set
# CONFIG_RTLLIB is not set
# CONFIG_R8712U is not set
# CONFIG_RTS5139 is not set
# CONFIG_TRANZPORT is not set
# CONFIG_USB_SERIAL_QUATECH2 is not set
# CONFIG_VT6655 is not set
# CONFIG_VT6656 is not set
# CONFIG_DX_SEP is not set
# CONFIG_ZSMALLOC is not set
# CONFIG_WLAGS49_H2 is not set
# CONFIG_WLAGS49_H25 is not set
# CONFIG_FB_SM7XX is not set
# CONFIG_CRYSTALHD is not set
# CONFIG_FB_XGI is not set
# CONFIG_USB_ENESTORAGE is not set
# CONFIG_BCM_WIMAX is not set
# CONFIG_FT1000 is not set
#
# Speakup console speech
#
# CONFIG_SPEAKUP is not set
CONFIG_STAGING_MEDIA=y
#
# Android
#
# CONFIG_ANDROID is not set
# CONFIG_USB_WPAN_HCD is not set
# CONFIG_WIMAX_GDM72XX is not set
# CONFIG_NET_VENDOR_SILICOM is not set
# CONFIG_CED1401 is not set
# CONFIG_DGRP is not set
# CONFIG_ZCACHE is not set
#
# Hardware Spinlock drivers
#
CONFIG_I8253_LOCK=y
CONFIG_CLKBLD_I8253=y
# CONFIG_MAILBOX is not set
CONFIG_IOMMU_SUPPORT=y
CONFIG_OF_IOMMU=y
#
# Remoteproc drivers
#
# CONFIG_STE_MODEM_RPROC is not set
#
# Rpmsg drivers
#
# CONFIG_VIRT_DRIVERS is not set
# CONFIG_PM_DEVFREQ is not set
# CONFIG_EXTCON is not set
# CONFIG_MEMORY is not set
# CONFIG_IIO is not set
# CONFIG_VME_BUS is not set
# CONFIG_PWM is not set
CONFIG_IRQCHIP=y
# CONFIG_IPACK_BUS is not set
#
# File systems
#
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
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_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
CONFIG_PRINT_QUOTA_WARNING=y
# CONFIG_QUOTA_DEBUG is not set
CONFIG_QUOTA_TREE=y
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
CONFIG_AUTOFS4_FS=y
# CONFIG_FUSE_FS is not set
CONFIG_GENERIC_ACL=y
#
# Caches
#
CONFIG_FSCACHE=m
CONFIG_FSCACHE_STATS=y
# CONFIG_FSCACHE_HISTOGRAM is not set
# CONFIG_FSCACHE_DEBUG is not set
CONFIG_FSCACHE_OBJECT_LIST=y
# CONFIG_CACHEFILES 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_TMPFS_XATTR=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=y
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_ECRYPT_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_LOGFS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_PSTORE=y
# CONFIG_PSTORE_CONSOLE is not set
# CONFIG_PSTORE_RAM is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
# CONFIG_F2FS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
# CONFIG_NFS_V2 is not set
CONFIG_NFS_V3=m
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=m
# CONFIG_NFS_SWAP is not set
CONFIG_NFS_V4_1=y
CONFIG_PNFS_FILE_LAYOUT=m
CONFIG_PNFS_BLOCK=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
CONFIG_NFS_FSCACHE=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFS_DEBUG=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
# CONFIG_NFSD_FAULT_INJECTION is not set
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
CONFIG_SUNRPC_BACKCHANNEL=y
CONFIG_SUNRPC_DEBUG=y
# CONFIG_CEPH_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
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_MAC_ROMAN is not set
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
# CONFIG_NLS_UTF8 is not set
# CONFIG_DLM is not set
CONFIG_BINARY_PRINTF=y
#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IO=y
CONFIG_PERCPU_RWSEM=y
# CONFIG_CRC_CCITT is not set
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=m
# CONFIG_CRC_ITU_T is not set
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=m
# CONFIG_CRC8 is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_NLATTR=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
CONFIG_AVERAGE=y
CONFIG_CLZ_TAB=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
CONFIG_MPILIB=y
CONFIG_OID_REGISTRY=y
#
# Kernel hacking
#
CONFIG_PRINTK_TIME=y
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
# 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_READABLE_ASM is not set
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
CONFIG_HEADERS_CHECK=y
CONFIG_DEBUG_SECTION_MISMATCH=y
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_SHIRQ=y
CONFIG_LOCKUP_DETECTOR=y
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
# 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_HAVE_DEBUG_KMEMLEAK=y
# 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_ATOMIC_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_INFO_REDUCED is not set
CONFIG_DEBUG_VM=y
# CONFIG_DEBUG_VM_RB is not set
# CONFIG_DEBUG_WRITECOUNT is not set
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_DEBUG_LIST=y
# CONFIG_TEST_LIST_SORT is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_DEBUG_CREDENTIALS is not set
#
# RCU Debugging
#
CONFIG_SPARSE_RCU_POINTER=y
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=60
# CONFIG_RCU_CPU_STALL_INFO is not set
# CONFIG_RCU_TRACE 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_DEBUG_PER_CPU_MAPS is not set
# CONFIG_LKDTM is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_LATENCYTOP=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_TRACER_MAX_TRACE=y
CONFIG_TRACE_CLOCK=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_TRACING=y
CONFIG_GENERIC_TRACER=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
# CONFIG_FUNCTION_TRACER is not set
# CONFIG_IRQSOFF_TRACER is not set
CONFIG_SCHED_TRACER=y
CONFIG_FTRACE_SYSCALLS=y
# CONFIG_TRACER_SNAPSHOT is not set
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_PROFILE_ALL_BRANCHES is not set
# CONFIG_STACK_TRACER is not set
CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_KPROBE_EVENT=y
CONFIG_UPROBE_EVENT=y
CONFIG_PROBE_EVENTS=y
# CONFIG_FTRACE_STARTUP_TEST is not set
# CONFIG_RING_BUFFER_BENCHMARK is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
CONFIG_BUILD_DOCSRC=y
CONFIG_DYNAMIC_DEBUG=y
# CONFIG_DMA_API_DEBUG is not set
CONFIG_ATOMIC64_SELFTEST=y
# 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_KGDB_KDB=y
CONFIG_KDB_KEYBOARD=y
CONFIG_KDB_CONTINUE_CATASTROPHIC=0
CONFIG_TEST_KSTRTOX=y
CONFIG_PPC_DISABLE_WERROR=y
CONFIG_PRINT_STACK_DEPTH=64
CONFIG_DEBUG_STACKOVERFLOW=y
# CONFIG_HCALL_STATS is not set
CONFIG_PPC_EMULATED_STATS=y
# CONFIG_CODE_PATCHING_SELFTEST is not set
# CONFIG_FTR_FIXUP_SELFTEST is not set
CONFIG_MSI_BITMAP_SELFTEST=y
CONFIG_XMON=y
# CONFIG_XMON_DEFAULT is not set
CONFIG_XMON_DISASSEMBLY=y
CONFIG_DEBUGGER=y
CONFIG_BOOTX_TEXT=y
# CONFIG_PPC_EARLY_DEBUG is not set
CONFIG_STRICT_DEVMEM=y
#
# Security options
#
CONFIG_KEYS=y
# CONFIG_ENCRYPTED_KEYS is not set
CONFIG_KEYS_DEBUG_PROC_KEYS=y
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_NETWORK_XFRM=y
# CONFIG_SECURITY_PATH is not set
CONFIG_LSM_MMAP_MIN_ADDR=65535
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_SECURITY_APPARMOR is not set
# CONFIG_SECURITY_YAMA is not set
# CONFIG_IMA is not set
# CONFIG_EVM is not set
CONFIG_DEFAULT_SECURITY_SELINUX=y
# CONFIG_DEFAULT_SECURITY_DAC is not set
CONFIG_DEFAULT_SECURITY="selinux"
CONFIG_KEYS_COMPAT=y
CONFIG_CRYPTO=y
#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_USER is not set
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
# CONFIG_CRYPTO_GF128MUL is not set
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_PCRYPT 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=y
#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=y
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=y
# 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_CRC32 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_SHA1_PPC is not set
CONFIG_CRYPTO_SHA256=y
# CONFIG_CRYPTO_SHA512 is not set
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_WP512 is not set
#
# Ciphers
#
CONFIG_CRYPTO_AES=y
# 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 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_DES is not set
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 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
#
# 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_USER_API=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_USER_API_SKCIPHER=y
CONFIG_CRYPTO_HW=y
CONFIG_CRYPTO_DEV_NX=y
# CONFIG_CRYPTO_DEV_NX_ENCRYPT is not set
# CONFIG_CRYPTO_DEV_NX_COMPRESS is not set
CONFIG_ASYMMETRIC_KEY_TYPE=y
CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
CONFIG_PUBLIC_KEY_ALGO_RSA=y
CONFIG_X509_CERTIFICATE_PARSER=y
# CONFIG_PPC_CLOCK is not set
CONFIG_VIRTUALIZATION=y
# CONFIG_KVM_BOOK3S_64 is not set
# CONFIG_VHOST_NET is not set
============================================================
The dmesg output since boot:
============================================================
[ 0.000000] Reserving 256MB of memory at 128MB for crashkernel (System RAM: 4096MB)
[ 0.000000] Allocated 786432 bytes for 1024 pacas at c000000007f40000
[ 0.000000] Using pSeries machine description
[ 0.000000] Page orders: linear mapping = 24, virtual = 16, io = 12
[ 0.000000] Using 1TB segments
[ 0.000000] Found initrd at 0xc000000004e00000:0xc000000005f64568
[ 0.000000] bootconsole [udbg0] enabled
[ 0.000000] Partition configured for 120 cpus.
[ 0.000000] CPU maps initialized for 4 threads per core
[ 0.000000] (thread shift is 2)
[ 0.000000] Freed 655360 bytes for unused pacas
[ 0.000000] Starting Linux PPC64 #7 SMP Tue Apr 23 22:49:09 CDT 2013
[ 0.000000] -----------------------------------------------------
[ 0.000000] ppc64_pft_size = 0x1a
[ 0.000000] physicalMemorySize = 0x100000000
[ 0.000000] htab_hash_mask = 0x7ffff
[ 0.000000] -----------------------------------------------------
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.9.0-rc7 (hpt@riblp3.upt.austin.ibm.com) (gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) ) #7 SMP Tue Apr 23 22:49:09 CDT 2013
[ 0.000000] [boot]0012 Setup Arch
[ 0.000000] Node 0 Memory:
[ 0.000000] Node 1 Memory: 0x0-0x100000000
[ 0.000000] PPC64 nvram contains 15360 bytes
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00000000-0xffffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 1: [mem 0x00000000-0xffffffff]
[ 0.000000] Could not find start_pfn for node 0
[ 0.000000] On node 0 totalpages: 0
[ 0.000000] On node 1 totalpages: 65536
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 65536 pages, LIFO batch:1
[ 0.000000] [boot]0015 Setup Done
[ 0.000000] PERCPU: Embedded 2 pages/cpu @c000000001500000 s87808 r0 d43264 u131072
[ 0.000000] pcpu-alloc: s87808 r0 d43264 u131072 alloc=1*1048576
[ 0.000000] pcpu-alloc: [0] 000 001 002 003 004 005 006 007
[ 0.000000] pcpu-alloc: [0] 008 009 010 011 012 013 014 015
[ 0.000000] pcpu-alloc: [0] 016 017 018 019 020 021 022 023
[ 0.000000] pcpu-alloc: [0] 024 025 026 027 028 029 030 031
[ 0.000000] pcpu-alloc: [0] 032 033 034 035 036 037 038 039
[ 0.000000] pcpu-alloc: [0] 040 041 042 043 044 045 046 047
[ 0.000000] pcpu-alloc: [0] 048 049 050 051 052 053 054 055
[ 0.000000] pcpu-alloc: [0] 056 057 058 059 060 061 062 063
[ 0.000000] pcpu-alloc: [0] 064 065 066 067 068 069 070 071
[ 0.000000] pcpu-alloc: [0] 072 073 074 075 076 077 078 079
[ 0.000000] pcpu-alloc: [0] 080 081 082 083 084 085 086 087
[ 0.000000] pcpu-alloc: [0] 088 089 090 091 092 093 094 095
[ 0.000000] pcpu-alloc: [0] 096 097 098 099 100 101 102 103
[ 0.000000] pcpu-alloc: [0] 104 105 106 107 108 109 110 111
[ 0.000000] pcpu-alloc: [0] 112 113 114 115 116 117 118 119
[ 0.000000] Built 2 zonelists in Node order, mobility grouping on. Total pages: 65480
[ 0.000000] Policy zone: DMA
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinux-3.9.0-rc7 root=/dev/mapper/rhel_riblp3-root ro rd.md=0 rd.dm=0 crashkernel=256M rd.luks=0 vconsole.keymap=us rd.lvm.lv=rhel_riblp3/swap rd.lvm.lv=rhel_riblp3/root slub_debug
[ 0.000000] PID hash table entries: 4096 (order: -1, 32768 bytes)
[ 0.000000] freeing bootmem node 1
[ 0.000000] Memory: 3788864k/4194304k available (15872k kernel code, 405440k reserved, 1728k data, 3031k bss, 5440k init)
[ 0.000000] SLUB: Genslabs=19, HWalign=128, Order=0-3, MinObjects=0, CPUs=120, Nodes=256
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=120.
[ 0.000000] NR_IRQS:512 nr_irqs:512 16
[ 0.000000] pic: no ISA interrupt controller
[ 0.000000] time_init: decrementer frequency = 512.000000 MHz
[ 0.000000] time_init: processor frequency = 3300.000000 MHz
[ 0.000000] clocksource: timebase mult[1f40000] shift[24] registered
[ 0.000000] clockevent: decrementer mult[83126e98] shift[32] cpu[0]
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [hvc0] enabled, bootconsole disabled
[ 0.000000] allocated 1048576 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.039784] pid_max: default: 122880 minimum: 960
[ 0.049891] Security Framework initialized
[ 0.049911] SELinux: Initializing.
[ 0.050042] SELinux: Starting in permissive mode
[ 0.060000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes)
[ 0.070308] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes)
[ 0.080075] Mount-cache hash table entries: 4096
[ 0.290109] Initializing cgroup subsys cpuacct
[ 0.290123] Initializing cgroup subsys memory
[ 0.300150] Initializing cgroup subsys devices
[ 0.300166] Initializing cgroup subsys freezer
[ 0.300177] Initializing cgroup subsys net_cls
[ 0.300188] Initializing cgroup subsys blkio
[ 0.300192] Initializing cgroup subsys perf_event
[ 0.330402] EEH: pSeries platform initialized
[ 0.330414] POWER7 performance monitor hardware support registered
[ 3.310809] Brought up 80 CPUs
[ 3.310842] Node 0 CPUs: 0-79
[ 3.310849] Node 1 CPUs:
[ 3.661673] Enabling Asymmetric SMT scheduling
[ 4.050776] devtmpfs: initialized
[ 5.321204] EEH: devices created
[ 5.371642] atomic64 test passed
[ 5.391356] NET: Registered protocol family 16
[ 5.391588] EEH: No capable adapters found
[ 5.401182] IBM eBus Device Driver
[ 6.970866] PCI: Probing PCI hardware
[ 6.970897] PCI: Probing PCI hardware done
[ 6.970928] opal: Node not found
[ 7.251344] bio: create slab <bio-0> at 0
[ 7.290994] vgaarb: loaded
[ 7.331172] SCSI subsystem initialized
[ 7.341207] usbcore: registered new interface driver usbfs
[ 7.341421] usbcore: registered new interface driver hub
[ 7.360927] usbcore: registered new device driver usb
[ 7.400923] NetLabel: Initializing
[ 7.400938] NetLabel: domain hash size = 128
[ 7.400942] NetLabel: protocols = UNLABELED CIPSOv4
[ 7.401658] NetLabel: unlabeled traffic allowed by default
[ 7.410777] Switching to clocksource timebase
[ 9.801400] NET: Registered protocol family 2
[ 9.820998] TCP established hash table entries: 32768 (order: 3, 524288 bytes)
[ 9.821447] TCP bind hash table entries: 32768 (order: 3, 524288 bytes)
[ 9.830774] TCP: Hash tables configured (established 32768 bind 32768)
[ 9.831093] TCP: reno registered
[ 9.831204] UDP hash table entries: 2048 (order: 0, 65536 bytes)
[ 9.831266] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes)
[ 9.901247] NET: Registered protocol family 1
[ 9.901350] PCI: CLS 0 bytes, default 128
[ 9.930875] Unpacking initramfs...
[ 17.989942] Freeing initrd memory: 17856k freed
[ 18.000665] RTAS daemon started
[ 18.049752] IOMMU table initialized, virtual merging enabled
[ 18.130413] pseries_idle_driver registered
[ 18.160085] Initialise module verification
[ 18.160328] audit: initializing netlink socket (disabled)
[ 18.160540] type=2000 audit(1366867433.910:1): initialized
[ 19.580435] HugeTLB registered 16 MB page size, pre-allocated 0 pages
[ 19.580452] HugeTLB registered 16 GB page size, pre-allocated 0 pages
[ 20.111312] VFS: Disk quotas dquot_6.5.2
[ 20.120939] Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
[ 20.221133] msgmni has been set to 7564
[ 20.231118] SELinux: Registering netfilter hooks
[ 20.330862] alg: No test for stdrng (krng)
[ 20.330924] NET: Registered protocol family 38
[ 20.330975] Key type asymmetric registered
[ 20.330981] Asymmetric key parser 'x509' registered
[ 20.331750] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 20.360876] io scheduler noop registered
[ 20.360885] io scheduler deadline registered (default)
[ 20.370934] io scheduler cfq registered
[ 20.371045] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 20.371050] rpaphp: RPA HOT Plug PCI Controller Driver version: 0.1
[ 20.430980] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 20.461601] Linux agpgart interface v0.103
[ 20.700627] loop: module loaded
[ 20.700685] rdac: device handler registered
[ 20.719783] hp_sw: device handler registered
[ 20.719798] emc: device handler registered
[ 20.719803] alua: device handler registered
[ 20.720501] libphy: Fixed MDIO Bus: probed
[ 20.740104] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 20.740318] ehci-pci: EHCI PCI platform driver
[ 20.740442] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 20.740680] uhci_hcd: USB Universal Host Controller Interface driver
[ 20.760500] usbcore: registered new interface driver usbserial
[ 20.760683] usbcore: registered new interface driver usbserial_generic
[ 20.769833] usbserial: USB Serial support registered for generic
[ 20.779985] mousedev: PS/2 mouse device common for all mice
[ 20.800087] rtc-generic rtc-generic: rtc core: registered rtc-generic as rtc0
[ 20.920306] cpuidle: using governor ladder
[ 21.131243] cpuidle: using governor menu
[ 21.131497] hidraw: raw HID events driver (C) Jiri Kosina
[ 21.132796] usbcore: registered new interface driver usbhid
[ 21.132799] usbhid: USB HID core driver
[ 21.152957] drop_monitor: Initializing network drop monitor service
[ 21.154342] TCP: cubic registered
[ 21.154361] Initializing XFRM netlink socket
[ 21.156538] NET: Registered protocol family 10
[ 21.161851] NET: Registered protocol family 17
[ 21.161962] Running MSI bitmap self-tests ...
[ 21.169710] Loading module verification certificates
[ 21.170722] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: f3700013bd116cf677666f15a50ad137fb696f8c'
[ 21.170835] registered taskstats version 1
[ 21.179652] rtc-generic rtc-generic: setting system clock to 2013-04-25 05:23:58 UTC (1366867438)
[ 21.181789] Freeing unused kernel memory: 5440k freed
[ 21.243401] systemd[1]: systemd 197 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 21.243871] systemd[1]: Running in initial RAM disk.
[ 21.245660] systemd[1]: Set hostname to <riblp3.upt.austin.ibm.com>.
[ 21.304199] systemd[1]: Starting udev Kernel Socket.
[ 21.304820] systemd[1]: Listening on udev Kernel Socket.
[ 21.305197] systemd[1]: Starting udev Control Socket.
[ 21.305991] systemd[1]: Listening on udev Control Socket.
[ 21.306016] systemd[1]: Starting Journal Socket.
[ 21.307343] systemd[1]: Listening on Journal Socket.
[ 21.307484] systemd[1]: Starting dracut cmdline hook...
[ 21.344081] systemd[1]: Started Load Kernel Modules.
[ 21.344140] systemd[1]: Starting Journal Service...
[ 21.366091] systemd[1]: Started Journal Service.
[ 21.369970] systemd[1]: Starting Sockets.
[ 21.370398] systemd[1]: Reached target Sockets.
[ 21.370434] systemd[1]: Starting Swap.
[ 21.370933] systemd[1]: Reached target Swap.
[ 21.370989] systemd[1]: Starting Local File Systems.
[ 21.371524] systemd[1]: Reached target Local File Systems.
[ 21.895966] device-mapper: uevent: version 1.0.3
[ 21.899375] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[ 22.010084] systemd-udevd[542]: starting version 197
[ 22.759362] ibmvscsi 30000002: SRP_VERSION: 16.a
[ 22.760121] scsi0 : IBM POWER Virtual SCSI Adapter 1.5.9
[ 22.770505] ibmvscsi 30000002: partner initialization complete
[ 22.770577] ibmvscsi 30000002: host srp version: 16.a, host partition ribv1 (1), OS 3, max io 1048576
[ 22.770631] ibmvscsi 30000002: Client reserve enabled
[ 22.770638] ibmvscsi 30000002: sent SRP login
[ 22.770676] ibmvscsi 30000002: SRP_LOGIN succeeded
[ 22.809948] scsi 0:0:1:0: Direct-Access AIX VDASD 0001 PQ: 0 ANSI: 3
[ 23.299658] sd 0:0:1:0: [sda] 286748000 512-byte logical blocks: (146 GB/136 GiB)
[ 23.299842] sd 0:0:1:0: [sda] Write Protect is off
[ 23.299847] sd 0:0:1:0: [sda] Mode Sense: 2f 00 00 08
[ 23.300006] sd 0:0:1:0: [sda] Cache data unavailable
[ 23.300010] sd 0:0:1:0: [sda] Assuming drive cache: write through
[ 23.310318] sd 0:0:1:0: [sda] Cache data unavailable
[ 23.310323] sd 0:0:1:0: [sda] Assuming drive cache: write through
[ 23.319350] sda: sda1 sda2 sda3
[ 23.321719] sd 0:0:1:0: [sda] Cache data unavailable
[ 23.321726] sd 0:0:1:0: [sda] Assuming drive cache: write through
[ 23.321733] sd 0:0:1:0: [sda] Attached SCSI disk
[ 24.212156] bio: create slab <bio-1> at 1
[ 24.735253] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[ 24.780713] XFS (dm-1): Mounting Filesystem
[ 24.911431] XFS (dm-1): Starting recovery (logdev: internal)
[ 25.269435] XFS (dm-1): Ending recovery (logdev: internal)
[ 26.287210] systemd-journald[449]: Received SIGTERM
[ 26.820907] SELinux: Disabled at runtime.
[ 26.820956] SELinux: Unregistering netfilter hooks
[ 27.180830] type=1404 audit(1366867444.500:2): selinux=0 auid=4294967295 ses=4294967295
[ 28.930668] systemd-udevd[792]: starting version 197
[ 31.072283] RPC: Registered named UNIX socket transport module.
[ 31.072300] RPC: Registered udp transport module.
[ 31.072302] RPC: Registered tcp transport module.
[ 31.072305] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 34.370555] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 35.321043] ibmveth: IBM Power Virtual Ethernet Driver 1.04
[ 35.986764] Adding 4128704k swap on /dev/mapper/rhel_riblp3-swap. Priority:-1 extents:1 across:4128704k
[ 36.119992] XFS (sda2): Mounting Filesystem
[ 37.220358] XFS (dm-2): Mounting Filesystem
[ 37.336058] XFS (sda2): Starting recovery (logdev: internal)
[ 37.539170] XFS (dm-2): Starting recovery (logdev: internal)
[ 37.599358] XFS (sda2): Ending recovery (logdev: internal)
[ 37.682265] XFS (dm-2): Ending recovery (logdev: internal)
[ 41.647700] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 41.781704] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 42.168921] Ebtables v2.0 registered
[ 42.943788] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 55.820141] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ 55.820514] NFSD: starting 90-second grace period (net c00000000102d400)
[ 56.512049] FS-Cache: Loaded
[ 56.561419] Key type dns_resolver registered
[ 58.342488] FS-Cache: Netfs 'nfs' registered for caching
[ 59.556511] NFS: Registering the id_resolver key type
[ 59.556572] Key type id_resolver registered
[ 59.556575] Key type id_legacy registered
[ 61.779458] systemd-journald[820]: Received SIGUSR1
[ 64.793010] sd 0:0:1:0: Attached scsi generic sg0 type 0
[ 229.565466] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
============================================================
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-04-24 15:36 ` Christoph Lameter
@ 2013-04-25 6:07 ` Han Pingtian
2013-04-25 17:17 ` Christoph Lameter
2013-04-25 18:24 ` Christoph Lameter
0 siblings, 2 replies; 29+ messages in thread
From: Han Pingtian @ 2013-04-25 6:07 UTC (permalink / raw)
To: LKML; +Cc: cl, mhocko, penberg, rientjes, linux-mm
[-- Attachment #1: Type: text/plain, Size: 5725 bytes --]
On Wed, Apr 24, 2013 at 03:36:20PM +0000, Christoph Lameter wrote:
> On Wed, 24 Apr 2013, Michal Hocko wrote:
>
> > [CCing SL.B people and linux-mm list]
> >
> > Just for quick summary. The reporter sees OOM situations with almost
> > whole memory filled with slab memory. This is a powerpc machine with 4G
> > RAM.
>
> Boot with "slub_debug" or enable slab debugging.
>
> > /proc/slabinfo shows that almost whole slab occupied memory is on
>
> Please enable debugging and look at where these objects were allocated.
>
> > It is not clear who consumes that memory and the reporter claims this is
> > vanilla 3.9-rc7 kernel without any third party modules loaded. The issue
> > seems to be present only with CONFIG_SLUB.
>
> cat /sys/kernel/slab/kmalloc-*/alloc_calls
I have enabled "slub_debug" and here is the
/sys/kernel/slab/kmalloc-512/alloc_calls contents:
50 .__alloc_workqueue_key+0x90/0x5d0 age=113630/116957/119419 pid=1-1730 cpus=0,6-8,13,24,26,44,53,57,60,68 nodes=1
11 .__alloc_workqueue_key+0x16c/0x5d0 age=113814/116733/119419 pid=1-1730 cpus=0,44,68 nodes=1
13 .add_sysfs_param.isra.2+0x80/0x210 age=115175/117994/118779 pid=1-1342 cpus=0,8,12,24,60 nodes=1
160 .build_sched_domains+0x108/0xe30 age=119111/119120/119131 pid=1 cpus=0 nodes=1
9000 .alloc_fair_sched_group+0xe4/0x220 age=110549/114471/117357 pid=1-2290 cpus=0-1,5,9-11,13,24,29,33,36,38,40-41,45,48-50,53,56-58,60-63,68-69,72-73,76-77,79 nodes=1
9000 .alloc_fair_sched_group+0x114/0x220 age=110549/114471/117357 pid=1-2290 cpus=0-1,5,9-11,13,24,29,33,36,38,40-41,45,48-50,53,56-58,60-63,68-69,72-73,76-77,79 nodes=1
79 .cgroup_mkdir+0x7c/0x5c0 age=110576/114437/117347 pid=1-1288 cpus=10-13,24,36,38,40,48,50,56-58,61,68,72,76,79 nodes=1
21 .alloc_desc+0x50/0x120 age=117673/119166/119454 pid=0-1 cpus=0,68 nodes=1
160 .rb_allocate_cpu_buffer+0x6c/0x320 age=119137/119261/119418 pid=1 cpus=0 nodes=1
14 .init_syscall_trace+0x100/0x150 age=118935/118936/118939 pid=1 cpus=0 nodes=1
2 .mempool_kmalloc+0x1c/0x30 age=118752/118752/118752 pid=1 cpus=0 nodes=1
1 .__vmalloc_node_range+0xd8/0x2f0 age=119449 pid=0 cpus=0 nodes=1
16 .fsnotify_alloc_group+0x40/0x130 age=113156/115688/117662 pid=1-1888 cpus=5-6,48-49,60,62-63,68,73 nodes=1
170 .__register_sysctl_table+0xac/0x6d0 age=115164/118954/119426 pid=0-1344 cpus=0,8,12-13,60,68 nodes=1
1 .mpi_alloc_limb_space+0x1c/0x40 age=117361 pid=1 cpus=68 nodes=1
1 .__tty_alloc_driver+0xa0/0x210 age=118522 pid=1 cpus=68 nodes=1
1 .__tty_alloc_driver+0xb8/0x210 age=118522 pid=1 cpus=68 nodes=1
1 .__tty_alloc_driver+0xf0/0x210 age=118522 pid=1 cpus=68 nodes=1
1 .pty_unix98_install+0x60/0x2e0 age=110553 pid=2259 cpus=1 nodes=1
1 .pty_unix98_install+0x80/0x2e0 age=110553 pid=2259 cpus=1 nodes=1
2 .vt_do_kdsk_ioctl+0x1f0/0x4d0 age=117296/117296/117296 pid=532 cpus=33 nodes=1
1 .con_do_clear_unimap.isra.1+0xc4/0x190 age=118499 pid=1 cpus=68 nodes=1
4 .set_inverse_transl+0xe8/0x110 age=118498/118498/118498 pid=1 cpus=68 nodes=1
1 .hvc_alloc+0x68/0x350 age=117434 pid=1 cpus=68 nodes=1
18 .__bus_register+0x54/0x380 age=117364/118496/119063 pid=1 cpus=0,68 nodes=1
32 .__class_register+0x60/0x2a0 age=112982/118257/118931 pid=1-1942 cpus=0,10,16,24,68 nodes=1
8 .loop_add+0x58/0x2d0 age=117409/117416/117422 pid=1 cpus=68 nodes=1
1 .ops_init+0x54/0x1c0 age=116040 pid=797 cpus=38 nodes=1
2 .alloc_netdev_mqs+0x174/0x3b0 age=115946/117343/118740 pid=1-856 cpus=0,20 nodes=1
7 .neigh_alloc+0xb0/0x350 age=102660/112574/115225 pid=0-1756 cpus=0,2,20,45,52,79 nodes=1
1 .qdisc_alloc+0x84/0x170 age=115227 pid=1307 cpus=20 nodes=1
2 .inetdev_init+0x4c/0x1a0 age=115946/117221/118496 pid=1-856 cpus=20,68 nodes=1
1 .xfrm_sysctl_init+0x4c/0xf0 age=118496 pid=1 cpus=68 nodes=1
1 .ip6_route_net_init+0x7c/0x1c0 age=117361 pid=1 cpus=68 nodes=1
1 .ip6_route_net_init+0xb8/0x1c0 age=117361 pid=1 cpus=68 nodes=1
1 .ip6_route_net_init+0xf4/0x1c0 age=117361 pid=1 cpus=68 nodes=1
1 .rtnetlink_init+0x5c/0x21c age=118932 pid=1 cpus=0 nodes=1
3 .dm_table_create+0x54/0x110 [dm_mod] age=115780/116630/117056 pid=664-1203 cpus=7-8 nodes=1
53 .kmem_alloc+0x9c/0x140 [xfs] age=5/98135/116999 pid=436-2439 cpus=6-7,14,18,24-27,30,53-54,56-59,65 nodes=1
9 .rpc_new_client+0x98/0x4a0 [sunrpc] age=113458/113571/113896 pid=1671-1733 cpus=0,2-3,44 nodes=1
4 .xprt_alloc+0x144/0x240 [sunrpc] age=113459/113677/113896 pid=1671-1708 cpus=0,44 nodes=1
2 .xprt_alloc_slot+0x14c/0x240 [sunrpc] age=113497/113497/113498 pid=1712-1727 cpus=3,23 nodes=1
1 .svc_prepare_thread+0xe8/0x2b0 [sunrpc] age=113886 pid=1671 cpus=70 nodes=1
1 .svc_prepare_thread+0x108/0x2b0 [sunrpc] age=113886 pid=1671 cpus=70 nodes=1
3 .__svc_create+0x58/0x2c0 [sunrpc] age=113508/113763/113896 pid=1671-1712 cpus=0,44,68 nodes=1
1 .cache_create_net+0x44/0xc0 [sunrpc] age=116202 pid=797 cpus=36 nodes=1
2 .rpc_alloc_iostats+0x20/0x40 [sunrpc] age=113896/113896/113896 pid=1671 cpus=44 nodes=1
1 .nfsd_reply_cache_init+0xa8/0xf0 [nfsd] age=116039 pid=797 cpus=38 nodes=1
1 .ibmveth_alloc_buffer_pool+0x28/0x130 [ibmveth] age=115228 pid=1307 cpus=20 nodes=1
1 .nf_conntrack_pernet_init+0xa8/0x1a0 [nf_conntrack] age=115175 pid=1342 cpus=12 nodes=1
1 .nfs4_get_state_owner+0x29c/0x4a0 [nfsv4] age=110850 pid=2272 cpus=10 nodes=1
>
> will show where these objects are allocated.
>
> A dump of the other fields in /sys/kernel/slab/kmalloc*/* would also be
> useful.
>
I have dumpped all /sys/kernel/slab/kmalloc*/* in kmalloc.tar.xz and
will attach it to this mail.
[-- Attachment #2: kmalloc.tar.xz --]
[-- Type: application/x-xz, Size: 23852 bytes --]
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-04-25 6:07 ` Han Pingtian
@ 2013-04-25 17:17 ` Christoph Lameter
2013-04-27 8:20 ` Will Huck
2013-04-25 18:24 ` Christoph Lameter
1 sibling, 1 reply; 29+ messages in thread
From: Christoph Lameter @ 2013-04-25 17:17 UTC (permalink / raw)
To: Han Pingtian; +Cc: LKML, mhocko, Pekka Enberg, David Rientjes, linux-mm
On Thu, 25 Apr 2013, Han Pingtian wrote:
> I have enabled "slub_debug" and here is the
> /sys/kernel/slab/kmalloc-512/alloc_calls contents:
>
> 50 .__alloc_workqueue_key+0x90/0x5d0 age=113630/116957/119419 pid=1-1730 cpus=0,6-8,13,24,26,44,53,57,60,68 nodes=1
> 11 .__alloc_workqueue_key+0x16c/0x5d0 age=113814/116733/119419 pid=1-1730 cpus=0,44,68 nodes=1
> 13 .add_sysfs_param.isra.2+0x80/0x210 age=115175/117994/118779 pid=1-1342 cpus=0,8,12,24,60 nodes=1
> 160 .build_sched_domains+0x108/0xe30 age=119111/119120/119131 pid=1 cpus=0 nodes=1
> 9000 .alloc_fair_sched_group+0xe4/0x220 age=110549/114471/117357 pid=1-2290 cpus=0-1,5,9-11,13,24,29,33,36,38,40-41,45,48-50,53,56-58,60-63,68-69,72-73,76-77,79 nodes=1
> 9000 .alloc_fair_sched_group+0x114/0x220 age=110549/114471/117357 pid=1-2290 cpus=0-1,5,9-11,13,24,29,33,36,38,40-41,45,48-50,53,56-58,60-63,68-69,72-73,76-77,79 nodes=1
?? Is that normal to have that amount of sched group allocations?
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-04-25 6:07 ` Han Pingtian
2013-04-25 17:17 ` Christoph Lameter
@ 2013-04-25 18:24 ` Christoph Lameter
2013-04-26 6:24 ` Han Pingtian
1 sibling, 1 reply; 29+ messages in thread
From: Christoph Lameter @ 2013-04-25 18:24 UTC (permalink / raw)
To: Han Pingtian; +Cc: LKML, mhocko, penberg, rientjes, linux-mm
On Thu, 25 Apr 2013, Han Pingtian wrote:
> > A dump of the other fields in /sys/kernel/slab/kmalloc*/* would also be
> > useful.
> >
> I have dumpped all /sys/kernel/slab/kmalloc*/* in kmalloc.tar.xz and
> will attach it to this mail.
Ok that looks like a lot of objects were freed from slab pages but the
slab pages were not freed.
looking at kmalloc-8192 we have
Total capacity of the slab cache is 27k objects but only 508 are in use.
Looks like slab pages are not freed when all objects in them have been
released.
The relevant portion of code that do the freeing are in
mm/slub.c::unfreeze_partials()
if (unlikely(!new.inuse && n->nr_partial > s->min_partial)) {
page->next = discard_page;
discard_page = page;
} else {
add_partial(n, page, DEACTIVATE_TO_TAIL);
stat(s, FREE_ADD_PARTIAL);
}
..
while (discard_page) {
page = discard_page;
discard_page = discard_page->next;
stat(s, DEACTIVATE_EMPTY);
discard_slab(s, page);
stat(s, FREE_SLAB);
}
and mm/slub.c::__slab_free()
if (unlikely(!new.inuse && n->nr_partial > s->min_partial))
goto slab_empty;
Could you verify the values of nr_partial and min_partial and verify that
the free paths are actually used?
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-04-25 18:24 ` Christoph Lameter
@ 2013-04-26 6:24 ` Han Pingtian
2013-04-26 14:42 ` Christoph Lameter
0 siblings, 1 reply; 29+ messages in thread
From: Han Pingtian @ 2013-04-26 6:24 UTC (permalink / raw)
To: LKML; +Cc: Christoph Lameter, mhocko, penberg, rientjes, linux-mm
On Thu, Apr 25, 2013 at 06:24:05PM +0000, Christoph Lameter wrote:
> On Thu, 25 Apr 2013, Han Pingtian wrote:
>
> > > A dump of the other fields in /sys/kernel/slab/kmalloc*/* would also be
> > > useful.
> > >
> > I have dumpped all /sys/kernel/slab/kmalloc*/* in kmalloc.tar.xz and
> > will attach it to this mail.
>
> Ok that looks like a lot of objects were freed from slab pages but the
> slab pages were not freed.
>
> looking at kmalloc-8192 we have
>
> Total capacity of the slab cache is 27k objects but only 508 are in use.
>
> Looks like slab pages are not freed when all objects in them have been
> released.
>
> The relevant portion of code that do the freeing are in
>
> mm/slub.c::unfreeze_partials()
>
> if (unlikely(!new.inuse && n->nr_partial > s->min_partial)) {
> page->next = discard_page;
> discard_page = page;
> } else {
> add_partial(n, page, DEACTIVATE_TO_TAIL);
> stat(s, FREE_ADD_PARTIAL);
> }
>
>
> ..
>
> while (discard_page) {
> page = discard_page;
> discard_page = discard_page->next;
>
> stat(s, DEACTIVATE_EMPTY);
> discard_slab(s, page);
> stat(s, FREE_SLAB);
> }
>
> and mm/slub.c::__slab_free()
>
> if (unlikely(!new.inuse && n->nr_partial > s->min_partial))
> goto slab_empty;
>
>
> Could you verify the values of nr_partial and min_partial and verify that
> the free paths are actually used?
Could you give me some hints about how to verify them? Only I can do is
adding two printk() statements to print the vaules in those two
functions:
--------------------------------------------------------------------------------
diff --git a/mm/slub.c b/mm/slub.c
index 4aec537..d08d62d 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -1915,6 +1915,9 @@ static void unfreeze_partials(struct kmem_cache *s,
new.freelist, new.counters,
"unfreezing slab"));
+ if (strcmp(s->name, "kmalloc-8192") == 0) {
+ printk(KERN_INFO "In unfreeze_partials(); kmalloc-8192: n->nr_partial=%lu, s->min_partial
+ }
if (unlikely(!new.inuse && n->nr_partial > s->min_partial)) {
page->next = discard_page;
discard_page = page;
@@ -2536,6 +2539,10 @@ static void __slab_free(struct kmem_cache *s, struct page *page,
return;
}
+ if (strcmp(s->name, "kmalloc-8192") == 0) {
+ printk(KERN_INFO "In __slab_free(); kmalloc-8192: n->nr_partial=%lu, s->min_partial=%lu\n", n->nr
+ }
+
if (unlikely(!new.inuse && n->nr_partial > s->min_partial))
goto slab_empty;
--------------------------------------------------------------------------------
And looks like only printk() in __slab_free() is invoked. I got about 6764
lines of something like this:
--------------------------------------------------------------------------------
Apr 26 01:04:05 riblp3 kernel: [ 6.969775] In __slab_free(); kmalloc-8192: n->nr_partial=2, s->min_partial=6
Apr 26 01:04:05 riblp3 kernel: [ 6.970154] In __slab_free(); kmalloc-8192: n->nr_partial=3, s->min_partial=6
Apr 26 01:04:05 riblp3 kernel: [ 6.979489] In __slab_free(); kmalloc-8192: n->nr_partial=4, s->min_partial=6
Apr 26 01:04:05 riblp3 kernel: [ 6.979823] In __slab_free(); kmalloc-8192: n->nr_partial=5, s->min_partial=6
Apr 26 01:04:05 riblp3 kernel: [ 9.500383] In __slab_free(); kmalloc-8192: n->nr_partial=7, s->min_partial=6
Apr 26 01:04:05 riblp3 kernel: [ 9.509736] In __slab_free(); kmalloc-8192: n->nr_partial=7, s->min_partial=6
Apr 26 01:04:08 riblp3 kernel: [ 42.314395] In __slab_free(); kmalloc-8192: n->nr_partial=100, s->min_partial=6
Apr 26 01:04:08 riblp3 kernel: [ 42.410333] In __slab_free(); kmalloc-8192: n->nr_partial=100, s->min_partial=6
Apr 26 01:04:09 riblp3 kernel: [ 43.411851] In __slab_free(); kmalloc-8192: n->nr_partial=339, s->min_partial=6
Apr 26 01:04:09 riblp3 kernel: [ 43.411980] In __slab_free(); kmalloc-8192: n->nr_partial=338, s->min_partial=6
Apr 26 01:04:09 riblp3 kernel: [ 43.412083] In __slab_free(); kmalloc-8192: n->nr_partial=337, s->min_partial=6
--------------------------------------------------------------------------------
The s->min_partial is always "6" and most of n->nr_partial is bigger than
its partner of the same line.
Thanks.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply related [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-04-26 6:24 ` Han Pingtian
@ 2013-04-26 14:42 ` Christoph Lameter
2013-04-27 11:24 ` Han Pingtian
0 siblings, 1 reply; 29+ messages in thread
From: Christoph Lameter @ 2013-04-26 14:42 UTC (permalink / raw)
To: Han Pingtian; +Cc: LKML, mhocko, penberg, rientjes, linux-mm
On Fri, 26 Apr 2013, Han Pingtian wrote:
> Could you give me some hints about how to verify them? Only I can do is
> adding two printk() statements to print the vaules in those two
> functions:
Ok thats good. nr->partial needs to be bigger than min_partial in order
for frees to occur. So they do occur.
> And looks like only printk() in __slab_free() is invoked. I got about 6764
> lines of something like this:
>
> --------------------------------------------------------------------------------
> Apr 26 01:04:05 riblp3 kernel: [ 6.969775] In __slab_free(); kmalloc-8192: n->nr_partial=2, s->min_partial=6
> Apr 26 01:04:05 riblp3 kernel: [ 6.970154] In __slab_free(); kmalloc-8192: n->nr_partial=3, s->min_partial=6
> Apr 26 01:04:05 riblp3 kernel: [ 6.979489] In __slab_free(); kmalloc-8192: n->nr_partial=4, s->min_partial=6
> Apr 26 01:04:05 riblp3 kernel: [ 6.979823] In __slab_free(); kmalloc-8192: n->nr_partial=5, s->min_partial=6
> Apr 26 01:04:05 riblp3 kernel: [ 9.500383] In __slab_free(); kmalloc-8192: n->nr_partial=7, s->min_partial=6
> Apr 26 01:04:05 riblp3 kernel: [ 9.509736] In __slab_free(); kmalloc-8192: n->nr_partial=7, s->min_partial=6
> Apr 26 01:04:08 riblp3 kernel: [ 42.314395] In __slab_free(); kmalloc-8192: n->nr_partial=100, s->min_partial=6
> Apr 26 01:04:08 riblp3 kernel: [ 42.410333] In __slab_free(); kmalloc-8192: n->nr_partial=100, s->min_partial=6
> Apr 26 01:04:09 riblp3 kernel: [ 43.411851] In __slab_free(); kmalloc-8192: n->nr_partial=339, s->min_partial=6
> Apr 26 01:04:09 riblp3 kernel: [ 43.411980] In __slab_free(); kmalloc-8192: n->nr_partial=338, s->min_partial=6
> Apr 26 01:04:09 riblp3 kernel: [ 43.412083] In __slab_free(); kmalloc-8192: n->nr_partial=337, s->min_partial=6
> --------------------------------------------------------------------------------
> The s->min_partial is always "6" and most of n->nr_partial is bigger than
> its partner of the same line.
Thats the way it should be. But the mystery is still there. Why do the
pages not get freed? Can you add a printk in __free_slab to verify that it
actually gets called? Print s->name to see which slab is affected by the
free.
Is there any way I can run a powerpc kernel that shows the issue on x86
with an emulator?
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-04-25 17:17 ` Christoph Lameter
@ 2013-04-27 8:20 ` Will Huck
2013-04-29 14:49 ` Christoph Lameter
0 siblings, 1 reply; 29+ messages in thread
From: Will Huck @ 2013-04-27 8:20 UTC (permalink / raw)
To: Christoph Lameter
Cc: Han Pingtian, LKML, mhocko, Pekka Enberg, David Rientjes,
linux-mm
Hi Christoph,
On 04/26/2013 01:17 AM, Christoph Lameter wrote:
> On Thu, 25 Apr 2013, Han Pingtian wrote:
>
>> I have enabled "slub_debug" and here is the
>> /sys/kernel/slab/kmalloc-512/alloc_calls contents:
>>
>> 50 .__alloc_workqueue_key+0x90/0x5d0 age=113630/116957/119419 pid=1-1730 cpus=0,6-8,13,24,26,44,53,57,60,68 nodes=1
>> 11 .__alloc_workqueue_key+0x16c/0x5d0 age=113814/116733/119419 pid=1-1730 cpus=0,44,68 nodes=1
>> 13 .add_sysfs_param.isra.2+0x80/0x210 age=115175/117994/118779 pid=1-1342 cpus=0,8,12,24,60 nodes=1
>> 160 .build_sched_domains+0x108/0xe30 age=119111/119120/119131 pid=1 cpus=0 nodes=1
>> 9000 .alloc_fair_sched_group+0xe4/0x220 age=110549/114471/117357 pid=1-2290 cpus=0-1,5,9-11,13,24,29,33,36,38,40-41,45,48-50,53,56-58,60-63,68-69,72-73,76-77,79 nodes=1
>> 9000 .alloc_fair_sched_group+0x114/0x220 age=110549/114471/117357 pid=1-2290 cpus=0-1,5,9-11,13,24,29,33,36,38,40-41,45,48-50,53,56-58,60-63,68-69,72-73,76-77,79 nodes=1
Could you explain the meaning of age=xx/xx/xx pid=xx-xx cpus=xx here?
> ?? Is that normal to have that amount of sched group allocations?
>
> --
> To unsubscribe, send a message with 'unsubscribe linux-mm' in
> the body to majordomo@kvack.org. For more info on Linux MM,
> see: http://www.linux-mm.org/ .
> Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-04-26 14:42 ` Christoph Lameter
@ 2013-04-27 11:24 ` Han Pingtian
2013-04-29 14:50 ` Christoph Lameter
0 siblings, 1 reply; 29+ messages in thread
From: Han Pingtian @ 2013-04-27 11:24 UTC (permalink / raw)
To: Christoph Lameter; +Cc: LKML, mhocko, penberg, rientjes, linux-mm
On Fri, Apr 26, 2013 at 02:42:32PM +0000, Christoph Lameter wrote:
> On Fri, 26 Apr 2013, Han Pingtian wrote:
>
> > Could you give me some hints about how to verify them? Only I can do is
> > adding two printk() statements to print the vaules in those two
> > functions:
>
> Ok thats good. nr->partial needs to be bigger than min_partial in order
> for frees to occur. So they do occur.
>
> > And looks like only printk() in __slab_free() is invoked. I got about 6764
> > lines of something like this:
> >
> > --------------------------------------------------------------------------------
> > Apr 26 01:04:05 riblp3 kernel: [ 6.969775] In __slab_free(); kmalloc-8192: n->nr_partial=2, s->min_partial=6
> > Apr 26 01:04:05 riblp3 kernel: [ 6.970154] In __slab_free(); kmalloc-8192: n->nr_partial=3, s->min_partial=6
> > Apr 26 01:04:05 riblp3 kernel: [ 6.979489] In __slab_free(); kmalloc-8192: n->nr_partial=4, s->min_partial=6
> > Apr 26 01:04:05 riblp3 kernel: [ 6.979823] In __slab_free(); kmalloc-8192: n->nr_partial=5, s->min_partial=6
> > Apr 26 01:04:05 riblp3 kernel: [ 9.500383] In __slab_free(); kmalloc-8192: n->nr_partial=7, s->min_partial=6
> > Apr 26 01:04:05 riblp3 kernel: [ 9.509736] In __slab_free(); kmalloc-8192: n->nr_partial=7, s->min_partial=6
> > Apr 26 01:04:08 riblp3 kernel: [ 42.314395] In __slab_free(); kmalloc-8192: n->nr_partial=100, s->min_partial=6
> > Apr 26 01:04:08 riblp3 kernel: [ 42.410333] In __slab_free(); kmalloc-8192: n->nr_partial=100, s->min_partial=6
> > Apr 26 01:04:09 riblp3 kernel: [ 43.411851] In __slab_free(); kmalloc-8192: n->nr_partial=339, s->min_partial=6
> > Apr 26 01:04:09 riblp3 kernel: [ 43.411980] In __slab_free(); kmalloc-8192: n->nr_partial=338, s->min_partial=6
> > Apr 26 01:04:09 riblp3 kernel: [ 43.412083] In __slab_free(); kmalloc-8192: n->nr_partial=337, s->min_partial=6
> > --------------------------------------------------------------------------------
> > The s->min_partial is always "6" and most of n->nr_partial is bigger than
> > its partner of the same line.
>
> Thats the way it should be. But the mystery is still there. Why do the
> pages not get freed? Can you add a printk in __free_slab to verify that it
> actually gets called? Print s->name to see which slab is affected by the
> free.
>
I added a printk() like this:
@@ -1388,6 +1388,8 @@ static void __free_slab(struct kmem_cache *s, struct page *page)
int order = compound_order(page);
int pages = 1 << order;
+ printk(KERN_INFO "__free_slab(): %s\n", s->name);
+
if (kmem_cache_debug(s)) {
void *p;
and it is called so many times that the boot cannot be finished. So
maybe the memory isn't freed even though __free_slab() get called?
> Is there any way I can run a powerpc kernel that shows the issue on x86
> with an emulator?
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-04-27 8:20 ` Will Huck
@ 2013-04-29 14:49 ` Christoph Lameter
2013-05-01 3:13 ` Will Huck
0 siblings, 1 reply; 29+ messages in thread
From: Christoph Lameter @ 2013-04-29 14:49 UTC (permalink / raw)
To: Will Huck
Cc: Han Pingtian, LKML, mhocko, Pekka Enberg, David Rientjes,
linux-mm
On Sat, 27 Apr 2013, Will Huck wrote:
> Hi Christoph,
> On 04/26/2013 01:17 AM, Christoph Lameter wrote:
> > On Thu, 25 Apr 2013, Han Pingtian wrote:
> >
> > > I have enabled "slub_debug" and here is the
> > > /sys/kernel/slab/kmalloc-512/alloc_calls contents:
> > >
> > > 50 .__alloc_workqueue_key+0x90/0x5d0 age=113630/116957/119419
> > > pid=1-1730 cpus=0,6-8,13,24,26,44,53,57,60,68 nodes=1
> > > 11 .__alloc_workqueue_key+0x16c/0x5d0 age=113814/116733/119419
> > > pid=1-1730 cpus=0,44,68 nodes=1
> > > 13 .add_sysfs_param.isra.2+0x80/0x210 age=115175/117994/118779
> > > pid=1-1342 cpus=0,8,12,24,60 nodes=1
> > > 160 .build_sched_domains+0x108/0xe30 age=119111/119120/119131 pid=1
> > > cpus=0 nodes=1
> > > 9000 .alloc_fair_sched_group+0xe4/0x220 age=110549/114471/117357
> > > pid=1-2290
> > > cpus=0-1,5,9-11,13,24,29,33,36,38,40-41,45,48-50,53,56-58,60-63,68-69,72-73,76-77,79
> > > nodes=1
> > > 9000 .alloc_fair_sched_group+0x114/0x220 age=110549/114471/117357
> > > pid=1-2290
> > > cpus=0-1,5,9-11,13,24,29,33,36,38,40-41,45,48-50,53,56-58,60-63,68-69,72-73,76-77,79
> > > nodes=1
>
> Could you explain the meaning of age=xx/xx/xx pid=xx-xx cpus=xx here?
>
Age refers to the mininum / avg / maximum age of the object in ticks.
pid refers to the range of pids by processes running when the objects were
created.
cpus are the processors on which kernel threads where running when these
objects were allocated.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-04-27 11:24 ` Han Pingtian
@ 2013-04-29 14:50 ` Christoph Lameter
2013-04-29 14:57 ` Michal Hocko
0 siblings, 1 reply; 29+ messages in thread
From: Christoph Lameter @ 2013-04-29 14:50 UTC (permalink / raw)
To: Han Pingtian; +Cc: LKML, mhocko, penberg, rientjes, linux-mm
On Sat, 27 Apr 2013, Han Pingtian wrote:
> and it is called so many times that the boot cannot be finished. So
> maybe the memory isn't freed even though __free_slab() get called?
Ok that suggests an issue with the page allocator then.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-04-29 14:50 ` Christoph Lameter
@ 2013-04-29 14:57 ` Michal Hocko
2013-05-02 10:56 ` Han Pingtian
0 siblings, 1 reply; 29+ messages in thread
From: Michal Hocko @ 2013-04-29 14:57 UTC (permalink / raw)
To: Han Pingtian; +Cc: Christoph Lameter, LKML, penberg, rientjes, linux-mm
On Mon 29-04-13 14:50:08, Christoph Lameter wrote:
> On Sat, 27 Apr 2013, Han Pingtian wrote:
>
> > and it is called so many times that the boot cannot be finished. So
> > maybe the memory isn't freed even though __free_slab() get called?
>
> Ok that suggests an issue with the page allocator then.
You seem to have CONFIG_MEMCG_KMEM enabled. Do you see the same issue
when this is disabled? The kmem accounting should be disabled unless a
specific limit is set but it would be better to know that this is not
the factor.
--
Michal Hocko
SUSE Labs
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-04-29 14:49 ` Christoph Lameter
@ 2013-05-01 3:13 ` Will Huck
2013-05-02 15:10 ` Christoph Lameter
0 siblings, 1 reply; 29+ messages in thread
From: Will Huck @ 2013-05-01 3:13 UTC (permalink / raw)
To: Christoph Lameter
Cc: Han Pingtian, LKML, mhocko, Pekka Enberg, David Rientjes,
linux-mm
Hi Christoph,
On 04/29/2013 10:49 PM, Christoph Lameter wrote:
> On Sat, 27 Apr 2013, Will Huck wrote:
>
>> Hi Christoph,
>> On 04/26/2013 01:17 AM, Christoph Lameter wrote:
>>> On Thu, 25 Apr 2013, Han Pingtian wrote:
>>>
>>>> I have enabled "slub_debug" and here is the
>>>> /sys/kernel/slab/kmalloc-512/alloc_calls contents:
>>>>
>>>> 50 .__alloc_workqueue_key+0x90/0x5d0 age=113630/116957/119419
>>>> pid=1-1730 cpus=0,6-8,13,24,26,44,53,57,60,68 nodes=1
>>>> 11 .__alloc_workqueue_key+0x16c/0x5d0 age=113814/116733/119419
>>>> pid=1-1730 cpus=0,44,68 nodes=1
>>>> 13 .add_sysfs_param.isra.2+0x80/0x210 age=115175/117994/118779
>>>> pid=1-1342 cpus=0,8,12,24,60 nodes=1
>>>> 160 .build_sched_domains+0x108/0xe30 age=119111/119120/119131 pid=1
>>>> cpus=0 nodes=1
>>>> 9000 .alloc_fair_sched_group+0xe4/0x220 age=110549/114471/117357
>>>> pid=1-2290
>>>> cpus=0-1,5,9-11,13,24,29,33,36,38,40-41,45,48-50,53,56-58,60-63,68-69,72-73,76-77,79
>>>> nodes=1
>>>> 9000 .alloc_fair_sched_group+0x114/0x220 age=110549/114471/117357
>>>> pid=1-2290
>>>> cpus=0-1,5,9-11,13,24,29,33,36,38,40-41,45,48-50,53,56-58,60-63,68-69,72-73,76-77,79
>>>> nodes=1
>> Could you explain the meaning of age=xx/xx/xx pid=xx-xx cpus=xx here?
>>
> Age refers to the mininum / avg / maximum age of the object in ticks.
Why need monitor the age of the object?
>
> pid refers to the range of pids by processes running when the objects were
> created.
>
> cpus are the processors on which kernel threads where running when these
> objects were allocated.
>
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-04-29 14:57 ` Michal Hocko
@ 2013-05-02 10:56 ` Han Pingtian
2013-05-02 15:10 ` Christoph Lameter
0 siblings, 1 reply; 29+ messages in thread
From: Han Pingtian @ 2013-05-02 10:56 UTC (permalink / raw)
To: LKML; +Cc: Michal Hocko, Christoph Lameter, penberg, rientjes, linux-mm
On Mon, Apr 29, 2013 at 04:57:11PM +0200, Michal Hocko wrote:
> On Mon 29-04-13 14:50:08, Christoph Lameter wrote:
> > On Sat, 27 Apr 2013, Han Pingtian wrote:
> >
> > > and it is called so many times that the boot cannot be finished. So
> > > maybe the memory isn't freed even though __free_slab() get called?
> >
> > Ok that suggests an issue with the page allocator then.
>
> You seem to have CONFIG_MEMCG_KMEM enabled. Do you see the same issue
> when this is disabled? The kmem accounting should be disabled unless a
> specific limit is set but it would be better to know that this is not
> the factor.
>
I have tested to disable CONFIG_MEMCG_KMEM. But it doesn't solve this
problem, I can still trigger the OOM by compiling kernel.
Now I suspect the problem comes from the driver "ibmvscsi". Because on another
power 7 system, which doesn't use ibmvscsi, there is no such OOM
problem here. For now, looks like only systems using ibmvscsi can
trigger this OOM problem. I have rebooted one of the ibmvscsi systems
with "init=/bin/sh" and compared the loaded modules with one of the
none-ibmvscsi system with "comm":
$ comm -13 --check-order none-ibmvscsi.txt ibmvscsi.txt
ibmvscsi
nx_crypto
scsi_transport_srp
the scsi_transport_srp is used by ibmvscsi and I can rmmod the
nx_crypto out. Then I launched the compiling process on the
single-user-booted ibmvscsi system. The OOM can still be
produced on it.
Looks like "ibmvscsi" + "slub" can trigger this problem.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-05-02 10:56 ` Han Pingtian
@ 2013-05-02 15:10 ` Christoph Lameter
2013-05-03 3:03 ` Han Pingtian
0 siblings, 1 reply; 29+ messages in thread
From: Christoph Lameter @ 2013-05-02 15:10 UTC (permalink / raw)
To: Han Pingtian; +Cc: LKML, Michal Hocko, penberg, rientjes, linux-mm
On Thu, 2 May 2013, Han Pingtian wrote:
> Looks like "ibmvscsi" + "slub" can trigger this problem.
And the next merge of the slab-next tree will also cause SLAB to trigger
this issue. I would like to have this fixes. The slab allocator purpose is
to servr objects that are a fraction of a page and not objects that are
larger than the maximum allowed sizes of the page allocator.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-05-01 3:13 ` Will Huck
@ 2013-05-02 15:10 ` Christoph Lameter
2013-05-09 13:17 ` Will Huck
0 siblings, 1 reply; 29+ messages in thread
From: Christoph Lameter @ 2013-05-02 15:10 UTC (permalink / raw)
To: Will Huck
Cc: Han Pingtian, LKML, mhocko, Pekka Enberg, David Rientjes,
linux-mm
On Wed, 1 May 2013, Will Huck wrote:
> > Age refers to the mininum / avg / maximum age of the object in ticks.
>
> Why need monitor the age of the object?
Will give you some idea as to when these objects were created.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-05-02 15:10 ` Christoph Lameter
@ 2013-05-03 3:03 ` Han Pingtian
2013-05-03 15:25 ` Christoph Lameter
0 siblings, 1 reply; 29+ messages in thread
From: Han Pingtian @ 2013-05-03 3:03 UTC (permalink / raw)
To: LKML; +Cc: Christoph Lameter, Michal Hocko, penberg, rientjes, linux-mm
On Thu, May 02, 2013 at 03:10:15PM +0000, Christoph Lameter wrote:
> On Thu, 2 May 2013, Han Pingtian wrote:
>
> > Looks like "ibmvscsi" + "slub" can trigger this problem.
>
> And the next merge of the slab-next tree will also cause SLAB to trigger
> this issue. I would like to have this fixes. The slab allocator purpose is
> to servr objects that are a fraction of a page and not objects that are
> larger than the maximum allowed sizes of the page allocator.
So the problem is in memory management code, not in ibmvscis? And looks
like there is a fix already?
Thanks.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-05-03 3:03 ` Han Pingtian
@ 2013-05-03 15:25 ` Christoph Lameter
2013-05-03 15:34 ` Michal Hocko
0 siblings, 1 reply; 29+ messages in thread
From: Christoph Lameter @ 2013-05-03 15:25 UTC (permalink / raw)
To: Han Pingtian; +Cc: LKML, Michal Hocko, penberg, rientjes, linux-mm
On Fri, 3 May 2013, Han Pingtian wrote:
> On Thu, May 02, 2013 at 03:10:15PM +0000, Christoph Lameter wrote:
> > On Thu, 2 May 2013, Han Pingtian wrote:
> >
> > > Looks like "ibmvscsi" + "slub" can trigger this problem.
> >
> > And the next merge of the slab-next tree will also cause SLAB to trigger
> > this issue. I would like to have this fixes. The slab allocator purpose is
> > to servr objects that are a fraction of a page and not objects that are
> > larger than the maximum allowed sizes of the page allocator.
>
> So the problem is in memory management code, not in ibmvscis? And looks
> like there is a fix already?
Both should be fixed. Making requests for large amounts of memory from an
allocator that is supposed to hand out fraction of a page does not make
sense.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-05-03 15:25 ` Christoph Lameter
@ 2013-05-03 15:34 ` Michal Hocko
2013-05-03 16:16 ` Christoph Lameter
0 siblings, 1 reply; 29+ messages in thread
From: Michal Hocko @ 2013-05-03 15:34 UTC (permalink / raw)
To: Christoph Lameter; +Cc: Han Pingtian, LKML, penberg, rientjes, linux-mm
On Fri 03-05-13 15:25:25, Christoph Lameter wrote:
> On Fri, 3 May 2013, Han Pingtian wrote:
>
> > On Thu, May 02, 2013 at 03:10:15PM +0000, Christoph Lameter wrote:
> > > On Thu, 2 May 2013, Han Pingtian wrote:
> > >
> > > > Looks like "ibmvscsi" + "slub" can trigger this problem.
> > >
> > > And the next merge of the slab-next tree will also cause SLAB to trigger
> > > this issue. I would like to have this fixes. The slab allocator purpose is
> > > to servr objects that are a fraction of a page and not objects that are
> > > larger than the maximum allowed sizes of the page allocator.
> >
> > So the problem is in memory management code, not in ibmvscis? And looks
> > like there is a fix already?
>
> Both should be fixed.
Could you point to the specific commit(s), please?
> Making requests for large amounts of memory from an allocator that is
> supposed to hand out fraction of a page does not make sense.
AFAIR there were lots of objects in size-512 as well.
--
Michal Hocko
SUSE Labs
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-05-03 15:34 ` Michal Hocko
@ 2013-05-03 16:16 ` Christoph Lameter
2013-12-27 10:39 ` Wanpeng Li
0 siblings, 1 reply; 29+ messages in thread
From: Christoph Lameter @ 2013-05-03 16:16 UTC (permalink / raw)
To: Michal Hocko; +Cc: Han Pingtian, LKML, penberg, rientjes, linux-mm
On Fri, 3 May 2013, Michal Hocko wrote:
> > Both should be fixed.
>
> Could you point to the specific commit(s), please?
>
> > Making requests for large amounts of memory from an allocator that is
> > supposed to hand out fraction of a page does not make sense.
>
> AFAIR there were lots of objects in size-512 as well.
Looks like I have confused two different issues here. Sorry.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-05-02 15:10 ` Christoph Lameter
@ 2013-05-09 13:17 ` Will Huck
2013-05-09 14:00 ` Christoph Lameter
0 siblings, 1 reply; 29+ messages in thread
From: Will Huck @ 2013-05-09 13:17 UTC (permalink / raw)
To: Christoph Lameter; +Cc: linux-mm
On 05/02/2013 11:10 PM, Christoph Lameter wrote:
> On Wed, 1 May 2013, Will Huck wrote:
>
>>> Age refers to the mininum / avg / maximum age of the object in ticks.
>> Why need monitor the age of the object?
>
> Will give you some idea as to when these objects were created.
Thanks for your clarify. ;-) But why mininum / avg / maximum instead of
a single value?
>
>
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-05-09 13:17 ` Will Huck
@ 2013-05-09 14:00 ` Christoph Lameter
2013-05-10 0:42 ` Will Huck
0 siblings, 1 reply; 29+ messages in thread
From: Christoph Lameter @ 2013-05-09 14:00 UTC (permalink / raw)
To: Will Huck; +Cc: linux-mm
On Thu, 9 May 2013, Will Huck wrote:
> On 05/02/2013 11:10 PM, Christoph Lameter wrote:
> > On Wed, 1 May 2013, Will Huck wrote:
> >
> > > > Age refers to the mininum / avg / maximum age of the object in ticks.
> > > Why need monitor the age of the object?
> >
> > Will give you some idea as to when these objects were created.
>
> Thanks for your clarify. ;-) But why mininum / avg / maximum instead of a
> single value?
You can see the age of the oldest and youngest object.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-05-09 14:00 ` Christoph Lameter
@ 2013-05-10 0:42 ` Will Huck
2013-05-10 16:00 ` Christoph Lameter
0 siblings, 1 reply; 29+ messages in thread
From: Will Huck @ 2013-05-10 0:42 UTC (permalink / raw)
To: Christoph Lameter; +Cc: linux-mm
On 05/09/2013 10:00 PM, Christoph Lameter wrote:
> On Thu, 9 May 2013, Will Huck wrote:
>
>> On 05/02/2013 11:10 PM, Christoph Lameter wrote:
>>> On Wed, 1 May 2013, Will Huck wrote:
>>>
>>>>> Age refers to the mininum / avg / maximum age of the object in ticks.
>>>> Why need monitor the age of the object?
>>> Will give you some idea as to when these objects were created.
>> Thanks for your clarify. ;-) But why mininum / avg / maximum instead of a
>> single value?
> You can see the age of the oldest and youngest object.
>
It seems that age = jiffies - track->when; can't accurately describe age
of each used object in one slab. The objects in one slab should be same
age in current logic, but jiffies are changed when each time enter into
add_location.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-05-10 0:42 ` Will Huck
@ 2013-05-10 16:00 ` Christoph Lameter
0 siblings, 0 replies; 29+ messages in thread
From: Christoph Lameter @ 2013-05-10 16:00 UTC (permalink / raw)
To: Will Huck; +Cc: linux-mm
On Fri, 10 May 2013, Will Huck wrote:
> On 05/09/2013 10:00 PM, Christoph Lameter wrote:
> > On Thu, 9 May 2013, Will Huck wrote:
> >
> > > On 05/02/2013 11:10 PM, Christoph Lameter wrote:
> > > > On Wed, 1 May 2013, Will Huck wrote:
> > > >
> > > > > > Age refers to the mininum / avg / maximum age of the object in
> > > > > > ticks.
> > > > > Why need monitor the age of the object?
> > > > Will give you some idea as to when these objects were created.
> > > Thanks for your clarify. ;-) But why mininum / avg / maximum instead of a
> > > single value?
> > You can see the age of the oldest and youngest object.
> >
>
> It seems that age = jiffies - track->when; can't accurately describe age of
> each used object in one slab. The objects in one slab should be same age in
> current logic, but jiffies are changed when each time enter into add_location.
The objects could be allocated at any time. The track structure is per
object not per slab.
The "age" refers to the time in jiffies since object allocation.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-05-03 16:16 ` Christoph Lameter
@ 2013-12-27 10:39 ` Wanpeng Li
2014-01-06 13:15 ` Wanpeng Li
[not found] ` <52caac5c.27cb440a.533d.ffffbbd2SMTPIN_ADDED_BROKEN@mx.google.com>
0 siblings, 2 replies; 29+ messages in thread
From: Wanpeng Li @ 2013-12-27 10:39 UTC (permalink / raw)
To: Christoph Lameter
Cc: Michal Hocko, Han Pingtian, LKML, penberg, rientjes, linux-mm
[-- Attachment #1: Type: text/plain, Size: 1140 bytes --]
Hi Christoph,
On Fri, May 03, 2013 at 04:16:18PM +0000, Christoph Lameter wrote:
>On Fri, 3 May 2013, Michal Hocko wrote:
>
>> > Both should be fixed.
>>
>> Could you point to the specific commit(s), please?
>>
>> > Making requests for large amounts of memory from an allocator that is
>> > supposed to hand out fraction of a page does not make sense.
>>
>> AFAIR there were lots of objects in size-512 as well.
>
>Looks like I have confused two different issues here. Sorry.
>
Is there any progress against slub's fix?
MemTotal: 7760960 kB
Slab: 7064448 kB
SReclaimable: 143936 kB
SUnreclaim: 6920512 kB
112084 10550 9% 16.00K 3507 32 1795584K kmalloc-16384
2497920 48092 1% 0.50K 19515 128 1248960K kmalloc-512
6058888 89363 1% 0.19K 17768 341 1137152K kmalloc-192
114468 13719 11% 4.58K 2082 55 532992K task_struct
>--
>To unsubscribe, send a message with 'unsubscribe linux-mm' in
>the body to majordomo@kvack.org. For more info on Linux MM,
>see: http://www.linux-mm.org/ .
>Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
[-- Attachment #2: alloc_calls --]
[-- Type: text/plain, Size: 14192 bytes --]
[root@hero05b ~]# cat /sys/kernel/slab/kmalloc-16384/alloc_calls
1 .devkmsg_open+0x78/0x130 age=101783 pid=4010 cpus=174 nodes=1
1 .pstore_mkfile+0x140/0x440 age=286579 pid=1 cpus=92 nodes=1
1 .uart_register_driver+0x48/0x220 age=286591 pid=1 cpus=85 nodes=1
1200 .xt_alloc_table_info+0xb0/0x1a0 age=5771/5787/5811 pid=6544-6548 cpus=21,29,193 nodes=1
199 .timer_cpu_notify+0xa8/0x324 age=286718/286739/286754 pid=1 cpus=0 nodes=1
1 .nvram_init_oops_partition+0x114/0x2a8 age=286703 pid=1 cpus=0 nodes=1
1 .sched_init+0x78/0x4d8 age=286769 pid=0 cpus=0 nodes=1
1 .tcp_init+0x164/0x3a0 age=286641 pid=1 cpus=85 nodes=1
[root@hero05b ~]# cat /sys/kernel/slab/kmalloc-16384/free_calls
1403 <not-available> age=4295224069 pid=0 cpus=0 nodes=1
1 .pidlist_free+0x2c/0x60 age=101818 pid=1 cpus=52 nodes=1
1 .unpack_to_rootfs+0x2c0/0x308 age=286610 pid=1 cpus=85 nodes=1
[root@hero05b ~]#
[root@hero05b ~]# cat /sys/kernel/slab/kmalloc-512/alloc_calls
819 .alloc_workqueue_attrs+0x34/0xa0 age=3516/284970/286802 pid=1-8310 cpus=0,21,85,116,131,165 nodes=1
37 .__alloc_workqueue_key+0x68/0x420 age=5707/174337/286802 pid=1-6622 cpus=0,13,17,29,31,61,64,85,116,165 nodes=1
14 .add_sysfs_param.isra.3+0x7c/0x220 age=9511/240457/286699 pid=1-5886 cpus=0,16,30-31,114,116 nodes=1
600 .build_sched_domains+0x10c/0xdf0 age=271541/271542/271544 pid=1815 cpus=85 nodes=1
250 .build_sched_domains+0x144/0xdf0 age=271541/271542/271544 pid=1815 cpus=85 nodes=1
252 .build_sched_domains+0x178/0xdf0 age=271541/271542/271544 pid=1815 cpus=85 nodes=1
400 .build_sched_domains+0x6dc/0xdf0 age=271540/271540/271543 pid=1815 cpus=85 nodes=1
18000 .alloc_fair_sched_group+0xec/0x1e0 age=2579/19587/286617 pid=1-8462 cpus=0-1,5,9,21,26,29,41,61,69,73,76-77,89,92-93,97,101,109,121,125,133,141,145,149,153,161,185 nodes=1
99 .cgroup_mkdir+0x7c/0x6e0 age=2587/75021/286606 pid=1 cpus=0-1,52,58,92,110-111,128,130-131,175 nodes=1
22 .alloc_desc+0x48/0x100 age=286642/286772/286807 pid=0-1 cpus=0,85 nodes=1
400 .rb_allocate_cpu_buffer+0x60/0x2f0 age=286756/286777/286798 pid=1 cpus=0 nodes=1
2 .__ring_buffer_alloc+0x54/0x300 age=286798/286798/286798 pid=1 cpus=0 nodes=1
14 .init_syscall_trace+0x140/0x190 age=286742/286742/286742 pid=1 cpus=0 nodes=1
1 .mempool_create_node+0x88/0x1b0 age=286474 pid=2001 cpus=116 nodes=1
2 .mempool_kmalloc+0x1c/0x30 age=286696/286696/286696 pid=1 cpus=0 nodes=1
1 .pcpu_mem_zalloc+0x40/0xc0 age=286456 pid=1964 cpus=0 nodes=1
1 .__vmalloc_node_range+0xd0/0x300 age=286806 pid=0 cpus=0 nodes=1
21 .fsnotify_alloc_group+0x38/0x110 age=5511/53156/286640 pid=1-6840 cpus=1,29,54,57,70,85,128-131,153,158 nodes=1
612 .__register_sysctl_table+0xb8/0x700 age=9472/269874/286803 pid=0-5984 cpus=0,16-17,19,30-31,85 nodes=1
1 .ipc_alloc+0x20/0x60 age=2905 pid=8437 cpus=1 nodes=1
37 .blkcg_activate_policy+0x1b0/0x410 age=102480/275032/286473 pid=1963-3831 cpus=0,2,64,116 nodes=1
1 .mpi_alloc_limb_space+0x1c/0x40 age=286621 pid=1 cpus=85 nodes=1
1 .__tty_alloc_driver+0xc0/0x1f0 age=286681 pid=1 cpus=85 nodes=1
1 .__tty_alloc_driver+0xd8/0x1f0 age=286681 pid=1 cpus=85 nodes=1
1 .__tty_alloc_driver+0x180/0x1f0 age=286681 pid=1 cpus=85 nodes=1
1 .pty_unix98_install+0x58/0x2f0 age=2584 pid=8458 cpus=198 nodes=1
1 .pty_unix98_install+0x70/0x2f0 age=2584 pid=8458 cpus=198 nodes=1
2 .vt_do_kdsk_ioctl+0xd8/0x4b0 age=286590/286590/286590 pid=1847 cpus=141 nodes=1
2 .con_do_clear_unimap.isra.2+0x138/0x150 age=9568/148123/286679 pid=1-5691 cpus=85,130 nodes=1
8 .set_inverse_transl+0xdc/0x100 age=9568/148079/286591 pid=1848-5691 cpus=130,145 nodes=1
1 .hvc_alloc+0x6c/0x3a0 age=286629 pid=1 cpus=85 nodes=1
17 .bus_register+0x44/0x380 age=286624/286699/286745 pid=1 cpus=0,85 nodes=1
36 .__class_register+0x5c/0x2c0 age=4448/278725/286741 pid=1-7859 cpus=0,5,85,114,116,155 nodes=1
25 .realloc_buffer+0x48/0xb0 age=262053/262058/262068 pid=1834 cpus=0,2-3,127,150 nodes=1
2 .__alloc_skb+0x8c/0x200 age=9594/9594/9594 pid=5655 cpus=137 nodes=1
1 .ops_init+0x50/0x1c0 age=101823 pid=3996 cpus=4 nodes=1
2 .alloc_netdev_mqs+0x16c/0x380 age=101667/194181/286695 pid=1-4130 cpus=0,76 nodes=1
10 .neigh_alloc+0xb0/0x340 age=5679/8716/9500 pid=0-6688 cpus=0,125-126,138,181,183 nodes=1
800 .xt_jumpstack_alloc+0xbc/0x1d0 age=5791/5797/5803 pid=6547-6548 cpus=21,29 nodes=1
6 .xt_hook_link+0x50/0x190 age=9491/9507/9526 pid=5836-5940 cpus=17-18 nodes=1
2 .inetdev_init+0x44/0x180 age=101666/194172/286679 pid=1-4130 cpus=76,85 nodes=1
1 .xfrm_sysctl_init+0x4c/0xf0 age=286679 pid=1 cpus=85 nodes=1
1 .ip6_route_net_init+0x7c/0x1b0 age=286621 pid=1 cpus=85 nodes=1
1 .ip6_route_net_init+0xb8/0x1b0 age=286621 pid=1 cpus=85 nodes=1
1 .ip6_route_net_init+0xf0/0x1b0 age=286621 pid=1 cpus=85 nodes=1
1 .nl_portid_hash_zalloc+0x24/0x60 age=10016 pid=4074 cpus=121 nodes=1
100 .new_cache+0x44/0xb4 age=286704/286723/286740 pid=1 cpus=0 nodes=1
2 .dm_table_create+0x4c/0xf0 [dm_mod] age=102480/102480/102481 pid=3831 cpus=64 nodes=1
32 .kmem_alloc+0x8c/0x120 [xfs] age=2834/66214/102462 pid=2047-8440 cpus=14,16,30,35,57-59,62,68,71,128,130-131,154 nodes=1
10 .rpc_new_client+0xa8/0x580 [sunrpc] age=3518/5208/5701 pid=6609-8310 cpus=1,131,196 nodes=1
4 .xprt_alloc+0x174/0x200 [sunrpc] age=3518/4570/5623 pid=6609-8310 cpus=131,196 nodes=1
2 .xprt_alloc_slot+0x144/0x240 [sunrpc] age=5657/5660/5664 pid=6610-6616 cpus=1,198 nodes=1
3 .__svc_create+0x4c/0x2d0 [sunrpc] age=3516/4244/5698 pid=6609-8310 cpus=131,196 nodes=1
1 .svc_prepare_thread+0xdc/0x2b0 [sunrpc] age=3515 pid=8310 cpus=131 nodes=1
1 .svc_prepare_thread+0xfc/0x2b0 [sunrpc] age=3515 pid=8310 cpus=131 nodes=1
1 .cache_create_net+0x44/0xc0 [sunrpc] age=101825 pid=3996 cpus=30 nodes=1
2 .rpc_alloc_iostats+0x20/0x40 [sunrpc] age=3518/3518/3518 pid=8310 cpus=131 nodes=1
1 .ibmveth_alloc_buffer_pool+0x28/0x130 [ibmveth] age=9502 pid=5924 cpus=181 nodes=1
1 .nf_conntrack_pernet_init+0xa8/0x1a0 [nf_conntrack] age=9511 pid=5886 cpus=16 nodes=1
1 .nfs4_get_state_owner+0x294/0x4d0 [nfsv4] age=1444 pid=8502 cpus=6 nodes=1
1 .nfs40_init_client+0x38/0xd0 [nfsv4] age=5699 pid=6616 cpus=1 nodes=1
[root@hero05b ~]# cat /sys/kernel/slab/kmalloc-512/free_calls
22508 <not-available> age=4295224106 pid=0 cpus=0 nodes=1
3 .apply_workqueue_attrs+0x37c/0x4f0 age=286652/286715/286772 pid=1 cpus=0,85 nodes=1
10 .apply_workqueue_attrs+0x38c/0x4f0 age=3548/230076/286827 pid=1-8310 cpus=0,85,116,131 nodes=1
3 .krealloc+0xd4/0x130 age=286723/286723/286724 pid=1 cpus=0 nodes=1
8 .load_elf_binary+0xa44/0xdf0 age=1476/112397/286618 pid=1845-8502 cpus=0,5,62,65,105,133,137,181 nodes=1
1 .crypto_larval_destroy+0x3c/0x60 age=286654 pid=1 cpus=85 nodes=1
3 .RSA_verify_signature+0x8c/0x2f0 age=5736/39041/101848 pid=4002-6624 cpus=0,16,166 nodes=1
1 .efi_partition+0x134/0x660 age=262086 pid=3620 cpus=2 nodes=1
13 .blkg_free+0x20/0x60 age=286471/286471/286471 pid=410 cpus=175 nodes=1
1 .mpi_free+0x34/0x80 age=9541 pid=5886 cpus=16 nodes=1
2 .vt_do_kdsk_ioctl+0x11c/0x4b0 age=286617/286617/286617 pid=1847 cpus=141 nodes=1
88 .skb_free_head+0x64/0x80 age=2616/111166/286720 pid=1-8458 cpus=0-1,3,5,7,29,48-49,56,58,85,92,108,110-111,122,128-129,131,133,181,189,198 nodes=1
21 .load_elf_interp.constprop.7+0x4a8/0x50c age=3136/115232/286618 pid=1848-8420 cpus=9,25,53,65,69,105,125,130,133,137,141,145,153,161-162,169,189 nodes=1
1 .dm_table_add_target+0x158/0x450 [dm_mod] age=102506 pid=3831 cpus=64 nodes=1
4 .sd_revalidate_disk+0x39c/0x1680 [sd_mod] age=262078/262083/262093 pid=6-3618 cpus=0,2,40-41 nodes=1
3 .kmem_free+0x44/0x60 [xfs] age=9446/36327/89852 pid=3986-6027 cpus=59,70-71 nodes=1
2 .xprt_free+0x84/0xc0 [sunrpc] age=5653/5653/5654 pid=2046-6609 cpus=196 nodes=1
[root@hero05b ~]#
[root@hero05b ~]# cat /sys/kernel/slab/kmalloc-192/alloc_calls
9 .add_sysfs_param.isra.3+0x7c/0x220 age=101897/266228/286770 pid=1-3996 cpus=0,30 nodes=1
73 .groups_alloc+0x40/0x180 age=271/5679/9676 pid=5653-8555 cpus=1-2,26,41,48,53,63,70,97,120,128-129,137,152,154-155,162,169,171,199 nodes=1
18000 .alloc_fair_sched_group+0x110/0x1e0 age=2637/19654/286688 pid=1-8462 cpus=0-1,5,9,21,26,29,41,61,69,73,76-77,89,92-93,97,101,109,121,125,133,141,145,149,153,161,185 nodes=1
1 .pm_qos_power_open+0xa0/0x100 age=9569 pid=5865 cpus=142 nodes=1
44 .find_css_set+0x290/0x440 age=2646/20237/286679 pid=1 cpus=0-1,57-59,92,110-111,131 nodes=1
90 .init_syscall_trace+0x140/0x190 age=286813/286813/286813 pid=1 cpus=0 nodes=1
1 .__vmalloc_node_range+0xd0/0x300 age=102540 pid=3877 cpus=17 nodes=1
1 .SyS_swapon+0x94/0xc40 age=101554 pid=5502 cpus=57 nodes=1
22 .alloc_pipe_info+0x30/0x100 age=2643/23789/101909 pid=1-8461 cpus=41,48,53,61,120,128,130-131,138,142,154,157,196 nodes=1
1 .mounts_open_common+0x114/0x2f0 age=102140 pid=1 cpus=53 nodes=1
13 .SyS_epoll_create1+0x68/0x1e0 age=3509/29245/102174 pid=1-8356 cpus=5-6,29,41,48,53,125,129-130,145,174 nodes=1
4 .SyS_timerfd_create+0x5c/0x140 age=498/53539/102173 pid=1-4010 cpus=6,58,111,174 nodes=1
3094 .__proc_create+0xc8/0x180 age=4191/284770/286877 pid=0-7859 cpus=0,4,16,30-31,85,115-116,125,144,155,181,196 nodes=1
14 .__register_sysctl_table+0xb8/0x700 age=5767/167151/286874 pid=0-6640 cpus=0,16-17,20-21,29,85 nodes=1
1 .__register_sysctl_paths+0x17c/0x230 age=286874 pid=0 cpus=0 nodes=1
37 .blkg_alloc+0x60/0x1c0 age=102553/275105/286546 pid=1963-3831 cpus=0,2,64,116 nodes=1
6 .assoc_array_insert+0x114/0x1b0 age=271/97447/286692 pid=1-8555 cpus=63,85,196,199 nodes=1
6 .__tty_alloc_driver+0x7c/0x1f0 age=286698/286708/286752 pid=1 cpus=85 nodes=1
834 .device_private_init+0x30/0xa0 age=4508/265517/286816 pid=1-7859 cpus=0,2-3,40-41,51,60,64,76,85,111,115-116,127,130,137,149-150,155-157,196 nodes=1
45 .bus_add_driver+0x7c/0x3b0 age=101737/274293/286766 pid=1-4151 cpus=0,5,39,51,76,85,114,116 nodes=1
18 .__class_create+0x44/0xc0 age=4510/271078/286812 pid=1-7859 cpus=0,85,155 nodes=1
25 .scsi_probe_and_add_lun+0x658/0xd50 age=284333/284335/284339 pid=2044 cpus=0,2 nodes=1
1 .sock_kmalloc+0x60/0xd0 age=9642 pid=5691 cpus=125 nodes=1
1 .ops_init+0x50/0x1c0 age=5773 pid=6622 cpus=29 nodes=1
4 .neigh_parms_alloc+0x90/0x210 age=101738/194229/286750 pid=1-4130 cpus=76,85 nodes=1
5 .fib_default_rule_add+0x3c/0xb0 age=286692/286726/286750 pid=1 cpus=85 nodes=1
4 .fib_rules_register+0x24/0x1b0 age=286692/286720/286750 pid=1 cpus=85 nodes=1
800 .xt_jumpstack_alloc+0xbc/0x1d0 age=5895/5900/5907 pid=6543-6544 cpus=185,193 nodes=1
2 .xt_hook_link+0x50/0x190 age=9565/9576/9588 pid=5852-5931 cpus=17,22 nodes=1
3 .ip_mc_inc_group+0x94/0x300 age=9293/101847/286679 pid=1-5924 cpus=92,181,183 nodes=1
7 .fib_create_info+0x478/0x10f0 age=9278/88543/286680 pid=1-6119 cpus=45,92,105,181 nodes=1
1 .addrconf_init_net+0x38/0x180 age=286692 pid=1 cpus=85 nodes=1
1 .addrconf_init_net+0x54/0x180 age=286692 pid=1 cpus=85 nodes=1
6 .ipv6_dev_mc_inc+0xe0/0x470 age=5749/132029/286692 pid=1-6655 cpus=27,76,85,181 nodes=1
1 .sched_init_numa+0x378/0x4ac age=286827 pid=1 cpus=0 nodes=1
13 .kmem_alloc+0x8c/0x120 [xfs] age=4718/94558/102535 pid=3875-7759 cpus=13-14,30,61-62 nodes=1
1 .unx_create_cred+0x50/0x1c0 [sunrpc] age=5749 pid=6609 cpus=196 nodes=1
4 .generic_create_cred+0x44/0x190 [sunrpc] age=3578/5204/5767 pid=6609-8310 cpus=1,131,196,198 nodes=1
1 .udp_init_net+0x74/0xb0 [nf_conntrack] age=9576 pid=5894 cpus=17 nodes=1
171 .__nf_ct_ext_add_length+0x22c/0x260 [nf_conntrack] age=0/2351/9411 pid=0-8545 cpus=0-1,25,35,41,49,75,125-126,139,141,145,149-151,183,196-199 nodes=1
1 .nf_conntrack_ecache_pernet_init+0x44/0xf0 [nf_conntrack] age=9578 pid=5886 cpus=16 nodes=1
[root@hero05b ~]# cat /sys/kernel/slab/kmalloc-192/free_calls
23123 <not-available> age=4295224340 pid=0 cpus=0 nodes=1
10 .mod_verify_sig+0x35c/0x540 age=4712/54016/283623 pid=2005-7860 cpus=5,16-18,21,30,51,119 nodes=1
31 .rcu_nocb_kthread+0x248/0x390 age=68/2191/9554 pid=410-606 cpus=0-1,196-198 nodes=1
8 .krealloc+0xd4/0x130 age=4713/170777/286967 pid=1-7859 cpus=0,4,16,76,137,155 nodes=1
6 .kzfree+0x40/0x60 age=286897/286897/286897 pid=1821-1826 cpus=5 nodes=1
33 .free_pipe_info+0xa8/0xd0 age=207/23588/262275 pid=3790-8660 cpus=1,3,8,10,25,27,30-31,37-39,43,45-46,54,57,73,79,86-87,93,97,121,131,137,150,173-174,190,195-196 nodes=1
2 .seq_release+0x28/0x50 age=9854/136063/262273 pid=3800-5730 cpus=117,185 nodes=1
115 .bio_put+0xe8/0xf0 age=109229/266317/286738 pid=0-3645 cpus=0,65,125,129,133 nodes=1
7 .ep_free+0x104/0x130 age=101936/138391/262322 pid=3633-4223 cpus=18,54,78,96-97,102,120 nodes=1
7 .SyS_name_to_handle_at+0x190/0x260 age=9797/62620/286874 pid=1-5701 cpus=6,92,160 nodes=1
3 .pde_put+0x74/0xa0 age=4394/131212/286875 pid=1-7805 cpus=4,92,125 nodes=1
1 .cryptomgr_test+0x38/0x80 age=286897 pid=1828 cpus=5 nodes=1
1 .x509_free_certificate+0x5c/0x90 age=286889 pid=1 cpus=85 nodes=1
1 .x509_free_certificate+0x74/0x90 age=286889 pid=1 cpus=85 nodes=1
1 .blkg_free+0x44/0x60 age=286712 pid=410 cpus=175 nodes=1
1 .assoc_array_destroy_subtree+0x170/0x240 age=1645 pid=2240 cpus=199 nodes=1
1 .driver_release+0x34/0x70 age=286895 pid=1 cpus=85 nodes=1
9 .___sys_sendmsg+0x1b0/0x380 age=2853/5881/9902 pid=1-5691 cpus=1,58,111,138 nodes=1
1 .xt_free_table_info+0x1cc/0x270 age=8340 pid=6301 cpus=9 nodes=1
2 .kmem_free+0x44/0x60 [xfs] age=5888/54122/102357 pid=1-6712 cpus=53,155 nodes=1
1 .nfs_d_automount+0x134/0x250 [nfs] age=5824 pid=6616 cpus=196 nodes=1
2 .nfs4_put_open_state+0xc8/0x110 [nfsv4] age=1680/1686/1692 pid=8517 cpus=122,197 nodes=1
[root@hero05b ~]#
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2013-12-27 10:39 ` Wanpeng Li
@ 2014-01-06 13:15 ` Wanpeng Li
[not found] ` <52caac5c.27cb440a.533d.ffffbbd2SMTPIN_ADDED_BROKEN@mx.google.com>
1 sibling, 0 replies; 29+ messages in thread
From: Wanpeng Li @ 2014-01-06 13:15 UTC (permalink / raw)
To: Christoph Lameter
Cc: Michal Hocko, Han Pingtian, LKML, penberg, rientjes, linux-mm
On Fri, Dec 27, 2013 at 06:39:12PM +0800, Wanpeng Li wrote:
>Hi Christoph,
>On Fri, May 03, 2013 at 04:16:18PM +0000, Christoph Lameter wrote:
>>On Fri, 3 May 2013, Michal Hocko wrote:
>>
>>> > Both should be fixed.
>>>
>>> Could you point to the specific commit(s), please?
>>>
>>> > Making requests for large amounts of memory from an allocator that is
>>> > supposed to hand out fraction of a page does not make sense.
>>>
>>> AFAIR there were lots of objects in size-512 as well.
>>
>>Looks like I have confused two different issues here. Sorry.
>>
>
>Is there any progress against slub's fix?
>
>MemTotal: 7760960 kB
>Slab: 7064448 kB
>SReclaimable: 143936 kB
>SUnreclaim: 6920512 kB
>
>112084 10550 9% 16.00K 3507 32 1795584K kmalloc-16384
>2497920 48092 1% 0.50K 19515 128 1248960K kmalloc-512
>6058888 89363 1% 0.19K 17768 341 1137152K kmalloc-192
>114468 13719 11% 4.58K 2082 55 532992K task_struct
>
This machine has 200 CPUs and 8G memory. There is an oom storm, we are
seeing OOM even in boot process.
Regards,
Wanpeng Li
>>--
>>To unsubscribe, send a message with 'unsubscribe linux-mm' in
>>the body to majordomo@kvack.org. For more info on Linux MM,
>>see: http://www.linux-mm.org/ .
>>Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
>[root@hero05b ~]# cat /sys/kernel/slab/kmalloc-16384/alloc_calls
> 1 .devkmsg_open+0x78/0x130 age=101783 pid=4010 cpus=174 nodes=1
> 1 .pstore_mkfile+0x140/0x440 age=286579 pid=1 cpus=92 nodes=1
> 1 .uart_register_driver+0x48/0x220 age=286591 pid=1 cpus=85 nodes=1
> 1200 .xt_alloc_table_info+0xb0/0x1a0 age=5771/5787/5811 pid=6544-6548 cpus=21,29,193 nodes=1
> 199 .timer_cpu_notify+0xa8/0x324 age=286718/286739/286754 pid=1 cpus=0 nodes=1
> 1 .nvram_init_oops_partition+0x114/0x2a8 age=286703 pid=1 cpus=0 nodes=1
> 1 .sched_init+0x78/0x4d8 age=286769 pid=0 cpus=0 nodes=1
> 1 .tcp_init+0x164/0x3a0 age=286641 pid=1 cpus=85 nodes=1
>[root@hero05b ~]# cat /sys/kernel/slab/kmalloc-16384/free_calls
> 1403 <not-available> age=4295224069 pid=0 cpus=0 nodes=1
> 1 .pidlist_free+0x2c/0x60 age=101818 pid=1 cpus=52 nodes=1
> 1 .unpack_to_rootfs+0x2c0/0x308 age=286610 pid=1 cpus=85 nodes=1
>[root@hero05b ~]#
>[root@hero05b ~]# cat /sys/kernel/slab/kmalloc-512/alloc_calls
> 819 .alloc_workqueue_attrs+0x34/0xa0 age=3516/284970/286802 pid=1-8310 cpus=0,21,85,116,131,165 nodes=1
> 37 .__alloc_workqueue_key+0x68/0x420 age=5707/174337/286802 pid=1-6622 cpus=0,13,17,29,31,61,64,85,116,165 nodes=1
> 14 .add_sysfs_param.isra.3+0x7c/0x220 age=9511/240457/286699 pid=1-5886 cpus=0,16,30-31,114,116 nodes=1
> 600 .build_sched_domains+0x10c/0xdf0 age=271541/271542/271544 pid=1815 cpus=85 nodes=1
> 250 .build_sched_domains+0x144/0xdf0 age=271541/271542/271544 pid=1815 cpus=85 nodes=1
> 252 .build_sched_domains+0x178/0xdf0 age=271541/271542/271544 pid=1815 cpus=85 nodes=1
> 400 .build_sched_domains+0x6dc/0xdf0 age=271540/271540/271543 pid=1815 cpus=85 nodes=1
> 18000 .alloc_fair_sched_group+0xec/0x1e0 age=2579/19587/286617 pid=1-8462 cpus=0-1,5,9,21,26,29,41,61,69,73,76-77,89,92-93,97,101,109,121,125,133,141,145,149,153,161,185 nodes=1
> 99 .cgroup_mkdir+0x7c/0x6e0 age=2587/75021/286606 pid=1 cpus=0-1,52,58,92,110-111,128,130-131,175 nodes=1
> 22 .alloc_desc+0x48/0x100 age=286642/286772/286807 pid=0-1 cpus=0,85 nodes=1
> 400 .rb_allocate_cpu_buffer+0x60/0x2f0 age=286756/286777/286798 pid=1 cpus=0 nodes=1
> 2 .__ring_buffer_alloc+0x54/0x300 age=286798/286798/286798 pid=1 cpus=0 nodes=1
> 14 .init_syscall_trace+0x140/0x190 age=286742/286742/286742 pid=1 cpus=0 nodes=1
> 1 .mempool_create_node+0x88/0x1b0 age=286474 pid=2001 cpus=116 nodes=1
> 2 .mempool_kmalloc+0x1c/0x30 age=286696/286696/286696 pid=1 cpus=0 nodes=1
> 1 .pcpu_mem_zalloc+0x40/0xc0 age=286456 pid=1964 cpus=0 nodes=1
> 1 .__vmalloc_node_range+0xd0/0x300 age=286806 pid=0 cpus=0 nodes=1
> 21 .fsnotify_alloc_group+0x38/0x110 age=5511/53156/286640 pid=1-6840 cpus=1,29,54,57,70,85,128-131,153,158 nodes=1
> 612 .__register_sysctl_table+0xb8/0x700 age=9472/269874/286803 pid=0-5984 cpus=0,16-17,19,30-31,85 nodes=1
> 1 .ipc_alloc+0x20/0x60 age=2905 pid=8437 cpus=1 nodes=1
> 37 .blkcg_activate_policy+0x1b0/0x410 age=102480/275032/286473 pid=1963-3831 cpus=0,2,64,116 nodes=1
> 1 .mpi_alloc_limb_space+0x1c/0x40 age=286621 pid=1 cpus=85 nodes=1
> 1 .__tty_alloc_driver+0xc0/0x1f0 age=286681 pid=1 cpus=85 nodes=1
> 1 .__tty_alloc_driver+0xd8/0x1f0 age=286681 pid=1 cpus=85 nodes=1
> 1 .__tty_alloc_driver+0x180/0x1f0 age=286681 pid=1 cpus=85 nodes=1
> 1 .pty_unix98_install+0x58/0x2f0 age=2584 pid=8458 cpus=198 nodes=1
> 1 .pty_unix98_install+0x70/0x2f0 age=2584 pid=8458 cpus=198 nodes=1
> 2 .vt_do_kdsk_ioctl+0xd8/0x4b0 age=286590/286590/286590 pid=1847 cpus=141 nodes=1
> 2 .con_do_clear_unimap.isra.2+0x138/0x150 age=9568/148123/286679 pid=1-5691 cpus=85,130 nodes=1
> 8 .set_inverse_transl+0xdc/0x100 age=9568/148079/286591 pid=1848-5691 cpus=130,145 nodes=1
> 1 .hvc_alloc+0x6c/0x3a0 age=286629 pid=1 cpus=85 nodes=1
> 17 .bus_register+0x44/0x380 age=286624/286699/286745 pid=1 cpus=0,85 nodes=1
> 36 .__class_register+0x5c/0x2c0 age=4448/278725/286741 pid=1-7859 cpus=0,5,85,114,116,155 nodes=1
> 25 .realloc_buffer+0x48/0xb0 age=262053/262058/262068 pid=1834 cpus=0,2-3,127,150 nodes=1
> 2 .__alloc_skb+0x8c/0x200 age=9594/9594/9594 pid=5655 cpus=137 nodes=1
> 1 .ops_init+0x50/0x1c0 age=101823 pid=3996 cpus=4 nodes=1
> 2 .alloc_netdev_mqs+0x16c/0x380 age=101667/194181/286695 pid=1-4130 cpus=0,76 nodes=1
> 10 .neigh_alloc+0xb0/0x340 age=5679/8716/9500 pid=0-6688 cpus=0,125-126,138,181,183 nodes=1
> 800 .xt_jumpstack_alloc+0xbc/0x1d0 age=5791/5797/5803 pid=6547-6548 cpus=21,29 nodes=1
> 6 .xt_hook_link+0x50/0x190 age=9491/9507/9526 pid=5836-5940 cpus=17-18 nodes=1
> 2 .inetdev_init+0x44/0x180 age=101666/194172/286679 pid=1-4130 cpus=76,85 nodes=1
> 1 .xfrm_sysctl_init+0x4c/0xf0 age=286679 pid=1 cpus=85 nodes=1
> 1 .ip6_route_net_init+0x7c/0x1b0 age=286621 pid=1 cpus=85 nodes=1
> 1 .ip6_route_net_init+0xb8/0x1b0 age=286621 pid=1 cpus=85 nodes=1
> 1 .ip6_route_net_init+0xf0/0x1b0 age=286621 pid=1 cpus=85 nodes=1
> 1 .nl_portid_hash_zalloc+0x24/0x60 age=10016 pid=4074 cpus=121 nodes=1
> 100 .new_cache+0x44/0xb4 age=286704/286723/286740 pid=1 cpus=0 nodes=1
> 2 .dm_table_create+0x4c/0xf0 [dm_mod] age=102480/102480/102481 pid=3831 cpus=64 nodes=1
> 32 .kmem_alloc+0x8c/0x120 [xfs] age=2834/66214/102462 pid=2047-8440 cpus=14,16,30,35,57-59,62,68,71,128,130-131,154 nodes=1
> 10 .rpc_new_client+0xa8/0x580 [sunrpc] age=3518/5208/5701 pid=6609-8310 cpus=1,131,196 nodes=1
> 4 .xprt_alloc+0x174/0x200 [sunrpc] age=3518/4570/5623 pid=6609-8310 cpus=131,196 nodes=1
> 2 .xprt_alloc_slot+0x144/0x240 [sunrpc] age=5657/5660/5664 pid=6610-6616 cpus=1,198 nodes=1
> 3 .__svc_create+0x4c/0x2d0 [sunrpc] age=3516/4244/5698 pid=6609-8310 cpus=131,196 nodes=1
> 1 .svc_prepare_thread+0xdc/0x2b0 [sunrpc] age=3515 pid=8310 cpus=131 nodes=1
> 1 .svc_prepare_thread+0xfc/0x2b0 [sunrpc] age=3515 pid=8310 cpus=131 nodes=1
> 1 .cache_create_net+0x44/0xc0 [sunrpc] age=101825 pid=3996 cpus=30 nodes=1
> 2 .rpc_alloc_iostats+0x20/0x40 [sunrpc] age=3518/3518/3518 pid=8310 cpus=131 nodes=1
> 1 .ibmveth_alloc_buffer_pool+0x28/0x130 [ibmveth] age=9502 pid=5924 cpus=181 nodes=1
> 1 .nf_conntrack_pernet_init+0xa8/0x1a0 [nf_conntrack] age=9511 pid=5886 cpus=16 nodes=1
> 1 .nfs4_get_state_owner+0x294/0x4d0 [nfsv4] age=1444 pid=8502 cpus=6 nodes=1
> 1 .nfs40_init_client+0x38/0xd0 [nfsv4] age=5699 pid=6616 cpus=1 nodes=1
>[root@hero05b ~]# cat /sys/kernel/slab/kmalloc-512/free_calls
> 22508 <not-available> age=4295224106 pid=0 cpus=0 nodes=1
> 3 .apply_workqueue_attrs+0x37c/0x4f0 age=286652/286715/286772 pid=1 cpus=0,85 nodes=1
> 10 .apply_workqueue_attrs+0x38c/0x4f0 age=3548/230076/286827 pid=1-8310 cpus=0,85,116,131 nodes=1
> 3 .krealloc+0xd4/0x130 age=286723/286723/286724 pid=1 cpus=0 nodes=1
> 8 .load_elf_binary+0xa44/0xdf0 age=1476/112397/286618 pid=1845-8502 cpus=0,5,62,65,105,133,137,181 nodes=1
> 1 .crypto_larval_destroy+0x3c/0x60 age=286654 pid=1 cpus=85 nodes=1
> 3 .RSA_verify_signature+0x8c/0x2f0 age=5736/39041/101848 pid=4002-6624 cpus=0,16,166 nodes=1
> 1 .efi_partition+0x134/0x660 age=262086 pid=3620 cpus=2 nodes=1
> 13 .blkg_free+0x20/0x60 age=286471/286471/286471 pid=410 cpus=175 nodes=1
> 1 .mpi_free+0x34/0x80 age=9541 pid=5886 cpus=16 nodes=1
> 2 .vt_do_kdsk_ioctl+0x11c/0x4b0 age=286617/286617/286617 pid=1847 cpus=141 nodes=1
> 88 .skb_free_head+0x64/0x80 age=2616/111166/286720 pid=1-8458 cpus=0-1,3,5,7,29,48-49,56,58,85,92,108,110-111,122,128-129,131,133,181,189,198 nodes=1
> 21 .load_elf_interp.constprop.7+0x4a8/0x50c age=3136/115232/286618 pid=1848-8420 cpus=9,25,53,65,69,105,125,130,133,137,141,145,153,161-162,169,189 nodes=1
> 1 .dm_table_add_target+0x158/0x450 [dm_mod] age=102506 pid=3831 cpus=64 nodes=1
> 4 .sd_revalidate_disk+0x39c/0x1680 [sd_mod] age=262078/262083/262093 pid=6-3618 cpus=0,2,40-41 nodes=1
> 3 .kmem_free+0x44/0x60 [xfs] age=9446/36327/89852 pid=3986-6027 cpus=59,70-71 nodes=1
> 2 .xprt_free+0x84/0xc0 [sunrpc] age=5653/5653/5654 pid=2046-6609 cpus=196 nodes=1
>[root@hero05b ~]#
>[root@hero05b ~]# cat /sys/kernel/slab/kmalloc-192/alloc_calls
> 9 .add_sysfs_param.isra.3+0x7c/0x220 age=101897/266228/286770 pid=1-3996 cpus=0,30 nodes=1
> 73 .groups_alloc+0x40/0x180 age=271/5679/9676 pid=5653-8555 cpus=1-2,26,41,48,53,63,70,97,120,128-129,137,152,154-155,162,169,171,199 nodes=1
> 18000 .alloc_fair_sched_group+0x110/0x1e0 age=2637/19654/286688 pid=1-8462 cpus=0-1,5,9,21,26,29,41,61,69,73,76-77,89,92-93,97,101,109,121,125,133,141,145,149,153,161,185 nodes=1
> 1 .pm_qos_power_open+0xa0/0x100 age=9569 pid=5865 cpus=142 nodes=1
> 44 .find_css_set+0x290/0x440 age=2646/20237/286679 pid=1 cpus=0-1,57-59,92,110-111,131 nodes=1
> 90 .init_syscall_trace+0x140/0x190 age=286813/286813/286813 pid=1 cpus=0 nodes=1
> 1 .__vmalloc_node_range+0xd0/0x300 age=102540 pid=3877 cpus=17 nodes=1
> 1 .SyS_swapon+0x94/0xc40 age=101554 pid=5502 cpus=57 nodes=1
> 22 .alloc_pipe_info+0x30/0x100 age=2643/23789/101909 pid=1-8461 cpus=41,48,53,61,120,128,130-131,138,142,154,157,196 nodes=1
> 1 .mounts_open_common+0x114/0x2f0 age=102140 pid=1 cpus=53 nodes=1
> 13 .SyS_epoll_create1+0x68/0x1e0 age=3509/29245/102174 pid=1-8356 cpus=5-6,29,41,48,53,125,129-130,145,174 nodes=1
> 4 .SyS_timerfd_create+0x5c/0x140 age=498/53539/102173 pid=1-4010 cpus=6,58,111,174 nodes=1
> 3094 .__proc_create+0xc8/0x180 age=4191/284770/286877 pid=0-7859 cpus=0,4,16,30-31,85,115-116,125,144,155,181,196 nodes=1
> 14 .__register_sysctl_table+0xb8/0x700 age=5767/167151/286874 pid=0-6640 cpus=0,16-17,20-21,29,85 nodes=1
> 1 .__register_sysctl_paths+0x17c/0x230 age=286874 pid=0 cpus=0 nodes=1
> 37 .blkg_alloc+0x60/0x1c0 age=102553/275105/286546 pid=1963-3831 cpus=0,2,64,116 nodes=1
> 6 .assoc_array_insert+0x114/0x1b0 age=271/97447/286692 pid=1-8555 cpus=63,85,196,199 nodes=1
> 6 .__tty_alloc_driver+0x7c/0x1f0 age=286698/286708/286752 pid=1 cpus=85 nodes=1
> 834 .device_private_init+0x30/0xa0 age=4508/265517/286816 pid=1-7859 cpus=0,2-3,40-41,51,60,64,76,85,111,115-116,127,130,137,149-150,155-157,196 nodes=1
> 45 .bus_add_driver+0x7c/0x3b0 age=101737/274293/286766 pid=1-4151 cpus=0,5,39,51,76,85,114,116 nodes=1
> 18 .__class_create+0x44/0xc0 age=4510/271078/286812 pid=1-7859 cpus=0,85,155 nodes=1
> 25 .scsi_probe_and_add_lun+0x658/0xd50 age=284333/284335/284339 pid=2044 cpus=0,2 nodes=1
> 1 .sock_kmalloc+0x60/0xd0 age=9642 pid=5691 cpus=125 nodes=1
> 1 .ops_init+0x50/0x1c0 age=5773 pid=6622 cpus=29 nodes=1
> 4 .neigh_parms_alloc+0x90/0x210 age=101738/194229/286750 pid=1-4130 cpus=76,85 nodes=1
> 5 .fib_default_rule_add+0x3c/0xb0 age=286692/286726/286750 pid=1 cpus=85 nodes=1
> 4 .fib_rules_register+0x24/0x1b0 age=286692/286720/286750 pid=1 cpus=85 nodes=1
> 800 .xt_jumpstack_alloc+0xbc/0x1d0 age=5895/5900/5907 pid=6543-6544 cpus=185,193 nodes=1
> 2 .xt_hook_link+0x50/0x190 age=9565/9576/9588 pid=5852-5931 cpus=17,22 nodes=1
> 3 .ip_mc_inc_group+0x94/0x300 age=9293/101847/286679 pid=1-5924 cpus=92,181,183 nodes=1
> 7 .fib_create_info+0x478/0x10f0 age=9278/88543/286680 pid=1-6119 cpus=45,92,105,181 nodes=1
> 1 .addrconf_init_net+0x38/0x180 age=286692 pid=1 cpus=85 nodes=1
> 1 .addrconf_init_net+0x54/0x180 age=286692 pid=1 cpus=85 nodes=1
> 6 .ipv6_dev_mc_inc+0xe0/0x470 age=5749/132029/286692 pid=1-6655 cpus=27,76,85,181 nodes=1
> 1 .sched_init_numa+0x378/0x4ac age=286827 pid=1 cpus=0 nodes=1
> 13 .kmem_alloc+0x8c/0x120 [xfs] age=4718/94558/102535 pid=3875-7759 cpus=13-14,30,61-62 nodes=1
> 1 .unx_create_cred+0x50/0x1c0 [sunrpc] age=5749 pid=6609 cpus=196 nodes=1
> 4 .generic_create_cred+0x44/0x190 [sunrpc] age=3578/5204/5767 pid=6609-8310 cpus=1,131,196,198 nodes=1
> 1 .udp_init_net+0x74/0xb0 [nf_conntrack] age=9576 pid=5894 cpus=17 nodes=1
> 171 .__nf_ct_ext_add_length+0x22c/0x260 [nf_conntrack] age=0/2351/9411 pid=0-8545 cpus=0-1,25,35,41,49,75,125-126,139,141,145,149-151,183,196-199 nodes=1
> 1 .nf_conntrack_ecache_pernet_init+0x44/0xf0 [nf_conntrack] age=9578 pid=5886 cpus=16 nodes=1
>[root@hero05b ~]# cat /sys/kernel/slab/kmalloc-192/free_calls
> 23123 <not-available> age=4295224340 pid=0 cpus=0 nodes=1
> 10 .mod_verify_sig+0x35c/0x540 age=4712/54016/283623 pid=2005-7860 cpus=5,16-18,21,30,51,119 nodes=1
> 31 .rcu_nocb_kthread+0x248/0x390 age=68/2191/9554 pid=410-606 cpus=0-1,196-198 nodes=1
> 8 .krealloc+0xd4/0x130 age=4713/170777/286967 pid=1-7859 cpus=0,4,16,76,137,155 nodes=1
> 6 .kzfree+0x40/0x60 age=286897/286897/286897 pid=1821-1826 cpus=5 nodes=1
> 33 .free_pipe_info+0xa8/0xd0 age=207/23588/262275 pid=3790-8660 cpus=1,3,8,10,25,27,30-31,37-39,43,45-46,54,57,73,79,86-87,93,97,121,131,137,150,173-174,190,195-196 nodes=1
> 2 .seq_release+0x28/0x50 age=9854/136063/262273 pid=3800-5730 cpus=117,185 nodes=1
> 115 .bio_put+0xe8/0xf0 age=109229/266317/286738 pid=0-3645 cpus=0,65,125,129,133 nodes=1
> 7 .ep_free+0x104/0x130 age=101936/138391/262322 pid=3633-4223 cpus=18,54,78,96-97,102,120 nodes=1
> 7 .SyS_name_to_handle_at+0x190/0x260 age=9797/62620/286874 pid=1-5701 cpus=6,92,160 nodes=1
> 3 .pde_put+0x74/0xa0 age=4394/131212/286875 pid=1-7805 cpus=4,92,125 nodes=1
> 1 .cryptomgr_test+0x38/0x80 age=286897 pid=1828 cpus=5 nodes=1
> 1 .x509_free_certificate+0x5c/0x90 age=286889 pid=1 cpus=85 nodes=1
> 1 .x509_free_certificate+0x74/0x90 age=286889 pid=1 cpus=85 nodes=1
> 1 .blkg_free+0x44/0x60 age=286712 pid=410 cpus=175 nodes=1
> 1 .assoc_array_destroy_subtree+0x170/0x240 age=1645 pid=2240 cpus=199 nodes=1
> 1 .driver_release+0x34/0x70 age=286895 pid=1 cpus=85 nodes=1
> 9 .___sys_sendmsg+0x1b0/0x380 age=2853/5881/9902 pid=1-5691 cpus=1,58,111,138 nodes=1
> 1 .xt_free_table_info+0x1cc/0x270 age=8340 pid=6301 cpus=9 nodes=1
> 2 .kmem_free+0x44/0x60 [xfs] age=5888/54122/102357 pid=1-6712 cpus=53,155 nodes=1
> 1 .nfs_d_automount+0x134/0x250 [nfs] age=5824 pid=6616 cpus=196 nodes=1
> 2 .nfs4_put_open_state+0xc8/0x110 [nfsv4] age=1680/1686/1692 pid=8517 cpus=122,197 nodes=1
>[root@hero05b ~]#
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
[not found] ` <52caac5c.27cb440a.533d.ffffbbd2SMTPIN_ADDED_BROKEN@mx.google.com>
@ 2014-01-21 22:12 ` David Rientjes
2014-01-22 23:45 ` Wanpeng Li
0 siblings, 1 reply; 29+ messages in thread
From: David Rientjes @ 2014-01-21 22:12 UTC (permalink / raw)
To: Wanpeng Li
Cc: Christoph Lameter, Michal Hocko, Han Pingtian, linux-kernel,
Pekka Enberg, linux-mm
On Mon, 6 Jan 2014, Wanpeng Li wrote:
> >Is there any progress against slub's fix?
> >
> >MemTotal: 7760960 kB
> >Slab: 7064448 kB
> >SReclaimable: 143936 kB
> >SUnreclaim: 6920512 kB
> >
> >112084 10550 9% 16.00K 3507 32 1795584K kmalloc-16384
> >2497920 48092 1% 0.50K 19515 128 1248960K kmalloc-512
> >6058888 89363 1% 0.19K 17768 341 1137152K kmalloc-192
> >114468 13719 11% 4.58K 2082 55 532992K task_struct
> >
>
> This machine has 200 CPUs and 8G memory. There is an oom storm, we are
> seeing OOM even in boot process.
>
Is this still a problem with 3.9 and later kernels? Please try to
reproduce it on 3.13.
If it does reproduce, could you try to pinpoint the problem with kmemleak?
Look into Documentation/kmemleak.txt which should identify where these
leaks are coming from with your slab allocator of choice.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
* Re: OOM-killer and strange RSS value in 3.9-rc7
2014-01-21 22:12 ` David Rientjes
@ 2014-01-22 23:45 ` Wanpeng Li
0 siblings, 0 replies; 29+ messages in thread
From: Wanpeng Li @ 2014-01-22 23:45 UTC (permalink / raw)
To: David Rientjes
Cc: Christoph Lameter, Michal Hocko, Han Pingtian, linux-kernel,
Pekka Enberg, linux-mm
Hi David,
On Tue, Jan 21, 2014 at 02:12:45PM -0800, David Rientjes wrote:
>On Mon, 6 Jan 2014, Wanpeng Li wrote:
>
>> >Is there any progress against slub's fix?
>> >
>> >MemTotal: 7760960 kB
>> >Slab: 7064448 kB
>> >SReclaimable: 143936 kB
>> >SUnreclaim: 6920512 kB
>> >
>> >112084 10550 9% 16.00K 3507 32 1795584K kmalloc-16384
>> >2497920 48092 1% 0.50K 19515 128 1248960K kmalloc-512
>> >6058888 89363 1% 0.19K 17768 341 1137152K kmalloc-192
>> >114468 13719 11% 4.58K 2082 55 532992K task_struct
>> >
>>
>> This machine has 200 CPUs and 8G memory. There is an oom storm, we are
>> seeing OOM even in boot process.
>>
>
>Is this still a problem with 3.9 and later kernels? Please try to
>reproduce it on 3.13.
>
>If it does reproduce, could you try to pinpoint the problem with kmemleak?
>Look into Documentation/kmemleak.txt which should identify where these
>leaks are coming from with your slab allocator of choice.
We figure out the root issue caused by memoryless node and the patch is
under testing.
Regards,
Wanpeng Li
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 29+ messages in thread
end of thread, other threads:[~2014-01-22 23:45 UTC | newest]
Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <alpine.DEB.2.02.1304161315290.30779@chino.kir.corp.google.com>
[not found] ` <20130417094750.GB2672@localhost.localdomain>
[not found] ` <20130417141909.GA24912@dhcp22.suse.cz>
[not found] ` <20130418101541.GC2672@localhost.localdomain>
[not found] ` <20130418175513.GA12581@dhcp22.suse.cz>
[not found] ` <20130423131558.GH8001@dhcp22.suse.cz>
[not found] ` <20130424044848.GI2672@localhost.localdomain>
2013-04-24 9:47 ` OOM-killer and strange RSS value in 3.9-rc7 Michal Hocko
2013-04-24 15:36 ` Christoph Lameter
2013-04-25 6:07 ` Han Pingtian
2013-04-25 17:17 ` Christoph Lameter
2013-04-27 8:20 ` Will Huck
2013-04-29 14:49 ` Christoph Lameter
2013-05-01 3:13 ` Will Huck
2013-05-02 15:10 ` Christoph Lameter
2013-05-09 13:17 ` Will Huck
2013-05-09 14:00 ` Christoph Lameter
2013-05-10 0:42 ` Will Huck
2013-05-10 16:00 ` Christoph Lameter
2013-04-25 18:24 ` Christoph Lameter
2013-04-26 6:24 ` Han Pingtian
2013-04-26 14:42 ` Christoph Lameter
2013-04-27 11:24 ` Han Pingtian
2013-04-29 14:50 ` Christoph Lameter
2013-04-29 14:57 ` Michal Hocko
2013-05-02 10:56 ` Han Pingtian
2013-05-02 15:10 ` Christoph Lameter
2013-05-03 3:03 ` Han Pingtian
2013-05-03 15:25 ` Christoph Lameter
2013-05-03 15:34 ` Michal Hocko
2013-05-03 16:16 ` Christoph Lameter
2013-12-27 10:39 ` Wanpeng Li
2014-01-06 13:15 ` Wanpeng Li
[not found] ` <52caac5c.27cb440a.533d.ffffbbd2SMTPIN_ADDED_BROKEN@mx.google.com>
2014-01-21 22:12 ` David Rientjes
2014-01-22 23:45 ` Wanpeng Li
2013-04-25 5:41 ` Han Pingtian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).