You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
livepatch: no need to build kselftests with kernel
JIRA: https://issues.redhat.com/browse/RHEL-70905
Upstream Status: RHEL only
ARK: 2047e6f4ea6f
Remove livepatch kselftest .ko creation from the kernel spec / build.
These kselftests modules are now built dynamically during testing using tools
provided by an external repository. As a result, the manual build in the spec
file is no longer necessary.
This patch removes the manual kselftests build logic from the kernel
RPM spec file.
V2: Keep a copy of Module.symvers in $DevelDir for other selftests
as they depend on it.
Signed-off-by: Radomir Vrbovsky <rvrbovsk@redhat.com>
0 commit comments