mirror of
https://github.com/dynup/kpatch
synced 2025-03-03 01:07:42 +00:00
These patches cause the following error on ppc64le on both 7.7 and 7.6: create-diff-object: ERROR: export.o: kpatch_no_sibling_calls_ppc64le: 3290: Found an unsupported sibling call at e_show()+0x100. Add __attribute__((optimize("-fno-optimize-sibling-calls"))) to e_show() definition. Adding -fno-optimize-sibling-calls breaks build on x86_64, so limit it to ppc64le only. Signed-off-by: Artem Savkov <asavkov@redhat.com> |
||
---|---|---|
.. | ||
centos-7 | ||
common | ||
fedora-27 | ||
rhel-7.4 | ||
rhel-7.5 | ||
rhel-7.6 | ||
rhel-7.7 | ||
rhel-8.0 | ||
ubuntu-16.04 | ||
.gitignore | ||
kpatch-test | ||
lib.sh | ||
Makefile | ||
rebase-patches | ||
test-vagrant | ||
vm-integration-run |