On Fri, Jan 03, 2025 at 01:15:42PM -0500, kiasoc5 wrote:
> How about PREEMPT_DYNAMIC:
> https://cateee.net/lkddb/web-lkddb/PREEMPT_DYNAMIC.html
>
> This enables changing between PREEMPT_NONE, PREEMPT_VOLUNTARY, and PREEMPT
> at boot time. Then the only kernel that needs to be compiled separate is
On 1/1/25 17:51, Leo Famulari wrote:
FYI, Linux / linux-libre 6.12 introduces a new set of preemption
options:
--
Preemption Model
1. No Forced Preemption (Server) (PREEMPT_NONE)
2. Voluntary Kernel Preemption (Desktop) (PREEMPT_VOLUNTARY)
3. Preemptible Kernel (Low-Latency Desktop)