Re: [v3 05/30] dma/dpaa2: add sanity check for SG entry

2024-07-22 Thread Stephen Hemminger
On Mon, 22 Jul 2024 22:09:05 +0530 Gagandeep Singh wrote: > From: Jun Yang > > Make sure the SG entry number doesn't overflow. > > Signed-off-by: Jun Yang > --- Please do not use the term 'sanity check'. It is on the Inclusive Naming word list as a Tier 2: strongly consider replacing. https

[v3 05/30] dma/dpaa2: add sanity check for SG entry

2024-07-22 Thread Gagandeep Singh
From: Jun Yang Make sure the SG entry number doesn't overflow. Signed-off-by: Jun Yang --- drivers/dma/dpaa2/dpaa2_qdma.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/drivers/dma/dpaa2/dpaa2_qdma.c b/drivers/dma/dpaa2/dpaa2_qdma.c index 44b82c139e..7f6ebcb46b