* drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_hw.c:113 chtls_set_tcb_quiesce() warn: should 'val << 15' be a 64 bit type?
@ 2021-07-08 5:10 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-07-08 5:10 UTC (permalink / raw)
To: kbuild
[-- Attachment #1: Type: text/plain, Size: 2120 bytes --]
CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Vinay Kumar Yadav <vinay.yadav@chelsio.com>
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 <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
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@line 113 was first introduced by commit
:::::: d25f2f71f653b78e8bd055cfe8fd70ef8f514f2b crypto: chtls - Program the TLS session Key
:::::: TO: Atul Gupta <atul.gupta@chelsio.com>
:::::: CC: David S. Miller <davem@davemloft.net>
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 37661 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-07-08 5:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-08 5:10 drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_hw.c:113 chtls_set_tcb_quiesce() warn: should 'val << 15' be a 64 bit type? kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.