linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* OOM-killer and strange RSS value in 3.9-rc7
@ 2013-04-16 11:00 Han Pingtian
  2013-04-16 20:16 ` David Rientjes
  0 siblings, 1 reply; 40+ messages in thread
From: Han Pingtian @ 2013-04-16 11:00 UTC (permalink / raw)
  To: linux-kernel

Hi list,

On a power7 system, we have installed 3.9-rc7 and crash 6.1.6. If I run
something like "make -j 64" to compile linux kernel from source, sooner
or latter, oom-killer will be triggered. Before that, when I trying to
analyse the live system with crash, some processes' %MEM and RSS looks
too big:

========================================

GNU gdb (GDB) 7.3.1
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "powerpc64-unknown-linux-gnu"...

crash: read error: kernel virtual address: c00000000074ee38  type: "cpu_possible_mask"

crash: this kernel may be configured with CONFIG_STRICT_DEVMEM, which
       renders /dev/mem unusable as a live memory source.

crash: trying /proc/kcore as an alternative to /dev/mem

      KERNEL: /boot/vmlinux-3.9.0-rc7
    DUMPFILE: /proc/kcore
        CPUS: 80
        DATE: Tue Apr 16 05:51:11 2013
      UPTIME: 00:44:42             
LOAD AVERAGE: 0.15, 0.53, 3.43
       TASKS: 876
    NODENAME: riblp3.upt.austin.ibm.com
     RELEASE: 3.9.0-rc7
     VERSION: #1 SMP Tue Apr 16 03:14:32 CDT 2013
     MACHINE: ppc64  (unknown Mhz)
      MEMORY: 4 GB
         PID: 9086
     COMMAND: "crash"
        TASK: c0000000c3640000  [THREAD_INFO: c0000000d7900000]
         CPU: 52
       STATE: TASK_RUNNING (ACTIVE)

crash> ps -u rpc.idmapd           
   PID    PPID  CPU       TASK        ST  %MEM     VSZ    RSS  COMM
   1823      1   1  c0000000a66c0000  IN  281474976710656.0    5312 18014398509480192  rpc.idmapd
crash> 

========================================

I'd like to ask if this a problem of the kernel or crash. 

Thanks in advance.


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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-16 11:00 OOM-killer and strange RSS value in 3.9-rc7 Han Pingtian
@ 2013-04-16 20:16 ` David Rientjes
  2013-04-17  8:46   ` Han Pingtian
  2013-04-17  9:47   ` Han Pingtian
  0 siblings, 2 replies; 40+ messages in thread
From: David Rientjes @ 2013-04-16 20:16 UTC (permalink / raw)
  To: linux-kernel

On Tue, 16 Apr 2013, Han Pingtian wrote:

> Hi list,
> 
> On a power7 system, we have installed 3.9-rc7 and crash 6.1.6. If I run
> something like "make -j 64" to compile linux kernel from source, sooner
> or latter, oom-killer will be triggered. Before that, when I trying to
> analyse the live system with crash, some processes' %MEM and RSS looks
> too big:
> 

Do you have the oom killer log from /var/log/messages with 
/proc/sys/vm/oom_dump_tasks enabled?  Have you tried to reproduce this 
issue with CONFIG_DEBUG_VM and CONFIG_DEBUG_PAGEALLOC enabled (you may 
even want to consider CONFIG_KMEMLEAK)?

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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-16 20:16 ` David Rientjes
@ 2013-04-17  8:46   ` Han Pingtian
  2013-04-21  0:49     ` Jiri Kosina
  2013-04-17  9:47   ` Han Pingtian
  1 sibling, 1 reply; 40+ messages in thread
From: Han Pingtian @ 2013-04-17  8:46 UTC (permalink / raw)
  To: linux-kernel

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

On Tue, Apr 16, 2013 at 01:16:42PM -0700, David Rientjes wrote:
> On Tue, 16 Apr 2013, Han Pingtian wrote:
> 
> > Hi list,
> > 
> > On a power7 system, we have installed 3.9-rc7 and crash 6.1.6. If I run
> > something like "make -j 64" to compile linux kernel from source, sooner
> > or latter, oom-killer will be triggered. Before that, when I trying to
> > analyse the live system with crash, some processes' %MEM and RSS looks
> > too big:
> > 
> 
> Do you have the oom killer log from /var/log/messages with 
> /proc/sys/vm/oom_dump_tasks enabled?  Have you tried to reproduce this 
> issue with CONFIG_DEBUG_VM and CONFIG_DEBUG_PAGEALLOC enabled (you may 
> even want to consider CONFIG_KMEMLEAK)?

I have enabled CONFIG_KMEMLEAK and recompiled kernel. This is the
/sys/kernel/debug/kmemleak after the reboot. Please have a look. Thanks.


