[PATCH 0/4 v4] crypto: octeontx2: Fix hang and address alignment issues

Bharat Bhushan posted 4 patches 6 months, 3 weeks ago
.../marvell/octeontx2/otx2_cpt_reqmgr.h       | 125 +++++++++++++-----
.../marvell/octeontx2/otx2_cptpf_ucode.c      |  51 ++++---
2 files changed, 130 insertions(+), 46 deletions(-)
[PATCH 0/4 v4] crypto: octeontx2: Fix hang and address alignment issues
Posted by Bharat Bhushan 6 months, 3 weeks ago
First patch of the series fixes possible infinite loop.

Remaining three patches fixes address alignment issue observed
after "9382bc44b5f5 arm64: allow kmalloc() caches aligned to the
       smaller cache_line_size()"

First 3 patches applies to Linux version 6.5 onwards.
Patch-4 applies to Linux version 6.8 onwards

v3->v4:
 - Again fixed memory size calculation as per review comment

v2->v3:
 - Align DMA memory to ARCH_DMA_MINALIGN as that is mapped as
   bidirectional

v1->v2:
 - Fixed memory padding size calculation as per review comment

Bharat Bhushan (4):
  crypto: octeontx2: add timeout for load_fvc completion poll
  crypto: octeontx2: Fix address alignment issue on ucode loading
  crypto: octeontx2: Fix address alignment on CN10K A0/A1 and OcteonTX2
  crypto: octeontx2: Fix address alignment on CN10KB and CN10KA-B0

 .../marvell/octeontx2/otx2_cpt_reqmgr.h       | 125 +++++++++++++-----
 .../marvell/octeontx2/otx2_cptpf_ucode.c      |  51 ++++---
 2 files changed, 130 insertions(+), 46 deletions(-)

-- 
2.34.1
Re: [PATCH 0/4 v4] crypto: octeontx2: Fix hang and address alignment issues
Posted by Herbert Xu 6 months ago
On Thu, May 22, 2025 at 03:36:23PM +0530, Bharat Bhushan wrote:
> First patch of the series fixes possible infinite loop.
> 
> Remaining three patches fixes address alignment issue observed
> after "9382bc44b5f5 arm64: allow kmalloc() caches aligned to the
>        smaller cache_line_size()"
> 
> First 3 patches applies to Linux version 6.5 onwards.
> Patch-4 applies to Linux version 6.8 onwards
> 
> v3->v4:
>  - Again fixed memory size calculation as per review comment
> 
> v2->v3:
>  - Align DMA memory to ARCH_DMA_MINALIGN as that is mapped as
>    bidirectional
> 
> v1->v2:
>  - Fixed memory padding size calculation as per review comment
> 
> Bharat Bhushan (4):
>   crypto: octeontx2: add timeout for load_fvc completion poll
>   crypto: octeontx2: Fix address alignment issue on ucode loading
>   crypto: octeontx2: Fix address alignment on CN10K A0/A1 and OcteonTX2
>   crypto: octeontx2: Fix address alignment on CN10KB and CN10KA-B0
> 
>  .../marvell/octeontx2/otx2_cpt_reqmgr.h       | 125 +++++++++++++-----
>  .../marvell/octeontx2/otx2_cptpf_ucode.c      |  51 ++++---
>  2 files changed, 130 insertions(+), 46 deletions(-)
> 
> -- 
> 2.34.1

All applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt