From: Phil Sutter on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1226

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1945179

Upstream Status: RHEL-only

Tested: Ported patches to RHEL8 kernel tree (applied with minor conflicts) and
tested there. I gave up building kernel-ark in brew after several attempts
with changed options, always ending up in compiler errors.

Upon loading legacy xtables table modules or the nft compat module,
print a warning.

---
 include/linux/kernel.h                                |   2 ++
 kernel/rh_taint.c                                     |  16 ++++++++++++++++
 redhat/configs/ark/generic/CONFIG_BRIDGE_NETFILTER    |   1 +
 redhat/configs/ark/generic/CONFIG_BRIDGE_NF_EBTABLES  |   2 ++
 redhat/configs/ark/generic/CONFIG_IP6_NF_IPTABLES     |   2 ++
 redhat/configs/ark/generic/CONFIG_IP_NF_ARPTABLES     |   2 ++
 redhat/configs/ark/generic/CONFIG_IP_NF_IPTABLES      |   2 ++
 redhat/configs/ark/generic/CONFIG_IP_SET              |   2 ++
 redhat/configs/ark/generic/CONFIG_NETFILTER_XTABLES   |   1 +
 redhat/configs/ark/generic/CONFIG_NFT_COMPAT          |   2 ++
 redhat/configs/ark/generic/CONFIG_NF_CONNTRACK_LABELS |   1 +
 11 files changed, 33 insertions(+), 0 deletions(-)
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to