Lucene search

K
osvGoogleOSV:CVE-2024-42087
HistoryJul 29, 2024 - 5:15 p.m.

CVE-2024-42087

2024-07-2917:15:11
Google
osv.dev
8
linux kernel
ilitek-ili9881c
vulnerability

AI Score

8.3

Confidence

High

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.