CVE-2026-31687
MediumSummary
A vulnerability has been identified in the Linux kernel related to the registration of the omap_mpuio_driver in the omap_gpio_probe() function. This issue has been resolved in commit 11a78b794496.
Risk Assessment
Improper driver registration may lead to unexpected system behavior, potentially affecting the stability and security of devices based on the OMAP architecture.
Recommendation
It is recommended to update the Linux kernel to a version that includes the fix in commit 11a78b794496 to eliminate this vulnerability.
Original NVD description (English source)
In the Linux kernel, the following vulnerability has been resolved: gpio: omap: do not register driver in probe() Commit 11a78b794496 ("ARM: OMAP: MPUIO wake updates") registers the omap_mpuio_driver from omap_mpuio_init(), which is called from omap_gpio_probe(). However, it neither makes sense t

