CC: [email protected] CC: [email protected] TO: Vinay Kumar Yadav <[email protected]>
Hi Vinay, First bad commit (maybe != root cause): tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: e9f1cbc0c4114880090c7a578117d3b9cf184ad4 commit: 44fd1c1fd821955118ecb518f46076b98343e591 chelsio/chtls: separate chelsio tls driver from crypto driver date: 11 months ago :::::: branch date: 9 hours ago :::::: commit date: 11 months ago config: ia64-randconfig-m031-20210707 (attached as .config) compiler: ia64-linux-gcc (GCC) 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: drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_hw.c:113 chtls_set_tcb_quiesce() warn: should 'val << 15' be a 64 bit type? vim +113 drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_hw.c d25f2f71f653b7 drivers/crypto/chelsio/chtls/chtls_hw.c Atul Gupta 2018-03-31 109 d25f2f71f653b7 drivers/crypto/chelsio/chtls/chtls_hw.c Atul Gupta 2018-03-31 110 static int chtls_set_tcb_quiesce(struct sock *sk, int val) d25f2f71f653b7 drivers/crypto/chelsio/chtls/chtls_hw.c Atul Gupta 2018-03-31 111 { d25f2f71f653b7 drivers/crypto/chelsio/chtls/chtls_hw.c Atul Gupta 2018-03-31 112 return chtls_set_tcb_field(sk, 1, (1ULL << TF_RX_QUIESCE_S), d25f2f71f653b7 drivers/crypto/chelsio/chtls/chtls_hw.c Atul Gupta 2018-03-31 @113 TF_RX_QUIESCE_V(val)); d25f2f71f653b7 drivers/crypto/chelsio/chtls/chtls_hw.c Atul Gupta 2018-03-31 114 } d25f2f71f653b7 drivers/crypto/chelsio/chtls/chtls_hw.c Atul Gupta 2018-03-31 115 :::::: The code at line 113 was first introduced by commit :::::: d25f2f71f653b78e8bd055cfe8fd70ef8f514f2b crypto: chtls - Program the TLS session Key :::::: TO: Atul Gupta <[email protected]> :::::: CC: David S. Miller <[email protected]> --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/[email protected]
.config.gz
Description: application/gzip
_______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