[-- Attachment #2: kmemleak.txt.xz --]
[-- Type: application/x-xz, Size: 25820 bytes --]

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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-16 20:16 ` David Rientjes
  2013-04-17  8:46   ` Han Pingtian
@ 2013-04-17  9:47   ` Han Pingtian
  2013-04-17 14:19     ` Michal Hocko
  1 sibling, 1 reply; 40+ messages in thread
From: Han Pingtian @ 2013-04-17  9:47 UTC (permalink / raw)
  To: linux-kernel

On Tue, Apr 16, 2013 at 01:16:42PM -0700, David Rientjes wrote:
> On Tue, 16 Apr 2013, Han Pingtian wrote:
> 
> > Hi list,
> > 
> > On a power7 system, we have installed 3.9-rc7 and crash 6.1.6. If I run
> > something like "make -j 64" to compile linux kernel from source, sooner
> > or latter, oom-killer will be triggered. Before that, when I trying to
> > analyse the live system with crash, some processes' %MEM and RSS looks
> > too big:
> > 
> 
> Do you have the oom killer log from /var/log/messages with 
> /proc/sys/vm/oom_dump_tasks enabled?  Have you tried to reproduce this 
> issue with CONFIG_DEBUG_VM and CONFIG_DEBUG_PAGEALLOC enabled (you may 
> even want to consider CONFIG_KMEMLEAK)?
> 
I also enabled CONFIG_DEBUG_PAGEALLOC and oom_dump_tasks is actived.
This is part of the oom killer log:


[root@riblp3 ~]# [ 5233.949303] systemd-journal invoked oom-killer: gfp_mask=0x201da, order=0, oom_score_adj=0
[ 5233.949322] systemd-journal cpuset=/ mems_allowed=1
[ 5233.949326] Call Trace:
[ 5233.949334] [c0000000909832d0] [c0000000000151b8] .show_stack+0x78/0x1e0 (unreliable)
[ 5233.949343] [c0000000909833a0] [c0000000007132b0] .dump_header+0xb4/0x224
[ 5233.949349] [c000000090983470] [c000000000184ec8] .oom_kill_process+0x378/0x530
[ 5233.949354] [c000000090983560] [c0000000001858d8] .out_of_memory+0x528/0x560
[ 5233.949359] [c000000090983640] [c00000000018b84c] .__alloc_pages_nodemask+0x9dc/0xa10
[ 5233.949365] [c0000000909837f0] [c0000000001d69e8] .alloc_pages_current+0xb8/0x1b0
[ 5233.949369] [c000000090983890] [c000000000181078] .__page_cache_alloc+0x108/0x150
[ 5233.949374] [c000000090983920] [c000000000183520] .filemap_fault+0x250/0x500
[ 5233.949379] [c000000090983a00] [c0000000001ae56c] .__do_fault+0xbc/0x780
[ 5233.949384] [c000000090983b00] [c0000000001b25ec] .handle_pte_fault+0xbc/0xc20
[ 5233.949388] [c000000090983c00] [c000000000708690] .do_page_fault+0x440/0x880
[ 5233.949393] [c000000090983e30] [c000000000009268] handle_page_fault+0x10/0x30
[ 5233.949397] Mem-Info:
[ 5233.949399] Node 1 DMA per-cpu:
[ 5233.949402] CPU    0: hi:    6, btch:   1 usd:   0
[ 5233.949406] CPU    1: hi:    6, btch:   1 usd:   0
[ 5233.949409] CPU    2: hi:    6, btch:   1 usd:   0
[ 5233.949411] CPU    3: hi:    6, btch:   1 usd:   0
[ 5233.949414] CPU    4: hi:    6, btch:   1 usd:   0
[ 5233.949417] CPU    5: hi:    6, btch:   1 usd:   0
[ 5233.949420] CPU    6: hi:    6, btch:   1 usd:   0
[ 5233.949423] CPU    7: hi:    6, btch:   1 usd:   0
[ 5233.949426] CPU    8: hi:    6, btch:   1 usd:   0
[ 5233.949429] CPU    9: hi:    6, btch:   1 usd:   0
[ 5233.949432] CPU   10: hi:    6, btch:   1 usd:   0
[ 5233.949435] CPU   11: hi:    6, btch:   1 usd:   0
[ 5233.949438] CPU   12: hi:    6, btch:   1 usd:   0
[ 5233.949441] CPU   13: hi:    6, btch:   1 usd:   0
[ 5233.949444] CPU   14: hi:    6, btch:   1 usd:   0
[ 5233.949447] CPU   15: hi:    6, btch:   1 usd:   0
[ 5233.949450] CPU   16: hi:    6, btch:   1 usd:   0
[ 5233.949452] CPU   17: hi:    6, btch:   1 usd:   0
[ 5233.949455] CPU   18: hi:    6, btch:   1 usd:   0
[ 5233.949458] CPU   19: hi:    6, btch:   1 usd:   0
[ 5233.949461] CPU   20: hi:    6, btch:   1 usd:   0
[ 5233.949464] CPU   21: hi:    6, btch:   1 usd:   0
[ 5233.949467] CPU   22: hi:    6, btch:   1 usd:   0
[ 5233.949470] CPU   23: hi:    6, btch:   1 usd:   0
[ 5233.949473] CPU   24: hi:    6, btch:   1 usd:   0
[ 5233.949476] CPU   25: hi:    6, btch:   1 usd:   0
[ 5233.949478] CPU   26: hi:    6, btch:   1 usd:   0
[ 5233.949481] CPU   27: hi:    6, btch:   1 usd:   0
[ 5233.949484] CPU   28: hi:    6, btch:   1 usd:   0
[ 5233.949487] CPU   29: hi:    6, btch:   1 usd:   0
[ 5233.949490] CPU   30: hi:    6, btch:   1 usd:   0
[ 5233.949493] CPU   31: hi:    6, btch:   1 usd:   0
[ 5233.949496] CPU   32: hi:    6, btch:   1 usd:   0
[ 5233.949499] CPU   33: hi:    6, btch:   1 usd:   0
[ 5233.949502] CPU   34: hi:    6, btch:   1 usd:   0
[ 5233.949504] CPU   35: hi:    6, btch:   1 usd:   0
[ 5233.949507] CPU   36: hi:    6, btch:   1 usd:   0
[ 5233.949510] CPU   37: hi:    6, btch:   1 usd:   0
[ 5233.949513] CPU   38: hi:    6, btch:   1 usd:   0
[ 5233.949516] CPU   39: hi:    6, btch:   1 usd:   0
[ 5233.949519] CPU   40: hi:    6, btch:   1 usd:   0
[ 5233.949564] CPU   41: hi:    6, btch:   1 usd:   0
[ 5233.949567] CPU   42: hi:    6, btch:   1 usd:   0
[ 5233.949570] CPU   43: hi:    6, btch:   1 usd:   0
[ 5233.949573] CPU   44: hi:    6, btch:   1 usd:   0
[ 5233.949576] CPU   45: hi:    6, btch:   1 usd:   0
[ 5233.949579] CPU   46: hi:    6, btch:   1 usd:   0
[ 5233.949582] CPU   47: hi:    6, btch:   1 usd:   0
[ 5233.949586] CPU   48: hi:    6, btch:   1 usd:   0
[ 5233.949589] CPU   49: hi:    6, btch:   1 usd:   0
[ 5233.949592] CPU   50: hi:    6, btch:   1 usd:   0
[ 5233.949596] CPU   51: hi:    6, btch:   1 usd:   0
[ 5233.949599] CPU   52: hi:    6, btch:   1 usd:   0
[ 5233.949602] CPU   53: hi:    6, btch:   1 usd:   0
[ 5233.949606] CPU   54: hi:    6, btch:   1 usd:   0
[ 5233.949610] CPU   55: hi:    6, btch:   1 usd:   0
[ 5233.949613] CPU   56: hi:    6, btch:   1 usd:   0
[ 5233.949616] CPU   57: hi:    6, btch:   1 usd:   0
[ 5233.949619] CPU   58: hi:    6, btch:   1 usd:   0
[ 5233.949622] CPU   59: hi:    6, btch:   1 usd:   0
[ 5233.949633] CPU   60: hi:    6, btch:   1 usd:   0
[ 5233.949636] CPU   61: hi:    6, btch:   1 usd:   0
[ 5233.949639] CPU   62: hi:    6, btch:   1 usd:   0
[ 5233.949642] CPU   63: hi:    6, btch:   1 usd:   0
[ 5233.949647] CPU   64: hi:    6, btch:   1 usd:   0
[ 5233.949650] CPU   65: hi:    6, btch:   1 usd:   0
[ 5233.949654] CPU   66: hi:    6, btch:   1 usd:   0
[ 5233.949657] CPU   67: hi:    6, btch:   1 usd:   0
[ 5233.949660] CPU   68: hi:    6, btch:   1 usd:   0
[ 5233.949663] CPU   69: hi:    6, btch:   1 usd:   0
[ 5233.949666] CPU   70: hi:    6, btch:   1 usd:   0
[ 5233.949670] CPU   71: hi:    6, btch:   1 usd:   0
[ 5233.949673] CPU   72: hi:    6, btch:   1 usd:   0
[ 5233.949676] CPU   73: hi:    6, btch:   1 usd:   0
[ 5233.949680] CPU   74: hi:    6, btch:   1 usd:   0
[ 5233.949683] CPU   75: hi:    6, btch:   1 usd:   0
[ 5233.949687] CPU   76: hi:    6, btch:   1 usd:   0
[ 5233.949690] CPU   77: hi:    6, btch:   1 usd:   0
[ 5233.949694] CPU   78: hi:    6, btch:   1 usd:   0
[ 5233.949697] CPU   79: hi:    6, btch:   1 usd:   0
[ 5233.949702] active_anon:0 inactive_anon:56 isolated_anon:0
[ 5233.949702]  active_file:35 inactive_file:9 isolated_file:0
[ 5233.949702]  unevictable:0 dirty:1 writeback:7 unstable:0
[ 5233.949702]  free:62 slab_reclaimable:1664 slab_unreclaimable:57109
[ 5233.949702]  mapped:0 shmem:1 pagetables:289 bounce:0
[ 5233.949702]  free_cma:0
[ 5233.949714] Node 1 DMA free:3968kB min:7808kB low:9728kB high:11712kB active_anon:0kB inactive_anon:3584kB active_file:2240kB inactive_file:576kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:4194304kB managed:3854464kB mlocked:0kB dirty:64kB writeback:448kB mapped:0kB shmem:64kB slab_reclaimable:106496kB slab_unreclaimable:3654976kB kernel_stack:14912kB pagetables:18496kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:531 all_unreclaimable? yes
[ 5233.949731] lowmem_reserve[]: 0 0 0
[ 5233.949736] Node 1 DMA: 158*64kB (MR) 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB 0*8192kB 0*16384kB = 10112kB
[ 5233.949748] 140 total pagecache pages
[ 5233.949752] 48 pages in swap cache
[ 5233.949755] Swap cache stats: add 344091, delete 344043, find 186543/226974
[ 5233.949758] Free swap  = 3891840kB
[ 5233.949760] Total swap = 4128704kB
[ 5233.950850] 65536 pages RAM
[ 5233.950857] 4923 pages reserved
[ 5233.950859] 131794 pages shared
[ 5233.950861] 60324 pages non-shared
[ 5233.950863] [ pid ]   uid  tgid total_vm      rss nr_ptes swapents oom_score_adj name
[ 5233.950958] [  805]     0   805      218        2       4       49         -1000 systemd-udevd
[ 5233.950965] [  826]     0   826      477        0       4       51             0 systemd-journal
[ 5233.950977] [ 1283]     0  1283      278        0       4       77         -1000 auditd
[ 5233.950983] [ 1303]     0  1303     2263        0       5      303             0 firewalld
[ 5233.950987] [ 1304]     0  1304     1826        2       5       27             0 abrtd
[ 5233.950994] [ 1327]     0  1327     3578        0       4       53             0 rsyslogd
[ 5233.950998] [ 1333]     0  1333       85        0       5       16             0 rtas_errd
[ 5233.951003] [ 1336]     0  1336      107        0       5       18             0 irqbalance
[ 5233.951008] [ 1338]     0  1338     1784        0       4       38             0 smartd
[ 5233.951012] [ 1339]     0  1339      118        2       4       38             0 systemd-logind
[ 5233.951017] [ 1340]    81  1340       98        1       6       22          -900 dbus-daemon
[ 5233.951022] [ 1348]   998  1348       95        0       4       33             0 chronyd
[ 5233.951027] [ 1353]     0  1353     4434        0       6       71             0 NetworkManager
[ 5233.951032] [ 1364]   999  1364     3652        0       5       80             0 polkitd
[ 5233.951037] [ 1635]     0  1635      505        2       5      272             0 dhclient
[ 5233.951041] [ 1646]     0  1646     1737        0       6       21             0 rhsmcertd
[ 5233.951046] [ 1686]    32  1686       74        0       4       31             0 rpcbind
[ 5233.951051] [ 1690]     0  1690      117        1       4       32             0 xinetd
[ 5233.951056] [ 1695]     0  1695      292        0       4       88         -1000 sshd
[ 5233.951061] [ 1722]     0  1722       75        0       4       22             0 rpc.rstatd
[ 5233.951066] [ 1730]    29  1730       85        2       4       32             0 rpc.statd
[ 5233.951071] [ 1769]     0  1769       83        0       4       28             0 rpc.idmapd
[ 5233.951076] [ 1775]     0  1775     1715        0       4       16             0 rpc.rquotad
[ 5233.951081] [ 1785]     0  1785     2772        1       7      131             0 smbd
[ 5233.951086] [ 1793]     0  1793       94        0       4       36             0 rpc.mountd
[ 5233.951090] [ 1817]     0  1817     2772        0       7      138             0 smbd
[ 5233.951095] [ 1860]     0  1860      404        0       4      107             0 master
[ 5233.951100] [ 1861]    89  1861      406        0       4      100             0 pickup
[ 5233.951104] [ 1862]    89  1862      407        0       4      100             0 qmgr
[ 5233.951109] [ 1934]     0  1934     1751        0       5       39             0 crond
[ 5233.951114] [ 1936]     0  1936       87        0       4       38             0 atd
[ 5233.951119] [ 1984]     0  1984     1845        2       8       79             0 login
[ 5233.951123] [ 2002]     0  2002     1707        1       6       10             0 agetty
[ 5233.951128] [ 2009]     0  2009     9275        0       8      121             0 STAFProc
[ 5233.951132] [ 2013]     0  2013       52        0       4       11             0 iprinit
[ 5233.951137] [ 2014]     0  2014       52        0       4       24             0 iprupdate
[ 5233.951142] [ 2019]     0  2019       61        0       3       21             0 sendStatus
[ 5233.951146] [ 2036]     0  2036      561        0       3       15             0 iprdump
[ 5233.951152] [ 2171]     0  2171   125132        0      34     1026             0 java
[ 5233.951157] [ 2327]     0  2327     1735        0       6       16             0 report_results
[ 5233.951162] [ 2395]     0  2395      407        0       5      135             0 sshd
[ 5233.951166] [ 2397] 10001  2397      410        0       5      140             0 sshd
[ 5233.951171] [ 2398] 10001  2398     1819        5       7       64             0 zsh
[ 5233.951178] [ 5626]     0  5626     1736        6       7       11             0 bash
[ 5233.951186] [12472]     0 12472     1704        0       6        9             0 sleep
[ 5233.951193] [13808] 10001 13808     1802        5       7       48             0 zsh
[ 5233.951197] [13828]     0 13828     1889        2       4       85             0 sudo
[ 5233.951202] [13829]     0 13829     1779        9       5       22             0 reboot
[ 5233.951207] [13830]     0 13830       77        1       4       22             0 systemd-tty-ask
[ 5233.951212] [13831]     0 13831       37        0       4        9             0 swapoff
[ 5233.951216] [13832]     0 13832       71        0       5       11             0 iprdump
[ 5233.951221] [13833]     0 13833       71        0       5       11             0 iprupdate
[ 5233.951226] [13834]     0 13834       71        0       5        9             0 abrt-install-cc
[ 5233.951234] [13835]     0 13835       66        0       3       13             0 systemd-cgroups
[ 5233.951239] [13836]     0 13836      197        0       4       93             0 (tas_errd)


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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-17  9:47   ` Han Pingtian
@ 2013-04-17 14:19     ` Michal Hocko
  2013-04-18 10:15       ` Han Pingtian
  0 siblings, 1 reply; 40+ messages in thread
From: Michal Hocko @ 2013-04-17 14:19 UTC (permalink / raw)
  To: Han Pingtian; +Cc: linux-kernel, David Rientjes

On Wed 17-04-13 17:47:50, Han Pingtian wrote:
> [ 5233.949714] Node 1 DMA free:3968kB min:7808kB low:9728kB high:11712kB active_anon:0kB inactive_anon:3584kB active_file:2240kB inactive_file:576kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:4194304kB managed:3854464kB mlocked:0kB dirty:64kB writeback:448kB mapped:0kB shmem:64kB slab_reclaimable:106496kB slab_unreclaimable:3654976kB kernel_stack:14912kB pagetables:18496kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:531 all_unreclaimable? yes

This smells either like a slab backed memory leak or something went
crazy and allocate huge amount of slab. You have 3.6G (or of 4G
available) of slab_unreclaimable. I would check /proc/slabinfo for which
cache consumes that huge amount of memory.
-- 
Michal Hocko
SUSE Labs

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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-17 14:19     ` Michal Hocko
@ 2013-04-18 10:15       ` Han Pingtian
  2013-04-18 14:17         ` Michal Hocko
  0 siblings, 1 reply; 40+ messages in thread
From: Han Pingtian @ 2013-04-18 10:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: rientjes, mhocko

On Wed, Apr 17, 2013 at 07:19:09AM -0700, Michal Hocko wrote:
> On Wed 17-04-13 17:47:50, Han Pingtian wrote:
> > [ 5233.949714] Node 1 DMA free:3968kB min:7808kB low:9728kB high:11712kB active_anon:0kB inactive_anon:3584kB active_file:2240kB inactive_file:576kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:4194304kB managed:3854464kB mlocked:0kB dirty:64kB writeback:448kB mapped:0kB shmem:64kB slab_reclaimable:106496kB slab_unreclaimable:3654976kB kernel_stack:14912kB pagetables:18496kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:531 all_unreclaimable? yes
> 
> This smells either like a slab backed memory leak or something went
> crazy and allocate huge amount of slab. You have 3.6G (or of 4G
> available) of slab_unreclaimable. I would check /proc/slabinfo for which
> cache consumes that huge amount of memory.

Thanks your reply. But I cannot find any clues in the slabinfo:


[root@riblp3 ~]# cat /proc/slabinfo
slabinfo - version: 2.1
# name            <active_objs> <num_objs> <objsize> <objperslab> <pagesperslab> : tunables <limit> <batchcount> <sharedfactor> : slabdata <active_slabs> <num_slabs> <sharedavail>
nfs_direct_cache       0      0    208  315    1 : tunables    0    0    0 : slabdata      0      0      0
nfs_inode_cache      320    320   1024   64    1 : tunables    0    0    0 : slabdata      5      5      0
fscache_cookie_jar   2457   2457     80  819    1 : tunables    0    0    0 : slabdata      3      3      0
nf_conntrack_c00000000108d000  11550  11550    312  210    1 : tunables    0    0    0 : slabdata     55     55      0
nfsd4_delegations      0      0    368  178    1 : tunables    0    0    0 : slabdata      0      0      0
nfsd4_openowners       0      0    392  167    1 : tunables    0    0    0 : slabdata      0      0      0
rpc_inode_cache      510    510    640  102    1 : tunables    0    0    0 : slabdata      5      5      0
xfs_dquot              0      0    456  143    1 : tunables    0    0    0 : slabdata      0      0      0
xfs_ili            30952  30952    224  292    1 : tunables    0    0    0 : slabdata    106    106      0
xfs_inode          31719  33142    896   73    1 : tunables    0    0    0 : slabdata    454    454      0
xfs_efd_item       15974  16789    400  163    1 : tunables    0    0    0 : slabdata    103    103      0
xfs_trans          18720  18720    280  234    1 : tunables    0    0    0 : slabdata     80     80      0
xfs_da_state       10720  10720    488  134    1 : tunables    0    0    0 : slabdata     80     80      0
xfs_btree_cur      25200  25200    208  315    1 : tunables    0    0    0 : slabdata     80     80      0
scsi_tgt_cmd           0      0     80  819    1 : tunables    0    0    0 : slabdata      0      0      0
kcopyd_job             0      0   3240   40    2 : tunables    0    0    0 : slabdata      0      0      0
dm_uevent              0      0   2608   50    2 : tunables    0    0    0 : slabdata      0      0      0
dm_rq_target_io        0      0    416  157    1 : tunables    0    0    0 : slabdata      0      0      0
UDPLITEv6              0      0   1152   56    1 : tunables    0    0    0 : slabdata      0      0      0
UDPv6                616    616   1152   56    1 : tunables    0    0    0 : slabdata     11     11      0
tw_sock_TCPv6          0      0    256  256    1 : tunables    0    0    0 : slabdata      0      0      0
TCPv6                680    680   1920   34    1 : tunables    0    0    0 : slabdata     20     20      0
bsg_cmd                0      0    312  210    1 : tunables    0    0    0 : slabdata      0      0      0
mqueue_inode_cache     73     73    896   73    1 : tunables    0    0    0 : slabdata      1      1      0
isofs_inode_cache      0      0    608  107    1 : tunables    0    0    0 : slabdata      0      0      0
hugetlbfs_inode_cache    226    226    576  113    1 : tunables    0    0    0 : slabdata      2      2      0
jbd2_journal_head      0      0    112  585    1 : tunables    0    0    0 : slabdata      0      0      0
jbd2_revoke_record_s      0      0     32 2048    1 : tunables    0    0    0 : slabdata      0      0      0
ext4_inode_cache       0      0    952   68    1 : tunables    0    0    0 : slabdata      0      0      0
ext4_xattr             0      0     88  744    1 : tunables    0    0    0 : slabdata      0      0      0
ext4_free_data         0      0     64 1024    1 : tunables    0    0    0 : slabdata      0      0      0
ext4_allocation_context      0      0    136  481    1 : tunables    0    0    0 : slabdata      0      0      0
ext4_system_zone  131040 131040     40 1638    1 : tunables    0    0    0 : slabdata     80     80      0
ext4_io_end            0      0   1088   60    1 : tunables    0    0    0 : slabdata      0      0      0
ext4_io_page           0      0     16 4096    1 : tunables    0    0    0 : slabdata      0      0      0
ext4_extent_status      0      0     40 1638    1 : tunables    0    0    0 : slabdata      0      0      0
configfs_dir_cache      0      0     88  744    1 : tunables    0    0    0 : slabdata      0      0      0
dquot                  0      0    256  256    1 : tunables    0    0    0 : slabdata      0      0      0
dio                  918   1020    640  102    1 : tunables    0    0    0 : slabdata     10     10      0
pid_namespace          0      0    248  264    1 : tunables    0    0    0 : slabdata      0      0      0
posix_timers_cache  22560  22560    232  282    1 : tunables    0    0    0 : slabdata     80     80      0
rtas_flash_cache       0      0   8192   32    4 : tunables    0    0    0 : slabdata      0      0      0
UDP-Lite               0      0    896   73    1 : tunables    0    0    0 : slabdata      0      0      0
ip_fib_trie         3510   3510     56 1170    1 : tunables    0    0    0 : slabdata      3      3      0
RAW                 5840   5840    896   73    1 : tunables    0    0    0 : slabdata     80     80      0
UDP                 3504   3504    896   73    1 : tunables    0    0    0 : slabdata     48     48      0
tw_sock_TCP          256    256    256  256    1 : tunables    0    0    0 : slabdata      1      1      0
TCP                 1260   1260   1792   36    1 : tunables    0    0    0 : slabdata     35     35      0
blkdev_queue         352    352   2024   32    1 : tunables    0    0    0 : slabdata     11     11      0
blkdev_requests    13920  13920    376  174    1 : tunables    0    0    0 : slabdata     80     80      0
blkdev_ioc         50400  50400    104  630    1 : tunables    0    0    0 : slabdata     80     80      0
fsnotify_event_holder 212940 212940     24 2730    1 : tunables    0    0    0 : slabdata     78     78      0
fsnotify_event     43680  43680    120  546    1 : tunables    0    0    0 : slabdata     80     80      0
bip-256               62     62   4224   62    4 : tunables    0    0    0 : slabdata      1      1      0
bip-128                0      0   2176   60    2 : tunables    0    0    0 : slabdata      0      0      0
bip-16             23970  24820    384  170    1 : tunables    0    0    0 : slabdata    146    146      0
sock_inode_cache    8364   8364    640  102    1 : tunables    0    0    0 : slabdata     82     82      0
net_namespace          0      0   4736   55    4 : tunables    0    0    0 : slabdata      0      0      0
shmem_inode_cache   6969   6969    648  101    1 : tunables    0    0    0 : slabdata     69     69      0
taskstats            995    995    328  199    1 : tunables    0    0    0 : slabdata      5      5      0
proc_inode_cache   24047  24570    624  105    1 : tunables    0    0    0 : slabdata    234    234      0
sigqueue           32720  32720    160  409    1 : tunables    0    0    0 : slabdata     80     80      0
bdev_cache           949    949    896   73    1 : tunables    0    0    0 : slabdata     13     13      0
sysfs_dir_cache    63765  63765    112  585    1 : tunables    0    0    0 : slabdata    109    109      0
inode_cache        33350  34047    560  117    1 : tunables    0    0    0 : slabdata    291    291      0
dentry            185915 187550    192  341    1 : tunables    0    0    0 : slabdata    550    550      0
buffer_head        60480  60480    104  630    1 : tunables    0    0    0 : slabdata     96     96      0
vm_area_struct     88644  88644    184  356    1 : tunables    0    0    0 : slabdata    249    249      0
files_cache         6885   6885    768   85    1 : tunables    0    0    0 : slabdata     81     81      0
signal_cache        5376   5376   1152   56    1 : tunables    0    0    0 : slabdata     96     96      0
sighand_cache       5460   5460   2176   60    2 : tunables    0    0    0 : slabdata     91     91      0
task_struct         3873  34510   6992   37    4 : tunables    0    0    0 : slabdata    938    938      0
anon_vma           82944  82944     64 1024    1 : tunables    0    0    0 : slabdata     81     81      0
shared_policy_node   5460   5460     48 1365    1 : tunables    0    0    0 : slabdata      4      4      0
numa_policy        80080  80080     72  910    1 : tunables    0    0    0 : slabdata     88     88      0
kmemleak_scan_area  49152  49152     32 2048    1 : tunables    0    0    0 : slabdata     24     24      0
kmemleak_object   311396 370875    304  215    1 : tunables    0    0    0 : slabdata   1725   1725      0
radix_tree_node    16330  16330    568  115    1 : tunables    0    0    0 : slabdata    142    142      0
idr_layer_cache     5890   5890   2112   62    2 : tunables    0    0    0 : slabdata     95     95      0
pgtable-2^12        1647   1728  65536    8    8 : tunables    0    0    0 : slabdata    223    223      0
pgtable-2^6         5120   5120   1024   64    1 : tunables    0    0    0 : slabdata     80     80      0
dma-kmalloc-131072      0      0 131072    4    8 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-65536      0      0  65536    8    8 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-32768      0      0  32768   16    8 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-16384      0      0  16384   32    8 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-8192       0      0   8192   32    4 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-4096       0      0   4096   32    2 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-2048       0      0   2048   32    1 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-1024       0      0   1024   64    1 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-512        0      0    512  128    1 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-256        0      0    256  256    1 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-128        0      0    128  512    1 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-64         0      0     64 1024    1 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-32         0      0     32 2048    1 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-16         0      0     16 4096    1 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-8          0      0      8 8192    1 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-192        0      0    192  341    1 : tunables    0    0    0 : slabdata      0      0      0
dma-kmalloc-96         0      0     96  682    1 : tunables    0    0    0 : slabdata      0      0      0
kmalloc-131072         0      0 131072    4    8 : tunables    0    0    0 : slabdata      0      0      0
kmalloc-65536        640    640  65536    8    8 : tunables    0    0    0 : slabdata     80     80      0
kmalloc-32768       1104   4208  32768   16    8 : tunables    0    0    0 : slabdata    263    263      0
kmalloc-16384       3352  31532  16384   32    8 : tunables    0    0    0 : slabdata   1016   1016      0
kmalloc-8192        7243  14912   8192   32    4 : tunables    0    0    0 : slabdata    466    466      0
kmalloc-4096        5348   5536   4096   32    2 : tunables    0    0    0 : slabdata    173    173      0
kmalloc-2048        8456 149632   2048   32    1 : tunables    0    0    0 : slabdata   4676   4676      0
kmalloc-1024        7110  22528   1024   64    1 : tunables    0    0    0 : slabdata    352    352      0
kmalloc-512        33616 2396160    512  128    1 : tunables    0    0    0 : slabdata  18720  18720      0
kmalloc-256        86175  87040    256  256    1 : tunables    0    0    0 : slabdata    340    340      0
kmalloc-128        76207 256000    128  512    1 : tunables    0    0    0 : slabdata    500    500      0
kmalloc-64        173062 178176     64 1024    1 : tunables    0    0    0 : slabdata    174    174      0
kmalloc-32        172105 182272     32 2048    1 : tunables    0    0    0 : slabdata     89     89      0
kmalloc-16        596238 1064960     16 4096    1 : tunables    0    0    0 : slabdata    260    260      0
kmalloc-8         655360 655360      8 8192    1 : tunables    0    0    0 : slabdata     80     80      0
kmalloc-192        54183 160270    192  341    1 : tunables    0    0    0 : slabdata    470    470      0
kmalloc-96         90988 3204718     96  682    1 : tunables    0    0    0 : slabdata   4699   4699      0
kmem_cache_node     8192   8192     64 1024    1 : tunables    0    0    0 : slabdata      8      8      0
kmem_cache           504    504   2304   56    2 : tunables    0    0    0 : slabdata      9      9      0
[root@riblp3 ~]#


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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-18 10:15       ` Han Pingtian
@ 2013-04-18 14:17         ` Michal Hocko
  2013-04-18 16:55           ` Han Pingtian
  0 siblings, 1 reply; 40+ messages in thread
From: Michal Hocko @ 2013-04-18 14:17 UTC (permalink / raw)
  To: Han Pingtian; +Cc: linux-kernel, rientjes

On Thu 18-04-13 18:15:41, Han Pingtian wrote:
> On Wed, Apr 17, 2013 at 07:19:09AM -0700, Michal Hocko wrote:
> > On Wed 17-04-13 17:47:50, Han Pingtian wrote:
> > > [ 5233.949714] Node 1 DMA free:3968kB min:7808kB low:9728kB high:11712kB active_anon:0kB inactive_anon:3584kB active_file:2240kB inactive_file:576kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:4194304kB managed:3854464kB mlocked:0kB dirty:64kB writeback:448kB mapped:0kB shmem:64kB slab_reclaimable:106496kB slab_unreclaimable:3654976kB kernel_stack:14912kB pagetables:18496kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:531 all_unreclaimable? yes
> > 
> > This smells either like a slab backed memory leak or something went
> > crazy and allocate huge amount of slab. You have 3.6G (or of 4G
> > available) of slab_unreclaimable. I would check /proc/slabinfo for which
> > cache consumes that huge amount of memory.
> 
> Thanks your reply. But I cannot find any clues in the slabinfo:

awk '{val=$3*$4; printf "%s %d\n", $1, val}' /proc/slabinfo | sort -k2 -n
says:
[...]
kmalloc-65536 41943040
kmemleak_object 112746000
pgtable-2^12 113246208
kmalloc-8192 122159104
kmalloc-32768 137887744
task_struct 241293920
kmalloc-2048 306446336
kmalloc-96 307652928
kmalloc-16384 516620288

Hmm, how many processes you have running? Having 240M in task_structs
sounds quite excessive. Also there seem to be quite a lot of memory used
in the generic 16K, 96B and 2K caches. Core kernel usually do not use
those on its own so I would be inclined to suspect some driver.
-- 
Michal Hocko
SUSE Labs

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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-18 14:17         ` Michal Hocko
@ 2013-04-18 16:55           ` Han Pingtian
  2013-04-18 17:55             ` Michal Hocko
  0 siblings, 1 reply; 40+ messages in thread
From: Han Pingtian @ 2013-04-18 16:55 UTC (permalink / raw)
  To: linux-kernel, mhocko; +Cc: rientjes

On Thu, Apr 18, 2013 at 07:17:36AM -0700, Michal Hocko wrote:
> On Thu 18-04-13 18:15:41, Han Pingtian wrote:
> > On Wed, Apr 17, 2013 at 07:19:09AM -0700, Michal Hocko wrote:
> > > On Wed 17-04-13 17:47:50, Han Pingtian wrote:
> > > > [ 5233.949714] Node 1 DMA free:3968kB min:7808kB low:9728kB high:11712kB active_anon:0kB inactive_anon:3584kB active_file:2240kB inactive_file:576kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:4194304kB managed:3854464kB mlocked:0kB dirty:64kB writeback:448kB mapped:0kB shmem:64kB slab_reclaimable:106496kB slab_unreclaimable:3654976kB kernel_stack:14912kB pagetables:18496kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:531 all_unreclaimable? yes
> > > 
> > > This smells either like a slab backed memory leak or something went
> > > crazy and allocate huge amount of slab. You have 3.6G (or of 4G
> > > available) of slab_unreclaimable. I would check /proc/slabinfo for which
> > > cache consumes that huge amount of memory.
> > 
> > Thanks your reply. But I cannot find any clues in the slabinfo:
> 
> awk '{val=$3*$4; printf "%s %d\n", $1, val}' /proc/slabinfo | sort -k2 -n
> says:
> [...]
> kmalloc-65536 41943040
> kmemleak_object 112746000
> pgtable-2^12 113246208
> kmalloc-8192 122159104
> kmalloc-32768 137887744
> task_struct 241293920
> kmalloc-2048 306446336
> kmalloc-96 307652928
> kmalloc-16384 516620288
> 
Oh, I see. I only calculated "$2*$4" and got some small numbers. Thanks.
> Hmm, how many processes you have running? Having 240M in task_structs
> sounds quite excessive. Also there seem to be quite a lot of memory used
> in the generic 16K, 96B and 2K caches. Core kernel usually do not use
> those on its own so I would be inclined to suspect some driver.
There are 671 processes is running and most of them are kernel thread I
think:

    [root@riblp3 ~]# ps haux|wc -l
    671
    [root@riblp3 ~]# ps haux|awk '{print $11}'|grep '^\['|wc -l
    620
    [root@riblp3 ~]# 

And this is the outputs of  ps aux :

--------------------

USER        PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root          1  0.0  0.0  12608  2304 ?        Ss   02:43   0:05 /usr/lib/systemd/systemd --switched-root --system --deserialize 22
root          2  0.0  0.0      0     0 ?        S    02:43   0:00 [kthreadd]
root          3  0.0  0.0      0     0 ?        S    02:43   0:02 [ksoftirqd/0]
root          5  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/0:0H]
root          7  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/u:0H]
root          8  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/0]
root          9  0.0  0.0      0     0 ?        S    02:43   0:00 [rcu_bh]
root         10  0.2  0.0      0     0 ?        S    02:43   1:11 [rcu_sched]
root         11  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/0]
root         12  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/1]
root         13  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/1]
root         14  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/1]
root         15  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/1:0]
root         16  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/1:0H]
root         17  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/2]
root         18  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/2]
root         19  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/2]
root         21  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/2:0H]
root         22  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/3]
root         23  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/3]
root         24  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/3]
root         26  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/3:0H]
root         27  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/4]
root         28  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/4]
root         29  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/4]
root         31  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/4:0H]
root         32  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/5]
root         33  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/5]
root         34  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/5]
root         36  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/5:0H]
root         37  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/6]
root         38  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/6]
root         39  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/6]
root         41  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/6:0H]
root         42  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/7]
root         43  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/7]
root         44  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/7]
root         45  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/7:0]
root         46  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/7:0H]
root         47  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/8]
root         48  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/8]
root         49  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/8]
root         50  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/8:0]
root         51  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/8:0H]
root         52  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/9]
root         53  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/9]
root         54  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/9]
root         56  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/9:0H]
root         57  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/10]
root         58  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/10]
root         59  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/10]
root         60  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/10:0]
root         61  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/10:0H]
root         62  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/11]
root         63  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/11]
root         64  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/11]
root         65  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/11:0]
root         66  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/11:0H]
root         67  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/12]
root         68  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/12]
root         69  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/12]
root         70  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/12:0]
root         71  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/12:0H]
root         72  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/13]
root         73  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/13]
root         74  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/13]
root         75  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/13:0]
root         76  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/13:0H]
root         77  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/14]
root         78  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/14]
root         79  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/14]
root         80  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/14:0]
root         81  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/14:0H]
root         82  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/15]
root         83  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/15]
root         84  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/15]
root         85  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/15:0]
root         86  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/15:0H]
root         87  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/16]
root         88  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/16]
root         89  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/16]
root         90  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/16:0]
root         91  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/16:0H]
root         92  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/17]
root         93  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/17]
root         94  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/17]
root         95  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/17:0]
root         96  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/17:0H]
root         97  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/18]
root         98  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/18]
root         99  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/18]
root        100  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/18:0]
root        101  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/18:0H]
root        102  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/19]
root        103  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/19]
root        104  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/19]
root        105  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/19:0]
root        106  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/19:0H]
root        107  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/20]
root        108  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/20]
root        109  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/20]
root        110  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/20:0]
root        111  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/20:0H]
root        112  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/21]
root        113  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/21]
root        114  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/21]
root        115  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/21:0]
root        116  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/21:0H]
root        117  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/22]
root        118  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/22]
root        119  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/22]
root        120  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/22:0]
root        121  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/22:0H]
root        122  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/23]
root        123  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/23]
root        124  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/23]
root        125  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/23:0]
root        126  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/23:0H]
root        127  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/24]
root        128  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/24]
root        129  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/24]
root        131  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/24:0H]
root        132  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/25]
root        133  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/25]
root        134  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/25]
root        135  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/25:0]
root        136  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/25:0H]
root        137  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/26]
root        138  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/26]
root        139  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/26]
root        140  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/26:0]
root        141  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/26:0H]
root        142  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/27]
root        143  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/27]
root        144  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/27]
root        146  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/27:0H]
root        147  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/28]
root        148  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/28]
root        149  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/28]
root        150  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/28:0]
root        151  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/28:0H]
root        152  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/29]
root        153  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/29]
root        154  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/29]
root        155  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/29:0]
root        156  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/29:0H]
root        157  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/30]
root        158  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/30]
root        159  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/30]
root        160  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/30:0]
root        161  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/30:0H]
root        162  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/31]
root        163  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/31]
root        164  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/31]
root        166  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/31:0H]
root        167  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/32]
root        168  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/32]
root        169  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/32]
root        170  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/32:0]
root        171  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/32:0H]
root        172  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/33]
root        173  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/33]
root        174  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/33]
root        176  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/33:0H]
root        177  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/34]
root        178  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/34]
root        179  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/34]
root        180  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/34:0]
root        181  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/34:0H]
root        182  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/35]
root        183  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/35]
root        184  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/35]
root        185  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/35:0]
root        186  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/35:0H]
root        187  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/36]
root        188  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/36]
root        189  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/36]
root        190  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/36:0]
root        191  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/36:0H]
root        192  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/37]
root        193  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/37]
root        194  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/37]
root        196  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/37:0H]
root        197  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/38]
root        198  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/38]
root        199  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/38]
root        200  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/38:0]
root        201  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/38:0H]
root        202  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/39]
root        203  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/39]
root        204  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/39]
root        205  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/39:0]
root        206  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/39:0H]
root        207  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/40]
root        208  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/40]
root        209  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/40]
root        210  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/40:0]
root        211  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/40:0H]
root        212  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/41]
root        213  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/41]
root        214  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/41]
root        216  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/41:0H]
root        217  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/42]
root        218  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/42]
root        219  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/42]
root        220  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/42:0]
root        221  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/42:0H]
root        222  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/43]
root        223  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/43]
root        224  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/43]
root        225  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/43:0]
root        226  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/43:0H]
root        227  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/44]
root        228  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/44]
root        229  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/44]
root        231  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/44:0H]
root        232  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/45]
root        233  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/45]
root        234  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/45]
root        235  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/45:0]
root        236  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/45:0H]
root        237  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/46]
root        238  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/46]
root        239  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/46]
root        240  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/46:0]
root        241  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/46:0H]
root        242  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/47]
root        243  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/47]
root        244  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/47]
root        245  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/47:0]
root        246  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/47:0H]
root        247  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/48]
root        248  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/48]
root        249  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/48]
root        251  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/48:0H]
root        252  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/49]
root        253  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/49]
root        254  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/49]
root        256  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/49:0H]
root        257  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/50]
root        258  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/50]
root        259  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/50]
root        261  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/50:0H]
root        262  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/51]
root        263  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/51]
root        264  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/51]
root        266  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/51:0H]
root        267  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/52]
root        268  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/52]
root        269  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/52]
root        270  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/52:0]
root        271  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/52:0H]
root        272  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/53]
root        273  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/53]
root        274  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/53]
root        275  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/53:0]
root        276  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/53:0H]
root        277  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/54]
root        278  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/54]
root        279  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/54]
root        280  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/54:0]
root        281  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/54:0H]
root        282  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/55]
root        283  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/55]
root        284  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/55]
root        286  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/55:0H]
root        287  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/56]
root        288  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/56]
root        289  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/56]
root        290  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/56:0]
root        291  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/56:0H]
root        292  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/57]
root        293  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/57]
root        294  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/57]
root        295  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/57:0]
root        296  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/57:0H]
root        297  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/58]
root        298  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/58]
root        299  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/58]
root        300  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/58:0]
root        301  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/58:0H]
root        302  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/59]
root        303  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/59]
root        304  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/59]
root        305  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/59:0]
root        306  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/59:0H]
root        307  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/60]
root        308  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/60]
root        309  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/60]
root        310  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/60:0]
root        311  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/60:0H]
root        312  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/61]
root        313  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/61]
root        314  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/61]
root        315  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/61:0]
root        316  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/61:0H]
root        317  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/62]
root        318  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/62]
root        319  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/62]
root        320  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/62:0]
root        321  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/62:0H]
root        322  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/63]
root        323  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/63]
root        324  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/63]
root        326  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/63:0H]
root        327  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/64]
root        328  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/64]
root        329  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/64]
root        330  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/64:0]
root        331  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/64:0H]
root        332  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/65]
root        333  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/65]
root        334  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/65]
root        335  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/65:0]
root        336  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/65:0H]
root        337  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/66]
root        338  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/66]
root        339  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/66]
root        340  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/66:0]
root        341  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/66:0H]
root        342  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/67]
root        343  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/67]
root        344  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/67]
root        345  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/67:0]
root        346  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/67:0H]
root        347  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/68]
root        348  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/68]
root        349  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/68]
root        350  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/68:0]
root        351  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/68:0H]
root        352  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/69]
root        353  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/69]
root        354  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/69]
root        356  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/69:0H]
root        357  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/70]
root        358  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/70]
root        359  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/70]
root        360  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/70:0]
root        361  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/70:0H]
root        362  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/71]
root        363  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/71]
root        364  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/71]
root        365  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/71:0]
root        366  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/71:0H]
root        367  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/72]
root        368  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/72]
root        369  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/72]
root        371  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/72:0H]
root        372  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/73]
root        373  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/73]
root        374  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/73]
root        375  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/73:0]
root        376  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/73:0H]
root        377  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/74]
root        378  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/74]
root        379  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/74]
root        380  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/74:0]
root        381  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/74:0H]
root        382  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/75]
root        383  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/75]
root        384  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/75]
root        385  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/75:0]
root        386  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/75:0H]
root        387  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/76]
root        388  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/76]
root        389  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/76]
root        390  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/76:0]
root        391  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/76:0H]
root        392  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/77]
root        393  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/77]
root        394  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/77]
root        395  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/77:0]
root        396  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/77:0H]
root        397  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/78]
root        398  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/78]
root        399  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/78]
root        400  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/78:0]
root        401  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/78:0H]
root        402  0.0  0.0      0     0 ?        S    02:43   0:00 [watchdog/79]
root        403  0.0  0.0      0     0 ?        S    02:43   0:00 [migration/79]
root        404  0.0  0.0      0     0 ?        S    02:43   0:00 [ksoftirqd/79]
root        405  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/79:0]
root        406  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/79:0H]
root        407  0.0  0.0      0     0 ?        S<   02:43   0:00 [khelper]
root        408  0.0  0.0      0     0 ?        S    02:43   0:00 [kdevtmpfs]
root        409  0.0  0.0      0     0 ?        S<   02:43   0:00 [netns]
root        410  0.0  0.0      0     0 ?        S    02:43   0:00 [bdi-default]
root        411  0.0  0.0      0     0 ?        S<   02:43   0:00 [kintegrityd]
root        412  0.0  0.0      0     0 ?        S<   02:43   0:00 [kblockd]
root        413  0.0  0.0      0     0 ?        S    02:43   0:00 [khubd]
root        414  0.0  0.0      0     0 ?        S<   02:43   0:00 [md]
root        416  0.0  0.0      0     0 ?        S    02:43   0:02 [kworker/0:1]
root        417  0.0  0.0      0     0 ?        S    02:43   0:00 [khungtaskd]
root        418  0.0  0.0      0     0 ?        S    02:43   0:04 [kswapd1]
root        419  0.0  0.0      0     0 ?        SN   02:43   0:00 [ksmd]
root        420  0.0  0.0      0     0 ?        S    02:43   0:00 [fsnotify_mark]
root        421  0.0  0.0      0     0 ?        S<   02:43   0:00 [crypto]
root        429  0.0  0.0      0     0 ?        S<   02:43   0:00 [kthrotld]
root        430  0.0  0.0      0     0 ?        S    02:43   0:00 [khvcd]
root        431  0.0  0.0      0     0 ?        S<   02:43   0:00 [kmpath_rdacd]
root        432  0.0  0.0      0     0 ?        S<   02:43   0:00 [kpsmoused]
root        434  0.0  0.0      0     0 ?        S<   02:43   0:00 [deferwq]
root        435  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/u:1]
root        436  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/57:1]
root        443  0.0  0.0      0     0 ?        S    02:43   0:00 [kauditd]
root        457  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/9:1]
root        463  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/74:1]
root        464  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/41:1]
root        469  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/45:1]
root        470  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/42:1]
root        472  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/46:1]
root        473  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/73:1]
root        474  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/43:1]
root        489  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/78:1]
root        490  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/77:1]
root        497  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/5:1]
root        502  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/38:1]
root        503  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/39:1]
root        505  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/47:1]
root        511  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/70:1]
root        512  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/37:1]
root        513  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/2:1]
root        515  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/69:1]
root        518  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/22:1]
root        521  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/8:1]
root        530  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/66:1]
root        533  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/65:1]
root        545  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/14:1]
root        547  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/15:1]
root        549  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/29:1]
root        578  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/32:1]
root        579  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/28:1]
root        580  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/12:1]
root        581  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/31:1]
root        582  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/27:1]
root        583  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/3:1]
root        584  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/35:1]
root        585  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/26:1]
root        586  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/36:1]
root        588  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/25:1]
root        594  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/23:1]
root        597  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/21:1]
root        599  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/20:1]
root        601  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/44:1]
root        603  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/18:1]
root        609  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/17:1]
root        610  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/50:1]
root        613  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/49:1]
root        615  0.0  0.0      0     0 ?        S    02:43   0:00 [scsi_eh_0]
root        616  0.0  0.0      0     0 ?        S<   02:43   0:00 [ibmvscsi_0]
root        617  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/u:2]
root        618  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/6:1]
root        619  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/72:1]
root        621  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/19:1]
root        622  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/53:1]
root        641  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/61:1]
root        668  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/51:1]
root        669  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/62:2]
root        670  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/63:1]
root        673  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/60:1]
root        674  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/69:2]
root        675  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/7:1]
root        676  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/48:1]
root        678  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/55:1]
root        679  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/59:1]
root        680  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/64:1]
root        681  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/67:1]
root        682  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/71:1]
root        683  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/68:1]
root        684  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/75:1]
root        685  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/76:1]
root        686  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/79:1]
root        687  0.0  0.0      0     0 ?        S<   02:43   0:00 [kdmflush]
root        689  0.0  0.0      0     0 ?        S<   02:43   0:00 [kdmflush]
root        712  0.0  0.0      0     0 ?        S<   02:43   0:00 [xfsalloc]
root        713  0.0  0.0      0     0 ?        S<   02:43   0:00 [xfs_mru_cache]
root        714  0.0  0.0      0     0 ?        S<   02:43   0:00 [xfslogd]
root        715  0.0  0.0      0     0 ?        S<   02:43   0:00 [xfs-data/dm-1]
root        716  0.0  0.0      0     0 ?        S<   02:43   0:00 [xfs-conv/dm-1]
root        717  0.0  0.0      0     0 ?        S<   02:43   0:00 [xfs-cil/dm-1]
root        718  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/41:1H]
root        719  0.0  0.0      0     0 ?        S    02:43   0:00 [xfsaild/dm-1]
root        720  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/42:1H]
root        721  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/43:1H]
root        722  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/40:1H]
root        728  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/58:1H]
root        755  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/45:1H]
root        756  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/46:1H]
root        758  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/47:1H]
root        759  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/44:1H]
root        761  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/5:2]
root        764  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/9:2]
root        765  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/0:1H]
root        766  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/5:1H]
root        767  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/6:1H]
root        768  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/7:1H]
root        769  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/4:1H]
root        775  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/18:1H]
root        776  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/16:1H]
root        777  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/17:1H]
root        778  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/19:1H]
root        780  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/21:1H]
root        781  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/22:1H]
root        782  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/23:1H]
root        783  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/20:1H]
root        787  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/25:1H]
root        791  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/24:1H]
root        794  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/27:1H]
root        796  0.0  0.0  14016   192 ?        Ss   02:43   0:01 /usr/lib/systemd/systemd-udevd
root        800  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/26:1H]
root        804  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/29:1H]
root        807  0.0  0.0  33344  2368 ?        Ss   02:43   0:01 /usr/lib/systemd/systemd-journald
root        809  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/16:3]
root        811  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/33:1H]
root        814  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/37:1H]
root        815  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/38:1H]
root        816  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/39:1H]
root        817  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/34:1H]
root        818  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/35:1H]
root        827  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/36:1H]
root        832  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/9:1H]
root        833  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/53:1H]
root        834  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/10:1H]
root        835  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/30:1H]
root        836  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/54:1H]
root        837  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/55:1H]
root        839  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/52:1H]
root        845  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/61:1H]
root        853  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/66:1H]
root        856  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/67:1H]
root        927  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/28:1H]
root        936  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/31:1H]
root        940  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/8:1H]
root        945  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/11:1H]
root        992  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/32:1H]
root        998  0.0  0.0      0     0 ?        S<   02:43   0:00 [rpciod]
root       1199  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/62:1H]
root       1202  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/73:1H]
root       1209  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/41:2]
root       1212  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/44:2]
root       1220  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/27:2]
root       1224  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/37:2]
root       1226  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/24:3]
root       1228  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/54:2]
root       1229  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/24:4]
root       1233  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/55:2]
root       1237  0.0  0.0      0     0 ?        S<   02:43   0:00 [xfs-data/sda2]
root       1238  0.0  0.0      0     0 ?        S<   02:43   0:00 [xfs-conv/sda2]
root       1239  0.0  0.0      0     0 ?        S<   02:43   0:00 [xfs-cil/sda2]
root       1240  0.0  0.0      0     0 ?        S    02:43   0:00 [xfsaild/sda2]
root       1243  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/10:2]
root       1244  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/11:2]
root       1245  0.0  0.0      0     0 ?        S<   02:43   0:00 [kdmflush]
root       1258  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/33:2]
root       1261  0.0  0.0      0     0 ?        S<   02:43   0:00 [xfs-data/dm-2]
root       1262  0.0  0.0      0     0 ?        S<   02:43   0:00 [xfs-conv/dm-2]
root       1263  0.0  0.0      0     0 ?        S<   02:43   0:00 [xfs-cil/dm-2]
root       1264  0.0  0.0      0     0 ?        S    02:43   0:01 [xfsaild/dm-2]
root       1269  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/34:2]
root       1273  0.0  0.0  17792    64 ?        S<sl 02:43   0:00 /sbin/auditd -n
root       1282  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/75:1H]
root       1285  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/72:1H]
root       1288  0.0  0.1 144896  7680 ?        Ss   02:43   0:01 /usr/bin/python -Es /usr/sbin/firewalld --nofork
root       1289  0.0  0.0 116864   192 ?        Ss   02:43   0:00 /usr/sbin/abrtd -d -s
root       1290  0.0  0.0 116672   896 ?        Ss   02:43   0:00 /usr/bin/abrt-watch-log -F BUG: WARNING: at INFO: possible recursive locking detected ernel BUG at list_del corruption list_add corruption do_IRQ: stack overflow: ear stack overflow (cur: eneral protection fault nable to handle kernel ouble fault: RTNL: assertion failed eek! page_mapcount(page) went negative! adness at NETDEV WATCHDOG ysctl table check failed : nobody cared IRQ handler type mismatch divide error: bounds: coprocessor segment overrun: invalid TSS: segment not present: invalid opcode: alignment check: stack segment: fpu exception: simd exception: iret exception: /var/log/messages -- /usr/bin/abrt-dump-oops -xD
root       1311  0.0  0.0 228992     0 ?        Ssl  02:43   0:00 /sbin/rsyslogd -n -c 5
root       1312  0.0  0.0   6848  1792 ?        Ss   02:43   0:04 /usr/sbin/irqbalance --foreground
root       1314  0.0  0.0 114176     0 ?        Ss   02:43   0:00 /usr/sbin/smartd -n -q never
root       1315  0.0  0.0   7552  2816 ?        Ss   02:43   0:00 /usr/lib/systemd/systemd-logind
dbus       1316  0.0  0.0   6272  1024 ?        Ss   02:43   0:00 /bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
root       1318  0.0  0.0   5440    64 ?        Ss   02:43   0:00 /usr/sbin/rtas_errd
chrony     1328  0.0  0.0   6080     0 ?        S    02:43   0:00 /usr/sbin/chronyd -u chrony
root       1329  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/49:1H]
root       1338  0.0  0.1 283776  4864 ?        Ssl  02:43   0:00 /usr/sbin/NetworkManager --no-daemon
polkitd    1350  0.0  0.0 233728  1792 ?        Ssl  02:43   0:00 /usr/lib/polkit-1/polkitd --no-debug
root       1548  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/15:1H]
root       1556  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/13:1H]
root       1564  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/12:1H]
root       1571  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/14:1H]
root       1623  0.0  0.0  32320   192 ?        S    02:43   0:00 /sbin/dhclient -d -4 -sf /usr/libexec/nm-dhcp-client.action -pf /var/run/dhclient-eth0.pid -lf /var/lib/dhclient/dhclient-d3bbed5b-8ee3-4451-8888-2998c38a92cc-eth0.lease -cf /var/run/nm-dhclient-eth0.conf eth0
root       1633  0.0  0.0 111168   128 ?        Ss   02:43   0:00 /usr/bin/rhsmcertd
root       1674  0.0  0.0   7488   128 ?        Ss   02:43   0:00 /usr/sbin/xinetd -stayalive -pidfile /var/run/xinetd.pid
rpc        1675  0.0  0.0   4736   192 ?        Ss   02:43   0:00 /sbin/rpcbind -w 
root       1681  0.0  0.0  18688   192 ?        Ss   02:43   0:00 /usr/sbin/sshd -D
root       1693  0.0  0.0   4800     0 ?        Ss   02:43   0:00 /usr/sbin/rpc.rstatd
rpcuser    1708  0.0  0.0   5440   192 ?        Ss   02:43   0:00 /sbin/rpc.statd
root       1711  0.0  0.0      0     0 ?        S<   02:43   0:00 [nfsd4]
root       1712  0.0  0.0      0     0 ?        S<   02:43   0:00 [nfsd4_callbacks]
root       1713  0.0  0.0      0     0 ?        S    02:43   0:00 [lockd]
root       1718  0.0  0.0      0     0 ?        S    02:43   0:00 [nfsd]
root       1719  0.0  0.0      0     0 ?        S    02:43   0:00 [nfsd]
root       1720  0.0  0.0      0     0 ?        S    02:43   0:00 [nfsd]
root       1721  0.0  0.0      0     0 ?        S    02:43   0:00 [nfsd]
root       1722  0.0  0.0      0     0 ?        S    02:43   0:00 [nfsd]
root       1723  0.0  0.0      0     0 ?        S    02:43   0:00 [nfsd]
root       1724  0.0  0.0      0     0 ?        S    02:43   0:00 [nfsd]
root       1725  0.0  0.0      0     0 ?        S    02:43   0:00 [nfsd]
root       1728  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/4:2]
root       1746  0.0  0.0   5312    64 ?        Ss   02:43   0:00 /usr/sbin/rpc.idmapd
root       1760  0.0  0.0 109760    64 ?        Ss   02:43   0:00 /usr/sbin/rpc.rquotad
root       1776  0.0  0.0   6016    64 ?        Ss   02:43   0:00 /usr/sbin/rpc.mountd
root       1797  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/59:1H]
root       1798  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/56:1H]
root       1799  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/57:1H]
root       1838  0.0  0.0  25856   768 ?        Ss   02:43   0:00 /usr/libexec/postfix/master
root       1839  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/64:1H]
root       1840  0.0  0.0      0     0 ?        S<   02:43   0:00 [nfsiod]
root       1841  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/65:1H]
root       1844  0.0  0.0 177408  2176 ?        Ss   02:43   0:01 /usr/sbin/smbd
postfix    1846  0.0  0.0  26048   320 ?        S    02:43   0:00 qmgr -l -t fifo -u
root       1847  0.0  0.0 177408  2880 ?        S    02:43   0:00 /usr/sbin/smbd
root       1849  0.0  0.0      0     0 ?        S<   02:43   0:00 [kworker/77:1H]
root       1854  0.0  0.0      0     0 ?        S    02:43   0:00 [nfsv4.0-svc]
root       1863  0.0  0.0      0     0 ?        S    02:43   0:00 [kworker/3:2]
root       1921  0.0  0.0 112128  2176 ?        Ss   02:43   0:00 /usr/sbin/crond -n
root       1931  0.0  0.0   5568     0 ?        Ss   02:43   0:00 /usr/sbin/atd -f
root       1966  0.0  0.0   3328  1280 ?        Ss   02:43   0:00 /sbin/iprupdate --daemon
root       1968  0.0  0.0   3328   960 ?        Ss   02:43   0:00 /sbin/iprinit --daemon
root       1974  0.0  0.0 118080   192 ?        Ss   02:43   0:00 login -- root     
root       1985  0.0  0.0 109248   128 tty1     Ss+  02:43   0:00 /sbin/agetty --noclear tty1 38400 linux
root       2000  1.1  0.0 597696    64 ?        Sl   02:43   6:16 /usr/local/staf/bin/STAFProc
root       2005  0.0  0.0   3840  2304 ?        S<   02:44   0:00 /usr/local/staf/tools/sendStatus
root       2010  0.0  0.0  35904   448 ?        Ss   02:44   0:00 /sbin/iprdump --daemon
root       2144  0.0  0.1 7938816 6080 ?        Sl   02:44   0:05 java -Xmx1024m com.ibm.staf.service.STAFServiceHelper STAFJVM1
root       2265  0.0  0.0      0     0 ?        S<   02:44   0:00 [kworker/60:1H]
root       2281  0.0  0.0 111040  2304 ?        S<   02:44   0:00 /bin/sh /usr/local/bin/report_results
root       2343  0.0  0.0      0     0 ?        S<   02:44   0:00 [kworker/69:1H]
root       2344  0.0  0.0      0     0 ?        S<   02:44   0:00 [kworker/74:1H]
root       2485  0.0  0.0      0     0 ?        S<   02:44   0:00 [kworker/70:1H]
root       2621  0.0  0.0      0     0 ?        S<   02:44   0:00 [kworker/78:1H]
root       2623  0.0  0.0      0     0 ?        S<   02:44   0:00 [kworker/79:1H]
root       2626  0.0  0.0      0     0 ?        S<   02:44   0:00 [kworker/76:1H]
root       2880  0.0  0.0      0     0 ?        S<   02:44   0:00 [kworker/50:1H]
root       2881  0.0  0.0      0     0 ?        S<   02:44   0:00 [kworker/51:1H]
root       2999  0.0  0.0      0     0 ?        S<   02:44   0:00 [kworker/63:1H]
root       3159  0.0  0.0      0     0 ?        S<   02:44   0:00 [kworker/68:1H]
root       3164  0.0  0.0      0     0 ?        S<   02:44   0:00 [kworker/48:1H]
root       3187  0.0  0.0      0     0 ?        S<   02:44   0:00 [kworker/71:1H]
root       3290  0.0  0.0      0     0 ?        S    02:44   0:00 [kworker/6:2]
root       7662  0.0  0.0      0     0 ?        S    02:47   0:00 [kworker/72:2]
root       8685  0.0  0.0      0     0 ?        S<   02:47   0:00 [kworker/3:1H]
root       8784  0.0  0.0 111360  3520 hvc0     Ss   02:48   0:00 -bash
root       8848  0.0  0.0      0     0 ?        S    02:50   0:00 [kworker/13:2]
root      12505  0.0  0.0      0     0 ?        S    05:02   0:00 [kworker/56:2]
root      13450  0.0  0.0      0     0 ?        S    05:02   0:00 [kworker/52:2]
root      13717  0.0  0.0      0     0 ?        S    05:02   0:00 [kworker/2:0]
root      14423  0.0  0.0      0     0 ?        S    05:03   0:00 [kworker/63:2]
root      16200  0.0  0.0      0     0 ?        S    05:04   0:00 [kworker/58:2]
root      17408  0.0  0.0      0     0 ?        S    05:05   0:00 [kworker/40:2]
root      18142  0.0  0.0      0     0 ?        S    05:10   0:00 [kworker/31:2]
root      18678  0.0  0.0      0     0 ?        S    06:00   0:00 [kworker/33:0]
root      19782  0.0  0.0      0     0 ?        S    08:00   0:00 [kworker/50:0]
root      20298  0.0  0.0      0     0 ?        S    09:00   0:00 [kworker/30:2]
root      20299  0.0  0.0      0     0 ?        S    09:00   0:00 [kworker/51:2]
root      20337  0.0  0.0      0     0 ?        S    09:00   0:00 [kworker/48:2]
root      20388  0.0  0.0      0     0 ?        S<   09:10   0:00 [kworker/1:1H]
root      20457  0.0  0.0      0     0 ?        S    09:20   0:00 [kworker/49:2]
root      21061  0.0  0.0      0     0 ?        S    10:30   0:00 [flush-253:1]
root      21132  0.0  0.0      0     0 ?        S    10:40   0:00 [kworker/4:0]
postfix   21515  0.0  0.0  25984  1216 ?        S    11:03   0:00 pickup -l -t fifo -u
root      21613  0.0  0.0      0     0 ?        S    11:28   0:00 [kworker/0:2]
root      21614  0.0  0.0  26048   256 ?        Ss   11:28   0:00 sshd: hpt [priv]    
hpt       21616  0.0  0.0  26240   256 ?        S    11:28   0:00 sshd: hpt@pts/0     
hpt       21617  0.0  0.0 116032   576 pts/0    Ss   11:28   0:00 -zsh
root      21714  0.0  0.0 120896   448 pts/0    S+   11:39   0:00 sudo vim /sys/kernel/debug/kmemleak
root      21715  0.0  0.0 119616   128 pts/0    S+   11:39   0:00 vim /sys/kernel/debug/kmemleak
root      21739  0.0  0.0      0     0 ?        S    11:43   0:00 [kworker/1:1]
root      21816  0.0  0.0 109056   384 ?        S<   11:45   0:00 sleep 900
root      21868  0.0  0.0 110336  3456 hvc0     R+   11:52   0:00 ps aux

