Re: [PATCH] Squashfs: add page cache share support
From: kernel test robot
Date: Fri Jun 27 2025 - 03:58:52 EST
Hi Bo,
kernel test robot noticed the following build warnings:
[auto build test WARNING on v6.16-rc3]
[also build test WARNING on linus/master next-20250626]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Bo-Liu/Squashfs-add-page-cache-share-support/20250626-084010
base: v6.16-rc3
patch link: https://lore.kernel.org/r/20250626003644.3675-1-liubo03%40inspur.com
patch subject: [PATCH] Squashfs: add page cache share support
config: m68k-randconfig-r132-20250627 (https://download.01.org/0day-ci/archive/20250627/202506271526.5iaNmw8d-lkp@xxxxxxxxx/config)
compiler: m68k-linux-gcc (GCC) 8.5.0
reproduce: (https://download.01.org/0day-ci/archive/20250627/202506271526.5iaNmw8d-lkp@xxxxxxxxx/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@xxxxxxxxx>
| Closes: https://lore.kernel.org/oe-kbuild-all/202506271526.5iaNmw8d-lkp@xxxxxxxxx/
sparse warnings: (new ones prefixed by >>)
>> fs/squashfs/pagecache_share.c:136:35: sparse: sparse: symbol 'squashfs_file_vm_ops' was not declared. Should it be static?
vim +/squashfs_file_vm_ops +136 fs/squashfs/pagecache_share.c
135
> 136 const struct vm_operations_struct squashfs_file_vm_ops = {
137 .fault = filemap_fault,
138 .map_pages = filemap_map_pages,
139 .page_mkwrite = filemap_page_mkwrite,
140 };
141
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki