Files
linux/kernel
Peter Zijlstra 639214f65b unwind: Make unwind_task_info::unwind_mask consistent
The unwind_task_info::unwind_mask was manipulated using a mixture of:

  regular store
  WRITE_ONCE()
  try_cmpxchg()
  set_bit()
  atomic_long_*()

Clean up and make it consistently atomic_long_t.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20250924080119.384384486@infradead.org
2025-10-29 10:29:57 +01:00
..
2025-08-30 10:15:28 -04:00
2025-09-25 09:23:54 +02:00
2025-10-29 10:29:54 +01:00
2025-09-25 09:23:54 +02:00