CC: [email protected] In-Reply-To: <[email protected]> References: <[email protected]> TO: Christy Lee <[email protected]> TO: [email protected] TO: [email protected] TO: [email protected] CC: [email protected] CC: [email protected] CC: [email protected]
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/[email protected]/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 <[email protected]> Reported-by: Dan Carpenter <[email protected]> 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/[email protected] _______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
