diff options
| author | Baihan Li <[email protected]> | 2025-08-13 09:42:30 +0000 |
|---|---|---|
| committer | Dmitry Baryshkov <[email protected]> | 2025-08-17 15:22:05 +0000 |
| commit | 8bed4ec42a4e0dc8113172696ff076d1eb6d8bcb (patch) | |
| tree | 0533c21b0038801931dea6052adb3c2a94c92738 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
| parent | drm/hisilicon/hibmc: fix the i2c device resource leak when vdac init failed (diff) | |
| download | kernel-8bed4ec42a4e0dc8113172696ff076d1eb6d8bcb.tar.gz kernel-8bed4ec42a4e0dc8113172696ff076d1eb6d8bcb.zip | |
drm/hisilicon/hibmc: fix irq_request()'s irq name variable is local
The local variable is passed in request_irq (), and there will be use
after free problem, which will make request_irq failed. Using the global
irq name instead of it to fix.
Fixes: b11bc1ae4658 ("drm/hisilicon/hibmc: Add MSI irq getting and requesting for HPD")
Signed-off-by: Baihan Li <[email protected]>
Signed-off-by: Yongbang Shi <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Baryshkov <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions
