da4517 kpatch-0.9.2 base

Authored and Committed by Packit Service 3 years ago
370 files changed. 12057 lines added. 1518 lines removed.
.travis.yml
file modified
+8 -0
Makefile
file modified
+33 -0
Makefile.inc
file modified
+0 -5
README.md
file modified
+78 -129
contrib/kpatch.service
file modified
+2 -1
contrib/kpatch.spec
file modified
+105 -6
doc/patch-author-guide.md
file modified
+420 -154
kmod/core/core.c
file modified
+108 -48
kmod/patch/Makefile
file modified
+4 -2
kmod/patch/kpatch-patch.h
file modified
+1 -1
kmod/patch/livepatch-patch-hook.c
file modified
+17 -0
kpatch-build/Makefile
file modified
+7 -2
kpatch-build/create-diff-object.c
file modified
+1123 -603
kpatch-build/create-klp-module.c
file modified
+31 -36
kpatch-build/create-kpatch-module.c
file modified
+35 -21
kpatch-build/gcc-plugins/gcc-common.h
file modified
+4 -0
kpatch-build/gcc-plugins/ppc64le-plugin.c
file modified
+17 -6
kpatch-build/kpatch-build
file modified
+250 -84
kpatch-build/kpatch-elf.c
file modified
+49 -23
kpatch-build/kpatch-elf.h
file modified
+4 -1
kpatch-build/kpatch-gcc
file modified
+9 -7
kpatch-build/kpatch-intermediate.h
file modified
+2 -2
kpatch-build/lookup.c
file modified
+186 -131
kpatch-build/lookup.h
file modified
+11 -10
kpatch/kpatch
file modified
+82 -52
man/kpatch-build.1
file modified
+4 -3
man/kpatch.1
file modified
+3 -0
test/difftree.sh
file modified
+11 -8
test/integration/Makefile
file modified
+8 -0
test/integration/centos-7~39d30e8... kpatch-0.9.2 base
file added
+1
test/integration/centos-8
file added
+1
test/integration/common/multiple.template
file added
+80
test/integration/fedora-27/meminfo-cmdline-rebuild-SLOW-LOADED.test.disabled
file added
+3
test/integration/fedora-27/meminfo-cmdline-rebuild-SLOW.patch.disabled
file added
+40
test/integration/fedora-27/module-shadow.patch.disabled
file added
+24
test/integration/fedora-27/multiple.test
file modified
+2 -40
test/integration/fedora-27/shadow-newpid.patch.disabled
file added
+78
test/integration/kpatch-test
file modified
+83 -42
test/integration/lib.sh
file added
+326
test/integration/rebase-patches
file modified
+30 -24
test/integration/rhel-7.4/bug-table-section.patch
file added
+12
test/integration/rhel-7.4/cmdline-string-LOADED.test
file added
+3
test/integration/rhel-7.4/cmdline-string.patch
file added
+12
test/integration/rhel-7.4/data-new-LOADED.test
file added
+3
test/integration/rhel-7.4/data-new.patch
file added
+28
test/integration/rhel-7.4/data-read-mostly.patch.disabled
file added
+11
test/integration/rhel-7.4/fixup-section.patch
file added
+12
test/integration/rhel-7.4/gcc-constprop.patch
file added
+13
test/integration/rhel-7.4/gcc-isra.patch
file added
+11
test/integration/rhel-7.4/gcc-mangled-3.patch
file added
+13
test/integration/rhel-7.4/gcc-static-local-var-2.patch
file added
+13
test/integration/rhel-7.4/gcc-static-local-var-3.patch
file added
+19
test/integration/rhel-7.4/gcc-static-local-var-4.patch
file added
+20
test/integration/rhel-7.4/gcc-static-local-var-4.test
file added
+8
test/integration/rhel-7.4/gcc-static-local-var-5.patch
file added
+45
test/integration/rhel-7.4/gcc-static-local-var-6.patch
file added
+23
test/integration/rhel-7.4/gcc-static-local-var.patch
file added
+25
test/integration/rhel-7.4/macro-callbacks.patch
file added
+160
test/integration/rhel-7.4/macro-printk.patch
file added
+147
test/integration/rhel-7.4/meminfo-init-FAIL.patch
file added
+11
test/integration/rhel-7.4/meminfo-init2-FAIL.patch
file added
+19
test/integration/rhel-7.4/meminfo-string-LOADED.test
file added
+3
test/integration/rhel-7.4/meminfo-string.patch
file added
+12
test/integration/rhel-7.4/module-call-external.patch
file added
+33
test/integration/rhel-7.4/module-kvm-fixup.patch
file added
+12
test/integration/rhel-7.4/module-shadow.patch
file added
+24
test/integration/rhel-7.4/multiple.test
file added
+7
test/integration/rhel-7.4/new-function.patch
file added
+25
test/integration/rhel-7.4/new-globals.patch
file added
+34
test/integration/rhel-7.4/parainstructions-section.patch
file added
+11
test/integration/rhel-7.4/replace-section-references.patch
file added
+12
test/integration/rhel-7.4/shadow-newpid-LOADED.test
file added
+3
test/integration/rhel-7.4/shadow-newpid.patch
file added
+69
test/integration/rhel-7.4/smp-locks-section.patch
file added
+14
test/integration/rhel-7.4/special-static-2.patch
file added
+24
test/integration/rhel-7.4/special-static.patch
file added
+22
test/integration/rhel-7.4/tracepoints-section.patch
file added
+13
test/integration/rhel-7.4/warn-detect-FAIL.patch
file added
+8
test/integration/rhel-7.5/bug-table-section.patch
file added
+12
test/integration/rhel-7.5/cmdline-string-LOADED.test
file added
+3
test/integration/rhel-7.5/cmdline-string.patch
file added
+12
test/integration/rhel-7.5/data-new-LOADED.test
file added
+3
test/integration/rhel-7.5/data-new.patch
file added
+28
test/integration/rhel-7.5/data-read-mostly.patch.disabled
file added
+11
test/integration/rhel-7.5/fixup-section.patch
file added
+12
test/integration/rhel-7.5/gcc-constprop.patch
file added
+13
test/integration/rhel-7.5/gcc-isra.patch
file added
+11
test/integration/rhel-7.5/gcc-mangled-3.patch
file added
+13
test/integration/rhel-7.5/gcc-static-local-var-2.patch
file added
+13
test/integration/rhel-7.5/gcc-static-local-var-3.patch
file added
+19
test/integration/rhel-7.5/gcc-static-local-var-4.patch
file added
+20
test/integration/rhel-7.5/gcc-static-local-var-4.test
file added
+8
test/integration/rhel-7.5/gcc-static-local-var-5.patch
file added
+45
test/integration/rhel-7.5/gcc-static-local-var-6.patch
file added
+23
test/integration/rhel-7.5/gcc-static-local-var.patch
file added
+25
test/integration/rhel-7.5/macro-callbacks.patch
file added
+160
test/integration/rhel-7.5/macro-printk.patch
file added
+147
test/integration/rhel-7.5/meminfo-init-FAIL.patch
file added
+11
test/integration/rhel-7.5/meminfo-init2-FAIL.patch
file added
+19
test/integration/rhel-7.5/meminfo-string-LOADED.test
file added
+3
test/integration/rhel-7.5/meminfo-string.patch
file added
+12
test/integration/rhel-7.5/module-call-external.patch
file added
+33
test/integration/rhel-7.5/module-kvm-fixup.patch
file added
+12
test/integration/rhel-7.5/module-shadow.patch.disabled
file added
+25
test/integration/rhel-7.5/multiple.test
file added
+7
test/integration/rhel-7.5/new-function.patch
file added
+25
test/integration/rhel-7.5/new-globals.patch
file added
+34
test/integration/rhel-7.5/parainstructions-section.patch
file added
+11
test/integration/rhel-7.5/replace-section-references.patch
file added
+12
test/integration/rhel-7.5/shadow-newpid-LOADED.test
file added
+3
test/integration/rhel-7.5/shadow-newpid.patch
file added
+72
test/integration/rhel-7.5/smp-locks-section.patch
file added
+14
test/integration/rhel-7.5/special-static-2.patch
file added
+24
test/integration/rhel-7.5/special-static.patch
file added
+22
test/integration/rhel-7.5/tracepoints-section.patch
file added
+13
test/integration/rhel-7.5/warn-detect-FAIL.patch
file added
+8
test/integration/rhel-7.6/bug-table-section.patch
file added
+13
test/integration/rhel-7.6/cmdline-string-LOADED.test
file added
+3
test/integration/rhel-7.6/cmdline-string.patch
file added
+12
test/integration/rhel-7.6/data-new-LOADED.test
file added
+3
test/integration/rhel-7.6/data-new.patch
file added
+29
test/integration/rhel-7.6/data-read-mostly.patch.disabled
file added
+12
test/integration/rhel-7.6/fixup-section.patch
file added
+12
test/integration/rhel-7.6/gcc-constprop.patch.disabled
file added
+13
test/integration/rhel-7.6/gcc-isra.patch
file added
+12
test/integration/rhel-7.6/gcc-mangled-3.patch
file added
+14
test/integration/rhel-7.6/gcc-static-local-var-2.patch
file added
+14
test/integration/rhel-7.6/gcc-static-local-var-3.patch
file added
+20
test/integration/rhel-7.6/gcc-static-local-var-4.patch
file added
+21
test/integration/rhel-7.6/gcc-static-local-var-4.test
file added
+8
test/integration/rhel-7.6/gcc-static-local-var-5.patch
file added
+45
test/integration/rhel-7.6/gcc-static-local-var-6.patch
file added
+23
test/integration/rhel-7.6/macro-callbacks.patch
file added
+160
test/integration/rhel-7.6/macro-printk.patch
file added
+151
test/integration/rhel-7.6/meminfo-init-FAIL.patch
file added
+12
test/integration/rhel-7.6/meminfo-init2-FAIL.patch
file added
+20
test/integration/rhel-7.6/meminfo-string-LOADED.test
file added
+3
test/integration/rhel-7.6/meminfo-string.patch
file added
+12
test/integration/rhel-7.6/module-call-external.patch
file added
+40
test/integration/rhel-7.6/multiple.test
file added
+7
test/integration/rhel-7.6/new-function.patch
file added
+26
test/integration/rhel-7.6/new-globals.patch
file added
+34
test/integration/rhel-7.6/parainstructions-section.patch
file added
+11
test/integration/rhel-7.6/shadow-newpid-LOADED.test
file added
+3
test/integration/rhel-7.6/shadow-newpid.patch
file added
+72
test/integration/rhel-7.6/smp-locks-section.patch
file added
+14
test/integration/rhel-7.6/special-static.patch
file added
+23
test/integration/rhel-7.6/symvers-disagreement-FAIL.patch
file added
+51
test/integration/rhel-7.6/tracepoints-section.patch
file added
+14
test/integration/rhel-7.6/warn-detect-FAIL.patch
file added
+8
test/integration/rhel-7.7/bug-table-section.patch
file added
+13
test/integration/rhel-7.7/cmdline-string-LOADED.test
file added
+3
test/integration/rhel-7.7/cmdline-string.patch
file added
+13
test/integration/rhel-7.7/data-new-LOADED.test
file added
+3
test/integration/rhel-7.7/data-new.patch
file added
+29
test/integration/rhel-7.7/data-read-mostly.patch.disabled
file added
+12
test/integration/rhel-7.7/fixup-section.patch
file added
+12
test/integration/rhel-7.7/gcc-constprop.patch.disabled
file added
+13
test/integration/rhel-7.7/gcc-isra.patch
file added
+12
test/integration/rhel-7.7/gcc-mangled-3.patch
file added
+14
test/integration/rhel-7.7/gcc-static-local-var-2.patch
file added
+14
test/integration/rhel-7.7/gcc-static-local-var-3.patch
file added
+20
test/integration/rhel-7.7/gcc-static-local-var-4.patch
file added
+21
test/integration/rhel-7.7/gcc-static-local-var-4.test
file added
+8
test/integration/rhel-7.7/gcc-static-local-var-5.patch
file added
+46
test/integration/rhel-7.7/gcc-static-local-var-6.patch
file added
+23
test/integration/rhel-7.7/macro-callbacks.patch
file added
+166
test/integration/rhel-7.7/macro-printk.patch
file added
+151
test/integration/rhel-7.7/meminfo-init-FAIL.patch
file added
+12
test/integration/rhel-7.7/meminfo-init2-FAIL.patch
file added
+20
test/integration/rhel-7.7/meminfo-string-LOADED.test
file added
+3
test/integration/rhel-7.7/meminfo-string.patch
file added
+13
test/integration/rhel-7.7/module-call-external.patch
file added
+40
test/integration/rhel-7.7/multiple.test
file added
+7
test/integration/rhel-7.7/new-function.patch
file added
+26
test/integration/rhel-7.7/new-globals.patch
file added
+36
test/integration/rhel-7.7/parainstructions-section.patch
file added
+12
test/integration/rhel-7.7/shadow-newpid-LOADED.test
file added
+3
test/integration/rhel-7.7/shadow-newpid.patch
file added
+72
test/integration/rhel-7.7/smp-locks-section.patch
file added
+15
test/integration/rhel-7.7/special-static.patch
file added
+23
test/integration/rhel-7.7/symvers-disagreement-FAIL.patch
file added
+51
test/integration/rhel-7.7/tracepoints-section.patch
file added
+14
test/integration/rhel-7.7/warn-detect-FAIL.patch
file added
+9
test/integration/rhel-7.8/bug-table-section.patch
file added
+12
test/integration/rhel-7.8/cmdline-string-LOADED.test
file added
+3
test/integration/rhel-7.8/cmdline-string.patch
file added
+12
test/integration/rhel-7.8/data-new-LOADED.test
file added
+3
test/integration/rhel-7.8/data-new.patch
file added
+28
test/integration/rhel-7.8/data-read-mostly.patch.disabled
file added
+11
test/integration/rhel-7.8/fixup-section.patch
file added
+11
test/integration/rhel-7.8/gcc-constprop.patch.disabled
file added
+13
test/integration/rhel-7.8/gcc-isra.patch
file added
+11
test/integration/rhel-7.8/gcc-mangled-3.patch
file added
+13
test/integration/rhel-7.8/gcc-static-local-var-2.patch
file added
+13
test/integration/rhel-7.8/gcc-static-local-var-3.patch
file added
+19
test/integration/rhel-7.8/gcc-static-local-var-4.patch
file added
+20
test/integration/rhel-7.8/gcc-static-local-var-4.test
file added
+8
test/integration/rhel-7.8/gcc-static-local-var-5.patch
file added
+45
test/integration/rhel-7.8/gcc-static-local-var-6.patch
file added
+22
test/integration/rhel-7.8/macro-callbacks.patch
file added
+163
test/integration/rhel-7.8/macro-printk.patch
file added
+148
test/integration/rhel-7.8/meminfo-init-FAIL.patch
file added
+11
test/integration/rhel-7.8/meminfo-init2-FAIL.patch
file added
+19
test/integration/rhel-7.8/meminfo-string-LOADED.test
file added
+3
test/integration/rhel-7.8/meminfo-string.patch
file added
+12
test/integration/rhel-7.8/module-call-external.patch
file added
+38
test/integration/rhel-7.8/multiple.test
file added
+7
test/integration/rhel-7.8/new-function.patch
file added
+25
test/integration/rhel-7.8/new-globals.patch
file added
+34
test/integration/rhel-7.8/parainstructions-section.patch
file added
+11
test/integration/rhel-7.8/shadow-newpid-LOADED.test
file added
+3
test/integration/rhel-7.8/shadow-newpid.patch
file added
+69
test/integration/rhel-7.8/smp-locks-section.patch
file added
+14
test/integration/rhel-7.8/special-static.patch
file added
+22
test/integration/rhel-7.8/symvers-disagreement-FAIL.patch
file added
+49
test/integration/rhel-7.8/tracepoints-section.patch
file added
+13
test/integration/rhel-7.8/warn-detect-FAIL.patch
file added
+8
test/integration/rhel-7.9/bug-table-section.patch
file added
+12
test/integration/rhel-7.9/cmdline-string-LOADED.test
file added
+3
test/integration/rhel-7.9/cmdline-string.patch
file added
+12
test/integration/rhel-7.9/data-new-LOADED.test
file added
+3
test/integration/rhel-7.9/data-new.patch
file added
+28
test/integration/rhel-7.9/data-read-mostly.patch.disabled
file added
+11
test/integration/rhel-7.9/fixup-section.patch
file added
+11
test/integration/rhel-7.9/gcc-constprop.patch
file added
+13
test/integration/rhel-7.9/gcc-isra.patch
file added
+11
test/integration/rhel-7.9/gcc-mangled-3.patch
file added
+13
test/integration/rhel-7.9/gcc-static-local-var-2.patch
file added
+13
test/integration/rhel-7.9/gcc-static-local-var-3.patch
file added
+19
test/integration/rhel-7.9/gcc-static-local-var-4.patch
file added
+20
test/integration/rhel-7.9/gcc-static-local-var-4.test
file added
+8
test/integration/rhel-7.9/gcc-static-local-var-5.patch
file added
+45
test/integration/rhel-7.9/gcc-static-local-var-6.patch
file added
+22
test/integration/rhel-7.9/macro-callbacks.patch
file added
+163
test/integration/rhel-7.9/macro-printk.patch
file added
+148
test/integration/rhel-7.9/meminfo-init-FAIL.patch
file added
+11
test/integration/rhel-7.9/meminfo-init2-FAIL.patch
file added
+19
test/integration/rhel-7.9/meminfo-string-LOADED.test
file added
+3
test/integration/rhel-7.9/meminfo-string.patch
file added
+12
test/integration/rhel-7.9/module-call-external.patch
file added
+38
test/integration/rhel-7.9/multiple.test
file added
+7
test/integration/rhel-7.9/new-function.patch
file added
+25
test/integration/rhel-7.9/new-globals.patch
file added
+34
test/integration/rhel-7.9/parainstructions-section.patch
file added
+11
test/integration/rhel-7.9/shadow-newpid-LOADED.test
file added
+3
test/integration/rhel-7.9/shadow-newpid.patch
file added
+69
test/integration/rhel-7.9/smp-locks-section.patch
file added
+14
test/integration/rhel-7.9/special-static.patch
file added
+22
test/integration/rhel-7.9/symvers-disagreement-FAIL.patch
file added
+49
test/integration/rhel-7.9/tracepoints-section.patch
file added
+13
test/integration/rhel-7.9/warn-detect-FAIL.patch
file added
+8
test/integration/rhel-8.0/README
file added
+1
test/integration/rhel-8.0/bug-table-section.patch
file added
+13
test/integration/rhel-8.0/cmdline-string-LOADED.test
file added
+3
test/integration/rhel-8.0/cmdline-string.patch
file added
+14
test/integration/rhel-8.0/data-new-LOADED.test
file added
+3
test/integration/rhel-8.0/data-new.patch
file added
+21
test/integration/rhel-8.0/data-read-mostly.patch.disabled
file added
+14
test/integration/rhel-8.0/fixup-section.patch
file added
+12
test/integration/rhel-8.0/gcc-constprop.patch.disabled
file added
+14
test/integration/rhel-8.0/gcc-isra.patch
file added
+12
test/integration/rhel-8.0/gcc-mangled-3.patch
file added
+14
test/integration/rhel-8.0/gcc-static-local-var-2.patch
file added
+14
test/integration/rhel-8.0/gcc-static-local-var-3.patch
file added
+20
test/integration/rhel-8.0/gcc-static-local-var-4.patch.disabled
file added
+25
test/integration/rhel-8.0/gcc-static-local-var-4.test
file added
+8
test/integration/rhel-8.0/gcc-static-local-var-5.patch
file added
+46
test/integration/rhel-8.0/gcc-static-local-var-6.patch
file added
+23
test/integration/rhel-8.0/macro-callbacks.patch
file added
+158
test/integration/rhel-8.0/macro-printk.patch.disabled
file added
+151
test/integration/rhel-8.0/meminfo-init-FAIL.patch
file added
+12
test/integration/rhel-8.0/meminfo-init2-FAIL.patch
file added
+20
test/integration/rhel-8.0/meminfo-string-LOADED.test
file added
+3
test/integration/rhel-8.0/meminfo-string.patch
file added
+13
test/integration/rhel-8.0/module-call-external.patch
file added
+35
test/integration/rhel-8.0/multiple.test
file added
+7
test/integration/rhel-8.0/new-function.patch
file added
+26
test/integration/rhel-8.0/new-globals.patch
file added
+36
test/integration/rhel-8.0/parainstructions-section.patch
file added
+12
test/integration/rhel-8.0/shadow-newpid-LOADED.test
file added
+3
test/integration/rhel-8.0/shadow-newpid.patch.disabled
file added
+80
test/integration/rhel-8.0/smp-locks-section.patch
file added
+14
test/integration/rhel-8.0/special-static.patch
file added
+23
test/integration/rhel-8.0/symvers-disagreement-FAIL.patch
file added
+51
test/integration/rhel-8.0/tracepoints-section.patch
file added
+14
test/integration/rhel-8.0/warn-detect-FAIL.patch
file added
+9
test/integration/rhel-8.1/bug-table-section.patch
file added
+12
test/integration/rhel-8.1/cmdline-string-LOADED.test
file added
+3
test/integration/rhel-8.1/cmdline-string.patch
file added
+13
test/integration/rhel-8.1/data-new-LOADED.test
file added
+3
test/integration/rhel-8.1/data-new.patch
file added
+20
test/integration/rhel-8.1/data-read-mostly.patch.disabled
file added
+13
test/integration/rhel-8.1/fixup-section.patch
file added
+11
test/integration/rhel-8.1/gcc-constprop.patch.disabled
file added
+13
test/integration/rhel-8.1/gcc-isra.patch
file added
+11
test/integration/rhel-8.1/gcc-mangled-3.patch
file added
+13
test/integration/rhel-8.1/gcc-static-local-var-2.patch
file added
+13
test/integration/rhel-8.1/gcc-static-local-var-3.patch
file added
+19
test/integration/rhel-8.1/gcc-static-local-var-4.patch.disabled
file added
+24
test/integration/rhel-8.1/gcc-static-local-var-4.test.disabled
file added
+8
test/integration/rhel-8.1/gcc-static-local-var-5.patch
file added
+45
test/integration/rhel-8.1/gcc-static-local-var-6.patch
file added
+22
test/integration/rhel-8.1/macro-callbacks.patch
file added
+155
test/integration/rhel-8.1/macro-printk.patch.disabled
file added
+148
test/integration/rhel-8.1/meminfo-init-FAIL.patch
file added
+11
test/integration/rhel-8.1/meminfo-init2-FAIL.patch
file added
+19
test/integration/rhel-8.1/meminfo-string-LOADED.test
file added
+3
test/integration/rhel-8.1/meminfo-string.patch
file added
+12
test/integration/rhel-8.1/module-LOADED.test
file added
+13
test/integration/rhel-8.1/module.patch
file added
+90
test/integration/rhel-8.1/multiple.test
file added
+7
test/integration/rhel-8.1/new-function.patch
file added
+25
test/integration/rhel-8.1/new-globals.patch
file added
+34
test/integration/rhel-8.1/parainstructions-section.patch
file added
+11
test/integration/rhel-8.1/shadow-newpid-LOADED.test.disabled
file added
+3
test/integration/rhel-8.1/shadow-newpid.patch.disabled
file added
+77
test/integration/rhel-8.1/smp-locks-section.patch
file added
+13
test/integration/rhel-8.1/special-static.patch.disabled
file added
+22
test/integration/rhel-8.1/symvers-disagreement-FAIL.patch
file added
+51
test/integration/rhel-8.1/tracepoints-section.patch
file added
+13
test/integration/rhel-8.1/warn-detect-FAIL.patch
file added
+8
test/integration/rhel-8.2/bug-table-section.patch
file added
+12
test/integration/rhel-8.2/cmdline-string-LOADED.test
file added
+3
test/integration/rhel-8.2/cmdline-string.patch
file added
+13
test/integration/rhel-8.2/data-new-LOADED.test
file added
+3
test/integration/rhel-8.2/data-new.patch
file added
+20
test/integration/rhel-8.2/data-read-mostly.patch.disabled
file added
+13
test/integration/rhel-8.2/fixup-section.patch
file added
+11
test/integration/rhel-8.2/gcc-constprop.patch
file added
+13
test/integration/rhel-8.2/gcc-isra.patch
file added
+11
test/integration/rhel-8.2/gcc-mangled-3.patch
file added
+13
test/integration/rhel-8.2/gcc-static-local-var-2.patch
file added
+13
test/integration/rhel-8.2/gcc-static-local-var-3.patch
file added
+19
test/integration/rhel-8.2/gcc-static-local-var-4.patch.disabled
file added
+24
test/integration/rhel-8.2/gcc-static-local-var-4.test.disabled
file added
+8
test/integration/rhel-8.2/gcc-static-local-var-5.patch
file added
+45
test/integration/rhel-8.2/gcc-static-local-var-6.patch
file added
+22
test/integration/rhel-8.2/macro-callbacks.patch
file added
+155
test/integration/rhel-8.2/macro-printk.patch
file added
+148
test/integration/rhel-8.2/meminfo-init-FAIL.patch
file added
+11
test/integration/rhel-8.2/meminfo-init2-FAIL.patch
file added
+19
test/integration/rhel-8.2/meminfo-string-LOADED.test
file added
+3
test/integration/rhel-8.2/meminfo-string.patch
file added
+12
test/integration/rhel-8.2/module-LOADED.test
file added
+13
test/integration/rhel-8.2/module.patch
file added
+85
test/integration/rhel-8.2/multiple.test
file added
+7
test/integration/rhel-8.2/new-function.patch
file added
+25
test/integration/rhel-8.2/new-globals.patch
file added
+34
test/integration/rhel-8.2/parainstructions-section.patch
file added
+11
test/integration/rhel-8.2/shadow-newpid-LOADED.test.disabled
file added
+3
test/integration/rhel-8.2/shadow-newpid.patch.disabled
file added
+77
test/integration/rhel-8.2/smp-locks-section.patch
file added
+13
test/integration/rhel-8.2/special-static.patch.disabled
file added
+22
test/integration/rhel-8.2/symvers-disagreement-FAIL.patch
file added
+51
test/integration/rhel-8.2/tracepoints-section.patch
file added
+13
test/integration/rhel-8.2/warn-detect-FAIL.patch
file added
+8
test/integration/test-vagrant
file added
+42
test/integration/ubuntu-16.04/fixup-section.patch
file modified
+6 -6
test/integration/ubuntu-16.04/gcc-mangled-3.patch.disabled
file added
+19
test/integration/ubuntu-16.04/gcc-static-local-var-4.test
file modified
+2 -1
test/integration/ubuntu-16.04/macro-callbacks.patch
file added
+163
test/integration/ubuntu-16.04/macro-printk.patch
file modified
+28 -25
test/integration/ubuntu-16.04/meminfo-cmdline-rebuild-SLOW-LOADED.test.disabled
file added
+3
test/integration/ubuntu-16.04/meminfo-cmdline-rebuild-SLOW.patch.disabled
file added
+42
test/integration/ubuntu-16.04/module-call-external.patch.disable
file added
+38
test/integration/ubuntu-16.04/multiple.test
file modified
+2 -40
test/integration/vm-integration-run
file added
+85
test/unit/Makefile
file modified
+3 -1
test/unit/Makefile.include
file modified
+7 -4
    kpatch-0.9.2 base
    
        
file modified
+8 -0
file modified
+33 -0
file modified
+0 -5
file modified
+78 -129
file modified
+2 -1
file modified
+105 -6
file modified
+420 -154
file modified
+108 -48
file modified
+4 -2
file modified
+1 -1
file modified
+7 -2
file modified
+1123 -603
file modified
+250 -84
file modified
+49 -23
file modified
+4 -1
file modified
+9 -7
file modified
+186 -131
file modified
+11 -10
file modified
+82 -52
file modified
+4 -3
file modified
+3 -0
file modified
+11 -8
file modified
+8 -0
file modified
+83 -42
file modified
+30 -24
file modified
+3 -1
file modified
+7 -4