CVE-2026-72063

Source
https://cve.org/CVERecord?id=CVE-2026-72063
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72063.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72063
Downstream
Published
2026-08-15T05:52:17Z
Modified
2026-08-25T03:51:41Z
Summary
gpio: tegra: do not call pinctrl for GPIO direction
Details

In the Linux kernel, the following vulnerability has been resolved:

gpio: tegra: do not call pinctrl for GPIO direction

tegra_gpio_direction_input() and tegra_gpio_direction_output() already program the GPIO controller direction registers directly. The additional pinctrl_gpio_direction_input/output() calls do not add a Tegra pinctrl operation, because the Tegra pinmux ops provide GPIO request/free handling but no gpio_set_direction hook.

The extra call still enters the pinctrl core and takes pctldev->mutex. Shared GPIO users can call the direction path while holding their per-line spinlock, so this otherwise redundant pinctrl direction call can sleep in an atomic context.

This was found by our static analysis tool and then confirmed by manual review of tegra_gpio_probe(), the Tegra GPIO direction callbacks and the Tegra pinctrl ops. The reviewed path has a default non-sleeping struct gpio_chip while the direction callback still enters the pinctrl mutex path.

A directed runtime validation kept the same non-sleeping chip registration and drove:

gpio_shared_proxy_direction_output() gpiod_direction_output_raw_commit() tegra_gpio_direction_output() pinctrl_gpio_direction_output()

Lockdep reported a sleep-in-atomic warning with the shared GPIO spinlock held and pinctrl_get_device_gpio_range() plus tegra_gpio_direction_output() on the stack.

Do not mark the whole chip as can_sleep to paper over this: can_sleep describes whether get()/set() may sleep, and Tegra value access is MMIO. Remove the redundant pinctrl direction calls and keep pinctrl involvement in the existing request/free path.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72063.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
11da905412833d9b369a6a09a401f87149d674dc
Fixed
89904b4f1dc0f9550c3f206dcdfceed0b7ce7c49
Fixed
d3b92d16e1c4debec7526b6dbb2d98d0aeed796b
Fixed
616188becd4a208afbae1653fc5241e1748bae80
Fixed
e57a4845b0da60a7b9f052160878097826320954
Fixed
cd17c5a1d9f186b57e9e2949be427803b7110a5c
Fixed
ac761e66708d51dac35c4c7f1891ea991dc788f0
Fixed
628c63f96f4564fa145f602af2d41daf9532201f
Fixed
d3e91a95b2b0fc6336dbf3ec90d831a1654d2720

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72063.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.1.0
Fixed
5.10.266
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.217
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.184
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72063.json"