mbox series

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

Message ID 20230602210440.8411-1-quic_jhugo@quicinc.com (mailing list archive)
Headers show
Series accel/qaic fixes for 6.4 part 2 | expand

Message

Jeffrey Hugo June 2, 2023, 9:04 p.m. UTC
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(+)

Comments

Jeffrey Hugo June 9, 2023, 5:20 p.m. UTC | #1
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