--------------------


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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-18 16:55           ` Han Pingtian
@ 2013-04-18 17:55             ` Michal Hocko
  2013-04-19  2:33               ` Han Pingtian
  0 siblings, 1 reply; 40+ messages in thread
From: Michal Hocko @ 2013-04-18 17:55 UTC (permalink / raw)
  To: Han Pingtian; +Cc: linux-kernel, rientjes

On Fri 19-04-13 00:55:31, Han Pingtian wrote:
> On Thu, Apr 18, 2013 at 07:17:36AM -0700, Michal Hocko wrote:
> > On Thu 18-04-13 18:15:41, Han Pingtian wrote:
> > > On Wed, Apr 17, 2013 at 07:19:09AM -0700, Michal Hocko wrote:
> > > > On Wed 17-04-13 17:47:50, Han Pingtian wrote:
> > > > > [ 5233.949714] Node 1 DMA free:3968kB min:7808kB low:9728kB high:11712kB active_anon:0kB inactive_anon:3584kB active_file:2240kB inactive_file:576kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:4194304kB managed:3854464kB mlocked:0kB dirty:64kB writeback:448kB mapped:0kB shmem:64kB slab_reclaimable:106496kB slab_unreclaimable:3654976kB kernel_stack:14912kB pagetables:18496kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:531 all_unreclaimable? yes
> > > > 
> > > > This smells either like a slab backed memory leak or something went
> > > > crazy and allocate huge amount of slab. You have 3.6G (or of 4G
> > > > available) of slab_unreclaimable. I would check /proc/slabinfo for which
> > > > cache consumes that huge amount of memory.
> > > 
> > > Thanks your reply. But I cannot find any clues in the slabinfo:
> > 
> > awk '{val=$3*$4; printf "%s %d\n", $1, val}' /proc/slabinfo | sort -k2 -n
> > says:
> > [...]
> > kmalloc-65536 41943040
> > kmemleak_object 112746000
> > pgtable-2^12 113246208
> > kmalloc-8192 122159104
> > kmalloc-32768 137887744
> > task_struct 241293920
> > kmalloc-2048 306446336
> > kmalloc-96 307652928
> > kmalloc-16384 516620288
> > 
> Oh, I see. I only calculated "$2*$4" and got some small numbers. Thanks.

OK, this is interesting. Only 865M out of 3.5G slabs are on the partial
or full lists. I do not have much time to look at this more closely but
it would suggest that free slabs do not get returned to the system.

> > Hmm, how many processes you have running? Having 240M in task_structs
> > sounds quite excessive. Also there seem to be quite a lot of memory used
> > in the generic 16K, 96B and 2K caches. Core kernel usually do not use
> > those on its own so I would be inclined to suspect some driver.
> There are 671 processes is running and most of them are kernel thread I
> think:

awk '{val=$2*$4; sum+=val; printf "%s %d\n", $1, val}' a | grep task_struct
task_struct 27080016

looks only slightly more reasonable because it is still way too high and
it doesn't seem to match the number of processes you see.

What is the kernel that you are using and what config?

>     [root@riblp3 ~]# ps haux|wc -l
>     671
>     [root@riblp3 ~]# ps haux|awk '{print $11}'|grep '^\['|wc -l
>     620
>     [root@riblp3 ~]# 
> 
[...]
-- 
Michal Hocko
SUSE Labs

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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-18 17:55             ` Michal Hocko
@ 2013-04-19  2:33               ` Han Pingtian
  2013-04-19 16:43                 ` Michal Hocko
  0 siblings, 1 reply; 40+ messages in thread
