Lucene search

K
redhatcveRedhat.comRH:CVE-2024-42087
HistoryJul 31, 2024 - 9:17 a.m.

CVE-2024-42087

2024-07-3109:17:40
redhat.com
access.redhat.com
2
linux kernel
vulnerability
cve-2024-42087
ilitek-ili9881c
gpio controller

AI Score

7.2

Confidence

Low

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.

AI Score

7.2

Confidence

Low