Re: [PATCH] accel/qaic: Quiet array bounds check on DMA abort message

2023-11-03 Thread Jeffrey Hugo
On 10/27/2023 12:08 PM, Jeffrey Hugo wrote: From: Carl Vanderlip Current wrapper is right-sized to the message being transferred; however, this is smaller than the structure defining message wrappers since the trailing element is a union of message/transfer headers of various sizes (8 and 32 by

Re: [PATCH] accel/qaic: Quiet array bounds check on DMA abort message

2023-10-29 Thread Stanislaw Gruszka
On Fri, Oct 27, 2023 at 12:08:10PM -0600, Jeffrey Hugo wrote: > From: Carl Vanderlip > > Current wrapper is right-sized to the message being transferred; > however, this is smaller than the structure defining message wrappers > since the trailing element is a union of message/transfer headers of

[PATCH] accel/qaic: Quiet array bounds check on DMA abort message

2023-10-27 Thread Jeffrey Hugo
From: Carl Vanderlip Current wrapper is right-sized to the message being transferred; however, this is smaller than the structure defining message wrappers since the trailing element is a union of message/transfer headers of various sizes (8 and 32 bytes on 32-bit system where issue was reported)