From: Han Pingtian @ 2013-04-19  2:33 UTC (permalink / raw)
  To: linux-kernel

On Thu, Apr 18, 2013 at 10:55:14AM -0700, Michal Hocko wrote:
> On Fri 19-04-13 00:55:31, Han Pingtian wrote:
> > On Thu, Apr 18, 2013 at 07:17:36AM -0700, Michal Hocko wrote:
> > > On Thu 18-04-13 18:15:41, Han Pingtian wrote:
> > > > On Wed, Apr 17, 2013 at 07:19:09AM -0700, Michal Hocko wrote:
> > > > > On Wed 17-04-13 17:47:50, Han Pingtian wrote:
> > > > > > [ 5233.949714] Node 1 DMA free:3968kB min:7808kB low:9728kB high:11712kB active_anon:0kB inactive_anon:3584kB active_file:2240kB inactive_file:576kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:4194304kB managed:3854464kB mlocked:0kB dirty:64kB writeback:448kB mapped:0kB shmem:64kB slab_reclaimable:106496kB slab_unreclaimable:3654976kB kernel_stack:14912kB pagetables:18496kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:531 all_unreclaimable? yes
> > > > > 
> > > > > This smells either like a slab backed memory leak or something went
> > > > > crazy and allocate huge amount of slab. You have 3.6G (or of 4G
> > > > > available) of slab_unreclaimable. I would check /proc/slabinfo for which
> > > > > cache consumes that huge amount of memory.
> > > > 
> > > > Thanks your reply. But I cannot find any clues in the slabinfo:
> > > 
> > > awk '{val=$3*$4; printf "%s %d\n", $1, val}' /proc/slabinfo | sort -k2 -n
> > > says:
> > > [...]
> > > kmalloc-65536 41943040
> > > kmemleak_object 112746000
> > > pgtable-2^12 113246208
> > > kmalloc-8192 122159104
> > > kmalloc-32768 137887744
> > > task_struct 241293920
> > > kmalloc-2048 306446336
> > > kmalloc-96 307652928
> > > kmalloc-16384 516620288
> > > 
> > Oh, I see. I only calculated "$2*$4" and got some small numbers. Thanks.
> 
> OK, this is interesting. Only 865M out of 3.5G slabs are on the partial
> or full lists. I do not have much time to look at this more closely but
> it would suggest that free slabs do not get returned to the system.
> 
> > > Hmm, how many processes you have running? Having 240M in task_structs
> > > sounds quite excessive. Also there seem to be quite a lot of memory used
> > > in the generic 16K, 96B and 2K caches. Core kernel usually do not use
> > > those on its own so I would be inclined to suspect some driver.
> > There are 671 processes is running and most of them are kernel thread I
> > think:
> 
> awk '{val=$2*$4; sum+=val; printf "%s %d\n", $1, val}' a | grep task_struct
> task_struct 27080016
> 
> looks only slightly more reasonable because it is still way too high and
> it doesn't seem to match the number of processes you see.
> 
> What is the kernel that you are using and what config?
> 
We are testing a alpha version of a enterprise linux which using a 3.7
series kernel. On this 3.7 kernel we encountered the oom killer problem. So
we decide to see if the problem can be reproduced on 3.9-rc7. We
configured 3.9-rc7 by copying the enterprise linux's config file to
.config and then run 'make localmodconfig' and pressed enter to all the
questions. Then the oom problem is reproduced on the 3.9-rc7.

But we also used the same method to config 3.9-rc7 on another company's
enterprise linux yesterday and found that the problem cannot be
reproduced there. So maybe the leak is caused by some userspace
applications?

> >     [root@riblp3 ~]# ps haux|wc -l
> >     671
> >     [root@riblp3 ~]# ps haux|awk '{print $11}'|grep '^\['|wc -l
> >     620
> >     [root@riblp3 ~]# 
> > 
> [...]
> -- 
> Michal Hocko
> SUSE Labs
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 


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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-19  2:33               ` Han Pingtian
@ 2013-04-19 16:43                 ` Michal Hocko
  2013-04-22  3:18                   ` Han Pingtian
  0 siblings, 1 reply; 40+ messages in thread
From: Michal Hocko @ 2013-04-19 16:43 UTC (permalink / raw)
  To: Han Pingtian; +Cc: linux-kernel, David Rientjes

[Do not drop people from the CC please]

On Fri 19-04-13 10:33:45, Han Pingtian wrote:
> On Thu, Apr 18, 2013 at 10:55:14AM -0700, Michal Hocko wrote:
[...]
> > What is the kernel that you are using and what config?
> > 
> We are testing a alpha version of a enterprise linux which using a 3.7
> series kernel. On this 3.7 kernel we encountered the oom killer problem. So
> we decide to see if the problem can be reproduced on 3.9-rc7. We
> configured 3.9-rc7 by copying the enterprise linux's config file to
> .config and then run 'make localmodconfig' and pressed enter to all the
> questions. Then the oom problem is reproduced on the 3.9-rc7.
> 
> But we also used the same method to config 3.9-rc7 on another company's
> enterprise linux yesterday and found that the problem cannot be
> reproduced there. So maybe the leak is caused by some userspace
> applications?

No application should cause in-kernel mem leak. What is the difference
in the two configs?
-- 
Michal Hocko
SUSE Labs

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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-17  8:46   ` Han Pingtian
@ 2013-04-21  0:49     ` Jiri Kosina
  2013-04-22  3:15       ` Han Pingtian
  0 siblings, 1 reply; 40+ messages in thread
From: Jiri Kosina @ 2013-04-21  0:49 UTC (permalink / raw)
  To: Han Pingtian; +Cc: linux-kernel, David Rientjes, Michal Hocko

On Wed, 17 Apr 2013, Han Pingtian wrote:

> > > On a power7 system, we have installed 3.9-rc7 and crash 6.1.6. If I run
> > > something like "make -j 64" to compile linux kernel from source, sooner
> > > or latter, oom-killer will be triggered. Before that, when I trying to
> > > analyse the live system with crash, some processes' %MEM and RSS looks
> > > too big:
> > > 
> > 
> > Do you have the oom killer log from /var/log/messages with 
> > /proc/sys/vm/oom_dump_tasks enabled?  Have you tried to reproduce this 
> > issue with CONFIG_DEBUG_VM and CONFIG_DEBUG_PAGEALLOC enabled (you may 
> > even want to consider CONFIG_KMEMLEAK)?
> 
> I have enabled CONFIG_KMEMLEAK and recompiled kernel. This is the
> /sys/kernel/debug/kmemleak after the reboot. Please have a look. Thanks.

Either kmemleak is very wrong about some false positive in selinux, or 
selinux is leaking memory quite heavily.

Could you try disabling selinux completely, to see if the leak goes away?

-- 
Jiri Kosina
SUSE Labs


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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-21  0:49     ` Jiri Kosina
@ 2013-04-22  3:15       ` Han Pingtian
  0 siblings, 0 replies; 40+ messages in thread
From: Han Pingtian @ 2013-04-22  3:15 UTC (permalink / raw)
  To: linux-kernel; +Cc: jkosina, rientjes, mhocko

