CVE-2024-40926

Publication date

2024-07-12 12:25:06

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: dont attempt to schedule hpd_work on headless cards If the card doesnt have display hardware, hpd_work and hpd_lock are left uninitialized which causes BUG when attempting to schedule hpd_work on runtime PM resume. Fix it by adding headless flag to DRM and skip any hpd if its set.