In the Linux kernel, the following vulnerability has been resolved:
pinctrl: meson: amlogic-a4: fix deadlock issue
Accessing the pinconf-pins sysfs node may deadlock.
pinconfpinsshow() holds pctldev->mutex, and the platform driver calls pinctrlfindgpiorangefrom_pin(), which tries to acquire the same mutex again, leading to a deadlock.
Use pinctrlfindgpiorangefrompinnolock() to fix this issue.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64521.json",
"cna_assigner": "Linux"
}