On Sun, Apr 21, 2013 at 02:49:31AM +0200, Jiri Kosina wrote:
> On Wed, 17 Apr 2013, Han Pingtian wrote:
> 
> > > > On a power7 system, we have installed 3.9-rc7 and crash 6.1.6. If I run
> > > > something like "make -j 64" to compile linux kernel from source, sooner
> > > > or latter, oom-killer will be triggered. Before that, when I trying to
> > > > analyse the live system with crash, some processes' %MEM and RSS looks
> > > > too big:
> > > > 
> > > 
> > > Do you have the oom killer log from /var/log/messages with 
> > > /proc/sys/vm/oom_dump_tasks enabled?  Have you tried to reproduce this 
> > > issue with CONFIG_DEBUG_VM and CONFIG_DEBUG_PAGEALLOC enabled (you may 
> > > even want to consider CONFIG_KMEMLEAK)?
> > 
> > I have enabled CONFIG_KMEMLEAK and recompiled kernel. This is the
> > /sys/kernel/debug/kmemleak after the reboot. Please have a look. Thanks.
> 
> Either kmemleak is very wrong about some false positive in selinux, or 
> selinux is leaking memory quite heavily.
> 
> Could you try disabling selinux completely, to see if the leak goes away?
> 
Thanks your reply. We had disable selinux from the very beginning.


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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-19 16:43                 ` Michal Hocko
@ 2013-04-22  3:18                   ` Han Pingtian
  2013-04-22 11:40                     ` Michal Hocko
  0 siblings, 1 reply; 40+ messages in thread
From: Han Pingtian @ 2013-04-22  3:18 UTC (permalink / raw)
  To: linux-kernel; +Cc: mhocko, rientjes

On Fri, Apr 19, 2013 at 09:43:10AM -0700, Michal Hocko wrote:
> [Do not drop people from the CC please]
> 
> On Fri 19-04-13 10:33:45, Han Pingtian wrote:
> > On Thu, Apr 18, 2013 at 10:55:14AM -0700, Michal Hocko wrote:
> [...]
> > > What is the kernel that you are using and what config?
> > > 
> > We are testing a alpha version of a enterprise linux which using a 3.7
> > series kernel. On this 3.7 kernel we encountered the oom killer problem. So
> > we decide to see if the problem can be reproduced on 3.9-rc7. We
> > configured 3.9-rc7 by copying the enterprise linux's config file to
> > .config and then run 'make localmodconfig' and pressed enter to all the
> > questions. Then the oom problem is reproduced on the 3.9-rc7.
> > 
> > But we also used the same method to config 3.9-rc7 on another company's
> > enterprise linux yesterday and found that the problem cannot be
> > reproduced there. So maybe the leak is caused by some userspace
> > applications?
> 
> No application should cause in-kernel mem leak. What is the difference
> in the two configs?

This is the diff output of those two .config:


--- /tmp/config.bad	2013-04-21 22:03:13.000000000 -0500
+++ /tmp/config.good	2013-04-21 22:03:27.000000000 -0500
@@ -9,21 +9,21 @@
 #
 CONFIG_PPC_BOOK3S_64=y
 # CONFIG_PPC_BOOK3E_64 is not set
-CONFIG_GENERIC_CPU=y
+# CONFIG_GENERIC_CPU is not set
 # 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_POWER7_CPU=y
 CONFIG_PPC_BOOK3S=y
 CONFIG_POWER3=y
 CONFIG_POWER4=y
-# CONFIG_TUNE_CELL is not set
+CONFIG_TUNE_CELL=y
 CONFIG_PPC_FPU=y
 CONFIG_ALTIVEC=y
 CONFIG_VSX=y
 CONFIG_PPC_ICSWX=y
-# CONFIG_PPC_ICSWX_PID is not set
+CONFIG_PPC_ICSWX_PID=y
 # CONFIG_PPC_ICSWX_USE_SIGILL is not set
 CONFIG_PPC_STD_MMU=y
 CONFIG_PPC_STD_MMU_64=y
@@ -58,7 +58,7 @@
 CONFIG_ARCH_MAY_HAVE_PC_FDC=y
 CONFIG_PPC_OF=y
 CONFIG_PPC_UDBG_16550=y
-# CONFIG_GENERIC_TBSYNC is not set
+CONFIG_GENERIC_TBSYNC=y
 CONFIG_AUDIT_ARCH=y
 CONFIG_GENERIC_BUG=y
 # CONFIG_EPAPR_BOOT is not set
@@ -66,8 +66,9 @@
 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_PPC_DCR_MMIO=y
+CONFIG_PPC_DCR=y
+CONFIG_PPC_OF_PLATFORM_PCI=y
 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
 CONFIG_ARCH_SUPPORTS_UPROBES=y
 CONFIG_PPC_EMULATE_SSTEP=y
@@ -79,7 +80,7 @@
 #
 CONFIG_INIT_ENV_ARG_LIMIT=32
 CONFIG_CROSS_COMPILE=""
-CONFIG_LOCALVERSION=""
+CONFIG_LOCALVERSION="-0.9-ppc64"
 # CONFIG_LOCALVERSION_AUTO is not set
 CONFIG_DEFAULT_HOSTNAME="(none)"
 CONFIG_SWAP=y
@@ -101,6 +102,7 @@
 CONFIG_GENERIC_HARDIRQS=y
 CONFIG_GENERIC_IRQ_SHOW=y
 CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
+CONFIG_IRQ_EDGE_EOI_HANDLER=y
 CONFIG_IRQ_DOMAIN=y
 # CONFIG_IRQ_DOMAIN_DEBUG is not set
 CONFIG_IRQ_FORCED_THREADING=y
@@ -137,14 +139,14 @@
 CONFIG_TREE_RCU=y
 # CONFIG_PREEMPT_RCU is not set
 CONFIG_RCU_STALL_COMMON=y
-CONFIG_RCU_FANOUT=64
+CONFIG_RCU_FANOUT=32
 CONFIG_RCU_FANOUT_LEAF=16
 # CONFIG_RCU_FANOUT_EXACT is not set
-# CONFIG_RCU_FAST_NO_HZ is not set
+CONFIG_RCU_FAST_NO_HZ=y
 # CONFIG_TREE_RCU_TRACE is not set
 # CONFIG_RCU_NOCB_CPU is not set
-CONFIG_IKCONFIG=m
-# CONFIG_IKCONFIG_PROC is not set
+CONFIG_IKCONFIG=y
+CONFIG_IKCONFIG_PROC=y
 CONFIG_LOG_BUF_SHIFT=19
 CONFIG_CGROUPS=y
 # CONFIG_CGROUP_DEBUG is not set
@@ -154,10 +156,7 @@
 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_MEMCG is not set
 # CONFIG_CGROUP_HUGETLB is not set
 CONFIG_CGROUP_PERF=y
 CONFIG_CGROUP_SCHED=y
@@ -172,8 +171,7 @@
 CONFIG_IPC_NS=y
 CONFIG_PID_NS=y
 CONFIG_NET_NS=y
-CONFIG_SCHED_AUTOGROUP=y
-CONFIG_MM_OWNER=y
+# CONFIG_SCHED_AUTOGROUP is not set
 # CONFIG_SYSFS_DEPRECATED is not set
 CONFIG_RELAY=y
 CONFIG_BLK_DEV_INITRD=y
@@ -215,17 +213,15 @@
 # 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_COMPAT_BRK=y
+CONFIG_SLAB=y
+# CONFIG_SLUB is not set
 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_JUMP_LABEL is not set
 # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
 CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
 CONFIG_ARCH_USE_BUILTIN_BSWAP=y
@@ -268,15 +264,7 @@
 # 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_MODULE_SIG is not set
 CONFIG_STOP_MACHINE=y
 CONFIG_BLOCK=y
 CONFIG_BLK_DEV_BSG=y
@@ -291,20 +279,21 @@
 # CONFIG_ACORN_PARTITION is not set
 CONFIG_OSF_PARTITION=y
 CONFIG_AMIGA_PARTITION=y
-# CONFIG_ATARI_PARTITION is not set
+CONFIG_ATARI_PARTITION=y
 CONFIG_MAC_PARTITION=y
 CONFIG_MSDOS_PARTITION=y
 CONFIG_BSD_DISKLABEL=y
 CONFIG_MINIX_SUBPARTITION=y
 CONFIG_SOLARIS_X86_PARTITION=y
 CONFIG_UNIXWARE_DISKLABEL=y
-# CONFIG_LDM_PARTITION is not set
+CONFIG_LDM_PARTITION=y
+# CONFIG_LDM_DEBUG is not set
 CONFIG_SGI_PARTITION=y
-# CONFIG_ULTRIX_PARTITION is not set
+CONFIG_ULTRIX_PARTITION=y
 CONFIG_SUN_PARTITION=y
 CONFIG_KARMA_PARTITION=y
 CONFIG_EFI_PARTITION=y
-# CONFIG_SYSV68_PARTITION is not set
+CONFIG_SYSV68_PARTITION=y
 CONFIG_BLOCK_COMPAT=y
 
 #
@@ -314,10 +303,10 @@
 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_DEADLINE is not set
+CONFIG_DEFAULT_CFQ=y
 # CONFIG_DEFAULT_NOOP is not set
-CONFIG_DEFAULT_IOSCHED="deadline"
+CONFIG_DEFAULT_IOSCHED="cfq"
 CONFIG_ASN1=y
 CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
 CONFIG_INLINE_READ_UNLOCK=y
@@ -343,29 +332,42 @@
 CONFIG_EEH=y
 CONFIG_PSERIES_MSI=y
 # CONFIG_PSERIES_ENERGY is not set
-CONFIG_SCANLOG=y
+# CONFIG_SCANLOG is not set
 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_PMAC=y
+CONFIG_PPC_PMAC64=y
+CONFIG_PPC_MAPLE=y
 # 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_CELL=y
+CONFIG_PPC_CELL_COMMON=y
+CONFIG_PPC_CELL_NATIVE=y
+CONFIG_PPC_IBM_CELL_BLADE=y
 # CONFIG_PPC_CELLEB is not set
-# CONFIG_PPC_CELL_QPACE is not set
+CONFIG_PPC_CELL_QPACE=y
+CONFIG_AXON_MSI=y
+
+#
+# Cell Broadband Engine options
+#
+# CONFIG_SPU_FS is not set
+# CONFIG_SPU_BASE is not set
+CONFIG_CBE_RAS=y
+CONFIG_PPC_IBM_CELL_RESETBUTTON=y
+# CONFIG_PPC_IBM_CELL_POWERBUTTON is not set
+# CONFIG_CBE_CPUFREQ 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_UDBG_RTAS_CONSOLE=y
 CONFIG_PPC_SMP_MUXED_IPI=y
 # CONFIG_IPIC is not set
 CONFIG_MPIC=y
@@ -373,44 +375,49 @@
 # CONFIG_MPIC_WEIRD is not set
 # CONFIG_MPIC_MSGR is not set
 CONFIG_PPC_I8259=y
-# CONFIG_U3_DART is not set
+CONFIG_U3_DART=y
 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_MMIO_NVRAM=y
+CONFIG_MPIC_U3_HT_IRQS=y
 CONFIG_IBMVIO=y
 CONFIG_IBMEBUS=y
 # CONFIG_PPC_MPC106 is not set
-# CONFIG_PPC_970_NAP is not set
+CONFIG_PPC_970_NAP=y
 CONFIG_PPC_P7_NAP=y
+CONFIG_PPC_INDIRECT_IO=y
+CONFIG_PPC_INDIRECT_PIO=y
+CONFIG_PPC_INDIRECT_MMIO=y
+CONFIG_PPC_IO_WORKAROUNDS=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_PERFORMANCE=y
 # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
-CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
+# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
 # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
 CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
-CONFIG_CPU_FREQ_GOV_POWERSAVE=y
-CONFIG_CPU_FREQ_GOV_USERSPACE=y
-CONFIG_CPU_FREQ_GOV_ONDEMAND=y
-CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
+# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
+# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
+# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
+# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
 
 #
 # PowerPC CPU frequency scaling drivers
 #
+# CONFIG_CPU_FREQ_MAPLE is not set
 
 #
 # CPU Frequency drivers
 #
+CONFIG_CPU_FREQ_PMAC64=y
 
 #
 # CPUIdle driver
@@ -420,6 +427,7 @@
 CONFIG_CPU_IDLE_GOV_LADDER=y
 CONFIG_CPU_IDLE_GOV_MENU=y
 # CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
+# CONFIG_AXON_RAM is not set
 # CONFIG_FSL_ULI1575 is not set
 CONFIG_SIMPLE_GPIO=y
 
@@ -432,19 +440,19 @@
 # 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_NONE=y
+# CONFIG_PREEMPT_VOLUNTARY is not set
 # 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_BINFMT_MISC is not set
 CONFIG_COREDUMP=y
 CONFIG_HUGETLB_PAGE_SIZE_VARIABLE=y
 # CONFIG_PPC_TRANSACTIONAL_MEM is not set
 CONFIG_IOMMU_HELPER=y
-CONFIG_SWIOTLB=y
+# CONFIG_SWIOTLB is not set
 CONFIG_HOTPLUG_CPU=y
 CONFIG_ARCH_CPU_PROBE_RELEASE=y
 CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
@@ -478,16 +486,17 @@
 CONFIG_MEMORY_HOTREMOVE=y
 CONFIG_PAGEFLAGS_EXTENDED=y
 CONFIG_SPLIT_PTLOCK_CPUS=4
-# CONFIG_COMPACTION is not set
+CONFIG_COMPACTION=y
 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_NEED_BOUNCE_POOL=y
+# CONFIG_KSM is not set
+CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
 CONFIG_CROSS_MEMORY_ATTACH=y
 CONFIG_CLEANCACHE=y
-CONFIG_FRONTSWAP=y
+# CONFIG_FRONTSWAP is not set
 CONFIG_ARCH_MEMORY_PROBE=y
 CONFIG_NODES_SPAN_OTHER_NODES=y
 CONFIG_PPC_HAS_HASH_64K=y
@@ -499,6 +508,7 @@
 # CONFIG_PPC_DENORMALISATION is not set
 # CONFIG_CMDLINE_BOOL is not set
 CONFIG_EXTRA_TARGETS=""
+CONFIG_ARCH_WANTS_FREEZER_CONTROL=y
 CONFIG_SUSPEND=y
 CONFIG_SUSPEND_FREEZER=y
 # CONFIG_HIBERNATION is not set
@@ -509,7 +519,7 @@
 CONFIG_PM_RUNTIME=y
 CONFIG_PM=y
 # CONFIG_PM_DEBUG is not set
-# CONFIG_SECCOMP is not set
+CONFIG_SECCOMP=y
 CONFIG_ISA_DMA_API=y
 
 #
@@ -523,34 +533,42 @@
 CONFIG_PCI=y
 CONFIG_PCI_DOMAINS=y
 CONFIG_PCI_SYSCALL=y
-# CONFIG_PCIEPORTBUS is not set
+CONFIG_PCIEPORTBUS=y
+# CONFIG_HOTPLUG_PCI_PCIE is not set
+CONFIG_PCIEAER=y
+# CONFIG_PCIE_ECRC is not set
+# CONFIG_PCIEAER_INJECT is not set
+CONFIG_PCIEASPM=y
+# CONFIG_PCIEASPM_DEBUG is not set
+CONFIG_PCIEASPM_DEFAULT=y
+# CONFIG_PCIEASPM_POWERSAVE is not set
+# CONFIG_PCIEASPM_PERFORMANCE 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_PCI_IOV is not set
+# CONFIG_PCI_PRI is not set
+# CONFIG_PCI_PASID is not set
+# CONFIG_PCCARD 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_RAPIDIO=y
+# CONFIG_RAPIDIO_TSI721 is not set
+CONFIG_RAPIDIO_DISC_TIMEOUT=30
+CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS=y
+# CONFIG_RAPIDIO_DMA_ENGINE is not set
+CONFIG_RAPIDIO_DEBUG=y
+CONFIG_RAPIDIO_TSI57X=y
+CONFIG_RAPIDIO_CPS_XX=y
+CONFIG_RAPIDIO_TSI568=y
+CONFIG_RAPIDIO_CPS_GEN2=y
+CONFIG_RAPIDIO_TSI500=y
 CONFIG_NONSTATIC_KERNEL=y
 CONFIG_RELOCATABLE=y
 CONFIG_PAGE_OFFSET=0xc000000000000000
@@ -561,21 +579,22 @@
 #
 # Networking options
 #
-CONFIG_PACKET=y
+CONFIG_PACKET=m
 # 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_USER is not set
 CONFIG_XFRM_SUB_POLICY=y
 CONFIG_XFRM_MIGRATE=y
-CONFIG_XFRM_STATISTICS=y
-# CONFIG_NET_KEY is not set
+# CONFIG_XFRM_STATISTICS is not set
+CONFIG_NET_KEY=y
+CONFIG_NET_KEY_MIGRATE=y
 CONFIG_INET=y
 CONFIG_IP_MULTICAST=y
 CONFIG_IP_ADVANCED_ROUTER=y
-CONFIG_IP_FIB_TRIE_STATS=y
+# CONFIG_IP_FIB_TRIE_STATS is not set
 CONFIG_IP_MULTIPLE_TABLES=y
 CONFIG_IP_ROUTE_MULTIPATH=y
 CONFIG_IP_ROUTE_VERBOSE=y
@@ -614,12 +633,12 @@
 CONFIG_DEFAULT_CUBIC=y
 # CONFIG_DEFAULT_RENO is not set
 CONFIG_DEFAULT_TCP_CONG="cubic"
-CONFIG_TCP_MD5SIG=y
-CONFIG_IPV6=y
+# CONFIG_TCP_MD5SIG is not set
+CONFIG_IPV6=m
 CONFIG_IPV6_PRIVACY=y
 CONFIG_IPV6_ROUTER_PREF=y
 CONFIG_IPV6_ROUTE_INFO=y
-CONFIG_IPV6_OPTIMISTIC_DAD=y
+# CONFIG_IPV6_OPTIMISTIC_DAD is not set
 # CONFIG_INET6_AH is not set
 # CONFIG_INET6_ESP is not set
 # CONFIG_INET6_IPCOMP is not set
@@ -634,17 +653,14 @@
 # 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_IPV6_SUBTREES=y
+# CONFIG_IPV6_MROUTE is not set
 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
@@ -652,200 +668,36 @@
 # 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_NF_CONNTRACK is not set
+# CONFIG_NETFILTER_XTABLES 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_NF_DEFRAG_IPV4 is not set
+# CONFIG_IP_NF_IPTABLES 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_NF_DEFRAG_IPV6 is not set
+# CONFIG_IP6_NF_IPTABLES 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_BRIDGE is not set
 CONFIG_HAVE_NET_DSA=y
+CONFIG_NET_DSA=y
+CONFIG_NET_DSA_TAG_DSA=y
+CONFIG_NET_DSA_TAG_EDSA=y
+CONFIG_NET_DSA_TAG_TRAILER=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
@@ -904,7 +756,6 @@
 # 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
@@ -912,7 +763,7 @@
 # CONFIG_NET_ACT_CSUM is not set
 CONFIG_NET_SCH_FIFO=y
 CONFIG_DCB=y
-CONFIG_DNS_RESOLVER=m
+CONFIG_DNS_RESOLVER=y
 # CONFIG_BATMAN_ADV is not set
 # CONFIG_OPENVSWITCH is not set
 # CONFIG_VSOCKETS is not set
@@ -921,14 +772,14 @@
 CONFIG_XPS=y
 # CONFIG_NETPRIO_CGROUP is not set
 CONFIG_BQL=y
-CONFIG_BPF_JIT=y
+# CONFIG_BPF_JIT is not set
 
 #
 # Network testing
 #
 # CONFIG_NET_PKTGEN is not set
 # CONFIG_NET_TCPPROBE is not set
-CONFIG_NET_DROP_MONITOR=y
+# CONFIG_NET_DROP_MONITOR is not set
 # CONFIG_HAMRADIO is not set
 # CONFIG_CAN is not set
 # CONFIG_IRDA is not set
@@ -944,6 +795,7 @@
 #
 # CONFIG_WIMAX is not set
 # CONFIG_RFKILL is not set
+# CONFIG_RFKILL_REGULATOR is not set
 # CONFIG_NET_9P is not set
 # CONFIG_CAIF is not set
 # CONFIG_CEPH_LIB is not set
@@ -963,7 +815,7 @@
 CONFIG_STANDALONE=y
 CONFIG_PREVENT_FIRMWARE_BUILD=y
 CONFIG_FW_LOADER=y
-# CONFIG_FIRMWARE_IN_KERNEL is not set
+CONFIG_FIRMWARE_IN_KERNEL=y
 CONFIG_EXTRA_FIRMWARE=""
 CONFIG_FW_LOADER_USER_HELPER=y
 # CONFIG_DEBUG_DRIVER is not set
@@ -992,6 +844,7 @@
 CONFIG_OF_ADDRESS=y
 CONFIG_OF_IRQ=y
 CONFIG_OF_DEVICE=y
+CONFIG_OF_I2C=y
 CONFIG_OF_NET=y
 CONFIG_OF_MDIO=y
 CONFIG_OF_PCI=y
@@ -1004,7 +857,7 @@
 # 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=m
 CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
 # CONFIG_BLK_DEV_CRYPTOLOOP is not set
 # CONFIG_BLK_DEV_DRBD is not set
@@ -1014,7 +867,6 @@
 # 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
@@ -1023,39 +875,117 @@
 # Misc devices
 #
 # CONFIG_SENSORS_LIS3LV02D is not set
+# CONFIG_AD525X_DPOT 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_ICS932S401 is not set
 # CONFIG_ATMEL_SSC is not set
 # CONFIG_ENCLOSURE_SERVICES is not set
 # CONFIG_HP_ILO is not set
+# CONFIG_APDS9802ALS is not set
+# CONFIG_ISL29003 is not set
+# CONFIG_ISL29020 is not set
+# CONFIG_SENSORS_TSL2550 is not set
+# CONFIG_SENSORS_BH1780 is not set
+# CONFIG_SENSORS_BH1770 is not set
+# CONFIG_SENSORS_APDS990X is not set
+# CONFIG_HMC6352 is not set
+# CONFIG_DS1682 is not set
+# CONFIG_TI_DAC7512 is not set
+# CONFIG_BMP085_I2C is not set
+# CONFIG_BMP085_SPI is not set
 # CONFIG_PCH_PHUB is not set
+# CONFIG_USB_SWITCH_FSA9480 is not set
+# CONFIG_LATTICE_ECP3_CONFIG is not set
 # CONFIG_C2PORT is not set
 
 #
 # EEPROM support
 #
+# CONFIG_EEPROM_AT24 is not set
+# CONFIG_EEPROM_AT25 is not set
+# CONFIG_EEPROM_LEGACY is not set
+# CONFIG_EEPROM_MAX6875 is not set
 # CONFIG_EEPROM_93CX6 is not set
+# CONFIG_EEPROM_93XX46 is not set
 # CONFIG_CB710_CORE is not set
 
 #
 # Texas Instruments shared transport line discipline
 #
 # CONFIG_TI_ST is not set
+# CONFIG_SENSORS_LIS3_SPI is not set
+# CONFIG_SENSORS_LIS3_I2C is not set
 
 #
 # Altera FPGA firmware download module
 #
+# CONFIG_ALTERA_STAPL is not set
 CONFIG_HAVE_IDE=y
-# CONFIG_IDE is not set
+CONFIG_IDE=y
+
+#
+# Please see Documentation/ide/ide.txt for help/info on IDE drives
+#
+CONFIG_IDE_XFER_MODE=y
+CONFIG_IDE_TIMINGS=y
+# CONFIG_BLK_DEV_IDE_SATA is not set
+# CONFIG_IDE_GD is not set
+# CONFIG_BLK_DEV_IDECD is not set
+# CONFIG_BLK_DEV_IDETAPE is not set
+CONFIG_IDE_TASK_IOCTL=y
+CONFIG_IDE_PROC_FS=y
+
+#
+# IDE chipset support/bugfixes
+#
+# CONFIG_BLK_DEV_PLATFORM is not set
+CONFIG_BLK_DEV_IDEDMA_SFF=y
+
+#
+# PCI IDE chipsets support
+#
+CONFIG_BLK_DEV_IDEPCI=y
+CONFIG_IDEPCI_PCIBUS_ORDER=y
+# CONFIG_BLK_DEV_GENERIC is not set
+# CONFIG_BLK_DEV_OPTI621 is not set
+CONFIG_BLK_DEV_IDEDMA_PCI=y
+# CONFIG_BLK_DEV_AEC62XX is not set
+# CONFIG_BLK_DEV_ALI15X3 is not set
+# CONFIG_BLK_DEV_AMD74XX is not set
+# CONFIG_BLK_DEV_CMD64X is not set
+# CONFIG_BLK_DEV_TRIFLEX is not set
+# CONFIG_BLK_DEV_CS5520 is not set
+# CONFIG_BLK_DEV_CS5530 is not set
+# CONFIG_BLK_DEV_HPT366 is not set
+# CONFIG_BLK_DEV_JMICRON is not set
+# CONFIG_BLK_DEV_SC1200 is not set
+# CONFIG_BLK_DEV_PIIX is not set
+# CONFIG_BLK_DEV_IT8172 is not set
+# CONFIG_BLK_DEV_IT8213 is not set
+# CONFIG_BLK_DEV_IT821X is not set
+# CONFIG_BLK_DEV_NS87415 is not set
+# CONFIG_BLK_DEV_PDC202XX_OLD is not set
+# CONFIG_BLK_DEV_PDC202XX_NEW is not set
+# CONFIG_BLK_DEV_SVWKS is not set
+# CONFIG_BLK_DEV_SIIMAGE is not set
+# CONFIG_BLK_DEV_SL82C105 is not set
+# CONFIG_BLK_DEV_SLC90E66 is not set
+# CONFIG_BLK_DEV_TRM290 is not set
+# CONFIG_BLK_DEV_VIA82CXXX is not set
+# CONFIG_BLK_DEV_TC86C001 is not set
+CONFIG_BLK_DEV_IDE_PMAC=y
+CONFIG_BLK_DEV_IDE_PMAC_ATA100FIRST=y
+CONFIG_BLK_DEV_IDEDMA=y
 
 #
 # SCSI device support
 #
-CONFIG_SCSI_MOD=y
+CONFIG_SCSI_MOD=m
 # CONFIG_RAID_ATTRS is not set
-CONFIG_SCSI=y
+CONFIG_SCSI=m
 CONFIG_SCSI_DMA=y
 CONFIG_SCSI_TGT=m
 # CONFIG_SCSI_NETLINK is not set
@@ -1073,7 +1003,7 @@
 CONFIG_SCSI_MULTI_LUN=y
 CONFIG_SCSI_CONSTANTS=y
 CONFIG_SCSI_LOGGING=y
-CONFIG_SCSI_SCAN_ASYNC=y
+# CONFIG_SCSI_SCAN_ASYNC is not set
 
 #
 # SCSI Transports
@@ -1106,8 +1036,7 @@
 # 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_NEWGEN is not set
 # CONFIG_MEGARAID_LEGACY is not set
 # CONFIG_MEGARAID_SAS is not set
 # CONFIG_SCSI_MPT2SAS is not set
@@ -1139,14 +1068,12 @@
 # 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_DH=m
+CONFIG_SCSI_DH_RDAC=m
+CONFIG_SCSI_DH_HP_SW=m
+CONFIG_SCSI_DH_EMC=m
+CONFIG_SCSI_DH_ALUA=m
 # CONFIG_SCSI_OSD_INITIATOR is not set
 # CONFIG_ATA is not set
 CONFIG_MD=y
@@ -1160,17 +1087,19 @@
 # CONFIG_MD_MULTIPATH is not set
 # CONFIG_MD_FAULTY is not set
 CONFIG_BLK_DEV_DM=m
-CONFIG_DM_DEBUG=y
+# CONFIG_DM_DEBUG is not set
 # CONFIG_DM_CRYPT is not set
-# CONFIG_DM_SNAPSHOT is not set
+CONFIG_DM_SNAPSHOT=m
 # 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_LOG_USERSPACE=m
 # CONFIG_DM_ZERO is not set
-# CONFIG_DM_MULTIPATH is not set
-# CONFIG_DM_DELAY is not set
+CONFIG_DM_MULTIPATH=m
+CONFIG_DM_MULTIPATH_QL=m
+CONFIG_DM_MULTIPATH_ST=m
+CONFIG_DM_DELAY=m
 CONFIG_DM_UEVENT=y
 # CONFIG_DM_FLAKEY is not set
 # CONFIG_DM_VERITY is not set
@@ -1180,7 +1109,7 @@
 # CONFIG_FUSION_FC is not set
 # CONFIG_FUSION_SAS is not set
 CONFIG_FUSION_MAX_SGE=128
-CONFIG_FUSION_LOGGING=y
+# CONFIG_FUSION_LOGGING is not set
 
 #
 # IEEE 1394 (FireWire) support
@@ -1189,15 +1118,27 @@
 # CONFIG_FIREWIRE_NOSY is not set
 # CONFIG_I2O is not set
 CONFIG_MACINTOSH_DRIVERS=y
+CONFIG_ADB_PMU=y
+CONFIG_ADB_PMU_LED=y
+CONFIG_ADB_PMU_LED_IDE=y
+CONFIG_PMAC_SMU=y
 CONFIG_MAC_EMUMOUSEBTN=y
-# CONFIG_WINDFARM is not set
+CONFIG_THERM_PM72=y
+CONFIG_WINDFARM=y
+CONFIG_WINDFARM_PM81=y
+# CONFIG_WINDFARM_PM72 is not set
+# CONFIG_WINDFARM_RM31 is not set
+CONFIG_WINDFARM_PM91=y
+CONFIG_WINDFARM_PM112=y
+CONFIG_WINDFARM_PM121=y
+# CONFIG_PMAC_RACKMETER 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_MII=y
 # CONFIG_IFB is not set
 # CONFIG_NET_TEAM is not set
 # CONFIG_MACVLAN is not set
@@ -1205,9 +1146,9 @@
 # CONFIG_NETCONSOLE is not set
 # CONFIG_NETPOLL is not set
 # CONFIG_NET_POLL_CONTROLLER is not set
+# CONFIG_RIONET is not set
 # CONFIG_TUN is not set
 # CONFIG_VETH is not set
-# CONFIG_VIRTIO_NET is not set
 # CONFIG_ARCNET is not set
 
 #
@@ -1217,15 +1158,13 @@
 #
 # 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_NET_DSA_MV88E6XXX=y
+CONFIG_NET_DSA_MV88E6060=y
+CONFIG_NET_DSA_MV88E6XXX_NEED_PPU=y
+CONFIG_NET_DSA_MV88E6131=y
+CONFIG_NET_DSA_MV88E6123_61_65=y
 CONFIG_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
@@ -1235,12 +1174,11 @@
 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_ATL1C=y
 CONFIG_NET_CADENCE=y
 # CONFIG_ARM_AT91_ETHER is not set
 # CONFIG_MACB is not set
@@ -1269,7 +1207,6 @@
 # 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
@@ -1278,14 +1215,15 @@
 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_HP=y
+# CONFIG_HP100 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 is not set
+CONFIG_IBM_EMAC_ZMII=y
+CONFIG_IBM_EMAC_RGMII=y
+CONFIG_IBM_EMAC_TAH=y
+CONFIG_IBM_EMAC_EMAC4=y
 # 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
@@ -1299,7 +1237,7 @@
 # CONFIG_IXGB is not set
 # CONFIG_IXGBE is not set
 # CONFIG_IXGBEVF is not set
-# CONFIG_NET_VENDOR_I825XX is not set
+CONFIG_NET_VENDOR_I825XX=y
 # CONFIG_IP1000 is not set
 # CONFIG_JME is not set
 CONFIG_NET_VENDOR_MARVELL=y
@@ -1310,8 +1248,11 @@
 # CONFIG_MLX4_EN is not set
 # CONFIG_MLX4_CORE is not set
 CONFIG_NET_VENDOR_MICREL=y
+# CONFIG_KS8851 is not set
 # CONFIG_KS8851_MLL is not set
 # CONFIG_KSZ884X_PCI is not set
+CONFIG_NET_VENDOR_MICROCHIP=y
+# CONFIG_ENC28J60 is not set
 CONFIG_NET_VENDOR_MYRI=y
 # CONFIG_MYRI10GE is not set
 # CONFIG_FEALNX is not set
@@ -1319,9 +1260,7 @@
 # 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
@@ -1341,7 +1280,7 @@
 # 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_SEEQ=y
 CONFIG_NET_VENDOR_SILAN=y
 # CONFIG_SC92031 is not set
 CONFIG_NET_VENDOR_SIS=y
@@ -1349,7 +1288,6 @@
 # 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
@@ -1363,15 +1301,16 @@
 # CONFIG_TEHUTI is not set
 CONFIG_NET_VENDOR_TI=y
 # CONFIG_TLAN is not set
+CONFIG_NET_VENDOR_TOSHIBA=y
+# CONFIG_SPIDER_NET 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_NET_VENDOR_XILINX=y
+# CONFIG_XILINX_LL_TEMAC is not set
 # CONFIG_FDDI is not set
 # CONFIG_HIPPI is not set
 CONFIG_PHYLIB=y
@@ -1400,35 +1339,20 @@
 # CONFIG_MDIO_BITBANG is not set
 # CONFIG_MDIO_BUS_MUX_GPIO is not set
 # CONFIG_MDIO_BUS_MUX_MMIOREG is not set
+# CONFIG_MICREL_KS8995MA 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_WAN is not set
 # CONFIG_VMXNET3 is not set
 CONFIG_ISDN=y
 # CONFIG_ISDN_I4L is not set
@@ -1441,7 +1365,7 @@
 # Input device support
 #
 CONFIG_INPUT=y
-CONFIG_INPUT_FF_MEMLESS=y
+# CONFIG_INPUT_FF_MEMLESS is not set
 # CONFIG_INPUT_POLLDEV is not set
 # CONFIG_INPUT_SPARSEKMAP is not set
 # CONFIG_INPUT_MATRIXKMAP is not set
@@ -1461,11 +1385,23 @@
 # Input Device Drivers
 #
 CONFIG_INPUT_KEYBOARD=y
+# CONFIG_KEYBOARD_ADP5520 is not set
+# CONFIG_KEYBOARD_ADP5588 is not set
+# CONFIG_KEYBOARD_ADP5589 is not set
 CONFIG_KEYBOARD_ATKBD=y
+# CONFIG_KEYBOARD_QT1070 is not set
+# CONFIG_KEYBOARD_QT2160 is not set
 # CONFIG_KEYBOARD_LKKBD is not set
 # CONFIG_KEYBOARD_GPIO is not set
 # CONFIG_KEYBOARD_GPIO_POLLED is not set
+# CONFIG_KEYBOARD_TCA6416 is not set
+# CONFIG_KEYBOARD_TCA8418 is not set
 # CONFIG_KEYBOARD_MATRIX is not set
+# CONFIG_KEYBOARD_LM8323 is not set
+# CONFIG_KEYBOARD_LM8333 is not set
+# CONFIG_KEYBOARD_MAX7359 is not set
+# CONFIG_KEYBOARD_MCS is not set
+# CONFIG_KEYBOARD_MPR121 is not set
 # CONFIG_KEYBOARD_NEWTON is not set
 # CONFIG_KEYBOARD_OPENCORES is not set
 # CONFIG_KEYBOARD_STOWAWAY is not set
@@ -1480,50 +1416,101 @@
 CONFIG_MOUSE_PS2_TRACKPOINT=y
 CONFIG_MOUSE_PS2_ELANTECH=y
 CONFIG_MOUSE_PS2_SENTELIC=y
-# CONFIG_MOUSE_PS2_TOUCHKIT is not set
+CONFIG_MOUSE_PS2_TOUCHKIT=y
 # CONFIG_MOUSE_SERIAL is not set
 # CONFIG_MOUSE_APPLETOUCH is not set
 # CONFIG_MOUSE_BCM5974 is not set
+# CONFIG_MOUSE_CYAPA is not set
 # CONFIG_MOUSE_VSXXXAA is not set
 # CONFIG_MOUSE_GPIO is not set
+# CONFIG_MOUSE_SYNAPTICS_I2C is not set
 # CONFIG_MOUSE_SYNAPTICS_USB is not set
-# CONFIG_INPUT_JOYSTICK is not set
+CONFIG_INPUT_JOYSTICK=y
+# CONFIG_JOYSTICK_ANALOG is not set
+# CONFIG_JOYSTICK_A3D is not set
+# CONFIG_JOYSTICK_ADI is not set
+# CONFIG_JOYSTICK_COBRA is not set
+# CONFIG_JOYSTICK_GF2K is not set
+# CONFIG_JOYSTICK_GRIP is not set
+# CONFIG_JOYSTICK_GRIP_MP is not set
+# CONFIG_JOYSTICK_GUILLEMOT is not set
+# CONFIG_JOYSTICK_INTERACT is not set
+# CONFIG_JOYSTICK_SIDEWINDER is not set
+# CONFIG_JOYSTICK_TMDC is not set
+# CONFIG_JOYSTICK_IFORCE is not set
+# CONFIG_JOYSTICK_WARRIOR is not set
+# CONFIG_JOYSTICK_MAGELLAN is not set
+# CONFIG_JOYSTICK_SPACEORB is not set
+# CONFIG_JOYSTICK_SPACEBALL is not set
+# CONFIG_JOYSTICK_STINGER is not set
+# CONFIG_JOYSTICK_TWIDJOY is not set
+# CONFIG_JOYSTICK_ZHENHUA is not set
+# CONFIG_JOYSTICK_AS5011 is not set
+# CONFIG_JOYSTICK_JOYDUMP is not set
+# CONFIG_JOYSTICK_XPAD 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_ADS7846 is not set
+# CONFIG_TOUCHSCREEN_AD7877 is not set
 # CONFIG_TOUCHSCREEN_AD7879 is not set
+# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
+# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
+# CONFIG_TOUCHSCREEN_BU21013 is not set
+# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set
 # CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
+# CONFIG_TOUCHSCREEN_DA9034 is not set
 # CONFIG_TOUCHSCREEN_DYNAPRO is not set
 # CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
+# CONFIG_TOUCHSCREEN_EETI is not set
+# CONFIG_TOUCHSCREEN_EGALAX is not set
 # CONFIG_TOUCHSCREEN_FUJITSU is not set
+# CONFIG_TOUCHSCREEN_ILI210X is not set
 # CONFIG_TOUCHSCREEN_GUNZE is not set
 # CONFIG_TOUCHSCREEN_ELO is not set
 # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
+# CONFIG_TOUCHSCREEN_WACOM_I2C is not set
+# CONFIG_TOUCHSCREEN_MAX11801 is not set
+# CONFIG_TOUCHSCREEN_MCS5000 is not set
+# CONFIG_TOUCHSCREEN_MMS114 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_EDT_FT5X06 is not set
 # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
 # CONFIG_TOUCHSCREEN_TOUCHWIN is not set
+# CONFIG_TOUCHSCREEN_PIXCIR is not set
 # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
 # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
 # CONFIG_TOUCHSCREEN_TSC_SERIO is not set
+# CONFIG_TOUCHSCREEN_TSC2005 is not set
+# CONFIG_TOUCHSCREEN_TSC2007 is not set
+# CONFIG_TOUCHSCREEN_PCAP is not set
+# CONFIG_TOUCHSCREEN_ST1232 is not set
+# CONFIG_TOUCHSCREEN_TPS6507X is not set
 CONFIG_INPUT_MISC=y
 # CONFIG_INPUT_AD714X is not set
+# CONFIG_INPUT_BMA150 is not set
 # CONFIG_INPUT_PCSPKR is not set
+# CONFIG_INPUT_MMA8450 is not set
+# CONFIG_INPUT_MPU3050 is not set
+# CONFIG_INPUT_GP2A 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_KXTJ9 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_PCF8574 is not set
 # CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
+# CONFIG_INPUT_PCAP is not set
 # CONFIG_INPUT_ADXL34X is not set
 # CONFIG_INPUT_CMA3000 is not set
 
@@ -1532,7 +1519,7 @@
 #
 CONFIG_SERIO=y
 CONFIG_SERIO_I8042=y
-CONFIG_SERIO_SERPORT=y
+# CONFIG_SERIO_SERPORT is not set
 # CONFIG_SERIO_PCIPS2 is not set
 CONFIG_SERIO_LIBPS2=y
 # CONFIG_SERIO_RAW is not set
@@ -1554,23 +1541,14 @@
 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_LEGACY_PTYS=y
+CONFIG_LEGACY_PTY_COUNT=0
+# CONFIG_SERIAL_NONSTANDARD 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
+CONFIG_DEVKMEM=y
 
 #
 # Serial drivers
@@ -1580,32 +1558,32 @@
 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_NR_UARTS=4
 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_EXTENDED is not set
 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_MAX3100 is not set
+# CONFIG_SERIAL_MAX310X 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_PMACZILOG=y
+# CONFIG_SERIAL_PMACZILOG_TTYS is not set
+CONFIG_SERIAL_PMACZILOG_CONSOLE=y
 # CONFIG_SERIAL_ICOM is not set
 # CONFIG_SERIAL_JSM is not set
 # CONFIG_SERIAL_OF_PLATFORM is not set
+# CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL 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_IFX6X60 is not set
 # CONFIG_SERIAL_PCH_UART is not set
 # CONFIG_SERIAL_XILINX_PS_UART is not set
 # CONFIG_SERIAL_ARC is not set
@@ -1618,30 +1596,107 @@
 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_HW_RANDOM_AMD is not set
+CONFIG_HW_RANDOM_PSERIES=y
+CONFIG_GEN_RTC=y
+# CONFIG_GEN_RTC_X 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_RAW_DRIVER is not set
 # 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_I2C=y
+CONFIG_I2C_BOARDINFO=y
+CONFIG_I2C_COMPAT=y
+# CONFIG_I2C_CHARDEV is not set
+# CONFIG_I2C_MUX is not set
+CONFIG_I2C_HELPER_AUTO=y
+CONFIG_I2C_ALGOBIT=y
+
+#
+# I2C Hardware Bus support
+#
+
+#
+# PC SMBus host controller drivers
+#
+# CONFIG_I2C_ALI1535 is not set
+# CONFIG_I2C_ALI1563 is not set
+# CONFIG_I2C_ALI15X3 is not set
+# CONFIG_I2C_AMD756 is not set
+# CONFIG_I2C_AMD8111 is not set
+# CONFIG_I2C_I801 is not set
+# CONFIG_I2C_ISCH is not set
+# CONFIG_I2C_PIIX4 is not set
+# CONFIG_I2C_NFORCE2 is not set
+# CONFIG_I2C_SIS5595 is not set
+# CONFIG_I2C_SIS630 is not set
+# CONFIG_I2C_SIS96X is not set
+# CONFIG_I2C_VIA is not set
+# CONFIG_I2C_VIAPRO is not set
+
+#
+# Mac SMBus host controller drivers
+#
+CONFIG_I2C_POWERMAC=y
+
+#
+# I2C system bus drivers (mostly embedded / system-on-chip)
+#
+# CONFIG_I2C_CBUS_GPIO is not set
+# CONFIG_I2C_DESIGNWARE_PCI is not set
+# CONFIG_I2C_EG20T is not set
+# CONFIG_I2C_GPIO is not set
+# CONFIG_I2C_INTEL_MID is not set
+# CONFIG_I2C_MPC is not set
+# CONFIG_I2C_OCORES is not set
+# CONFIG_I2C_PCA_PLATFORM is not set
+# CONFIG_I2C_PXA_PCI is not set
+# CONFIG_I2C_SIMTEC is not set
+# CONFIG_I2C_XILINX is not set
+
+#
+# External I2C/SMBus adapter drivers
+#
+# CONFIG_I2C_PARPORT_LIGHT is not set
+# CONFIG_I2C_TAOS_EVM is not set
+
+#
+# Other I2C/SMBus bus drivers
+#
+# CONFIG_I2C_STUB is not set
+# CONFIG_I2C_DEBUG_CORE is not set
+# CONFIG_I2C_DEBUG_ALGO is not set
+# CONFIG_I2C_DEBUG_BUS is not set
+CONFIG_SPI=y
+CONFIG_SPI_DEBUG=y
+CONFIG_SPI_MASTER=y
+
+#
+# SPI Master Controller Drivers
+#
+# CONFIG_SPI_ALTERA is not set
+# CONFIG_SPI_BITBANG is not set
+# CONFIG_SPI_GPIO is not set
+# CONFIG_SPI_OC_TINY is not set
+# CONFIG_SPI_PXA2XX is not set
+# CONFIG_SPI_PXA2XX_PCI is not set
+# CONFIG_SPI_SC18IS602 is not set
+# CONFIG_SPI_TOPCLIFF_PCH is not set
+# CONFIG_SPI_XCOMM is not set
+# CONFIG_SPI_XILINX is not set
+# CONFIG_SPI_DESIGNWARE is not set
+
+#
+# SPI Protocol Masters
+#
+# CONFIG_SPI_SPIDEV is not set
+# CONFIG_SPI_TLE62X0 is not set
 # CONFIG_HSI is not set
 
 #
@@ -1672,12 +1727,20 @@
 #
 # CONFIG_GPIO_GENERIC_PLATFORM is not set
 # CONFIG_GPIO_TS5500 is not set
-# CONFIG_GPIO_XILINX is not set
+CONFIG_GPIO_XILINX=y
 # CONFIG_GPIO_VX855 is not set
 
 #
 # I2C GPIO expanders:
 #
+# CONFIG_GPIO_MAX7300 is not set
+# CONFIG_GPIO_MAX732X is not set
+# CONFIG_GPIO_PCA953X is not set
+# CONFIG_GPIO_PCF857X is not set
+CONFIG_GPIO_SX150X=y
+# CONFIG_GPIO_ADP5520 is not set
+# CONFIG_GPIO_ADP5588 is not set
+# CONFIG_GPIO_ADNP is not set
 
 #
 # PCI GPIO expanders:
@@ -1690,6 +1753,10 @@
 #
 # SPI GPIO expanders:
 #
+# CONFIG_GPIO_MAX7301 is not set
+# CONFIG_GPIO_MCP23S08 is not set
+# CONFIG_GPIO_MC33880 is not set
+# CONFIG_GPIO_74X164 is not set
 
 #
 # AC97 GPIO expanders:
@@ -1703,36 +1770,10 @@
 # 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_SUPPLY 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_HWMON 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
@@ -1742,7 +1783,7 @@
 # CONFIG_CPU_THERMAL is not set
 # CONFIG_THERMAL_EMULATION is not set
 CONFIG_WATCHDOG=y
-CONFIG_WATCHDOG_CORE=y
+# CONFIG_WATCHDOG_CORE is not set
 # CONFIG_WATCHDOG_NOWAYOUT is not set
 
 #
@@ -1758,11 +1799,6 @@
 #
 # CONFIG_PCIPCWATCHDOG is not set
 # CONFIG_WDTPCI is not set
-
-#
-# USB-based Watchdog Cards
-#
-# CONFIG_USBPCWATCHDOG is not set
 CONFIG_SSB_POSSIBLE=y
 
 #
@@ -1780,37 +1816,111 @@
 # Multifunction device drivers
 #
 # CONFIG_MFD_CORE is not set
+# CONFIG_MFD_88PM860X is not set
+# CONFIG_MFD_88PM800 is not set
+# CONFIG_MFD_88PM805 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_HTC_I2CPLD=y
+# CONFIG_MFD_LM3533 is not set
+# CONFIG_TPS6105X is not set
+# CONFIG_TPS65010 is not set
+# CONFIG_TPS6507X is not set
+# CONFIG_MFD_TPS65217 is not set
+# CONFIG_MFD_TPS6586X is not set
+# CONFIG_MFD_TPS65910 is not set
+# CONFIG_MFD_TPS65912_I2C is not set
+# CONFIG_MFD_TPS65912_SPI is not set
+# CONFIG_MFD_TPS80031 is not set
+# CONFIG_TWL4030_CORE is not set
+# CONFIG_TWL6040_CORE is not set
+# CONFIG_MFD_STMPE is not set
+# CONFIG_MFD_TC3589X is not set
 # CONFIG_MFD_TMIO is not set
+# CONFIG_MFD_SMSC is not set
+CONFIG_PMIC_DA903X=y
+# CONFIG_MFD_DA9052_SPI is not set
+# CONFIG_MFD_DA9052_I2C is not set
+# CONFIG_MFD_DA9055 is not set
+CONFIG_PMIC_ADP5520=y
+# CONFIG_MFD_LP8788 is not set
+# CONFIG_MFD_MAX77686 is not set
+# CONFIG_MFD_MAX77693 is not set
+# CONFIG_MFD_MAX8907 is not set
+# CONFIG_MFD_MAX8925 is not set
+# CONFIG_MFD_MAX8997 is not set
+# CONFIG_MFD_MAX8998 is not set
+# CONFIG_MFD_SEC_CORE is not set
+# CONFIG_MFD_ARIZONA_I2C is not set
+# CONFIG_MFD_ARIZONA_SPI is not set
+# CONFIG_MFD_WM8400 is not set
+# CONFIG_MFD_WM831X_I2C is not set
+# CONFIG_MFD_WM831X_SPI is not set
+# CONFIG_MFD_WM8350_I2C is not set
+# CONFIG_MFD_WM8994 is not set
+# CONFIG_MFD_PCF50633 is not set
+# CONFIG_MFD_MC13XXX_SPI is not set
+# CONFIG_MFD_MC13XXX_I2C is not set
 # CONFIG_ABX500_CORE is not set
+CONFIG_EZX_PCAP=y
 # 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_WL1273_CORE is not set
+# CONFIG_MFD_TPS65090 is not set
+# CONFIG_MFD_AAT2870_CORE is not set
+# CONFIG_MFD_RC5T583 is not set
 # CONFIG_MFD_SYSCON is not set
-# CONFIG_MFD_VIPERBOARD is not set
-# CONFIG_REGULATOR is not set
+# CONFIG_MFD_PALMAS is not set
+# CONFIG_MFD_RETU is not set
+# CONFIG_MFD_AS3711 is not set
+CONFIG_REGULATOR=y
+CONFIG_REGULATOR_DEBUG=y
+CONFIG_REGULATOR_DUMMY=y
+# CONFIG_REGULATOR_FIXED_VOLTAGE is not set
+# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
+# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
+# CONFIG_REGULATOR_GPIO is not set
+# CONFIG_REGULATOR_AD5398 is not set
+# CONFIG_REGULATOR_DA903X is not set
+# CONFIG_REGULATOR_FAN53555 is not set
+# CONFIG_REGULATOR_ISL6271A is not set
+# CONFIG_REGULATOR_MAX1586 is not set
+# CONFIG_REGULATOR_MAX8649 is not set
+# CONFIG_REGULATOR_MAX8660 is not set
+# CONFIG_REGULATOR_MAX8952 is not set
+# CONFIG_REGULATOR_MAX8973 is not set
+# CONFIG_REGULATOR_PCAP is not set
+# CONFIG_REGULATOR_LP3971 is not set
+# CONFIG_REGULATOR_LP3972 is not set
+# CONFIG_REGULATOR_LP872X is not set
+# CONFIG_REGULATOR_LP8755 is not set
+# CONFIG_REGULATOR_TPS51632 is not set
+# CONFIG_REGULATOR_TPS62360 is not set
+# CONFIG_REGULATOR_TPS65023 is not set
+# CONFIG_REGULATOR_TPS6507X is not set
+# CONFIG_REGULATOR_TPS6524X is not set
 # CONFIG_MEDIA_SUPPORT is not set
 
 #
 # Graphics support
 #
-CONFIG_AGP=y
+# CONFIG_AGP is not set
 CONFIG_VGA_ARB=y
-CONFIG_VGA_ARB_MAX_GPUS=64
+CONFIG_VGA_ARB_MAX_GPUS=16
 # CONFIG_DRM is not set
-# CONFIG_VGASTATE is not set
+CONFIG_VGASTATE=y
 # 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_DDC=y
 # CONFIG_FB_BOOT_VESA_SUPPORT is not set
 CONFIG_FB_CFB_FILLRECT=y
 CONFIG_FB_CFB_COPYAREA=y
@@ -1824,7 +1934,7 @@
 # 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_BACKLIGHT=y
 CONFIG_FB_MODE_HELPERS=y
 CONFIG_FB_TILEBLITTING=y
 
@@ -1840,15 +1950,21 @@
 # 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_NVIDIA=y
+CONFIG_FB_NVIDIA_I2C=y
+# CONFIG_FB_NVIDIA_DEBUG is not set
+CONFIG_FB_NVIDIA_BACKLIGHT=y
 # 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_MILLENIUM=y
+CONFIG_FB_MATROX_MYSTIQUE=y
+CONFIG_FB_MATROX_G=y
 # CONFIG_FB_MATROX_I2C is not set
-# CONFIG_FB_RADEON is not set
+CONFIG_FB_RADEON=y
+CONFIG_FB_RADEON_I2C=y
+CONFIG_FB_RADEON_BACKLIGHT=y
+# CONFIG_FB_RADEON_DEBUG is not set
 # CONFIG_FB_ATY128 is not set
 # CONFIG_FB_ATY is not set
 # CONFIG_FB_S3 is not set
@@ -1863,8 +1979,6 @@
 # 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
@@ -1877,268 +1991,59 @@
 # CONFIG_LCD_CLASS_DEVICE is not set
 CONFIG_BACKLIGHT_CLASS_DEVICE=y
 # CONFIG_BACKLIGHT_GENERIC is not set
+# CONFIG_BACKLIGHT_DA903X is not set
+# CONFIG_BACKLIGHT_ADP5520 is not set
+# CONFIG_BACKLIGHT_ADP8860 is not set
+# CONFIG_BACKLIGHT_ADP8870 is not set
+# CONFIG_BACKLIGHT_LM3630 is not set
+# CONFIG_BACKLIGHT_LM3639 is not set
+# CONFIG_BACKLIGHT_LP855X is not set
 
 #
 # Console display driver support
 #
-CONFIG_VGA_CONSOLE=y
-CONFIG_VGACON_SOFT_SCROLLBACK=y
-CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
+# CONFIG_VGA_CONSOLE is not set
 CONFIG_DUMMY_CONSOLE=y
 CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
-CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
+# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
 # 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_VGA16=y
 CONFIG_LOGO_LINUX_CLUT224=y
+# CONFIG_FB_SSD1307 is not set
 # 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_HID is not set
+
+#
+# I2C HID support
+#
+# CONFIG_I2C_HID is not set
 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
+# CONFIG_USB 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_USB_HSIC_USB3503 is not set
 # 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
@@ -2148,9 +2053,25 @@
 #
 # LED drivers
 #
+# CONFIG_LEDS_LM3530 is not set
+# CONFIG_LEDS_LM3642 is not set
+# CONFIG_LEDS_PCA9532 is not set
 # CONFIG_LEDS_GPIO is not set
+# CONFIG_LEDS_LP3944 is not set
+# CONFIG_LEDS_LP5521 is not set
+# CONFIG_LEDS_LP5523 is not set
+# CONFIG_LEDS_PCA955X is not set
+# CONFIG_LEDS_PCA9633 is not set
+# CONFIG_LEDS_DA903X is not set
+# CONFIG_LEDS_DAC124S085 is not set
+# CONFIG_LEDS_REGULATOR is not set
+# CONFIG_LEDS_BD2802 is not set
 # CONFIG_LEDS_LT3593 is not set
+# CONFIG_LEDS_ADP5520 is not set
+# CONFIG_LEDS_TCA6507 is not set
+# CONFIG_LEDS_LM355x is not set
 # CONFIG_LEDS_OT200 is not set
+# CONFIG_LEDS_BLINKM is not set
 CONFIG_LEDS_TRIGGERS=y
 
 #
@@ -2158,6 +2079,7 @@
 #
 # CONFIG_LEDS_TRIGGER_TIMER is not set
 # CONFIG_LEDS_TRIGGER_ONESHOT is not set
+CONFIG_LEDS_TRIGGER_IDE_DISK=y
 # CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
 # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
 # CONFIG_LEDS_TRIGGER_CPU is not set
@@ -2173,55 +2095,12 @@
 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_EDAC_MM_EDAC=y
+# CONFIG_EDAC_CELL is not set
+# CONFIG_EDAC_AMD8131 is not set
+# CONFIG_EDAC_AMD8111 is not set
+# CONFIG_EDAC_CPC925 is not set
+# CONFIG_RTC_CLASS is not set
 CONFIG_DMADEVICES=y
 # CONFIG_DMADEVICES_DEBUG is not set
 
@@ -2233,13 +2112,11 @@
 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_PCI is not set
 # CONFIG_VIRTIO_MMIO is not set
 
 #
@@ -2247,46 +2124,35 @@
 #
 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
+# CONFIG_TOUCHSCREEN_CLEARPAD_TM1217 is not set
+# CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4 is not set
+# CONFIG_STAGING_MEDIA is not set
 
 #
 # 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_NET_VENDOR_SILICOM=y
+# CONFIG_SBYPASS is not set
+# CONFIG_BPCTL is not set
 # CONFIG_DGRP is not set
-# CONFIG_ZCACHE is not set
 
 #
 # Hardware Spinlock drivers
@@ -2319,25 +2185,31 @@
 # 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_EXT3_FS=m
+CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
+CONFIG_EXT3_FS_XATTR=y
+CONFIG_EXT3_FS_POSIX_ACL=y
+CONFIG_EXT3_FS_SECURITY=y
+# CONFIG_EXT4_FS is not set
+CONFIG_JBD=m
+# CONFIG_JBD_DEBUG is not set
+CONFIG_FS_MBCACHE=m
+CONFIG_REISERFS_FS=y
+# CONFIG_REISERFS_CHECK is not set
+CONFIG_REISERFS_PROC_INFO=y
+CONFIG_REISERFS_FS_XATTR=y
+CONFIG_REISERFS_FS_POSIX_ACL=y
+CONFIG_REISERFS_FS_SECURITY=y
 # 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_RT=y
 # 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_BTRFS_FS=m
+CONFIG_BTRFS_FS_POSIX_ACL=y
+# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
 # CONFIG_NILFS2_FS is not set
 CONFIG_FS_POSIX_ACL=y
 CONFIG_EXPORTFS=y
@@ -2351,12 +2223,12 @@
 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_QFMT_V2 is not set
 CONFIG_QUOTACTL=y
-CONFIG_AUTOFS4_FS=y
-# CONFIG_FUSE_FS is not set
+# CONFIG_AUTOFS4_FS is not set
+CONFIG_FUSE_FS=m
+# CONFIG_CUSE is not set
 CONFIG_GENERIC_ACL=y
 
 #
@@ -2380,8 +2252,11 @@
 #
 # DOS/FAT/NT Filesystems
 #
+CONFIG_FAT_FS=y
 # CONFIG_MSDOS_FS is not set
-# CONFIG_VFAT_FS is not set
+CONFIG_VFAT_FS=y
+CONFIG_FAT_DEFAULT_CODEPAGE=437
+CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
 # CONFIG_NTFS_FS is not set
 
 #
@@ -2398,7 +2273,7 @@
 CONFIG_TMPFS_XATTR=y
 CONFIG_HUGETLBFS=y
 CONFIG_HUGETLB_PAGE=y
-CONFIG_CONFIGFS_FS=y
+# CONFIG_CONFIGFS_FS is not set
 CONFIG_MISC_FILESYSTEMS=y
 # CONFIG_ADFS_FS is not set
 # CONFIG_AFFS_FS is not set
@@ -2418,19 +2293,17 @@
 # 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_PSTORE 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_V2=m
 CONFIG_NFS_V3=m
 CONFIG_NFS_V3_ACL=y
 CONFIG_NFS_V4=m
-# CONFIG_NFS_SWAP is not set
+CONFIG_NFS_SWAP=y
 CONFIG_NFS_V4_1=y
 CONFIG_PNFS_FILE_LAYOUT=m
 CONFIG_PNFS_BLOCK=m
@@ -2438,13 +2311,7 @@
 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_NFSD is not set
 CONFIG_LOCKD=m
 CONFIG_LOCKD_V4=y
 CONFIG_NFS_ACL_SUPPORT=m
@@ -2452,7 +2319,8 @@
 CONFIG_SUNRPC=m
 CONFIG_SUNRPC_GSS=m
 CONFIG_SUNRPC_BACKCHANNEL=y
-CONFIG_SUNRPC_DEBUG=y
+CONFIG_SUNRPC_SWAP=y
+# CONFIG_SUNRPC_DEBUG is not set
 # CONFIG_CEPH_FS is not set
 # CONFIG_CIFS is not set
 # CONFIG_NCP_FS is not set
@@ -2483,8 +2351,8 @@
 # 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_ASCII is not set
+CONFIG_NLS_ISO8859_1=y
 # CONFIG_NLS_ISO8859_2 is not set
 # CONFIG_NLS_ISO8859_3 is not set
 # CONFIG_NLS_ISO8859_4 is not set
@@ -2509,20 +2377,20 @@
 # 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_RAID6_PQ=m
 CONFIG_BITREVERSE=y
 CONFIG_GENERIC_STRNCPY_FROM_USER=y
 CONFIG_GENERIC_STRNLEN_USER=y
 CONFIG_GENERIC_PCI_IOMAP=y
+CONFIG_GENERIC_IOMAP=y
 CONFIG_GENERIC_IO=y
-CONFIG_PERCPU_RWSEM=y
 # CONFIG_CRC_CCITT is not set
-CONFIG_CRC16=y
+# CONFIG_CRC16 is not set
 CONFIG_CRC_T10DIF=m
 # CONFIG_CRC_ITU_T is not set
 CONFIG_CRC32=y
@@ -2536,6 +2404,7 @@
 # CONFIG_CRC8 is not set
 CONFIG_ZLIB_INFLATE=y
 CONFIG_ZLIB_DEFLATE=y
+CONFIG_LZO_COMPRESS=m
 CONFIG_LZO_DECOMPRESS=y
 CONFIG_XZ_DEC=y
 CONFIG_XZ_DEC_X86=y
@@ -2554,6 +2423,7 @@
 CONFIG_HAS_IOMEM=y
 CONFIG_HAS_IOPORT=y
 CONFIG_HAS_DMA=y
+CONFIG_CPUMASK_OFFSTACK=y
 CONFIG_CPU_RMAP=y
 CONFIG_DQL=y
 CONFIG_NLATTR=y
@@ -2568,40 +2438,36 @@
 #
 # Kernel hacking
 #
-CONFIG_PRINTK_TIME=y
+# CONFIG_PRINTK_TIME is not set
 CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
-# CONFIG_ENABLE_WARN_DEPRECATED is not set
-CONFIG_ENABLE_MUST_CHECK=y
+CONFIG_ENABLE_WARN_DEPRECATED=y
+# CONFIG_ENABLE_MUST_CHECK is not set
 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_UNUSED_SYMBOLS=y
 CONFIG_DEBUG_FS=y
-CONFIG_HEADERS_CHECK=y
+# CONFIG_HEADERS_CHECK is not set
 CONFIG_DEBUG_SECTION_MISMATCH=y
 CONFIG_DEBUG_KERNEL=y
-CONFIG_DEBUG_SHIRQ=y
+# CONFIG_DEBUG_SHIRQ is not set
 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_DEFAULT_HUNG_TASK_TIMEOUT=0
 # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
 CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
 CONFIG_SCHED_DEBUG=y
 CONFIG_SCHEDSTATS=y
 CONFIG_TIMER_STATS=y
 # CONFIG_DEBUG_OBJECTS is not set
-# CONFIG_SLUB_DEBUG_ON is not set
-# CONFIG_SLUB_STATS is not set
+# CONFIG_DEBUG_SLAB is not set
 CONFIG_HAVE_DEBUG_KMEMLEAK=y
-CONFIG_DEBUG_KMEMLEAK=y
-CONFIG_DEBUG_KMEMLEAK_EARLY_LOG_SIZE=2400
-# CONFIG_DEBUG_KMEMLEAK_TEST is not set
-# CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF is not set
+# CONFIG_DEBUG_KMEMLEAK is not set
 # CONFIG_DEBUG_RT_MUTEXES is not set
 # CONFIG_RT_MUTEX_TESTER is not set
 # CONFIG_DEBUG_SPINLOCK is not set
@@ -2617,11 +2483,10 @@
 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_VM is not set
 # CONFIG_DEBUG_WRITECOUNT is not set
 CONFIG_DEBUG_MEMORY_INIT=y
-CONFIG_DEBUG_LIST=y
+# CONFIG_DEBUG_LIST is not set
 # CONFIG_TEST_LIST_SORT is not set
 # CONFIG_DEBUG_SG is not set
 # CONFIG_DEBUG_NOTIFIERS is not set
@@ -2630,7 +2495,7 @@
 #
 # RCU Debugging
 #
-CONFIG_SPARSE_RCU_POINTER=y
+# CONFIG_SPARSE_RCU_POINTER is not set
 # CONFIG_RCU_TORTURE_TEST is not set
 CONFIG_RCU_CPU_STALL_TIMEOUT=60
 # CONFIG_RCU_CPU_STALL_INFO is not set
@@ -2638,22 +2503,25 @@
 # 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_DEBUG_FORCE_WEAK_PER_CPU=y
+CONFIG_DEBUG_PER_CPU_MAPS=y
 # CONFIG_LKDTM is not set
 # CONFIG_NOTIFIER_ERROR_INJECTION is not set
-# CONFIG_FAULT_INJECTION is not set
+CONFIG_FAULT_INJECTION=y
+CONFIG_FAILSLAB=y
+CONFIG_FAIL_PAGE_ALLOC=y
+# CONFIG_FAIL_MAKE_REQUEST is not set
+CONFIG_FAIL_IO_TIMEOUT=y
+CONFIG_FAULT_INJECTION_DEBUG_FS=y
+# CONFIG_FAULT_INJECTION_STACKTRACE_FILTER is not set
 CONFIG_LATENCYTOP=y
-CONFIG_DEBUG_PAGEALLOC=y
-CONFIG_WANT_PAGE_DEBUG_FLAGS=y
-CONFIG_PAGE_GUARD=y
+# CONFIG_DEBUG_PAGEALLOC is not set
 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
@@ -2664,7 +2532,7 @@
 CONFIG_FTRACE=y
 # CONFIG_FUNCTION_TRACER is not set
 # CONFIG_IRQSOFF_TRACER is not set
-CONFIG_SCHED_TRACER=y
+# CONFIG_SCHED_TRACER is not set
 CONFIG_FTRACE_SYSCALLS=y
 # CONFIG_TRACER_SNAPSHOT is not set
 CONFIG_BRANCH_PROFILE_NONE=y
@@ -2673,34 +2541,28 @@
 # CONFIG_STACK_TRACER is not set
 CONFIG_BLK_DEV_IO_TRACE=y
 CONFIG_KPROBE_EVENT=y
-CONFIG_UPROBE_EVENT=y
+# CONFIG_UPROBE_EVENT is not set
 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_ATOMIC64_SELFTEST is not set
 # CONFIG_SAMPLES is not set
 CONFIG_HAVE_ARCH_KGDB=y
-CONFIG_KGDB=y
-CONFIG_KGDB_SERIAL_CONSOLE=y
-CONFIG_KGDB_TESTS=y
-# CONFIG_KGDB_TESTS_ON_BOOT is not set
-CONFIG_KGDB_KDB=y
-CONFIG_KDB_KEYBOARD=y
-CONFIG_KDB_CONTINUE_CATASTROPHIC=0
-CONFIG_TEST_KSTRTOX=y
-CONFIG_PPC_DISABLE_WERROR=y
+# CONFIG_KGDB is not set
+# CONFIG_TEST_KSTRTOX is not set
+# CONFIG_PPC_DISABLE_WERROR is not set
+CONFIG_PPC_WERROR=y
 CONFIG_PRINT_STACK_DEPTH=64
 CONFIG_DEBUG_STACKOVERFLOW=y
 # CONFIG_HCALL_STATS is not set
-CONFIG_PPC_EMULATED_STATS=y
+# CONFIG_PPC_EMULATED_STATS is not set
 # CONFIG_CODE_PATCHING_SELFTEST is not set
 # CONFIG_FTR_FIXUP_SELFTEST is not set
-CONFIG_MSI_BITMAP_SELFTEST=y
+# CONFIG_MSI_BITMAP_SELFTEST is not set
 CONFIG_XMON=y
 # CONFIG_XMON_DEFAULT is not set
 CONFIG_XMON_DISASSEMBLY=y
@@ -2708,6 +2570,7 @@
 CONFIG_BOOTX_TEXT=y
 # CONFIG_PPC_EARLY_DEBUG is not set
 CONFIG_STRICT_DEVMEM=y
+# CONFIG_FAIL_IOMMU is not set
 
 #
 # Security options
@@ -2720,11 +2583,11 @@
 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_PATH=y
+CONFIG_LSM_MMAP_MIN_ADDR=0
 CONFIG_SECURITY_SELINUX=y
 CONFIG_SECURITY_SELINUX_BOOTPARAM=y
-CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1
+CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0
 CONFIG_SECURITY_SELINUX_DISABLE=y
 CONFIG_SECURITY_SELINUX_DEVELOP=y
 CONFIG_SECURITY_SELINUX_AVC_STATS=y
@@ -2732,14 +2595,17 @@
 # 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_APPARMOR=y
+CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1
 # CONFIG_SECURITY_YAMA is not set
 # CONFIG_IMA is not set
 # CONFIG_EVM is not set
-CONFIG_DEFAULT_SECURITY_SELINUX=y
+# CONFIG_DEFAULT_SECURITY_SELINUX is not set
+CONFIG_DEFAULT_SECURITY_APPARMOR=y
 # CONFIG_DEFAULT_SECURITY_DAC is not set
-CONFIG_DEFAULT_SECURITY="selinux"
+CONFIG_DEFAULT_SECURITY="apparmor"
 CONFIG_KEYS_COMPAT=y
+CONFIG_XOR_BLOCKS=m
 CONFIG_CRYPTO=y
 
 #
@@ -2747,13 +2613,10 @@
 #
 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
@@ -2773,15 +2636,15 @@
 #
 # CONFIG_CRYPTO_CCM is not set
 # CONFIG_CRYPTO_GCM is not set
-CONFIG_CRYPTO_SEQIV=y
+# CONFIG_CRYPTO_SEQIV is not set
 
 #
 # Block modes
 #
-CONFIG_CRYPTO_CBC=y
-CONFIG_CRYPTO_CTR=y
+# CONFIG_CRYPTO_CBC is not set
+# CONFIG_CRYPTO_CTR is not set
 # CONFIG_CRYPTO_CTS is not set
-CONFIG_CRYPTO_ECB=y
+# CONFIG_CRYPTO_ECB is not set
 # CONFIG_CRYPTO_LRW is not set
 # CONFIG_CRYPTO_PCBC is not set
 # CONFIG_CRYPTO_XTS is not set
@@ -2796,7 +2659,7 @@
 #
 # Digest
 #
-CONFIG_CRYPTO_CRC32C=y
+CONFIG_CRYPTO_CRC32C=m
 # CONFIG_CRYPTO_CRC32 is not set
 # CONFIG_CRYPTO_GHASH is not set
 # CONFIG_CRYPTO_MD4 is not set
@@ -2806,7 +2669,7 @@
 # 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 is not set
 # CONFIG_CRYPTO_SHA1_PPC is not set
 CONFIG_CRYPTO_SHA256=y
 # CONFIG_CRYPTO_SHA512 is not set
@@ -2843,13 +2706,10 @@
 # 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_USER_API_HASH is not set
+# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
 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_CRYPTO_DEV_NX is not set
 CONFIG_ASYMMETRIC_KEY_TYPE=y
 CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
 CONFIG_PUBLIC_KEY_ALGO_RSA=y


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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-22  3:18                   ` Han Pingtian
@ 2013-04-22 11:40                     ` Michal Hocko
  2013-04-23  4:22                       ` Han Pingtian
  0 siblings, 1 reply; 40+ messages in thread
