Hi Andrew, On Tue, Nov 26, 2019 at 5:33 AM Andrew Morton wrote: > On Mon, 25 Nov 2019 12:05:43 +0800 kbuild test robot wrote: > > tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > > branch HEAD: b9d3d01405061bb42358fe53f824e894a1922ced Add linux-next specific files for 20191122 > > > > Regressions in current branch: > > > > arch/m68k/mm/kmap.c:348:2: error: #endif without #if That one is fixed by your m68k-mm-use-pgtable-nopxd-instead-of-4level-fixup-fix.patch. > > arch/m68k/mm/kmap.c:352:3: error: 'p4d_dir' undeclared (first use in this function); did you mean 'pmd_dir'? > > arch/m68k/mm/kmap.c:353:3: error: 'pud_dir' undeclared (first use in this function); did you mean 'p4d_dir'? You lost the addition of + p4d_t *p4d_dir; + pud_t *pud_dir; to kernel_set_cachemode(). > > arch/m68k/mm/kmap.c:76:24: error: passing argument 1 of 'pmd_offset' from incompatible pointer type [-Werror=incompatible-pointer-types] > > arch/m68k/mm/kmap.c:80:28: error: 'pmd_t {aka struct }' has no member named 'pmd'; did you mean 'pud'? Mike's changes to __iounmap() should be applied to __free_io_area() now, due to hch's move/rename of the function. > Thanks - a messed up merge fix, I guess. Mike, can you please check? I've attached an incremental fix, compile-tested only. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds