Re: [PATCH 0/5 v4] accel/qaic: Improve bounds checking in encode/decode

2023-08-04 Thread Jeffrey Hugo
On 7/12/2023 12:30 AM, Dan Carpenter wrote: On Tue, Jul 11, 2023 at 11:33:25AM -0600, Jeffrey Hugo wrote: On 7/11/2023 2:20 AM, Dan Carpenter wrote: Fixed in v4: Send the correct [PATCH 1/5] patch. Fixed in v3: Redo messed up threading Fixed two things in v2: Include the file. Change the

Re: [PATCH 0/5 v4] accel/qaic: Improve bounds checking in encode/decode

2023-07-12 Thread Jeffrey Hugo
On 7/12/2023 12:30 AM, Dan Carpenter wrote: On Tue, Jul 11, 2023 at 11:33:25AM -0600, Jeffrey Hugo wrote: On 7/11/2023 2:20 AM, Dan Carpenter wrote: Fixed in v4: Send the correct [PATCH 1/5] patch. Fixed in v3: Redo messed up threading Fixed two things in v2: Include the file. Change the

Re: [PATCH 0/5 v4] accel/qaic: Improve bounds checking in encode/decode

2023-07-12 Thread Dan Carpenter
On Tue, Jul 11, 2023 at 11:33:25AM -0600, Jeffrey Hugo wrote: > On 7/11/2023 2:20 AM, Dan Carpenter wrote: > > Fixed in v4: Send the correct [PATCH 1/5] patch. > > > > Fixed in v3: Redo messed up threading > > > > Fixed two things in v2: Include the file. Change > > the >= in encode and

Re: [PATCH 0/5 v4] accel/qaic: Improve bounds checking in encode/decode

2023-07-11 Thread Jeffrey Hugo
On 7/11/2023 2:20 AM, Dan Carpenter wrote: Fixed in v4: Send the correct [PATCH 1/5] patch. Fixed in v3: Redo messed up threading Fixed two things in v2: Include the file. Change the >= in encode and decode to >. regards, dan carpenter Did you intentionally drop tags from previous

[PATCH 0/5 v4] accel/qaic: Improve bounds checking in encode/decode

2023-07-11 Thread Dan Carpenter
Fixed in v4: Send the correct [PATCH 1/5] patch. Fixed in v3: Redo messed up threading Fixed two things in v2: Include the file. Change the >= in encode and decode to >. regards, dan carpenter