Re: [PATCH v5 0/6] kselftests: livepatch: Adapt tests to be executed on 4.12 kernels
Petr Mladek <[email protected]>
| Newsgroups | org.kernel.vger.live-patching,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest |
|---|---|
| Message-ID | <[email protected]> |
On Mon 2026-05-04 15:34:41, Marcos Paulo de Souza wrote: > This is the fifth version of the patchset, which fixes the last Sashiko > comment, about overwriting MOD_LIVEPATCH global variable and using a > local variable to avoid module load clashing when an older kernel > don't support some sysfs attributes. > > Original cover-letter: > These patches don't really change how the patches are run, just skip > some tests on kernels that don't support a feature (like kprobe and > livepatched living together) or when a livepatch sysfs attribute is > missing. > > These patches are based on printk/for-next branch. > > Please review! Thanks! > > Signed-off-by: Marcos Paulo de Souza <[email protected]> > --- > Changes in v5: > - Edit the last three patches to avoid overwriting MOD_LIVEPATCH > variable, using a local variable. This fixed the last Sashiko report. > - Link to v4: https://patch.msgid.link/[email protected] JFYI, the patchset has been pushed into livepatch.git, branch for-7.2-selftests. Best Regards, Petr