In the Linux kernel, the following vulnerability has been resolved: gpio: eic-sprd: use raw_spinlock_t in the irq startup path sprd_eic_irq_unmask()… (CVE-2026-64429)
A vulnerability in the Linux kernel's Spreadtrum EIC GPIO controller was resolved by changing the locking mechanism in the irq startup path. The issue involved using a regular spinlock_t in a context where sleeping locks are not allowed, causing kernel bugs under PREEMPT_RT configurations. The fix replaces the spinlock_t with a raw_spinlock_t to ensure non-sleeping lock behavior during IRQ setup.
AI Analysis
Technical Summary
The vulnerability in the Linux kernel concerns the Spreadtrum EIC GPIO controller's irq startup path, specifically in the sprd_eic_irq_unmask() function. This function enables the GPIO IRQ and updates controller state while holding a spin_lock_irqsave() lock. Under PREEMPT_RT (real-time) kernel configurations, spinlock_t can become a sleeping lock, which is invalid in this context and leads to kernel BUGs. The issue was detected by static analysis and confirmed by a proof-of-concept triggering lockdep warnings about sleeping functions called from invalid contexts. The remediation involved converting the controller lock from spinlock_t to raw_spinlock_t, which does not sleep and is appropriate for irqchip callbacks that only serialize MMIO register updates without sleepable operations.
Potential Impact
The vulnerability causes kernel instability and BUGs due to improper locking in the IRQ startup path under PREEMPT_RT configurations. This can lead to kernel crashes or unpredictable behavior when setting up GPIO interrupts on affected hardware using the Spreadtrum EIC controller. There is no indication of direct code execution or privilege escalation from the provided data.
Mitigation Recommendations
A fix is available that converts the Spreadtrum EIC controller lock to raw_spinlock_t to prevent sleeping in the irq startup path. Users should update to a Linux kernel version that includes this fix. Since no vendor advisory or patch links are provided, check the official Linux kernel repositories or distributions for the patch corresponding to CVE-2026-64429.
In the Linux kernel, the following vulnerability has been resolved: gpio: eic-sprd: use raw_spinlock_t in the irq startup path sprd_eic_irq_unmask()… (CVE-2026-64429)
Description
A vulnerability in the Linux kernel's Spreadtrum EIC GPIO controller was resolved by changing the locking mechanism in the irq startup path. The issue involved using a regular spinlock_t in a context where sleeping locks are not allowed, causing kernel bugs under PREEMPT_RT configurations. The fix replaces the spinlock_t with a raw_spinlock_t to ensure non-sleeping lock behavior during IRQ setup.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability in the Linux kernel concerns the Spreadtrum EIC GPIO controller's irq startup path, specifically in the sprd_eic_irq_unmask() function. This function enables the GPIO IRQ and updates controller state while holding a spin_lock_irqsave() lock. Under PREEMPT_RT (real-time) kernel configurations, spinlock_t can become a sleeping lock, which is invalid in this context and leads to kernel BUGs. The issue was detected by static analysis and confirmed by a proof-of-concept triggering lockdep warnings about sleeping functions called from invalid contexts. The remediation involved converting the controller lock from spinlock_t to raw_spinlock_t, which does not sleep and is appropriate for irqchip callbacks that only serialize MMIO register updates without sleepable operations.
Potential Impact
The vulnerability causes kernel instability and BUGs due to improper locking in the IRQ startup path under PREEMPT_RT configurations. This can lead to kernel crashes or unpredictable behavior when setting up GPIO interrupts on affected hardware using the Spreadtrum EIC controller. There is no indication of direct code execution or privilege escalation from the provided data.
Mitigation Recommendations
A fix is available that converts the Spreadtrum EIC controller lock to raw_spinlock_t to prevent sleeping in the irq startup path. Users should update to a Linux kernel version that includes this fix. Since no vendor advisory or patch links are provided, check the official Linux kernel repositories or distributions for the patch corresponding to CVE-2026-64429.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-6pwp-xwgp-j72q
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-64429"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- null
Threat ID: 6a6542099c2644c7f80838c5
Added to database: 07/25/2026, 23:08:57 UTC
Last enriched: 07/25/2026, 23:24:33 UTC
Last updated: 07/26/2026, 04:57:09 UTC
Views: 5
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.