Re: [PATCH 2/8] selftests: livepatch: test-kprobe: Replace true/false mod param by 1/0

From: Miroslav Benes

Date: Thu Mar 19 2026 - 09:07:48 EST


A nit but I think that "test-kprobe: " is unnecessary noise in the subject
and can be dropped. It applies to all patches in the series.

On Fri, 13 Mar 2026, Marcos Paulo de Souza wrote:

> Older kernels don't support true/false for boolean module parameters
> because they lack commit 0d6ea3ac94ca
> ("lib/kstrtox.c: add "false"/"true" support to kstrtobool()"). Replace
> true/false by 1/0 so the test module can be loaded on older kernels.
>
> No functional changes.

We also define a bool module parameter in
test_modules/test_klp_callbacks_busy.c. Does it have a similar problem?

Miroslav