Re: [PATCH 1/1] selftests: livepatch: add test cases of stack_order sysfs interface

From: Josh Poimboeuf
Date: Fri Oct 11 2024 - 00:09:24 EST


On Fri, Oct 11, 2024 at 09:51:07AM +0800, zhang warden wrote:
>
>
> > On Oct 10, 2024, at 23:51, Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:
> >
> > Maybe add a replace=[true|false] module parameter.
> >
>
> How to do it?
> Isn't the way we build modules using make?
> How to set this replace value?

See for example what

tools/testing/selftests/livepatch/test_modules/test_klp_atomic_replace.c

is already doing with its "replace" parameter. Just add replace=0 to
the insmod args to disable replace mode.

--
Josh