Security Advisory

CVE-2024-42087

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-07-29 16:26:27
Last updated 2026-05-11 20:26:44
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep The ilitek-ili9881c controls the reset GPIO using the non-sleeping gpiod_set_value() function. This complains loudly when the GPIO controller needs to sleep. As the caller can sleep, use gpiod_set_value_cansleep() to fix the issue.