In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]drm/amdgpu: Fix memory leak in hpd_rx_irq_create_workqueue()[EOL][EOL]If construction of the array of work queues to handle hpd_rx_irq offload[EOL]work fails, we need to unwind. Destroy all the created workqueues and[EOL]the allocated memory for the hpd_rx_irq_offload_work_queue struct array.