Re: [OS-BUILD PATCH] [redhat] configs: Enable GPIO_SIM as a builtin for s390/zfcpdump

2023-10-27 Thread Brian Masney (via Email Bridge)
From: Brian Masney on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2766#note_1622760294

ok, that makes sense. Thanks!
___
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 GPIO_SIM as a builtin for s390/zfcpdump

2023-10-27 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2766#note_1622753084

s390 does not, s390-zfcpdump does because it doesn't support modules at all.
___
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 GPIO_SIM as a builtin for s390/zfcpdump

2023-10-27 Thread Brian Masney (via Email Bridge)
From: Brian Masney on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2766#note_1622723090

We already have `redhat/configs/common/generic/CONFIG_GPIO_SIM` set to be
compiled as a module. Is there a reason that s390x needs this to be builtin?
___
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: Enable GPIO_SIM as a builtin for s390/zfcpdump

2023-10-27 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert 

[redhat] configs: Enable GPIO_SIM as a builtin for s390/zfcpdump

271d689e ('fedora/rhel: enable I2C_DESIGNWARE_PLATFORM, I2C_SLAVE, and
GPIOLIB') was supposed to have done this but I must have missed it.

Signed-off-by: Patrick Talbert 

diff --git a/redhat/configs/pending-rhel/generic/s390x/zfcpdump/CONFIG_GPIO_SIM 
b/redhat/configs/rhel/generic/s390x/zfcpdump/CONFIG_GPIO_SIM
rename from redhat/configs/pending-rhel/generic/s390x/zfcpdump/CONFIG_GPIO_SIM
rename to redhat/configs/rhel/generic/s390x/zfcpdump/CONFIG_GPIO_SIM
index blahblah..blahblah 100644
--- a/redhat/configs/pending-rhel/generic/s390x/zfcpdump/CONFIG_GPIO_SIM
+++ b/redhat/configs/rhel/generic/s390x/zfcpdump/CONFIG_GPIO_SIM

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2766
___
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] RHMAINTAINERS: Update for Oct 27 2023

2023-10-27 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava 

RHMAINTAINERS: Update for Oct 27 2023

Update RHMAINTAINERS to latest.

Signed-off-by: Prarit Bhargava 

diff --git a/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS 
b/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS
index blahblah..blahblah 100644
--- a/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS
+++ b/redhat/rhdocs/MAINTAINERS/RHMAINTAINERS
@@ -832,6 +832,7 @@ S:  Supported
 F: drivers/dax/
 
 DEVICE MAPPER SUPPORT
+M: Benjamin Marzinski 
 M: Mike Snitzer 
 S: Supported
 F: Documentation/device-mapper/
@@ -872,6 +873,7 @@ S:  Supported
 F: fs/dlm/
 
 DM and MD build and config files
+M: Benjamin Marzinski 
 M: Mike Snitzer 
 M: Nigel Croxon 
 S: Supported
@@ -1629,6 +1631,7 @@ F:include/uapi/linux/kexec.h
 F: fs/proc/vmcore.c
 F: kernel/crash_*.c
 F: kernel/kexec*
+F: kernel/Kconfig.kexec
 F: arch/x86/kernel/machine_kexec_*.c
 F: arch/x86/kernel/crash*.c
 F: arch/x86/kernel/kexec-bzimage64.c

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2765
___
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] Fix binutils breakage

2023-10-27 Thread Viktor Malik (via Email Bridge)
From: Viktor Malik on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2749#note_1621698879

Applied upstream, patches are here:

https://lore.kernel.org/bpf/169832762501.4440.5459269955038255670.git-
patchwork-not...@kernel.org/

Feel free to pick them up as fit.
___
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