[OS-BUILD PATCH] [redhat] kernel.spec: fix feature detection during bpftool builds

2024-07-17 Thread Artem Savkov (via Email Bridge)
From: Artem Savkov [redhat] kernel.spec: fix feature detection during bpftool builds Some feature detection tests, for example llvm, use CXXFLAGS instead of CFLAGS which breaks feature detection for bpftool. Fix this by setting both CFLAGS and CXXFLAGS. Signed-off-by: Artem Savkov diff --git

[OS-BUILD PATCH] Add vfio/nvgrace-gpu driver CONFIG to RHEL-9.5 ARM64

2024-07-17 Thread Donald Dutile (via Email Bridge)
From: Donald Dutile Add vfio/nvgrace-gpu driver CONFIG to RHEL-9.5 ARM64 Signed-off-by: Donald Dutile diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_NVGRACE_GPU_VFIO_PCI b/redhat/configs/common/generic/arm/aarch64/CONFIG_NVGRACE_GPU_VFIO_PCI new file mode 100644 index blahblah

[OS-BUILD PATCHv3] redhat: rh_flags: declare proper static methods when !CONFIG_RHEL_DIFFERENCES

2024-07-17 Thread Rafael Aquini (via Email Bridge)
From: Rafael Aquini redhat: rh_flags: declare proper static methods when !CONFIG_RHEL_DIFFERENCES rh_print_flags() and rh_add_flag() are defined as prototypes when CONFIG_RHEL_DIFFERENCES is not defined leading to the following CLANG woe: ./include/linux/rh_flags.h:32:1: note: declare 'static'

[OS-BUILD PATCHv2] redhat: rh_flags: declare proper static methods when CONFIG_RHEL_DIFFERENCES is not set

2024-07-17 Thread Rafael Aquini (via Email Bridge)
From: Rafael Aquini redhat: rh_flags: declare proper static methods when CONFIG_RHEL_DIFFERENCES is not set rh_print_flags() and rh_add_flag() are defined as prototypes when CONFIG_RHEL_DIFFERENCES is not set leading to the following CLANG woe: ./include/linux/rh_flags.h:32:1: note: declare '

[OS-BUILD PATCH] redhat: rh_flags: declare proper static methods when CONFIG_RHEL_DIFFERENCES is not set

2024-07-17 Thread Rafael Aquini (via Email Bridge)
From: Rafael Aquini redhat: rh_flags: declare proper static methods when CONFIG_RHEL_DIFFERENCES is not set rh_print_flags() and rh_add_flag() are defined as prototypes when CONFIG_RHEL_DIFFERENCES leading to the following CLANG woe: ./include/linux/rh_flags.h:32:1: note: declare 'static' if

[OS-BUILD PATCH] Remove S390 special config for PHYLIB

2024-07-17 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Remove S390 special config for PHYLIB The 6.11 net merge contained PHYLIB and PHYLINK deprecated API cleanup changes which make the existing disabling of CONFIG_PHYLIB for S390 invalid. This fixes the config mismatch and allows us to build again. Signed-off-by: Justin M

[OS-BUILD PATCH] Flip CONFIG_DIMLIB back to inline

2024-07-17 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes Flip CONFIG_DIMLIB back to inline Upstream commit b65e697a7c9e0 changed CONFIG_DIMLIB to depend on NET, which requires we switch back to inline to avoid a mismatch. Signed-off-by: Justin M. Forbes diff --git a/redhat/configs/pending-rhel/generic/CONFIG_DIMLIB b/redhat/

Re: [OS-BUILD PATCH] redhat: kernel.spec: add s390x to livepatching kselftest builds

2024-07-17 Thread Joe Lawrence (via Email Bridge)
From: Joe Lawrence on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3206#note_2004297667 @jstancek : AFAICT the CKI failures are unrelated to this change. I manually ran the selftests from the last pipeline on beaker and they were successful. -- _

[OS-BUILD PATCH] redhat: kernel.spec: add s390x to livepatching kselftest builds

2024-07-17 Thread Joe Lawrence (via Email Bridge)
From: Joe Lawrence redhat: kernel.spec: add s390x to livepatching kselftest builds Signed-off-by: Joe Lawrence diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100644 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -586,7 +5

[OS-BUILD PATCHv3] redhat: configs: enable CONFIG_TMPFS_QUOTA for both Fedora and RHEL

2024-07-17 Thread Rafael Aquini (via Email Bridge)
From: Rafael Aquini redhat: configs: enable CONFIG_TMPFS_QUOTA for both Fedora and RHEL As a follow-up on work for RHEL-9 feature request RHEL-7768, lets enable this feature for ARK and the upcoming RHEL-10 before it lands on RHEL-9. Signed-off-by: Rafael Aquini diff --git a/redhat/configs/fe

[OS-BUILD PATCHv2] redhat: configs: enable CONFIG_TMPFS_QUOTA for both Fedora and RHEL

2024-07-17 Thread Rafael Aquini (via Email Bridge)
From: Rafael Aquini redhat: configs: enable CONFIG_TMPFS_QUOTA for both Fedora and RHEL As a follow-up on work for RHEL-9 feature request RHEL-7768, lets enable this feature for ARK and the upcoming RHEL-10 before it lands on RHEL-9. Signed-off-by: Rafael Aquini diff --git a/redhat/configs/fe

Re: [OS-BUILD PATCH] redhat: configs: enable CONFIG_TMPFS_QUOTA

2024-07-17 Thread Rafael Aquini (via Email Bridge)
From: Rafael Aquini on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3253#note_2003735896 Thanks! I'll refresh the MR right away. -- ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kerne

Re: [OS-BUILD PATCH] redhat: configs: enable CONFIG_TMPFS_QUOTA

2024-07-17 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3253#note_2003693901 This is already enabled in Fedora so maybe just move it to common/generic -- ___ kernel mailing list -- kernel@lists.fedoraproject.org To uns

[OS-BUILD PATCH] redhat: configs: enable CONFIG_TMPFS_QUOTA

2024-07-17 Thread Rafael Aquini (via Email Bridge)
From: Rafael Aquini redhat: configs: enable CONFIG_TMPFS_QUOTA As a follow-up on work for RHEL-9 feature request RHEL-7768, lets enable this feature for ARK and the upcoming RHEL-10 before it lands on RHEL-9. Signed-off-by: Rafael Aquini diff --git a/redhat/configs/rhel/generic/CONFIG_TMPFS_Q

[OS-BUILD PATCHv3] enable DRM_MGAG200_DISABLE_WRITECOMBINE

2024-07-17 Thread Jocelyn Falempe (via Email Bridge)
From: Jocelyn Falempe enable DRM_MGAG200_DISABLE_WRITECOMBINE This depends on PREEMPT_RT, and allows better latency on servers with a G200. Signed-off-by: Jocelyn Falempe diff --git a/redhat/configs/common/generic/CONFIG_DRM_MGAG200_DISABLE_WRITECOMBINE b/redhat/configs/common/generic/CONFI