Re: [PATCH] accel/qaic: Fix possible data corruption in BOs > 2G

2025-03-15 Thread Troy Hanson
On 3/6/25 12:19 PM, Jeff Hugo wrote: From: Jeffrey Hugo When slicing a BO, we need to iterate through the BO's sgt to find the right pieces to construct the slice. Some of the data types chosen for this process are incorrectly too small, and can overflow. This can result in the incorrect sli

Re: [PATCH] accel/qaic: Fix possible data corruption in BOs > 2G

2025-03-14 Thread Jeff Hugo
On 3/6/2025 10:19 AM, Jeff Hugo wrote: From: Jeffrey Hugo When slicing a BO, we need to iterate through the BO's sgt to find the right pieces to construct the slice. Some of the data types chosen for this process are incorrectly too small, and can overflow. This can result in the incorrect slic

[PATCH] accel/qaic: Fix possible data corruption in BOs > 2G

2025-03-07 Thread Jeff Hugo
From: Jeffrey Hugo When slicing a BO, we need to iterate through the BO's sgt to find the right pieces to construct the slice. Some of the data types chosen for this process are incorrectly too small, and can overflow. This can result in the incorrect slice construction, which can lead to data co

Re: [PATCH] accel/qaic: Fix possible data corruption in BOs > 2G

2025-03-06 Thread Youssef Samir
On 3/6/2025 5:19 PM, Jeff Hugo wrote: > From: Jeffrey Hugo > > When slicing a BO, we need to iterate through the BO's sgt to find the > right pieces to construct the slice. Some of the data types chosen for > this process are incorrectly too small, and can overflow. This can > result in the in

Re: [PATCH] accel/qaic: Fix possible data corruption in BOs > 2G

2025-03-06 Thread Lizhi Hou
On 3/6/25 09:19, Jeff Hugo wrote: From: Jeffrey Hugo When slicing a BO, we need to iterate through the BO's sgt to find the right pieces to construct the slice. Some of the data types chosen for this process are incorrectly too small, and can overflow. This can result in the incorrect slice c