Hello:
This patch was applied to bpf/bpf.git (master) by Alexei Starovoitov ast@kernel.org:
On Tue, 19 Nov 2024 17:18:19 +0100 you wrote:
CONFIG_PREEMPT is a preemtion model the so called "Low-Latency Desktop". A different preemption model is PREEMPT_RT the so called "Real-Time". Both implement preemption in kernel and set CONFIG_PREEMPTION. There is also the so called "LAZY PREEMPT" which the "Scheduler controlled preemption model". Here we have also preemption in the kernel the rules are slightly different.
[...]
Here is the summary with links: - [bpf] selftests/bpf: Check for PREEMPTION instead of PREEMPT https://git.kernel.org/bpf/bpf/c/6b64128a74eb
You are awesome, thank you!