From 0ccac06e444bb178373bf9cbef5eeb2060b65c0a Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 21 Dec 2021 17:30:44 +0100 Subject: [PATCH 1/2] profiles/coreos/base: backport `iproute2` ELF support enables ELF support to e.g. allow tc to handle BPF filters. It has been dropped in this commit: https://github.com/flatcar-linux/portage-stable/commit/406576c5e554e10950c82fa7f3692d62743958b2 Signed-off-by: Mathieu Tortuyaux --- .../coreos-overlay/profiles/coreos/base/package.use | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use index 3ed6fb20da..a7abcfcb6e 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use @@ -139,3 +139,6 @@ sys-auth/polkit -introspection net-misc/openssh -bindist dev-libs/openssl fips + +# enables ELF support to e.g. allow tc to handle BPF filters. +sys-apps/iproute2 elf From 7bfcb5bd97298afb50e137531f08c6db6c90db54 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 21 Dec 2021 17:34:26 +0100 Subject: [PATCH 2/2] changelog: add entry Signed-off-by: Mathieu Tortuyaux --- .../changelog/changes/2021-12-21-iproute-with-elf.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/changelog/changes/2021-12-21-iproute-with-elf.md diff --git a/sdk_container/src/third_party/coreos-overlay/changelog/changes/2021-12-21-iproute-with-elf.md b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2021-12-21-iproute-with-elf.md new file mode 100644 index 0000000000..c84ccdfaad --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/changelog/changes/2021-12-21-iproute-with-elf.md @@ -0,0 +1 @@ +- Backported `elf` support for `iproute2` [flatcar-linux/coreos-overlay#1256](https://github.com/flatcar-linux/coreos-overlay/pull/1526)