On Fri, Oct 11, 2024 at 09:51:07AM +0800, zhang warden wrote: > > > > On Oct 10, 2024, at 23:51, Josh Poimboeuf <jpoim...@kernel.org> 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