Hi Boris, kernel test robot noticed the following build warnings:
[auto build test WARNING on drm-misc/drm-misc-next] [cannot apply to linus/master v6.19-rc5 next-20260115] [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/Boris-Brezillon/drm-gem-Consider-GEM-object-reclaimable-if-shrinking-fails/20260109-211034 base: https://gitlab.freedesktop.org/drm/misc/kernel.git drm-misc-next patch link: https://lore.kernel.org/r/20260109130801.1239558-7-boris.brezillon%40collabora.com patch subject: [PATCH v1 6/9] drm/panthor: Lazily allocate pages on mmap() config: um-allyesconfig (https://download.01.org/0day-ci/archive/20260116/[email protected]/config) compiler: gcc-14 (Debian 14.2.0-19) 14.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260116/[email protected]/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 <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ All warnings (new ones prefixed by >>): drivers/gpu/drm/panthor/panthor_gem.c: In function 'insert_page': >> drivers/gpu/drm/panthor/panthor_gem.c:625:20: warning: unused variable 'ret' >> [-Wunused-variable] 625 | vm_fault_t ret; | ^~~ vim +/ret +625 drivers/gpu/drm/panthor/panthor_gem.c 621 622 static vm_fault_t insert_page(struct vm_fault *vmf, struct page *page) 623 { 624 struct vm_area_struct *vma = vmf->vma; > 625 vm_fault_t ret; 626 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki
