NONE · 0

CVE-2026-90208

In the Linux kernel, the following vulnerability has been resolved: clocksource/drivers/samsung_pwm: Switch to raw_spinlock_t type Samsung PWM timer might be used as a clock source on some legacy sy...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: clocksource/drivers/samsung_pwm: Switch to raw_spinlock_t type Samsung PWM timer might be used as a clock source on some legacy systems. When PREEMPT_RT is enabled on ARM, regular spinlock is converted to a sleeping lock (mutex-based), which must not be used in atomic context such as hard interrupt handlers. Switch the samsung_pwm_lock to the raw_spinlock, which remains a true non-sleeping spinlock even under PREEMPT_RT.

References

FAQ

What is CVE-2026-90208?

CVE-2026-90208 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: clocksource/drivers/samsung_pwm: Switch to raw_spinlock_t type Samsung PWM timer might be used as a clock source on some legacy sy...

How severe is CVE-2026-90208?

CVSS scoring is not yet available for CVE-2026-90208. Check NVD for updates.

Is there a patch for CVE-2026-90208?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.