Re: [PATCH v2] sched: Make const-safe

From: Peter Zijlstra
Date: Wed Dec 14 2022 - 04:11:17 EST


On Mon, Dec 12, 2022 at 02:49:46PM +0000, Matthew Wilcox (Oracle) wrote:
> With a modified container_of() that preserves constness, the compiler
> finds some pointers which should have been marked as const. task_of()
> also needs to become const-preserving for the !FAIR_GROUP_SCHED case so
> that cfs_rq_of() can take a const argument. No change to generated code.

More const more better I suppose.. Thanks!

Happen to have a sha for the container_of() commit handy?