CVE-2026-64521 PUBLISHED

pinctrl: meson: amlogic-a4: fix deadlock issue

Assigner: Linux
Reserved: 19.07.2026 Published: 25.07.2026 Updated: 25.07.2026

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.

pinconf_pins_show() holds pctldev->mutex, and the platform driver calls pinctrl_find_gpio_range_from_pin(), which tries to acquire the same mutex again, leading to a deadlock.

Use pinctrl_find_gpio_range_from_pin_nolock() to fix this issue.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 6e9be3abb78c2f6c97a51070004a5165702f0ed9 to e917713f013423069782ff554935c7a5d4266783 (excl.)
  • affected from 6e9be3abb78c2f6c97a51070004a5165702f0ed9 to 744ac926c0e55267a10b49b5b72582afef4ad49f (excl.)
  • affected from 6e9be3abb78c2f6c97a51070004a5165702f0ed9 to e72ce029810390eb987a036fb2c8a5da9a23b685 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.15 is affected
  • unaffected from 0 to 6.15 (excl.)
  • unaffected from 6.18.34 to 6.18.* (incl.)
  • unaffected from 7.0.11 to 7.0.* (incl.)
  • unaffected from 7.1 to * (incl.)

References