From: Marcelo Ricardo Leitner mleitner@redhat.com
net: bump CONFIG_MAX_SKB_FRAGS to 45
As requested via https://issues.redhat.com/browse/RHEL-467
With the reasoning from: https://lore.kernel.org/netdev/20220203015140.3022854-10-eric.dumazet@gmail....
Signed-off-by: Marcelo Ricardo Leitner mleitner@redhat.com
diff --git a/redhat/configs/common/generic/CONFIG_MAX_SKB_FRAGS b/redhat/configs/fedora/generic/CONFIG_MAX_SKB_FRAGS rename from redhat/configs/common/generic/CONFIG_MAX_SKB_FRAGS rename to redhat/configs/fedora/generic/CONFIG_MAX_SKB_FRAGS index blahblah..blahblah 100644 --- a/redhat/configs/common/generic/CONFIG_MAX_SKB_FRAGS +++ b/redhat/configs/fedora/generic/CONFIG_MAX_SKB_FRAGS diff --git a/redhat/configs/rhel/generic/CONFIG_MAX_SKB_FRAGS b/redhat/configs/rhel/generic/CONFIG_MAX_SKB_FRAGS new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/rhel/generic/CONFIG_MAX_SKB_FRAGS @@ -0,0 +1 @@ +CONFIG_MAX_SKB_FRAGS=45
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2873
From: Marcelo Ricardo Leitner on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2873#note_1725925...
@jmflinuxtx any ideas on what went horribly wrong here?
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2873#note_1725945...
Yup, you can ignore it. Typical merge window stuff. The docs merge made us add a buildreq on python3-pyyaml but that MR is not merged yet. CKI fails on it because the container images don't have that package available yet. I expect it will all be cleared up in the next day or 2, and the CKI will pass again.
kernel@lists.fedoraproject.org