On 2025-02-08 13:31:27 [+0530], Shrikanth Hegde wrote:
diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index 165c90ba64ea9..bd2664755b09a 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
nit: This means when it preempt=full, it is going to show PREEMPT or
PREEMPT_RT. Maybe that could be put into changelog or add code similar to
lazy for full as well, so it is easier for user to know if it is in
preempt=full model. In all other models, there is a suffix like PREEMPTLAZY.
Dynamic modes looks good.
Sorry, I can't follow. With PREEMPT_RT enabled, it will show einer
PREEMPT or PREEMPT_RT. It will add lazy if you pass preempt=lazy. It is
either 'full' or 'lazy'.
You can't have VOLUNTARY+lazy or VOLUNTARY+RT.
What do I miss?
Sebastian