Hi, On Fri, Nov 20, 2020 at 5:59 AM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > Hi all, > > Changes since 20201119: mips allmodconfig fails for next-20201120 with the error: /home/sudip/linux/drivers/video/fbdev/udlfb.c: In function 'dlfb_ops_mmap': /home/sudip/linux/drivers/video/fbdev/udlfb.c:343:52: error: 'PAGE_SHARED' undeclared (first use in this function) 343 | if (remap_pfn_range(vma, start, page, PAGE_SIZE, PAGE_SHARED)) Which has been caused by 0df162e1377a ("MIPS: mm: Clean up setup of protection map") which removed "PAGE_SHARED". -- Regards Sudip