On Fri, Feb 16, 2024 at 10:26:36PM +0800, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: d37e1e4c52bc60578969f391fb81f947c3e83118 > commit: 3a6bc36161369a1772af565b59c6e290ee189afc [6971/7658] mm,page_owner: display all stacks and their count > config: x86_64-randconfig-161-20240215 (https://download.01.org/0day-ci/archive/20240216/202402162252.FpEa3ZUY-lkp@xxxxxxxxx/config) > compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 > > 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/202402162252.FpEa3ZUY-lkp@xxxxxxxxx/ Thanks > > 860 if (!nr_entries || nr_entries < 0 || I'll add a fixup. > 861 refcount_read(&stack_record->count) < 2) > 862 return 0; > 863 > 864 for (i = 0; i < nr_entries; i++) > 865 seq_printf(m, " %pS\n", (void *)entries[i]); > 866 seq_printf(m, "stack_count: %d\n\n", refcount_read(&stack_record->count)); > 867 > 868 return 0; > 869 } > 870 > > -- > 0-DAY CI Kernel Test Service > https://github.com/intel/lkp-tests/wiki > -- Oscar Salvador SUSE Labs