Re: [PATCH v2 1/9] sched: Add a generic function to return the preemption string.

From: Sebastian Andrzej Siewior
Date: Mon Feb 10 2025 - 09:25:40 EST


On 2025-02-10 19:51:33 [+0530], Shrikanth Hegde wrote:
> No No. That's not what i meant.
>
> I was saying, as peter mentioned in the previous discussion, can we put
> something like below in changelog/comment for a easier understanding.?

Ah. Okay, sure. I didn't realize anyone was asking but for this.

> "
> RT+DYN: PREEMPT_{RT,(dyn_mode)}
> RT+LAZY: PREEMPT_{RT,LAZY}
> RT+FULL: PREEMPT_RT
>
> DYN: PREEMPT_(dyn_mode)
> FULL: PREEMPT
> LAZY: PREEMPTLAZY
> VOLUNTARY: VOLUNTARY
> NONE: NONE
> "

Sebastian