Package: kpatch / 0.9.11-1.1

Metadata

Package Version Patches format
kpatch 0.9.11-1.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
shellcheck.patch | (download)

kpatch/kpatch | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 jammy shellcheck fixes
 Another new release, another set of shellcheck issues detected needing
 fixing.

kpatch build adjust dirs.patch | (download)

kpatch-build/kpatch-build | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 adjust kpatch-build directories
use debian rules for ubuntu builds.patch | (download)

kpatch-build/kpatch-build | 70 51 + 19 - 0 !
1 file changed, 51 insertions(+), 19 deletions(-)

 use ubuntu-style build for livepatch generation
 This patch changes the livepatch mechanism for Ubuntu. Instead of using
 the kernel makefile directly, the build is performed using debian/rules,
 so it matches how the Ubuntu kernel is actually made.

ubuntu kernel variants.patch | (download)

kpatch-build/kpatch-build | 32 26 + 6 - 0 !
1 file changed, 26 insertions(+), 6 deletions(-)

 support ubuntu kernel flavors
 Add support for kernel flavors (generic, lowlatency, aws, etc...) the flavor
 may contain dashes and/or tildes, so handle these cases.

ignore lubsan sections.patch | (download)

kpatch-build/create-diff-object.c | 30 30 + 0 - 0 !
1 file changed, 30 insertions(+)

 ignore lubsan sections
 The 5.15 Ubuntu kernel has strange linker behavior when built, resulting
 in a situation where multiple LUBSAN data sections are being marked
 changed, but are not selected for inclusion. It is not possible to mark
 these sections as ignored using macros, so we must ignore them in 
 kpatch-build instead.
drop upstart.patch | (download)

contrib/Makefile | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 do not install upstart job file

remove_cdo_flag_from_script_not_used.patch | (download)

kpatch-build/kpatch-build | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove cdo_flags variable from create-diff-object call
fix find locals_syms.patch | (download)

kpatch-build/lookup.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 __pfx_ to match local symbol in vmlinux symbol table
 This patch add the __pfx_ symbol as possible discarded symbol.