kpatch/test/integration
Joe Lawrence 3aa8fd9a4f test/integration: add RHEL-8.2 integration tests
Patches rebased against RHEL-8.2 GA kernel-4.18.0-193.el8.

Tests disabled for errors when building against updated
4.18.0-193.3.1.el8_2.x86_64 z-stream kernel:

  * data-read-mostly.patch:
  dev.o: Found a jump label at __netif_receive_skb_core()+0x32, using key netstamp_needed_key.  Jump labels aren't supported with this kernel.  Use static_key_enabled() instead.
  dev.o: Found a jump label at __netif_receive_skb_core()+0x95, using key generic_xdp_needed_key.  Jump labels aren't supported with this kernel.  Use static_key_enabled() instead.
  dev.o: Found a jump label at __netif_receive_skb_core()+0xd0, using key ingress_needed_key.  Jump labels aren't supported with this kernel.  Use static_key_enabled() instead.
  dev.o: Found a jump label at __netif_receive_skb_core()+0x412, using key nf_hooks_needed.  Jump labels aren't supported with this kernel.  Use static_key_enabled() instead.
  /root/github-kpatch/kpatch-build/create-diff-object: ERROR: dev.o: kpatch_regenerate_special_section: 2344: Found 4 jump label(s) in the patched code. Jump labels aren't currently supported. Use static_key_enabled() instead.

  * gcc-static-local-var-4.patch (ppc64le only):
  aio.o: Found a jump label at aio_free_ring()+0x7c, using key devmap_managed_key.  Jump labels aren't supported with this kernel.  Use static_key_enabled() instead.
  /root/github-kpatch/kpatch-build/create-diff-object: ERROR: aio.o: kpatch_regenerate_special_section: 2344: Found 1 jump label(s) in the patched code. Jump labels aren't currently supported. Use static_key_enabled() instead.

  * shadow-newpid.patch:
  fork.o: WARNING: unable to correlate static local variable ctr.70325 used by _do_fork, assuming variable is new
  fork.o: changed function: _do_fork
  exit.o: Found a jump label at do_exit()+0x6d3, using key devmap_managed_key.  Jump labels aren't supported with this kernel.  Use static_key_enabled() instead.
  /root/github-kpatch/kpatch-build/create-diff-object: ERROR: exit.o: kpatch_regenerate_special_section: 2344: Found 1 jump label(s) in the patched code. Jump labels aren't currently supported. Use static_key_enabled() instead.

  * special-static.patch:
  fork.o: Found a jump label at copy_process.part.34()+0x1fc, using key memcg_kmem_enabled_key.  Jump labels aren't supported with this kernel.  Use static_key_enabled() instead.
  fork.o: Found a jump label at copy_process.part.34()+0x21b, using key memory_cgrp_subsys_enabled_key.  Jump labels aren't supported with this kernel.  Use static_key_enabled() instead.
  fork.o: Found a jump label at copy_process.part.34()+0x72a, using key memory_cgrp_subsys_enabled_key.  Jump labels aren't supported with this kernel.  Use static_key_enabled() instead.
  fork.o: Found a jump label at copy_process.part.34()+0x773, using key memcg_kmem_enabled_key.  Jump labels aren't supported with this kernel.  Use static_key_enabled() instead
  ./root/github-kpatch/kpatch-build/create-diff-object: ERROR: fork.o: kpatch_regenerate_special_section: 2344: Found 4 jump label(s) in the patched code. Jump labels aren't currently supported. Use static_key_enabled() instead.

Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
2020-05-17 11:07:08 -04:00
..
centos-7 integration: update gcc-static-local-var-4.test 2020-02-14 16:09:37 -05:00
common test/integration: Skip disabled tests in multiple.test 2019-10-31 12:47:01 +00:00
fedora-27 integration: disable tests with jump labels 2020-01-24 10:37:25 +01:00
rhel-7.4 integration: update gcc-static-local-var-4.test 2020-02-14 16:09:37 -05:00
rhel-7.5 integration: update gcc-static-local-var-4.test 2020-02-14 16:09:37 -05:00
rhel-7.6 integration: update gcc-static-local-var-4.test 2020-02-14 16:09:37 -05:00
rhel-7.7 integration: update gcc-static-local-var-4.test 2020-02-14 16:09:37 -05:00
rhel-7.8 test/integration: add rhel-7.8 rebased patches 2020-03-11 10:09:30 -04:00
rhel-8.0 test/integration: Reenable test 2020-03-30 14:21:40 +01:00
rhel-8.1 tests/integration/module.patch: fix ppc64le build 2020-04-23 14:15:31 +02:00
rhel-8.2 test/integration: add RHEL-8.2 integration tests 2020-05-17 11:07:08 -04:00
ubuntu-16.04 integration: update gcc-static-local-var-4.test 2020-02-14 16:09:37 -05:00
.gitignore test: add much quicker combined test option 2014-05-27 09:40:24 -05:00
kpatch-test test/integration: Skip disabled tests for combined test 2019-10-31 12:47:01 +00:00
lib.sh Add support for specific commits in vagrant 2020-01-24 10:37:46 +01:00
Makefile integration/Makefile: fix a typo 2020-01-24 10:37:46 +01:00
rebase-patches testing/integration: update rebase_patches tool 2020-03-10 10:36:46 -04:00
test-vagrant integration: temporary disable ubuntu1604 2019-01-11 10:34:13 +01:00
vm-integration-run tests/integration: fetch pull-request data 2020-02-25 17:33:24 +01:00