Re: [PATCH v1] sched/uclamp: Exclude kernel threads from uclamp logic

From: Christian Loehle
Date: Thu Jul 03 2025 - 05:23:03 EST


On 7/3/25 10:14, Zihuan Zhang wrote:
> Kernel threads (PF_KTHREAD) are not subject to user-defined utilization
> clamping. They do not represent user workloads and should not participate
> in any uclamp logic, including:

Why not?

> [snip]