CC: kbuild-...@lists.01.org
In-Reply-To: <20211213182117.682461-2-christy...@fb.com>
References: <20211213182117.682461-2-christy...@fb.com>
TO: Christy Lee <christy...@fb.com>
TO: a...@kernel.org
TO: dan...@iogearbox.net
TO: and...@kernel.org
CC: christy...@fb.com
CC: b...@vger.kernel.org
CC: kernel-t...@fb.com

Hi Christy,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on bpf-next/master]

url:    
https://github.com/0day-ci/linux/commits/Christy-Lee/Improve-verifier-log-readability/20211214-022202
base:   https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git master
:::::: branch date: 8 hours ago
:::::: commit date: 8 hours ago
config: i386-randconfig-m031-20211213 
(https://download.01.org/0day-ci/archive/20211214/202112141048.wx0f7p6z-...@intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <l...@intel.com>
Reported-by: Dan Carpenter <dan.carpen...@oracle.com>

smatch warnings:
kernel/bpf/verifier.c:618 mark_stack_slot_scratched() warn: should '1 << spi' 
be a 64 bit type?

vim +618 kernel/bpf/verifier.c

a41a40a9bfc92d Christy Lee 2021-12-13  615  
a41a40a9bfc92d Christy Lee 2021-12-13  616  static void 
mark_stack_slot_scratched(struct bpf_verifier_env *env, u32 spi)
a41a40a9bfc92d Christy Lee 2021-12-13  617  {
a41a40a9bfc92d Christy Lee 2021-12-13 @618      env->scratched_stack_slots |= 
1UL << spi;
a41a40a9bfc92d Christy Lee 2021-12-13  619  }
a41a40a9bfc92d Christy Lee 2021-12-13  620  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org
_______________________________________________
kbuild mailing list -- kbuild@lists.01.org
To unsubscribe send an email to kbuild-le...@lists.01.org

Reply via email to