From: Michal Hocko @ 2013-04-22 11:40 UTC (permalink / raw)
  To: Han Pingtian; +Cc: linux-kernel, rientjes

On Mon 22-04-13 11:18:49, Han Pingtian wrote:
> On Fri, Apr 19, 2013 at 09:43:10AM -0700, Michal Hocko wrote:
> > [Do not drop people from the CC please]
> > 
> > On Fri 19-04-13 10:33:45, Han Pingtian wrote:
> > > On Thu, Apr 18, 2013 at 10:55:14AM -0700, Michal Hocko wrote:
> > [...]
> > > > What is the kernel that you are using and what config?
> > > > 
> > > We are testing a alpha version of a enterprise linux which using a 3.7
> > > series kernel. On this 3.7 kernel we encountered the oom killer problem. So
> > > we decide to see if the problem can be reproduced on 3.9-rc7. We
> > > configured 3.9-rc7 by copying the enterprise linux's config file to
> > > .config and then run 'make localmodconfig' and pressed enter to all the
> > > questions. Then the oom problem is reproduced on the 3.9-rc7.
> > > 
> > > But we also used the same method to config 3.9-rc7 on another company's
> > > enterprise linux yesterday and found that the problem cannot be
> > > reproduced there. So maybe the leak is caused by some userspace
> > > applications?
> > 
> > No application should cause in-kernel mem leak. What is the difference
> > in the two configs?
> 
> This is the diff output of those two .config:
> 
> 
> --- /tmp/config.bad	2013-04-21 22:03:13.000000000 -0500
> +++ /tmp/config.good	2013-04-21 22:03:27.000000000 -0500
> @@ -9,21 +9,21 @@
>  #
>  CONFIG_PPC_BOOK3S_64=y
>  # CONFIG_PPC_BOOK3E_64 is not set
> -CONFIG_GENERIC_CPU=y
> +# CONFIG_GENERIC_CPU is not set
>  # 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_POWER7_CPU=y

