From: David Arcari <darcari(a)redhat.com>
kernel: add bogus message to rh_messages.c
Signed-off-by: David Arcari <darcari(a)redhat.com>
diff --git a/kernel/rh_messages.c b/kernel/rh_messages.c
index blahblah..blahblah 100644
--- a/kernel/rh_messages.c
+++ b/kernel/rh_messages.c
@@ -13,6 +13,7 @@
*
* In general, deprecated and unmaintained drivers continue to receive security
* related fixes until they are disabled.
+ * Adding a worthless comment here.
*/
#include <linux/kernel.h>
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3781
From: David Arcari <darcari(a)redhat.com>
redhat/configs: enable CONFIG_AMD_3D_VCACHE for x86 on RHEL
We are planning to support this in RHEL.
Signed-off-by: David Arcari <darcari(a)redhat.com>
diff --git a/redhat/configs/fedora/generic/x86/CONFIG_AMD_3D_VCACHE b/redhat/configs/common/generic/x86/CONFIG_AMD_3D_VCACHE
rename from redhat/configs/fedora/generic/x86/CONFIG_AMD_3D_VCACHE
rename to redhat/configs/common/generic/x86/CONFIG_AMD_3D_VCACHE
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/x86/CONFIG_AMD_3D_VCACHE
+++ b/redhat/configs/common/generic/x86/CONFIG_AMD_3D_VCACHE
diff --git a/redhat/configs/rhel/generic/CONFIG_AMD_3D_VCACHE b/redhat/configs/rhel/generic/CONFIG_AMD_3D_VCACHE
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/rhel/generic/CONFIG_AMD_3D_VCACHE
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_AMD_3D_VCACHE is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3780
From: David Arcari <darcari(a)redhat.com>
redhat/configs: enable CONFIG_AMD_3D_VCACHE for x86 on RHEL
We are planning to support this in RHEL.
Acked-by: David Arcari <darcari(a)redhat.com>
diff --git a/redhat/configs/fedora/generic/x86/CONFIG_AMD_3D_VCACHE b/redhat/configs/common/generic/x86/CONFIG_AMD_3D_VCACHE
rename from redhat/configs/fedora/generic/x86/CONFIG_AMD_3D_VCACHE
rename to redhat/configs/common/generic/x86/CONFIG_AMD_3D_VCACHE
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/x86/CONFIG_AMD_3D_VCACHE
+++ b/redhat/configs/common/generic/x86/CONFIG_AMD_3D_VCACHE
diff --git a/redhat/configs/rhel/generic/CONFIG_AMD_3D_VCACHE b/redhat/configs/rhel/generic/CONFIG_AMD_3D_VCACHE
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/rhel/generic/CONFIG_AMD_3D_VCACHE
+++ /dev/null
@@ -1 +0,0 @@
-# CONFIG_AMD_3D_VCACHE is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3780
From: Dorinda Bassey <dbassey(a)redhat.com>
redhat/configs: automotive: Disable COMPAT_32BIT_TIME SGETMASK_SYSCALL and IA32_EMULATION configs
Disable The COMPAT_32BIT_TIME SGETMASK_SYSCALL
and IA32_EMULATION configs and this also
automatically disables it's related dependencies.
This is needed to satisfy a requirement of FuSa efforts
for RHIVOS.
Link: https://issues.redhat.com/browse/RHEL-85341
Signed-off-by: Dorinda Bassey <dbassey(a)redhat.com>
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_COMPAT_32BIT_TIME b/redhat/configs/rhel/automotive/generic/CONFIG_COMPAT_32BIT_TIME
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_COMPAT_32BIT_TIME
@@ -0,0 +1 @@
+# CONFIG_COMPAT_32BIT_TIME is not set
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_IA32_EMULATION b/redhat/configs/rhel/automotive/generic/CONFIG_IA32_EMULATION
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_IA32_EMULATION
@@ -0,0 +1 @@
+# CONFIG_IA32_EMULATION is not set
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_SGETMASK_SYSCALL b/redhat/configs/rhel/automotive/generic/CONFIG_SGETMASK_SYSCALL
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_SGETMASK_SYSCALL
@@ -0,0 +1 @@
+# CONFIG_SGETMASK_SYSCALL is not set
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3779
From: Ricardo Robaina <rrobaina(a)redhat.com>
redhat/configs: enable kernel .config support
Issue: https://issues.redhat.com/browse/RHEL-82530
Upstream Status: RHEL-Only
Several kernel-tests check the configuration options used to build the
currently running kernel to be able to run tests accordingly [1].
However, depending on the deployment method some .config sources might
not be available. For instance, in image mode, the /boot directory does
not exist.
This patch enables CONFIG_IKCONFIG and CONFIG_IKCONFIG_PROC to expose
kernel .config data via /proc/config.gz, enabling an extra source of
.config, thus ensuring redundancy of this information to make kernel
tests more robust and allowing it to support current and future kernel
variants and environments.
[1] kernel-tests]$ grep -rni "/boot/config-*" |wc -l
140
Signed-off-by: Ricardo Robaina <rrobaina(a)redhat.com>
diff --git a/redhat/configs/rhel/generic/CONFIG_IKCONFIG b/redhat/configs/rhel/generic/CONFIG_IKCONFIG
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_IKCONFIG
@@ -0,0 +1 @@
+CONFIG_IKCONFIG=m
diff --git a/redhat/configs/rhel/generic/CONFIG_IKCONFIG_PROC b/redhat/configs/rhel/generic/CONFIG_IKCONFIG_PROC
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/CONFIG_IKCONFIG_PROC
@@ -0,0 +1 @@
+CONFIG_IKCONFIG_PROC=y
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3747
From: Jan Stancek on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3714
debugedit-5.1-5.fc42 adds support to override tools with target versions:
find-debuginfo relies on a couple of binutils tools (readelf, objcopy
and nm) that might not have been build with cross-arch support. Make
it possible to configure with specific (target) versions and to
override the specific binaries by setting READELF, OBJCOPY or NM
environment variables.
which means we can now have find-debuginfo working also for cross builds
when we give it correct version of nm, readelf and objcopy.
Signed-off-by: Jan Stancek <jstancek(a)redhat.com>
---
redhat/kernel.spec.template | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
From: Jan Stancek on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3714
debugedit-5.1-5.fc42 adds support to override tools with target versions:
find-debuginfo relies on a couple of binutils tools (readelf, objcopy
and nm) that might not have been build with cross-arch support. Make
it possible to configure with specific (target) versions and to
override the specific binaries by setting READELF, OBJCOPY or NM
environment variables.
which means we can now have find-debuginfo working also for cross builds
when we give it correct version of nm, readelf and objcopy.
Signed-off-by: Jan Stancek <jstancek(a)redhat.com>
---
redhat/kernel.spec.template | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
From: Brian Masney on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3771
Allow overriding the CFLAGS assignment so that the user can pass in
an outside value for CFLAGS.
Signed-off-by: Brian Masney <bmasney(a)redhat.com>
---
tools/bootconfig/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)