* kernel test robot <lkp@xxxxxxxxx> [220603 01:56]: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: 1cfd968b58a10b2b2489d8f64c956c846621ba46 > commit: df9e44c56ef7d1df4a9f3160dda0cdd7d21eeb20 [14611/14806] mm: remove the vma linked list > config: um-i386_defconfig (https://download.01.org/0day-ci/archive/20220603/202206031316.nPElBQdM-lkp@xxxxxxxxx/config) > compiler: gcc-11 (Debian 11.3.0-1) 11.3.0 > reproduce (this is a W=1 build): > # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=df9e44c56ef7d1df4a9f3160dda0cdd7d21eeb20 > git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > git fetch --no-tags linux-next master > git checkout df9e44c56ef7d1df4a9f3160dda0cdd7d21eeb20 > # save the config file > mkdir build_dir && cp config build_dir/.config > make W=1 O=build_dir ARCH=um SUBARCH=i386 SHELL=/bin/bash > > If you fix the issue, kindly add following tag where applicable > Reported-by: kernel test robot <lkp@xxxxxxxxx> > > Note: the linux-next/master HEAD 1cfd968b58a10b2b2489d8f64c956c846621ba46 builds fine. > It may have been fixed somewhere. > > All errors (new ones prefixed by >>): > > mm/mmap.c: In function 'exit_mmap': > >> mm/mmap.c:3272:11: error: 'struct mm_struct' has no member named 'mmap' > 3272 | mm->mmap = NULL; > | ^~ Andrew, I think this was missed in the patch fix up we emailed about. You added a fix to drop this line in "mm-drop-oom-code-from-exit_mmap-fix" but that fix should be for "mm: remove the vma linked list". This was a merge conflict since this line was added between my v9 and the re-addition of the maple tree. Thanks, Liam