Sujet : Re: Linux 6.13
De : fsquared (at) *nospam* fsquared.linux (Farley Flud)
Groupes : comp.os.linux.advocacyDate : 20. Jan 2025, 19:40:19
Autres entêtes
Organisation : UsenetExpress - www.usenetexpress.com
Message-ID : <181c7aa8579b72e5$175359$891815$802601b3@news.usenetexpress.com>
References : 1 2 3 4 5
User-Agent : Pan/0.146 (Hic habitat felicitas; d7a48b4 gitlab.gnome.org/GNOME/pan.git)
On Mon, 20 Jan 2025 18:05:29 +0000, vallor wrote:
PREEMPT_DYNAMIC
>
You copied the wrong section:
config PREEMPT_DYNAMIC
bool "Preemption behaviour defined on boot"
depends on HAVE_PREEMPT_DYNAMIC
select JUMP_LABEL if HAVE_PREEMPT_DYNAMIC_KEY
select PREEMPT_BUILD
default y if HAVE_PREEMPT_DYNAMIC_CALL
help
This option allows to define the preemption model on the kernel
command line parameter and thus override the default preemption
model defined during compile time.
***----> The feature is primarily interesting for Linux distributions which
provide a pre-built kernel binary to reduce the number of kernel
flavors they offer while still offering different usecases.
The runtime overhead is negligible with HAVE_STATIC_CALL_INLINE enabled
but if runtime patching is not available for the specific architecture
then the potential overhead should be considered.
Interesting if you want the same pre-built kernel should be used for
both Server and Desktop workloads.
-- Hail Linux! Hail FOSS! Hail Stallman!