20/02/2020 12:07, Akhil Goyal: > > > > Address the defects reported by coverity: Unintended sign extension > > and Out-of-bounds access. > > > > Coverity issue: 349899, 349905, 349911, 349921, 349923, 349926 > > > > Fixes: 32e4930d5a3b ("crypto/nitrox: add hardware queue management") > > Fixes: 9fdef0cc2385 ("crypto/nitrox: create symmetric cryptodev") > > > > Signed-off-by: Nagadheeraj Rottela <rnagadhee...@marvell.com> > > --- > Thomas, > > Can you take this directly on master.
No sorry, I can't because there is no review and test. And I think we should not have general patches for Coverity defects. Instead we must do one patch per issue. Here two: - sign of constants - out-of-bound access In each patch, we must have a description of the consequence of the issue. Thanks