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.
CVSS
No CVSS.
References
Configurations
No configuration.
History
30 Jul 2024, 13:33
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
29 Jul 2024, 17:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-07-29 17:15
Updated : 2024-07-30 13:33
NVD link : CVE-2024-42087
Mitre link : CVE-2024-42087
CVE.ORG link : CVE-2024-42087
JSON object : View
Products Affected
No product.
CWE
No CWE.