Re: [OS-BUILD PATCHv2] net: bump CONFIG_MAX_SKB_FRAGS to 45

2024-01-16 Thread Marcelo Ricardo Leitner (via Email Bridge)
From: Marcelo Ricardo Leitner on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2873#note_1729234620

@pabeni @jbencrh waiting for your ACKs then (despite the CKI failures here,
per above).
--
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCHv2] net: bump CONFIG_MAX_SKB_FRAGS to 45

2024-01-16 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2873#note_1729220761

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.
--
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCHv2] net: bump CONFIG_MAX_SKB_FRAGS to 45

2024-01-16 Thread Marcelo Ricardo Leitner (via Email Bridge)
From: Marcelo Ricardo Leitner on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2873#note_1729192947

@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```

--
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCHv2] net: bump CONFIG_MAX_SKB_FRAGS to 45

2024-01-16 Thread Marcelo Ricardo Leitner (via Email Bridge)
From: Marcelo Ricardo Leitner on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2873#note_1729064792

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
--
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[OS-BUILD PATCHv2] net: bump CONFIG_MAX_SKB_FRAGS to 45

2024-01-16 Thread Marcelo Ricardo Leitner (via Email Bridge)
From: Marcelo Ricardo Leitner 

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.duma...@gmail.com/

Signed-off-by: Marcelo Ricardo Leitner 

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
--
___
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue