]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'chelsio-crypto-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 1 Jun 2020 22:50:26 +0000 (15:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jun 2020 22:50:26 +0000 (15:50 -0700)
commit8d498a7a1326eba0728f32d52d8fb8274543abc6
tree880f33035ee7abe69c2b6c79c5209534ac84f0e2
parenta0d18da6034702f1b7e66fdbbe0609c2487ad8b3
parent18d53ba1176e140d563f2bc2661b18064aa999ba
Merge branch 'chelsio-crypto-fixes'

Ayush Sawal says:

====================
Fixing compilation warnings and errors

Patch 1: Fixes the warnings seen when compiling using sparse tool.

Patch 2: Fixes a cocci check error introduced after commit
0ce7c7e54f61 ("crypto: chelsio -
Use multiple txq/rxq per tfm to process the requests").

V1->V2

patch1: Avoid type casting by using get_unaligned_be32() and
     put_unaligned_be16/32() functions.

patch2: Modified subject of the patch.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>