On Tue, 8 Oct 2024 at 12:35, Toke Høiland-Jørgensen <toke@xxxxxxxxxx> wrote: > > From: Simon Sundberg <simon.sundberg@xxxxxx> > > Generalize the previous [un]load_bpf_testmod() helpers (in > testing_helpers.c) to the more generic [un]load_module(), which can > load an arbitrary kernel module by name. This allows future selftests > to more easily load custom kernel modules other than bpf_testmod.ko. > Refactor [un]load_bpf_testmod() to wrap this new helper. > > Signed-off-by: Simon Sundberg <simon.sundberg@xxxxxx> > Signed-off-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx> > --- Acked-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx>