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_1729064...
I just rebased it. Previous one was failing to build due to some unrelated issue: https://gitlab.com/redhat/red-hat-ci-tools/kernel/cki-internal- pipelines/cki-trusted-contributors/-/jobs/5930106896
From: Marcelo Ricardo Leitner on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2873#note_1729192...
@jmflinuxtx anything we can do to unblock this? Even after the rebase, it is still failing to build due to unrelated stuff: https://gitlab.com/redhat/red- hat-ci-tools/kernel/cki-internal-pipelines/cki-trusted- contributors/-/jobs/5939413465
````0:Depmod failure 19:04 00:19:04 + cat depmod.out 00:19:04 depmod: WARNING: /tmp/rpmbuild/BUILDROOT/kernel-6.8.0-0.rc0.052d53437 3b7.7.test.eln.x86_64/./lib/modules/6.8.0-0.rc0.052d534373b7.7.test.eln.x86_64 +rt-debug/kernel/drivers/hwmon/dell-smm-hwmon.ko needs unknown symbol wmidev_evaluate_method 00:19:04 depmod: WARNING: /tmp/rpmbuild/BUILDROOT/kernel-6.8.0-0.rc0.052d53437 3b7.7.test.eln.x86_64/./lib/modules/6.8.0-0.rc0.052d534373b7.7.test.eln.x86_64 +rt-debug/kernel/drivers/hwmon/dell-smm-hwmon.ko needs unknown symbol wmi_driver_unregister``` ````
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2873#note_1729220...
There is an MR to address that one, but it has not been merged yet. You shouldn't need to do anything in this MR to address it though, we will just re-run the CKI when we know things to be working again.
From: Marcelo Ricardo Leitner on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2873#note_1729234...
@pabeni @jbencrh waiting for your ACKs then (despite the CKI failures here, per above).
kernel@lists.fedoraproject.org