On Mon, Jun 09, 2025 at 11:40:25PM +0800, kernel test robot wrote: > Hi Lorenzo, > > kernel test robot noticed the following build warnings: > > [auto build test WARNING on akpm-mm/mm-everything] > > url: https://github.com/intel-lab-lkp/linux/commits/Lorenzo-Stoakes/mm-add-mmap_prepare-compatibility-layer-for-nested-file-systems/20250609-172628 > base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything > patch link: https://lore.kernel.org/r/20250609092413.45435-1-lorenzo.stoakes%40oracle.com > patch subject: [PATCH] mm: add mmap_prepare() compatibility layer for nested file systems > config: arc-randconfig-002-20250609 (https://download.01.org/0day-ci/archive/20250609/202506092301.jUMzAZW1-lkp@xxxxxxxxx/config) > compiler: arc-linux-gcc (GCC) 10.5.0 > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250609/202506092301.jUMzAZW1-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/202506092301.jUMzAZW1-lkp@xxxxxxxxx/ > > All warnings (new ones prefixed by >>): > > >> Warning: mm/mmap.c:1921 function parameter 'vma' not described in 'compat_vma_mmap_prepare' > Thanks, this is due to a silly typo, I put ';' when I meant to say ':' :) I asked Andrew to fix it in https://lore.kernel.org/linux-mm/dddd402f-1705-41a2-8806-543d0bfff5bc@lucifer.local/ > -- > 0-DAY CI Kernel Test Service > https://github.com/intel/lkp-tests/wiki Cheers, Lorenzo