CVE-2026-74749 PUBLISHED

rseq: Prevent hard lockup on granted time slice extension

Assigner: Linux
Reserved: 15.08.2026 Published: 26.08.2026 Updated: 26.08.2026

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

rseq: Prevent hard lockup on granted time slice extension

__exit_to_user_mode_loop() invokes rseq_grant_timeslice_extension() with interrupts enabled. If the extension is granted it invokes hrtimer_rearm_deferred_tif() to ensure that a pending deferred hrtimer rearm is handled before exiting to user space.

Though this invokes __hrtimer_rearm_deferred() which expects to be invoked with interrupts disabled as it takes hrtimer_cpu_base::lock with raw_spin_lock(). That's a livelock waiting to happen and caught by lockdep:

<pre>WARNING: ./include/linux/hrtimer_rearm.h:17 at irqentry_exit, CPU#1: slice_test WARNING: inconsistent lock state inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage. </pre>

Prevent this by disabling interrupts around the invocation of hrtimer_rearm_deferred_tif() in rseq_grant_timeslice_extension().

[ tglx: Massaged change log ]

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 15dd3a9488557d3e6ebcecacab79f4e56b69ab54 to 8bbf4405050bc4f98be68082a20efa081ea8ad9b (excl.)
  • affected from 15dd3a9488557d3e6ebcecacab79f4e56b69ab54 to ada54c2ba652348c590d1ace6a2f4ff77cbbf809 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 7.1 is affected
  • unaffected from 0 to 7.1 (excl.)
  • unaffected from 7.1.10 to 7.1.* (incl.)
  • unaffected from 7.2 to * (incl.)

References