[PATCH 0/2] accel/qaic fixes for 6.4 part 2

Jeffrey Hugo posted 2 patches 10 months ago
drivers/accel/qaic/qaic_drv.c | 4 ++++
1 file changed, 4 insertions(+)
[PATCH 0/2] accel/qaic fixes for 6.4 part 2
Posted by Jeffrey Hugo 10 months ago
Two additional fixes for corner cases found during development when
buggy userspace or firmware ends up subjecting the KMD to error
scenarios.

Carl Vanderlip (1):
  accel/qaic: Free user handle on interrupted mutex

Jeffrey Hugo (1):
  accel/qaic: Fix NULL pointer deref in qaic_destroy_drm_device()

 drivers/accel/qaic/qaic_drv.c | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.40.1
Re: [PATCH 0/2] accel/qaic fixes for 6.4 part 2
Posted by Jeffrey Hugo 9 months, 3 weeks ago
On 6/2/2023 3:04 PM, Jeffrey Hugo wrote:
> Two additional fixes for corner cases found during development when
> buggy userspace or firmware ends up subjecting the KMD to error
> scenarios.
> 
> Carl Vanderlip (1):
>    accel/qaic: Free user handle on interrupted mutex
> 
> Jeffrey Hugo (1):
>    accel/qaic: Fix NULL pointer deref in qaic_destroy_drm_device()
> 
>   drivers/accel/qaic/qaic_drv.c | 4 ++++
>   1 file changed, 4 insertions(+)
> 

Pushed to drm-misc-fixes