Wow, so the two configs are for different architectures? Not very much
helpful. Could you stick with a single machine and do just small updates
to the config to the point where the problem is no longer present,
please?

[...]
> -CONFIG_MEMCG=y
> -CONFIG_MEMCG_SWAP=y
> -CONFIG_MEMCG_SWAP_ENABLED=y
> -CONFIG_MEMCG_KMEM=y
> +# CONFIG_MEMCG is not set

Is it possible that you have used MEMCG resp. KMEM extension in the bad
config configuration?

[...]
> -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.

[...]
-- 
Michal Hocko
SUSE Labs

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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-22 11:40                     ` Michal Hocko
@ 2013-04-23  4:22                       ` Han Pingtian
  2013-04-23 13:15                         ` Michal Hocko
  0 siblings, 1 reply; 40+ messages in thread
From: Han Pingtian @ 2013-04-23  4:22 UTC (permalink / raw)
  To: linux-kernel; +Cc: mhocko, rientjes

On Mon, Apr 22, 2013 at 01:40:52PM +0200, Michal Hocko wrote:
> >  CONFIG_PPC_BOOK3S_64=y
> >  # CONFIG_PPC_BOOK3E_64 is not set
> > -CONFIG_GENERIC_CPU=y
> > +# CONFIG_GENERIC_CPU is not set
> >  # 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_POWER7_CPU=y
> 
> Wow, so the two configs are for different architectures? Not very much
> helpful. Could you stick with a single machine and do just small updates
> to the config to the point where the problem is no longer present,
> please?
> 
No, both configs are for power system. I changed it to
'CONFIG_POWER7_CPU' by myself in the good one. I think this difference
doesn't matter here. 
> [...]
> > -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?

Thanks.
> [...]
> -- 
> Michal Hocko
> SUSE Labs


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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-23  4:22                       ` Han Pingtian
@ 2013-04-23 13:15                         ` Michal Hocko
  2013-04-24  4:48                           ` Han Pingtian
  0 siblings, 1 reply; 40+ messages in thread
