tree: git://git.cmpxchg.org/linux-mmotm.git master head: 59f7a5af1a6c9e19c6e5152f26548c494a2d7338 commit: df67fb4bb2d6dfddc894743585d0c78bf87d29d3 [48/365] mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub config: i386-randconfig-r2-0116 (attached as .config) reproduce: git checkout df67fb4bb2d6dfddc894743585d0c78bf87d29d3 # save the attached .config to linux build tree make ARCH=i386 Note: the mmotm/master HEAD 59f7a5af1a6c9e19c6e5152f26548c494a2d7338 builds fine. It only hurts bisectibility. All error/warnings: >> mm/filemap_xip.c:304:2: error: unknown field 'remap_pages' specified in initializer .remap_pages = generic_file_remap_pages, ^ >> mm/filemap_xip.c:304:17: error: 'generic_file_remap_pages' undeclared here (not in a function) .remap_pages = generic_file_remap_pages, ^ vim +/remap_pages +304 mm/filemap_xip.c ceffc078 Carsten Otte 2005-06-23 298 } 70688e4d Nick Piggin 2008-04-28 299 } ceffc078 Carsten Otte 2005-06-23 300 f0f37e2f Alexey Dobriyan 2009-09-27 301 static const struct vm_operations_struct xip_file_vm_ops = { 54cb8821 Nick Piggin 2007-07-19 302 .fault = xip_file_fault, 4fcf1c62 Jan Kara 2012-06-12 303 .page_mkwrite = filemap_page_mkwrite, 0b173bc4 Konstantin Khlebnikov 2012-10-08 @304 .remap_pages = generic_file_remap_pages, ceffc078 Carsten Otte 2005-06-23 305 }; ceffc078 Carsten Otte 2005-06-23 306 ceffc078 Carsten Otte 2005-06-23 307 int xip_file_mmap(struct file * file, struct vm_area_struct * vma) :::::: The code at line 304 was first introduced by commit :::::: 0b173bc4daa8f8ec03a85abf5e47b23502ff80af mm: kill vma flag VM_CAN_NONLINEAR :::::: TO: Konstantin Khlebnikov :::::: CC: Linus Torvalds --- 0-DAY kernel test infrastructure Open Source Technology Center http://lists.01.org/mailman/listinfo/kbuild Intel Corporation