Re: [PATCH v2 5/7] sched: Implement shared runqueue in CFS

From: Peter Zijlstra
Date: Thu Jul 13 2023 - 04:37:17 EST


On Mon, Jul 10, 2023 at 03:03:40PM -0500, David Vernet wrote:
> +struct shared_runq {
> + struct list_head list;
> + spinlock_t lock;

FWIW, this really needs to be raw_spinlock_t.

> +} ____cacheline_aligned;