On Mon, Mar 07, 2022 at 10:50:46PM +0800, Chengguang Xu wrote: > The type of wqe length is u32 so in order to avoid overflow > and shadow casting change variable and relevant function argument to > proper type. > > Signed-off-by: Chengguang Xu <cgxu519@xxxxxxxxxxxx> > Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_req.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) Both patches applied to for-next, thanks Jason