Re: [PATCH v2 2/6] sched/cache: Honor migrate_llc_task semantics in active load balance
From: Peter Zijlstra
Date: Tue Sep 22 2026 - 03:38:08 EST
On Mon, Sep 21, 2026 at 05:37:23PM -0700, Tim Chen wrote:
> From: Lu Wang <wanglu.priv@xxxxxxxxx>
>
> CAS introduced the migrate_llc_task migration type to direct tasks
FWIW, every time I read this I get confused, CAS maps to
Compare-And-Swap, aka cmpxchg on x86.