CVE-2024-42087

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-42087
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-42087.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-42087
Downstream
Related
Published
2024-07-29T17:15:11Z
Modified
2025-08-09T20:01:27Z
Summary
[none]
Details

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 gpiodsetvalue() function. This complains loudly when the GPIO controller needs to sleep. As the caller can sleep, use gpiodsetvalue_cansleep() to fix the issue.

References

Affected packages