Re: [PATCH v2] scsi: Cache align temporary buffer

2023-08-18 Thread Tom Rini
On Mon, Aug 07, 2023 at 02:26:12AM +0200, Marek Vasut wrote: > The temporary buffer may be passed to DMA capable device, > make sure it is cache aligned. > > Signed-off-by: Marek Vasut Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2] scsi: Cache align temporary buffer

2023-08-06 Thread Marek Vasut
The temporary buffer may be passed to DMA capable device, make sure it is cache aligned. Signed-off-by: Marek Vasut --- Cc: Simon Glass Cc: Tom Rini --- V2: Add missing pointer update --- drivers/scsi/scsi.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/