CVE-2024-57889

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-57889
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-57889.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-57889
Downstream
Related
Published
2025-01-15T13:05:41.769Z
Modified
2025-11-27T19:34:05.938725Z
Summary
pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking
Details

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

pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap locking

If a device uses MCP23xxx IO expander to receive IRQs, the following bug can happen:

BUG: sleeping function called from invalid context at kernel/locking/mutex.c:283 inatomic(): 1, irqsdisabled(): 1, nonblock: 0, ... preemptcount: 1, expected: 0 ... Call Trace: ... _mightresched+0x104/0x10e _mightsleep+0x3e/0x62 mutexlock+0x20/0x4c regmaplockmutex+0x10/0x18 regmapupdatebitsbase+0x2c/0x66 mcp23s08irqsettype+0x1ae/0x1d6 _irqsettrigger+0x56/0x172 _setupirq+0x1e6/0x646 requestthreadedirq+0xb6/0x160 ...

We observed the problem while experimenting with a touchscreen driver which used MCP23017 IO expander (I2C).

The regmap in the pinctrl-mcp23s08 driver uses a mutex for protection from concurrent accesses, which is the default for regmaps without .fastio, .disablelocking, etc.

mcp23s08irqsettype() calls regmapupdatebitsbase(), and the latter locks the mutex.

However, _setupirq() locks desc->lock spinlock before calling these functions. As a result, the system tries to lock the mutex whole holding the spinlock.

It seems, the internal regmap locks are not needed in this driver at all. mcp->lock seems to protect the regmap from concurrent accesses already, except, probably, in mcppinconfget/set.

mcp23s08irqsettype() and mcp23s08irqmask/unmask() are called under chipbuslock(), which calls mcp23s08irqbuslock(). The latter takes mcp->lock and enables regmap caching, so that the potentially slow I2C accesses are deferred until chipbusunlock().

The accesses to the regmap from mcp23s08probeone() do not need additional locking.

In all remaining places where the regmap is accessed, except mcppinconfget/set(), the driver already takes mcp->lock.

This patch adds locking in mcppinconfget/set() and disables internal locking in the regmap config. Among other things, it fixes the sleeping in atomic context described above.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/blob/ee626f5d79d5817bb21d6f048dc0da4c4e383443/cves/2024/57xxx/CVE-2024-57889.json",
    "cna_assigner": "Linux"
}
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
8f38910ba4f662222157ce07a0d5becc4328c46a
Fixed
788d9e9a41b81893d6bb8faa05f045c975278318
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
8f38910ba4f662222157ce07a0d5becc4328c46a
Fixed
c55d186376a87b468c9ee30f2195e0f3857f61a0
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
8f38910ba4f662222157ce07a0d5becc4328c46a
Fixed
9372e160d8211a7e17f2abff8370794f182df785
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
8f38910ba4f662222157ce07a0d5becc4328c46a
Fixed
0310cbad163a908d09d99c26827859365cd71fcb
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
8f38910ba4f662222157ce07a0d5becc4328c46a
Fixed
8c6fd5803b988a5e78c9b9e42c70a936d7cfc6ec
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
8f38910ba4f662222157ce07a0d5becc4328c46a
Fixed
830f838589522404cd7c2f0f540602f25034af61
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
8f38910ba4f662222157ce07a0d5becc4328c46a
Fixed
a37eecb705f33726f1fb7cd2a67e514a15dfe693

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.13.0
Fixed
5.4.289
Type
ECOSYSTEM
Events
Introduced
5.5.0
Fixed
5.10.233
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.176
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.124
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.70
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.9