From: Michal Hocko @ 2013-04-23 13:15 UTC (permalink / raw)
  To: linux-kernel, rientjes

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_PPC_BOOK3S_64=y
> > >  # CONFIG_PPC_BOOK3E_64 is not set
> > > -CONFIG_GENERIC_CPU=y
> > > +# CONFIG_GENERIC_CPU is not set
> > >  # 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_POWER7_CPU=y
> > 
> > Wow, so the two configs are for different architectures? Not very much
> > helpful. Could you stick with a single machine and do just small updates
> > to the config to the point where the problem is no longer present,
> > please?
> > 
> No, both configs are for power system. I changed it to
> 'CONFIG_POWER7_CPU' by myself in the good one. I think this difference
> doesn't matter here. 

Ohh, good, I thought it was a x86 thingy. Sorry about the confusion. No
other arch does that...

> > [...]
> > > -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 guess that you are still testing with vanilla 3.9-rc? kernel without
any additional patches or 3rd party modules, right?

-- 
Michal Hocko
SUSE Labs

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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-23 13:15                         ` Michal Hocko
@ 2013-04-24  4:48                           ` Han Pingtian
  2013-04-24  9:47                             ` Michal Hocko
  0 siblings, 1 reply; 40+ messages in thread
From: Han Pingtian @ 2013-04-24  4:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: mhocko, rientjes

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_PPC_BOOK3S_64=y
> > > >  # CONFIG_PPC_BOOK3E_64 is not set
> > > > -CONFIG_GENERIC_CPU=y
> > > > +# CONFIG_GENERIC_CPU is not set
> > > >  # 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_POWER7_CPU=y
> > > 
> > > Wow, so the two configs are for different architectures? Not very much
> > > helpful. Could you stick with a single machine and do just small updates
> > > to the config to the point where the problem is no longer present,
> > > please?
> > > 
> > No, both configs are for power system. I changed it to
> > 'CONFIG_POWER7_CPU' by myself in the good one. I think this difference
> > doesn't matter here. 
> 
> Ohh, good, I thought it was a x86 thingy. Sorry about the confusion. No
> other arch does that...
> 
> > > [...]
> > > > -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:

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


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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-24  4:48                           ` Han Pingtian
@ 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; 40+ 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

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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-24  9:47                             ` 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; 40+ 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.



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

* Re: OOM-killer and strange RSS value in 3.9-rc7
  2013-04-24  9:47                             ` Michal Hocko
  2013-04-24 15:36                               ` Christoph Lameter
@ 2013-04-25  5:41                               ` Han Pingtian
  1 sibling, 0 replies; 40+ 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.

============================================================


^ permalink raw reply	[flat|nested] 40+ 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; 40+ 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] 40+ 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; 40+ 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?

^ permalink raw reply	[flat|nested] 40+ 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; 40+ 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?


^ permalink raw reply	[flat|nested] 40+ 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; 40+ 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.


^ permalink raw reply related	[flat|nested] 40+ 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; 40+ 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?


^ permalink raw reply	[flat|nested] 40+ 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; 40+ 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>


^ permalink raw reply	[flat|nested] 40+ 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; 40+ 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?


^ permalink raw reply	[flat|nested] 40+ 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; 40+ 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.


^ permalink raw reply	[flat|nested] 40+ 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; 40+ 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.

^ permalink raw reply	[flat|nested] 40+ 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; 40+ 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

^ permalink raw reply	[flat|nested] 40+ 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; 40+ 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.
>


^ permalink raw reply	[flat|nested] 40+ 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; 40+ 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.


^ permalink raw reply	[flat|nested] 40+ 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; 40+ 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.


^ permalink raw reply	[flat|nested] 40+ 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
  0 siblings, 0 replies; 40+ 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.



^ permalink raw reply	[flat|nested] 40+ 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; 40+ 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.


^ permalink raw reply	[flat|nested] 40+ 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; 40+ 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.


^ permalink raw reply	[flat|nested] 40+ 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; 40+ 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

^ permalink raw reply	[flat|nested] 40+ 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
       [not found]                                                           ` <52bd58da.2501440a.6368.16ddSMTPIN_ADDED_BROKEN@mx.google.com>
  0 siblings, 1 reply; 40+ 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.


^ permalink raw reply	[flat|nested] 40+ 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
  0 siblings, 0 replies; 40+ 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.

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

end of thread, other threads:[~2014-01-21 22:12 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-16 11:00 OOM-killer and strange RSS value in 3.9-rc7 Han Pingtian
2013-04-16 20:16 ` David Rientjes
2013-04-17  8:46   ` Han Pingtian
2013-04-21  0:49     ` Jiri Kosina
2013-04-22  3:15       ` Han Pingtian
2013-04-17  9:47   ` Han Pingtian
2013-04-17 14:19     ` Michal Hocko
2013-04-18 10:15       ` Han Pingtian
2013-04-18 14:17         ` Michal Hocko
2013-04-18 16:55           ` Han Pingtian
2013-04-18 17:55             ` Michal Hocko
2013-04-19  2:33               ` Han Pingtian
2013-04-19 16:43                 ` Michal Hocko
2013-04-22  3:18                   ` Han Pingtian
2013-04-22 11:40                     ` Michal Hocko
2013-04-23  4:22                       ` Han Pingtian
2013-04-23 13:15                         ` Michal Hocko
2013-04-24  4:48                           ` Han Pingtian
2013-04-24  9:47                             ` 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-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
     [not found]                                                           ` <52bd58da.2501440a.6368.16ddSMTPIN_ADDED_BROKEN@mx.google.com>
     [not found]                                                             ` <52caac5c.27cb440a.533d.ffffbbd2SMTPIN_ADDED_BROKEN@mx.google.com>
2014-01-21 22:12                                                               ` David Rientjes
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).