On Fri, Nov 04, 2022 at 08:44:34PM +0800, kernel test robot wrote: > tree: git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git slab/for-6.1-rc4/fixes > head: 8a36db3f251813ecc2c1978a5853ab998f42734e > commit: 8a36db3f251813ecc2c1978a5853ab998f42734e [2/2] mm/slub: Add missing orig_size parameter for wastage debug > config: um-x86_64_defconfig > compiler: gcc-11 (Debian 11.3.0-8) 11.3.0 > reproduce (this is a W=1 build): > # https://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git/commit/?id=8a36db3f251813ecc2c1978a5853ab998f42734e > git remote add vbabka-slab git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git > git fetch --no-tags vbabka-slab slab/for-6.1-rc4/fixes > git checkout 8a36db3f251813ecc2c1978a5853ab998f42734e > # save the config file > mkdir build_dir && cp config build_dir/.config > make W=1 O=build_dir ARCH=um SUBARCH=x86_64 SHELL=/bin/bash > > If you fix the issue, kindly add following tag where applicable > | Reported-by: kernel test robot <lkp@xxxxxxxxx> > > All errors (new ones prefixed by >>, old ones prefixed by <<): > > >> ERROR: modpost: "__kmem_cache_alloc_node" [arch/um/drivers/hostaudio.ko] undefined! > >> ERROR: modpost: "__kmem_cache_alloc_node" [fs/isofs/isofs.ko] undefined! > >> ERROR: modpost: "__kmem_cache_alloc_node" [fs/autofs/autofs4.ko] undefined! > >> ERROR: modpost: "__kmem_cache_alloc_node" [block/bfq.ko] undefined! > >> ERROR: modpost: "__kmem_cache_alloc_node" [drivers/block/loop.ko] undefined! > >> ERROR: modpost: "__kmem_cache_alloc_node" [drivers/block/nbd.ko] undefined! > >> ERROR: modpost: "__kmem_cache_alloc_node" [drivers/net/tun.ko] undefined! > >> ERROR: modpost: "__kmem_cache_alloc_node" [drivers/net/ppp/ppp_generic.ko] undefined! > >> ERROR: modpost: "__kmem_cache_alloc_node" [drivers/net/slip/slip.ko] undefined! > >> ERROR: modpost: "__kmem_cache_alloc_node" [sound/soundcore.ko] undefined! Thanks for the report! We also noticed the error in earlier thread https://lore.kernel.org/lkml/Y2SMZ0%2F%2FdReS%2FNMV@feng-clx/ And this commit will be replaced by Vlastimil's new patch https://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git/commit/?h=slab/for-6.1-rc4/fixes Thanks, Feng > > -- > 0-DAY CI Kernel Test Service > https://01.org/lkp