Re: [OS-BUILD PATCH] redhat/configs: update RPCSEC_GSS_KRB5 configs

2023-05-03 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2420#note_1377398663

The cki failure here seems to be choking on regmap-kunit with depmod. That was
fixed in 51164e67901f14ec571479b9a43e4615ec410b40 though I am unsure why it
doesn't show here...
___
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 0/2] kernel.spec: Fix packaging of no_alu32 bpf selftests

2023-05-03 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2422#note_1377365843

My local build with rhel9 buildroot worked OK, so I'm assuming the cause is
that selftests failed to build and ARK build continues. It probably needs
similar check as is done in for loop above, before attempting to create
symlink.
___
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 0/2] kernel.spec: Fix packaging of no_alu32 bpf selftests

2023-05-03 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2422#note_1377175318

This didn't pass the pipeline because it doesn't build:

```
ln: failed to create symbolic link '/builddir/build/BUILDROOT/kernel-6.4.0-0.r
c0.20230503git348551ddaf31.12.eln126.x86_64/usr/libexec/kselftests/bpf/no_alu3
2/bpftool': No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.EBPekY (%build)
```

reverting this change fixes the build.
___
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 PATCH] redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora

2023-05-03 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376976355

Apologies, maybe it was another MR I was looking at, looks fine :smile:
___
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 PATCH] redhat/configs: Clean up x86-64 call depth tracking configs

2023-05-03 Thread Waiman Long (via Email Bridge)
From: Waiman Long 

redhat/configs: Clean up x86-64 call depth tracking configs

In both configs/fedora and config/rhel, CONFIG_CALL_DEPTH_TRACKING=y
and CONFIG_CALL_THUNKS_DEBUG=n. So they can be moved to the common
directory. Since these are x86-64 specific configs, they should be
under common/generic/x86.

Signed-off-by: Waiman Long 

diff --git a/redhat/configs/fedora/generic/x86/CONFIG_CALL_DEPTH_TRACKING 
b/redhat/configs/common/generic/x86/CONFIG_CALL_DEPTH_TRACKING
rename from redhat/configs/fedora/generic/x86/CONFIG_CALL_DEPTH_TRACKING
rename to redhat/configs/common/generic/x86/CONFIG_CALL_DEPTH_TRACKING
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/x86/CONFIG_CALL_DEPTH_TRACKING
+++ b/redhat/configs/common/generic/x86/CONFIG_CALL_DEPTH_TRACKING
diff --git a/redhat/configs/fedora/generic/x86/CONFIG_CALL_THUNKS_DEBUG 
b/redhat/configs/common/generic/x86/CONFIG_CALL_THUNKS_DEBUG
rename from redhat/configs/fedora/generic/x86/CONFIG_CALL_THUNKS_DEBUG
rename to redhat/configs/common/generic/x86/CONFIG_CALL_THUNKS_DEBUG
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/x86/CONFIG_CALL_THUNKS_DEBUG
+++ b/redhat/configs/common/generic/x86/CONFIG_CALL_THUNKS_DEBUG
diff --git a/redhat/configs/rhel/generic/CONFIG_CALL_DEPTH_TRACKING 
b/redhat/configs/rhel/generic/CONFIG_CALL_DEPTH_TRACKING
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/rhel/generic/CONFIG_CALL_DEPTH_TRACKING
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_CALL_DEPTH_TRACKING=y
diff --git a/redhat/configs/rhel/generic/CONFIG_CALL_THUNKS_DEBUG 
b/redhat/configs/rhel/generic/CONFIG_CALL_THUNKS_DEBUG
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/rhel/generic/CONFIG_CALL_THUNKS_DEBUG
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_CALL_THUNKS_DEBUG is not set

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2452
___
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 PATCH] redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora

2023-05-03 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376715160

@pbrobinson it looks like you missed the rename ;)
___
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 PATCH] redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora

2023-05-03 Thread David Arcari (via Email Bridge)
From: David Arcari on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376692035

@pbrobinson - am I missing something?

rename from redhat/configs/fedora/generic/x86/CONFIG_DELL_WMI_PRIVACY
rename to redhat/configs/common/generic/x86/CONFIG_DELL_WMI_PRIVACY
diff --git a/redhat/configs/rhel/generic/x86/CONFIG_DELL_WMI_PRIVACY
b/redhat/configs/rhel/generic/x86/CONFIG_DELL_WMI_PRIVACY
deleted file mode 100644
index c4f80f973e22..
--- a/redhat/configs/rhel/generic/x86/CONFIG_DELL_WMI_PRIVACY
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_DELL_WMI_PRIVACY is not set
___
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 PATCH] redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora

2023-05-03 Thread David Arcari (via Email Bridge)
From: David Arcari on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376688375

Because of the unrelated merge failure.
___
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


RHEL9 & ark commit 4419eb4efd6d ("kernel.spec.template: Add global compression variables")

2023-05-03 Thread Prarit Bhargava
ark commit 4419eb4efd6d ("kernel.spec.template: Add global compression 
variables") looks like it broke the weak-modules script.  The 
weak-modules script expects a gzip'd symvers file, not an xz'd one.


Working on a fix for the weak-modules script.

P.
___
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 PATCH] redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora

2023-05-03 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376226882

Sorry, what does it need rebasing?
___
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 PATCH] redhat/configs: enable CONFIG_DELL_WMI_PRIVACY for both RHEL and Fedora

2023-05-03 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2457#note_1376226494

Isn't that exactly what this MR does?? It moves the fedora config to common
and deletes the RHEL one.
___
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 PATCH] kernel.spec: remove "RPM_VMLINUX_H=$DevelDir/vmlinux.h" code chunk in %install

2023-05-03 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2458#note_1376167805

 RPM_VMLINUX_H is not used anywhere else, so dropping it from %install looks
safe.
___
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