tree: git://git.cmpxchg.org/linux-mmotm.git master head: 9567896580328249f6519fda78cf9fe185a8486d commit: 6301f243bb76ad3d8e7b742ca8cfc74e5c63b0be [58/459] mm-slab-suppress-out-of-memory-warning-unless-debug-is-enabled-fix config: x86_64-randconfig-c2-0510 (attached as .config) All error/warnings: mm/slub.c: In function 'show_slab_objects': >> mm/slub.c:4356:5: error: implicit declaration of function 'count_partial' [-Werror=implicit-function-declaration] x = count_partial(n, count_total); ^ cc1: some warnings being treated as errors vim +/count_partial +4356 mm/slub.c ab4d5ed5 Christoph Lameter 2010-10-05 4350 #endif ab4d5ed5 Christoph Lameter 2010-10-05 4351 if (flags & SO_PARTIAL) { 205ab99d Christoph Lameter 2008-04-14 4352 for_each_node_state(node, N_NORMAL_MEMORY) { 205ab99d Christoph Lameter 2008-04-14 4353 struct kmem_cache_node *n = get_node(s, node); 81819f0f Christoph Lameter 2007-05-06 4354 205ab99d Christoph Lameter 2008-04-14 4355 if (flags & SO_TOTAL) 205ab99d Christoph Lameter 2008-04-14 @4356 x = count_partial(n, count_total); 205ab99d Christoph Lameter 2008-04-14 4357 else if (flags & SO_OBJECTS) 205ab99d Christoph Lameter 2008-04-14 4358 x = count_partial(n, count_inuse); 81819f0f Christoph Lameter 2007-05-06 4359 else :::::: The code at line 4356 was first introduced by commit :::::: 205ab99dd103e3dd5b0964dad8a16dfe2db69b2e slub: Update statistics handling for variable order slabs :::::: TO: Christoph Lameter :::::: CC: Pekka Enberg --- 0-DAY kernel build testing backend Open Source Technology Center http://lists.01.org/mailman/listinfo/kbuild Intel Corporation