Skip to content

kpatch 0.7.0

Compare
Choose a tag to compare
@sm00th sm00th released this 18 Jul 14:37
· 661 commits to master since this release
535e917

Increment version to v0.7.0 due to changed behavior of kpatch.service and
kpatch load subcommand. Full list of changes:

  • Multiple memory leak fixes in kpatch-build
  • livepatch-patch-hook compatability fixes for kernels 5.1+
  • Making kpatch-build compatible with custom gcc names
  • Added rhel-rebased integration tests
  • kpatch.service will no longer unload modules on stop
  • kpatch load will no longer fail if a module is already loaded and enabled
  • kpatch-build will now check for *_fixup section changes on ppc64le and will fail on such changes
  • Add support for R_X86_64_PLT32
  • don't allow jump labels
  • ppc64le-specific kpatch-build fixes