On Mon, Oct 24, 2022 at 10:04:31AM +0300, Dan Carpenter wrote: >Hi Wei, > >url: https://github.com/intel-lab-lkp/linux/commits/Wei-Yang/mm-vmscan-reduce-double-check-if-kswapd-is-not-able-to-sleep/20221023-160625 >base: https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-everything >patch link: https://lore.kernel.org/r/20221023080431.30893-1-richard.weiyang%40gmail.com >patch subject: [PATCH] mm/vmscan: reduce double-check if kswapd is not able to sleep >config: microblaze-randconfig-m041-20221023 >compiler: microblaze-linux-gcc (GCC) 12.1.0 > >If you fix the issue, kindly add following tag where applicable >| Reported-by: kernel test robot <lkp@xxxxxxxxx> >| Reported-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> > >New smatch warnings: >mm/vmscan.c:7261 kswapd_try_to_sleep() error: uninitialized symbol 'remaining'. > Thanks, I noticed the issue :-) >vim +/remaining +7261 mm/vmscan.c > -- Wei Yang Help you, Help me