[OS-BUILD PATCH] RHMAINTAINERS: Update for Jun 12 2023
by Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava <prarit(a)redhat.com>
RHMAINTAINERS: Update for Jun 12 2023
Update RHMAINTAINERS to latest.
Signed-off-by: Prarit Bhargava <prarit(a)redhat.com>
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
@@ -607,7 +607,7 @@ S: Supported
F: drivers/bus/
CAN BUS
-M: Peter Robinson <perobins(a)redhat.com>
+M: Radu Rendec <rrendec(a)redhat.com>
S: Supported
F: Documentation/networking/can.rst
F: include/linux/can/
@@ -2009,6 +2009,7 @@ X: Documentation/networking/phonet*
X: Documentation/networking/rds*
X: Documentation/networking/regulatory*
X: Documentation/networking/rxrpc*
+X: Documentation/networking/smc*
X: include/linux/net/intel/
X: include/linux/netfs.h
X: include/net/*80211*
@@ -2022,7 +2023,9 @@ X: include/net/iucv/
X: include/net/iw*
X: include/net/mana/
X: include/net/netlabel.h
+X: include/net/netns/smc.h
X: include/net/regulatory.h
+X: include/net/smc.h
X: include/net/vsock_addr.h
X: net/bluetooth/
X: net/can/
@@ -2641,7 +2644,10 @@ F: arch/x86/platform/uv/
SHARED MEMORY COMMUNICATIONS
M: Steve Best <sbest(a)redhat.com>
S: Supported
+F: Documentation/networking/smc*
F: net/smc/
+F: include/net/netns/smc.h
+F: include/net/smc.h
F: include/uapi/linux/smc.h
F: include/uapi/linux/smc_diag.h
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2510
6 months
[OS-BUILD PATCH] redhat/configs: IMX8ULP pinctrl driver
by Steve Best (via Email Bridge)
From: Steve Best <sbest(a)redhat.com>
redhat/configs: IMX8ULP pinctrl driver
Description:
Turn on NXP IMX8ULP pinctrl driver
Tested: make dist-configs
Signed-off-by: Steve Best <sbest(a)redhat.com>
diff --git a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_PINCTRL_IMX8ULP b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_PINCTRL_IMX8ULP
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_PINCTRL_IMX8ULP
@@ -0,0 +1 @@
+CONFIG_PINCTRL_IMX8ULP=y
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2507
6 months
[OS-BUILD PATCH] redhat/configs: add two missing Kconfig options for
the
Thinkpad x13s
by Brian Masney (via Email Bridge)
From: Brian Masney <bmasney(a)redhat.com>
redhat/configs: add two missing Kconfig options for the Thinkpad x13s
The Lenovo Thinkpad x13s laptop (aarch64) needs CONFIG_INPUT_PM8941_PWRKEY
and CONFIG_QCOM_ICC_BWMON. Let's enable them as modules.
Signed-off-by: Brian Masney <bmasney(a)redhat.com>
diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_INPUT_PM8941_PWRKEY b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_INPUT_PM8941_PWRKEY
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_INPUT_PM8941_PWRKEY
+++ b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_INPUT_PM8941_PWRKEY
@@ -1 +1 @@
-# CONFIG_INPUT_PM8941_PWRKEY is not set
+CONFIG_INPUT_PM8941_PWRKEY=m
diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_QCOM_ICC_BWMON b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_QCOM_ICC_BWMON
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_QCOM_ICC_BWMON
@@ -0,0 +1 @@
+CONFIG_QCOM_ICC_BWMON=m
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2509
6 months
✅ PASS (SKIPPED 168 of 239): Test report for 6.3.7-100.fc37 (kernel-fedora)
by cki-project@redhat.com
Hi, we tested your kernel and here are the results:
Overall result: PASSED
Merge: OK
Compile: OK
Test: OK
Tested-by: CKI Project <cki-project(a)redhat.com>
Kernel information:
Brew / Koji Task ID: 101971372
You can find all the details about the test run at
https://datawarehouse.cki-project.org/kcidb/checkouts/92033
One or more kernel tests failed:
We also see the following known issues which are not related to your changes:
Issue: Internal Network Outage
URL: https://docs.cki-project.org/failures/#internal-network-outage
Affected tests:
aarch64 - Boot test
ppc64le - Boot test
s390x - Boot test
x86_64 - Boot test
If you find a failure unrelated to your changes, please ask the test maintainer to review it.
This will prevent the failures from being incorrectly reported in the future.
Please reply to this email if you have any questions about the tests that we
ran or if you have any suggestions on how to make future tests more effective.
,-. ,-.
( C ) ( K ) Continuous
`-',-.`-' Kernel
( I ) Integration
`-'
______________________________________________________________________________
6 months
[OS-BUILD PATCHv2] redhat/configs: increase CONFIG_FRAME_WARN for
Fedora on
aarch64
by Brian Masney (via Email Bridge)
From: Brian Masney <bmasney(a)redhat.com>
redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64
Currently aarch64 has CONFIG_FRAME_WARN set to 1024, which is too small
and causes warnings to be emited during build. Looking at the defaults
in lib/Kconfig.debug shows that it recommends using 1024 for 32-bit
systems and 2048 for 64-bit systems. RHEL is already set to use 2048
for all supported architectures. Fedora no longer supports arm32. Let's
just set this to 2048 for all variants.
Signed-off-by: Brian Masney <bmasney(a)redhat.com>
diff --git a/redhat/configs/fedora/generic/CONFIG_FRAME_WARN b/redhat/configs/common/generic/CONFIG_FRAME_WARN
rename from redhat/configs/fedora/generic/CONFIG_FRAME_WARN
rename to redhat/configs/common/generic/CONFIG_FRAME_WARN
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/CONFIG_FRAME_WARN
+++ b/redhat/configs/common/generic/CONFIG_FRAME_WARN
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_FRAME_WARN b/redhat/configs/fedora/generic/arm/CONFIG_FRAME_WARN
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/fedora/generic/arm/CONFIG_FRAME_WARN
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FRAME_WARN=1024
diff --git a/redhat/configs/rhel/generic/CONFIG_FRAME_WARN b/redhat/configs/rhel/generic/CONFIG_FRAME_WARN
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/rhel/generic/CONFIG_FRAME_WARN
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FRAME_WARN=2048
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2506
6 months
[OS-BUILD PATCH] redhat/configs: increase CONFIG_FRAME_WARN for
Fedora on
aarch64
by Brian Masney (via Email Bridge)
From: Brian Masney <bmasney(a)redhat.com>
redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64
Currently aarch64 has CONFIG_FRAME_WARN set to 1024, which is too small
and causes warnings to be emited during build. Looking at the defaults
in lib/Kconfig.debug shows that it recommends using 1024 for 32-bit
systems and 2048 for 64-bit systems. Let's increase the Fedora aarch64
variant to use 2048 to eliminate these warnings.
RHEL is already set to use 2048 for all supported architectures.
Signed-off-by: Brian Masney <bmasney(a)redhat.com>
diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_FRAME_WARN b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_FRAME_WARN
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_FRAME_WARN
@@ -0,0 +1 @@
+CONFIG_FRAME_WARN=2048
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2506
6 months
[OS-BUILD PATCH 0/0] common: properly disable PCCARD subsystem
by pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2505
NOTE: Truncated patchset due to missing public @redhat.com email
address on your GitLab profile at https://gitlab.com/-/profile.
Once that is fixed, close and reopen the merge request to
retrigger sending the emails.
RHEL, and all Fedora except x86 already disables PCMCIA, all
these options are actually wrapped in the PCCARD option and
that is still enabled so disable that too so it gets all options.
Signed-off-by: Peter Robinson <pbrobinson(a)redhat.com>
---
redhat/configs/rhel/generic/CONFIG_CARDBUS => redhat/configs/common/generic/CONFIG_CARDBUS | 0
redhat/configs/common/generic/CONFIG_PCCARD | 2 +-
redhat/configs/common/generic/CONFIG_PCMCIA | 1 -
redhat/configs/common/generic/CONFIG_USB_FTDI_ELAN | 1 -
redhat/configs/common/generic/CONFIG_USB_U132_HCD | 1 -
redhat/configs/rhel/generic/CONFIG_YENTA => redhat/configs/common/generic/CONFIG_YENTA | 0
redhat/configs/fedora/generic/CONFIG_CARDBUS => redhat/configs/fedora/generic/x86/CONFIG_CARDBUS | 0
redhat/configs/fedora/generic/CONFIG_I82092 => redhat/configs/fedora/generic/x86/CONFIG_I82092 | 0
redhat/configs/fedora/generic/CONFIG_IPWIRELESS => redhat/configs/fedora/generic/x86/CONFIG_IPWIRELESS | 0
redhat/configs/fedora/generic/x86/CONFIG_PCCARD | 1 +
redhat/configs/fedora/generic/CONFIG_PCMCIA_XIRCOM => redhat/configs/fedora/generic/x86/CONFIG_PCMCIA_XIRCOM | 0
redhat/configs/fedora/generic/CONFIG_PD6729 => redhat/configs/fedora/generic/x86/CONFIG_PD6729 | 0
redhat/configs/common/generic/CONFIG_SND_PCMCIA => redhat/configs/fedora/generic/x86/CONFIG_SND_PCMCIA | 0
redhat/configs/fedora/generic/CONFIG_YENTA => redhat/configs/fedora/generic/x86/CONFIG_YENTA | 0
redhat/configs/fedora/generic/CONFIG_CARDMAN_4000 | 1 -
redhat/configs/fedora/generic/CONFIG_CARDMAN_4040 | 1 -
redhat/configs/fedora/generic/CONFIG_SYNCLINK_CS | 1 -
17 files changed, 2 insertions(+), 7 deletions(-)
6 months
[OS-BUILD PATCHv10 0/13] redhat: Add realtime and arm64
64k-page-size build
and packaging logic
by Clark Williams (via Email Bridge)
From: Clark Williams on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403
This MR adds adds the code and data from the ARK os-build-rt branch to build
the kernel-rt real time kernel packages. It also adds the 64k page-size kernel
package for arm64 architecture.
The changes are confined to the 'redhat' directory of the kernel tree.
The MR contains new config directories and script changes for generating
configs, as well as Makefile and specfile changes to generate sub-packages of
the kernel.
The RT logic is currently disabled and will remain so until the remainder of
the PREEMPT_RT patches are merged upstream. Once ARK starts inheriting this
code from Linus' tree, we can enable them and start building rt and automotive
kernels in ARK.
Signed-off-by: Clark Williams <williams(a)redhat.com>
---
redhat/configs/common/debug/arm/aarch64/64k/README | 0
redhat/configs/common/generic/arm/aarch64/64k/CONFIG_ARM64_4K_PAGES | 1 +
redhat/configs/common/generic/arm/aarch64/64k/CONFIG_ARM64_64K_PAGES | 1 +
redhat/configs/common/generic/arm/aarch64/64k/CONFIG_ARM64_PA_BITS_48 | 1 +
redhat/configs/common/generic/arm/aarch64/64k/CONFIG_ARM64_PA_BITS_52 | 1 +
redhat/configs/common/generic/arm/aarch64/64k/CONFIG_ARM64_VA_BITS_42 | 1 +
redhat/configs/common/generic/arm/aarch64/64k/CONFIG_ARM64_VA_BITS_48 | 1 +
redhat/configs/common/generic/arm/aarch64/64k/CONFIG_ARM64_VA_BITS_52 | 1 +
redhat/configs/common/generic/arm/aarch64/64k/CONFIG_FORCE_MAX_ZONEORDER | 3 +
redhat/configs/common/generic/arm/aarch64/CONFIG_ARCH_REALTEK | 1 -
redhat/configs/common/generic/powerpc/CONFIG_HARDLOCKUP_DETECTOR | 1 -
redhat/configs/common/generic/x86/CONFIG_HARDLOCKUP_DETECTOR | 1 -
redhat/configs/common/generic/x86/CONFIG_KCSAN | 1 -
redhat/configs/common/generic/x86/CONFIG_PVPANIC_PCI | 1 -
redhat/configs/common/generic/CONFIG_SLOB_DEPRECATED | 1 +
redhat/configs/common/generic/CONFIG_USB_CHIPIDEA_GENERIC | 1 +
redhat/configs/common/generic/CONFIG_USB_CHIPIDEA_IMX | 1 +
redhat/configs/common/generic/CONFIG_USB_CHIPIDEA_MSM | 1 +
redhat/configs/common/rt/debug/arm/aarch64/README | 0
redhat/configs/common/rt/debug/x86/README | 0
redhat/configs/common/rt/generic/arm/aarch64/README | 0
redhat/configs/common/rt/generic/x86/README | 0
redhat/configs/rhel/debug/CONFIG_ARM_SCMI_TRANSPORT_SMC_ATOMIC_ENABLE | 1 -
redhat/configs/rhel/debug/CONFIG_CPUMASK_OFFSTACK | 1 -
redhat/configs/rhel/debug/CONFIG_DEFAULT_HUNG_TASK_TIMEOUT | 1 -
redhat/configs/rhel/debug/CONFIG_KDB_CONTINUE_CATASTROPHIC | 1 -
redhat/configs/rhel/debug/CONFIG_PANIC_ON_OOPS | 1 -
redhat/configs/rhel/debug/CONFIG_USB_XHCI_DBGCAP | 1 -
redhat/configs/rhel/generic/CONFIG_CAVIUM_ERRATUM_30115 => redhat/configs/rhel/generic/arm/aarch64/CONFIG_CAVIUM_ERRATUM_30115 | 0
redhat/configs/rhel/generic/arm/aarch64/CONFIG_DUMMY_CONSOLE_COLUMNS | 1 -
redhat/configs/rhel/generic/arm/aarch64/CONFIG_DUMMY_CONSOLE_ROWS | 1 -
redhat/configs/rhel/generic/CONFIG_FSL_ERRATUM_A008585 => redhat/configs/rhel/generic/arm/aarch64/CONFIG_FSL_ERRATUM_A008585 | 0
redhat/configs/rhel/generic/CONFIG_FUJITSU_ERRATUM_010001 => redhat/configs/rhel/generic/arm/aarch64/CONFIG_FUJITSU_ERRATUM_010001 | 0
redhat/configs/rhel/generic/arm/aarch64/CONFIG_GPIOLIB_FASTPATH_LIMIT | 1 -
redhat/configs/rhel/generic/arm/aarch64/CONFIG_GPIO_VIPERBOARD | 1 -
redhat/configs/rhel/generic/CONFIG_HISILICON_ERRATUM_161010101 => redhat/configs/rhel/generic/arm/aarch64/CONFIG_HISILICON_ERRATUM_161010101 | 0
redhat/configs/rhel/generic/arm/aarch64/CONFIG_I2C_SMBUS | 1 -
redhat/configs/rhel/generic/arm/aarch64/CONFIG_LOG_CPU_MAX_BUF_SHIFT | 1 -
redhat/configs/rhel/generic/arm/aarch64/CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE | 1 -
redhat/configs/rhel/generic/arm/aarch64/CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT | 1 -
redhat/configs/rhel/generic/arm/aarch64/CONFIG_PVPANIC_MMIO | 1 -
redhat/configs/rhel/generic/CONFIG_QCOM_FALKOR_ERRATUM_1003 => redhat/configs/rhel/generic/arm/aarch64/CONFIG_QCOM_FALKOR_ERRATUM_1003 | 0
redhat/configs/rhel/generic/CONFIG_QCOM_FALKOR_ERRATUM_1009 => redhat/configs/rhel/generic/arm/aarch64/CONFIG_QCOM_FALKOR_ERRATUM_1009 | 0
redhat/configs/rhel/generic/CONFIG_QCOM_QDF2400_ERRATUM_0065 => redhat/configs/rhel/generic/arm/aarch64/CONFIG_QCOM_QDF2400_ERRATUM_0065 | 0
redhat/configs/rhel/generic/arm/aarch64/CONFIG_SHMEM | 1 +
redhat/configs/rhel/generic/arm/aarch64/CONFIG_TCG_INFINEON | 1 -
redhat/configs/rhel/generic/arm/aarch64/CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS | 1 -
redhat/configs/rhel/generic/powerpc/CONFIG_BLK_DEV_PMEM | 1 -
redhat/configs/rhel/generic/powerpc/CONFIG_DAX | 1 -
redhat/configs/rhel/generic/powerpc/CONFIG_FS_DAX | 1 -
redhat/configs/rhel/generic/powerpc/CONFIG_GPIOLIB_FASTPATH_LIMIT | 1 -
redhat/configs/rhel/generic/powerpc/CONFIG_LOG_CPU_MAX_BUF_SHIFT | 1 -
redhat/configs/rhel/generic/powerpc/CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT | 1 -
redhat/configs/rhel/generic/powerpc/CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS | 1 -
redhat/configs/rhel/generic/x86/CONFIG_CONSOLE_LOGLEVEL_DEFAULT | 1 -
redhat/configs/rhel/generic/x86/CONFIG_DUMMY_CONSOLE_COLUMNS | 1 -
redhat/configs/rhel/generic/x86/CONFIG_DUMMY_CONSOLE_ROWS | 1 -
redhat/configs/rhel/generic/x86/CONFIG_GPIOLIB_FASTPATH_LIMIT | 1 -
redhat/configs/rhel/generic/x86/CONFIG_LOG_CPU_MAX_BUF_SHIFT | 1 -
redhat/configs/rhel/generic/x86/CONFIG_PM_STD_PARTITION | 1 -
redhat/configs/rhel/generic/x86/CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT | 1 -
redhat/configs/rhel/generic/x86/CONFIG_SYSTEM_BLACKLIST_HASH_LIST | 1 -
redhat/configs/rhel/generic/x86/CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS | 1 -
redhat/configs/rhel/generic/CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE | 1 +
redhat/configs/rhel/generic/CONFIG_HISILICON_ERRATUM_161600802 | 1 -
redhat/configs/rhel/generic/CONFIG_INET_TABLE_PERTURB_ORDER | 1 +
redhat/configs/rhel/generic/CONFIG_INTEL_TURBO_MAX_3 | 1 -
redhat/configs/rhel/generic/CONFIG_KFENCE_STATIC_KEYS | 2 +-
redhat/configs/rhel/generic/CONFIG_LIBCRC32C | 2 +-
redhat/configs/rhel/generic/CONFIG_PROVE_CXL_LOCKING | 1 -
redhat/configs/rhel/generic/CONFIG_PROVE_NVDIMM_LOCKING | 1 -
redhat/configs/rhel/generic/CONFIG_SLUB_TINY | 1 +
redhat/configs/rhel/generic/CONFIG_SND_SOC_RT1318_SDW | 1 +
redhat/configs/rhel/generic/CONFIG_VIDEO_TC358746 | 1 +
redhat/configs/rhel/rt/debug/x86/CONFIG_ACPI_REDUCED_HARDWARE_ONLY | 1 +
redhat/configs/rhel/rt/debug/CONFIG_KASAN_INLINE | 1 +
redhat/configs/rhel/rt/debug/CONFIG_KASAN_OUTLINE | 1 +
redhat/configs/rhel/rt/debug/CONFIG_PREEMPT_VOLUNTARY | 1 +
redhat/configs/rhel/rt/generic/arm/aarch64/CONFIG_HI3660_MBOX | 1 +
redhat/configs/rhel/rt/generic/arm/aarch64/CONFIG_HI6220_MBOX | 1 +
redhat/configs/rhel/rt/generic/arm/aarch64/CONFIG_STUB_CLK_HI3660 | 1 +
redhat/configs/rhel/rt/generic/arm/aarch64/CONFIG_UNMAP_KERNEL_AT_EL0 | 1 +
redhat/configs/rhel/rt/generic/arm/aarch64/CONFIG_ZONE_DMA32 | 1 +
redhat/configs/rhel/rt/generic/x86/CONFIG_ACPI_REDUCED_HARDWARE_ONLY | 1 +
redhat/configs/rhel/rt/generic/x86/CONFIG_X86_16BIT | 1 +
redhat/configs/rhel/rt/generic/x86/CONFIG_X86_SMAP | 1 +
redhat/configs/rhel/rt/generic/x86/CONFIG_X86_UMIP | 1 +
redhat/configs/rhel/rt/generic/x86/CONFIG_X86_VSYSCALL_EMULATION | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ADVISE_SYSCALLS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ALLOW_DEV_COREDUMP | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ARCH_MMAP_RND_BITS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ARCH_MMAP_RND_COMPAT_BITS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ATA_FORCE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ATH9K_PCOEM | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ATH9K_RFKILL | 1 +
redhat/configs/rhel/rt/generic/CONFIG_BASE_FULL | 1 +
redhat/configs/rhel/rt/generic/CONFIG_BLOCK | 1 +
redhat/configs/rhel/rt/generic/CONFIG_BUG | 1 +
redhat/configs/rhel/rt/generic/CONFIG_CFG80211_CERTIFICATION_ONUS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_CFG80211_CRDA_SUPPORT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_CONSOLE_TRANSLATIONS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_COREDUMP | 1 +
redhat/configs/rhel/rt/generic/CONFIG_CRAMFS_BLOCKDEV | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DEBUG_BUGVERBOSE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_32B | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DEBUG_MEMORY_INIT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DEBUG_PREEMPT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DEBUG_RSEQ | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DPM_WATCHDOG | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_DEBUG_MODESET_LOCK | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_DEBUG | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_DEBUG_GUC | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_DEBUG_MMIO | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_DEBUG_RUNTIME_PM | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_DEBUG_VBLANK_EVADE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_FENCE_TIMEOUT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_HEARTBEAT_INTERVAL | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_PREEMPT_TIMEOUT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_REQUEST_TIMEOUT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_SELFTEST | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_STOP_TIMEOUT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_SW_FENCE_CHECK_DAG | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_TIMESLICE_DURATION | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_WERROR | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_ASCOT2E | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_ATBM8830 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_CX22702 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_CX24110 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_CXD2880 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_DIB3000MB | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_DIB3000MC | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_DIB7000M | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_DIB7000P | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_DIB8000 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_DIB9000 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_DS3000 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_HELENE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_HORUS3A | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_IX2505V | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_LGS8GL5 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_LGS8GXX | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_LNBH29 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_LNBP22 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_M88RS2000 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_MB86A16 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_MN88443X | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_NXT6000 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_OR51132 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_OR51211 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_S5H1432 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_SI21XX | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_SP2 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_SP887X | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_STB6000 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_STB6100 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_STV0288 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_TDA665x | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_TUNER_DIB0070 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_TUNER_DIB0090 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_ZD1301_DEMOD | 1 +
redhat/configs/rhel/rt/generic/CONFIG_EARLY_PRINTK | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ELF_CORE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_EXPERT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_FILE_LOCKING | 1 +
redhat/configs/rhel/rt/generic/CONFIG_FIRMWARE_MEMMAP | 1 +
redhat/configs/rhel/rt/generic/CONFIG_GCC_PLUGIN_CYC_COMPLEXITY | 1 +
redhat/configs/rhel/rt/generic/CONFIG_GPIO_CDEV | 1 +
redhat/configs/rhel/rt/generic/CONFIG_GPIO_SYSFS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_HARDENED_USERCOPY_PAGESPAN | 1 +
redhat/configs/rhel/rt/generic/CONFIG_HID_PICOLCD_BACKLIGHT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_HID_PICOLCD_FB | 1 +
redhat/configs/rhel/rt/generic/CONFIG_HID_PICOLCD_LCD | 1 +
redhat/configs/rhel/rt/generic/CONFIG_HID_PICOLCD_LEDS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_IO_URING | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ISA_BUS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ISA_DMA_API | 1 +
redhat/configs/rhel/rt/generic/CONFIG_KFENCE_STRESS_TEST_FAULTS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_KGDB_TESTS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_KVM_WERROR | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MEDIA_TUNER_MAX2165 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MEDIA_TUNER_MSI001 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MEDIA_TUNER_MT2266 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MEDIA_TUNER_MXL301RF | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MEDIA_TUNER_TDA18250 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MLX4_DEBUG | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MODIFY_LDT_SYSCALL | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_ALPS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_BYD | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_CYPRESS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_ELANTECH_SMBUS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_FOCALTECH | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_LIFEBOOK | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_LOGIPS2PP | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_SYNAPTICS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_TRACKPOINT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PC104 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PCIE_BUS_DEFAULT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PCIE_BUS_PEER2PEER | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PCIE_BUS_PERFORMANCE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PCIE_BUS_SAFE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PCIE_BUS_TUNE_OFF | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PCI_CNB20LE_QUIRK | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PCI_QUIRKS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PCSPKR_PLATFORM | 1 +
redhat/configs/rhel/rt/generic/CONFIG_POSIX_TIMERS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PREEMPT_BEHAVIOUR | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PREEMPT_DYNAMIC | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PREEMPT_NONE_BEHAVIOUR | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PREEMPT_RT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PREEMPT_VOLUNTARY | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PREEMPT_VOLUNTARY_BEHAVIOUR | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PRINTK | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PROCESSOR_SELECT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PROC_SYSCTL | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PSTORE_DEFAULT_KMSG_BYTES | 1 +
redhat/configs/rhel/rt/generic/CONFIG_RANDOMIZE_KSTACK_OFFSET | 1 +
redhat/configs/rhel/rt/generic/CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING | 1 +
redhat/configs/rhel/rt/generic/CONFIG_RCU_BOOST | 1 +
redhat/configs/rhel/rt/generic/CONFIG_RCU_BOOST_DELAY | 1 +
redhat/configs/rhel/rt/generic/CONFIG_RCU_NOCB_CPU_CB_BOOST | 1 +
redhat/configs/rhel/rt/generic/CONFIG_RESET_SIMPLE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_RSEQ | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SCHED_AUTOGROUP | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SECRETMEM | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SERIAL_8250_DMA | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SERIAL_8250_PNP | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SIGNALFD | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SLOB | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SLUB_CPU_PARTIAL | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SLUB_MEMCG_SYSFS_ON | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SND_PCM_TIMER | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SND_PROC_FS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SND_SOC_SDW_MOCKUP | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SND_SOC_SOF_DEVELOPER_SUPPORT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SUSPEND_SKIP_SYNC | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SYSFS_SYSCALL | 1 +
redhat/configs/rhel/rt/generic/CONFIG_TIMERFD | 1 +
redhat/configs/rhel/rt/generic/CONFIG_TRIM_UNUSED_KSYMS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_TTY | 1 +
redhat/configs/rhel/rt/generic/CONFIG_TTY_PRINTK | 1 +
redhat/configs/rhel/rt/generic/CONFIG_UNUSED_KSYMS_WHITELIST | 1 +
redhat/configs/rhel/rt/generic/CONFIG_UNWINDER_GUESS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_AD9389B | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7170 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7175 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7180 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7183 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7343 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7393 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7511 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7604 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7842 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_AK881X | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_BT819 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_BT856 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_BT866 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_CS5345 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_CS53L32A | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_CX25840 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_I2C | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_KS0127 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_M52790 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ML86V7667 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_MSP3400 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_SAA7110 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_SAA711X | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_SAA7127 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_SAA717X | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_SAA7185 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_SONY_BTF_MPX | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ST_MIPID02 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TC358743 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TDA1997X | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TDA7432 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TDA9840 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TEA6415C | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TEA6420 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_THS7303 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_THS8200 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TLV320AIC23B | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TVAUDIO | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TVP514X | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TVP5150 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TVP7002 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TW2804 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TW9903 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TW9906 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TW9910 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_UDA1342 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_UPD64031A | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_UPD64083 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_VP27SMPX | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_VPX3220 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_WM8739 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_WM8775 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VMLINUX_MAP | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VM_EVENT_COUNTERS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_WIRELESS_WDS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_WWAN_DEBUGFS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_XZ_DEC_ARM | 1 +
redhat/configs/rhel/rt/generic/CONFIG_XZ_DEC_ARMTHUMB | 1 +
redhat/configs/rhel/rt/generic/CONFIG_XZ_DEC_IA64 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_XZ_DEC_SPARC | 1 +
redhat/configs/rhel/rt/generic/CONFIG_YENTA_ENE_TUNE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_YENTA_O2 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_YENTA_RICOH | 1 +
redhat/configs/rhel/rt/generic/CONFIG_YENTA_TI | 1 +
redhat/configs/rhel/rt/generic/CONFIG_YENTA_TOSHIBA | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ZONE_DMA | 1 +
redhat/configs/priority.common | 1 +
redhat/configs/priority.rhel | 8 +-
redhat/rhel_files/filter-modules.sh.rhel | 6 +-
redhat/rhel_files/mod-kvm.list | 5 +
redhat/scripts/genspec/genspec.sh | 1 +
redhat/scripts/mod/mod-kvm.list | 5 +
redhat/self-test/data/centos-2585cf9dfaad.el7 | 2 +
redhat/self-test/data/centos-2585cf9dfaad.el7.spec | 1 +
redhat/self-test/data/centos-2585cf9dfaad.fc25 | 2 +
redhat/self-test/data/centos-2585cf9dfaad.fc25.spec | 1 +
redhat/self-test/data/centos-78e36f3b0dae.el7 | 2 +
redhat/self-test/data/centos-78e36f3b0dae.el7.spec | 1 +
redhat/self-test/data/centos-78e36f3b0dae.fc25 | 2 +
redhat/self-test/data/centos-78e36f3b0dae.fc25.spec | 1 +
redhat/self-test/data/centos-df0cc57e057f.el7 | 2 +
redhat/self-test/data/centos-df0cc57e057f.el7.spec | 1 +
redhat/self-test/data/centos-df0cc57e057f.fc25 | 2 +
redhat/self-test/data/centos-df0cc57e057f.fc25.spec | 1 +
redhat/self-test/data/centos-fce15c45d3fb.el7 | 2 +
redhat/self-test/data/centos-fce15c45d3fb.el7.spec | 1 +
redhat/self-test/data/centos-fce15c45d3fb.fc25 | 2 +
redhat/self-test/data/centos-fce15c45d3fb.fc25.spec | 1 +
redhat/self-test/data/fedora-2585cf9dfaad.el7 | 2 +
redhat/self-test/data/fedora-2585cf9dfaad.el7.spec | 1 +
redhat/self-test/data/fedora-2585cf9dfaad.fc25 | 2 +
redhat/self-test/data/fedora-2585cf9dfaad.fc25.spec | 1 +
redhat/self-test/data/fedora-78e36f3b0dae.el7 | 2 +
redhat/self-test/data/fedora-78e36f3b0dae.el7.spec | 1 +
redhat/self-test/data/fedora-78e36f3b0dae.fc25 | 2 +
redhat/self-test/data/fedora-78e36f3b0dae.fc25.spec | 1 +
redhat/self-test/data/fedora-df0cc57e057f.el7 | 2 +
redhat/self-test/data/fedora-df0cc57e057f.el7.spec | 1 +
redhat/self-test/data/fedora-df0cc57e057f.fc25 | 2 +
redhat/self-test/data/fedora-df0cc57e057f.fc25.spec | 1 +
redhat/self-test/data/fedora-fce15c45d3fb.el7 | 2 +
redhat/self-test/data/fedora-fce15c45d3fb.el7.spec | 1 +
redhat/self-test/data/fedora-fce15c45d3fb.fc25 | 2 +
redhat/self-test/data/fedora-fce15c45d3fb.fc25.spec | 1 +
redhat/self-test/data/rhel-2585cf9dfaad.el7 | 2 +
redhat/self-test/data/rhel-2585cf9dfaad.el7.spec | 1 +
redhat/self-test/data/rhel-2585cf9dfaad.fc25 | 2 +
redhat/self-test/data/rhel-2585cf9dfaad.fc25.spec | 1 +
redhat/self-test/data/rhel-78e36f3b0dae.el7 | 2 +
redhat/self-test/data/rhel-78e36f3b0dae.el7.spec | 1 +
redhat/self-test/data/rhel-78e36f3b0dae.fc25 | 2 +
redhat/self-test/data/rhel-78e36f3b0dae.fc25.spec | 1 +
redhat/self-test/data/rhel-df0cc57e057f.el7 | 2 +
redhat/self-test/data/rhel-df0cc57e057f.el7.spec | 1 +
redhat/self-test/data/rhel-df0cc57e057f.fc25 | 2 +
redhat/self-test/data/rhel-df0cc57e057f.fc25.spec | 1 +
redhat/self-test/data/rhel-fce15c45d3fb.el7 | 2 +
redhat/self-test/data/rhel-fce15c45d3fb.el7.spec | 1 +
redhat/self-test/data/rhel-fce15c45d3fb.fc25 | 2 +
redhat/self-test/data/rhel-fce15c45d3fb.fc25.spec | 1 +
redhat/Makefile | 2 +
redhat/Makefile.variables | 1 +
redhat/kernel.spec.template | 402 ++++++++-
376 files changed, 699 insertions(+), 115 deletions(-)
6 months
[OS-BUILD PATCHv9 0/12] redhat: Add realtime and arm64 64k-page-size
build
and packaging logic
by Clark Williams (via Email Bridge)
From: Clark Williams on gitlab.com
Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403
This MR adds adds the code and data from the ARK os-build-rt branch to build
the kernel-rt real time kernel packages. It also adds the 64k page-size kernel
package for arm64 architecture.
The changes are confined to the 'redhat' directory of the kernel tree.
The MR contains new config directories and script changes for generating
configs, as well as Makefile and specfile changes to generate sub-packages of
the kernel.
The RT logic is currently disabled and will remain so until the remainder of
the PREEMPT_RT patches are merged upstream. Once ARK starts inheriting this
code from Linus' tree, we can enable them and start building rt and automotive
kernels in ARK.
Signed-off-by: Clark Williams <williams(a)redhat.com>
---
redhat/configs/common/debug/arm/aarch64/64k/README | 0
redhat/configs/common/generic/arm/aarch64/64k/CONFIG_ARM64_4K_PAGES | 1 +
redhat/configs/common/generic/arm/aarch64/64k/CONFIG_ARM64_64K_PAGES | 1 +
redhat/configs/common/generic/arm/aarch64/64k/CONFIG_ARM64_PA_BITS_48 | 1 +
redhat/configs/common/generic/arm/aarch64/64k/CONFIG_ARM64_PA_BITS_52 | 1 +
redhat/configs/common/generic/arm/aarch64/64k/CONFIG_ARM64_VA_BITS_42 | 1 +
redhat/configs/common/generic/arm/aarch64/64k/CONFIG_ARM64_VA_BITS_48 | 1 +
redhat/configs/common/generic/arm/aarch64/64k/CONFIG_ARM64_VA_BITS_52 | 1 +
redhat/configs/common/generic/arm/aarch64/64k/CONFIG_FORCE_MAX_ZONEORDER | 3 +
redhat/configs/common/generic/arm/aarch64/CONFIG_ARCH_REALTEK | 1 -
redhat/configs/common/generic/powerpc/CONFIG_HARDLOCKUP_DETECTOR | 1 -
redhat/configs/common/generic/x86/CONFIG_HARDLOCKUP_DETECTOR | 1 -
redhat/configs/common/generic/x86/CONFIG_KCSAN | 1 -
redhat/configs/common/generic/x86/CONFIG_PVPANIC_PCI | 1 -
redhat/configs/common/generic/CONFIG_SLOB_DEPRECATED | 1 +
redhat/configs/common/generic/CONFIG_USB_CHIPIDEA_GENERIC | 1 +
redhat/configs/common/generic/CONFIG_USB_CHIPIDEA_IMX | 1 +
redhat/configs/common/generic/CONFIG_USB_CHIPIDEA_MSM | 1 +
redhat/configs/common/rt/debug/arm/aarch64/README | 0
redhat/configs/common/rt/debug/x86/README | 0
redhat/configs/common/rt/generic/arm/aarch64/README | 0
redhat/configs/common/rt/generic/x86/README | 0
redhat/configs/rhel/debug/CONFIG_ARM_SCMI_TRANSPORT_SMC_ATOMIC_ENABLE | 1 -
redhat/configs/rhel/debug/CONFIG_CPUMASK_OFFSTACK | 1 -
redhat/configs/rhel/debug/CONFIG_DEFAULT_HUNG_TASK_TIMEOUT | 1 -
redhat/configs/rhel/debug/CONFIG_KDB_CONTINUE_CATASTROPHIC | 1 -
redhat/configs/rhel/debug/CONFIG_PANIC_ON_OOPS | 1 -
redhat/configs/rhel/debug/CONFIG_USB_XHCI_DBGCAP | 1 -
redhat/configs/rhel/generic/CONFIG_CAVIUM_ERRATUM_30115 => redhat/configs/rhel/generic/arm/aarch64/CONFIG_CAVIUM_ERRATUM_30115 | 0
redhat/configs/rhel/generic/arm/aarch64/CONFIG_DUMMY_CONSOLE_COLUMNS | 1 -
redhat/configs/rhel/generic/arm/aarch64/CONFIG_DUMMY_CONSOLE_ROWS | 1 -
redhat/configs/rhel/generic/CONFIG_FSL_ERRATUM_A008585 => redhat/configs/rhel/generic/arm/aarch64/CONFIG_FSL_ERRATUM_A008585 | 0
redhat/configs/rhel/generic/CONFIG_FUJITSU_ERRATUM_010001 => redhat/configs/rhel/generic/arm/aarch64/CONFIG_FUJITSU_ERRATUM_010001 | 0
redhat/configs/rhel/generic/arm/aarch64/CONFIG_GPIOLIB_FASTPATH_LIMIT | 1 -
redhat/configs/rhel/generic/arm/aarch64/CONFIG_GPIO_VIPERBOARD | 1 -
redhat/configs/rhel/generic/CONFIG_HISILICON_ERRATUM_161010101 => redhat/configs/rhel/generic/arm/aarch64/CONFIG_HISILICON_ERRATUM_161010101 | 0
redhat/configs/rhel/generic/arm/aarch64/CONFIG_I2C_SMBUS | 1 -
redhat/configs/rhel/generic/arm/aarch64/CONFIG_LOG_CPU_MAX_BUF_SHIFT | 1 -
redhat/configs/rhel/generic/arm/aarch64/CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE | 1 -
redhat/configs/rhel/generic/arm/aarch64/CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT | 1 -
redhat/configs/rhel/generic/arm/aarch64/CONFIG_PVPANIC_MMIO | 1 -
redhat/configs/rhel/generic/CONFIG_QCOM_FALKOR_ERRATUM_1003 => redhat/configs/rhel/generic/arm/aarch64/CONFIG_QCOM_FALKOR_ERRATUM_1003 | 0
redhat/configs/rhel/generic/CONFIG_QCOM_FALKOR_ERRATUM_1009 => redhat/configs/rhel/generic/arm/aarch64/CONFIG_QCOM_FALKOR_ERRATUM_1009 | 0
redhat/configs/rhel/generic/CONFIG_QCOM_QDF2400_ERRATUM_0065 => redhat/configs/rhel/generic/arm/aarch64/CONFIG_QCOM_QDF2400_ERRATUM_0065 | 0
redhat/configs/rhel/generic/arm/aarch64/CONFIG_SHMEM | 1 +
redhat/configs/rhel/generic/arm/aarch64/CONFIG_TCG_INFINEON | 1 -
redhat/configs/rhel/generic/arm/aarch64/CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS | 1 -
redhat/configs/rhel/generic/powerpc/CONFIG_BLK_DEV_PMEM | 1 -
redhat/configs/rhel/generic/powerpc/CONFIG_DAX | 1 -
redhat/configs/rhel/generic/powerpc/CONFIG_FS_DAX | 1 -
redhat/configs/rhel/generic/powerpc/CONFIG_GPIOLIB_FASTPATH_LIMIT | 1 -
redhat/configs/rhel/generic/powerpc/CONFIG_LOG_CPU_MAX_BUF_SHIFT | 1 -
redhat/configs/rhel/generic/powerpc/CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT | 1 -
redhat/configs/rhel/generic/powerpc/CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS | 1 -
redhat/configs/rhel/generic/x86/CONFIG_CONSOLE_LOGLEVEL_DEFAULT | 1 -
redhat/configs/rhel/generic/x86/CONFIG_DUMMY_CONSOLE_COLUMNS | 1 -
redhat/configs/rhel/generic/x86/CONFIG_DUMMY_CONSOLE_ROWS | 1 -
redhat/configs/rhel/generic/x86/CONFIG_GPIOLIB_FASTPATH_LIMIT | 1 -
redhat/configs/rhel/generic/x86/CONFIG_LOG_CPU_MAX_BUF_SHIFT | 1 -
redhat/configs/rhel/generic/x86/CONFIG_PM_STD_PARTITION | 1 -
redhat/configs/rhel/generic/x86/CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT | 1 -
redhat/configs/rhel/generic/x86/CONFIG_SYSTEM_BLACKLIST_HASH_LIST | 1 -
redhat/configs/rhel/generic/x86/CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS | 1 -
redhat/configs/rhel/generic/CONFIG_DRM_I915_PREEMPT_TIMEOUT_COMPUTE | 1 +
redhat/configs/rhel/generic/CONFIG_HISILICON_ERRATUM_161600802 | 1 -
redhat/configs/rhel/generic/CONFIG_INET_TABLE_PERTURB_ORDER | 1 +
redhat/configs/rhel/generic/CONFIG_INTEL_TURBO_MAX_3 | 1 -
redhat/configs/rhel/generic/CONFIG_KFENCE_STATIC_KEYS | 2 +-
redhat/configs/rhel/generic/CONFIG_LIBCRC32C | 2 +-
redhat/configs/rhel/generic/CONFIG_PROVE_CXL_LOCKING | 1 -
redhat/configs/rhel/generic/CONFIG_PROVE_NVDIMM_LOCKING | 1 -
redhat/configs/rhel/generic/CONFIG_SLUB_TINY | 1 +
redhat/configs/rhel/generic/CONFIG_SND_SOC_RT1318_SDW | 1 +
redhat/configs/rhel/generic/CONFIG_VIDEO_TC358746 | 1 +
redhat/configs/rhel/rt/debug/x86/CONFIG_ACPI_REDUCED_HARDWARE_ONLY | 1 +
redhat/configs/rhel/rt/debug/CONFIG_KASAN_INLINE | 1 +
redhat/configs/rhel/rt/debug/CONFIG_KASAN_OUTLINE | 1 +
redhat/configs/rhel/rt/debug/CONFIG_PREEMPT_VOLUNTARY | 1 +
redhat/configs/rhel/rt/generic/arm/aarch64/CONFIG_HI3660_MBOX | 1 +
redhat/configs/rhel/rt/generic/arm/aarch64/CONFIG_HI6220_MBOX | 1 +
redhat/configs/rhel/rt/generic/arm/aarch64/CONFIG_STUB_CLK_HI3660 | 1 +
redhat/configs/rhel/rt/generic/arm/aarch64/CONFIG_UNMAP_KERNEL_AT_EL0 | 1 +
redhat/configs/rhel/rt/generic/arm/aarch64/CONFIG_ZONE_DMA32 | 1 +
redhat/configs/rhel/rt/generic/x86/CONFIG_ACPI_REDUCED_HARDWARE_ONLY | 1 +
redhat/configs/rhel/rt/generic/x86/CONFIG_X86_16BIT | 1 +
redhat/configs/rhel/rt/generic/x86/CONFIG_X86_SMAP | 1 +
redhat/configs/rhel/rt/generic/x86/CONFIG_X86_UMIP | 1 +
redhat/configs/rhel/rt/generic/x86/CONFIG_X86_VSYSCALL_EMULATION | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ADVISE_SYSCALLS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ALLOW_DEV_COREDUMP | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ARCH_MMAP_RND_BITS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ARCH_MMAP_RND_COMPAT_BITS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ATA_FORCE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ATH9K_PCOEM | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ATH9K_RFKILL | 1 +
redhat/configs/rhel/rt/generic/CONFIG_BASE_FULL | 1 +
redhat/configs/rhel/rt/generic/CONFIG_BLOCK | 1 +
redhat/configs/rhel/rt/generic/CONFIG_BUG | 1 +
redhat/configs/rhel/rt/generic/CONFIG_CFG80211_CERTIFICATION_ONUS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_CFG80211_CRDA_SUPPORT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_CONSOLE_TRANSLATIONS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_COREDUMP | 1 +
redhat/configs/rhel/rt/generic/CONFIG_CRAMFS_BLOCKDEV | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DEBUG_BUGVERBOSE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_32B | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DEBUG_MEMORY_INIT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DEBUG_PREEMPT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DEBUG_RSEQ | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DPM_WATCHDOG | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_DEBUG_MODESET_LOCK | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_DEBUG | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_DEBUG_GUC | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_DEBUG_MMIO | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_DEBUG_RUNTIME_PM | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_DEBUG_VBLANK_EVADE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_FENCE_TIMEOUT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_HEARTBEAT_INTERVAL | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_PREEMPT_TIMEOUT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_REQUEST_TIMEOUT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_SELFTEST | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_STOP_TIMEOUT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_SW_FENCE_CHECK_DAG | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_TIMESLICE_DURATION | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DRM_I915_WERROR | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_ASCOT2E | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_ATBM8830 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_CX22702 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_CX24110 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_CXD2880 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_DIB3000MB | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_DIB3000MC | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_DIB7000M | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_DIB7000P | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_DIB8000 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_DIB9000 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_DS3000 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_HELENE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_HORUS3A | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_IX2505V | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_LGS8GL5 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_LGS8GXX | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_LNBH29 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_LNBP22 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_M88RS2000 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_MB86A16 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_MN88443X | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_NXT6000 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_OR51132 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_OR51211 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_S5H1432 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_SI21XX | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_SP2 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_SP887X | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_STB6000 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_STB6100 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_STV0288 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_TDA665x | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_TUNER_DIB0070 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_TUNER_DIB0090 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_DVB_ZD1301_DEMOD | 1 +
redhat/configs/rhel/rt/generic/CONFIG_EARLY_PRINTK | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ELF_CORE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_EXPERT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_FILE_LOCKING | 1 +
redhat/configs/rhel/rt/generic/CONFIG_FIRMWARE_MEMMAP | 1 +
redhat/configs/rhel/rt/generic/CONFIG_GCC_PLUGIN_CYC_COMPLEXITY | 1 +
redhat/configs/rhel/rt/generic/CONFIG_GPIO_CDEV | 1 +
redhat/configs/rhel/rt/generic/CONFIG_GPIO_SYSFS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_HARDENED_USERCOPY_PAGESPAN | 1 +
redhat/configs/rhel/rt/generic/CONFIG_HID_PICOLCD_BACKLIGHT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_HID_PICOLCD_FB | 1 +
redhat/configs/rhel/rt/generic/CONFIG_HID_PICOLCD_LCD | 1 +
redhat/configs/rhel/rt/generic/CONFIG_HID_PICOLCD_LEDS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_IO_URING | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ISA_BUS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ISA_DMA_API | 1 +
redhat/configs/rhel/rt/generic/CONFIG_KFENCE_STRESS_TEST_FAULTS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_KGDB_TESTS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_KVM_WERROR | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MEDIA_TUNER_MAX2165 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MEDIA_TUNER_MSI001 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MEDIA_TUNER_MT2266 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MEDIA_TUNER_MXL301RF | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MEDIA_TUNER_TDA18250 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MLX4_DEBUG | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MODIFY_LDT_SYSCALL | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_ALPS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_BYD | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_CYPRESS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_ELANTECH_SMBUS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_FOCALTECH | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_LIFEBOOK | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_LOGIPS2PP | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_SYNAPTICS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_MOUSE_PS2_TRACKPOINT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PC104 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PCIE_BUS_DEFAULT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PCIE_BUS_PEER2PEER | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PCIE_BUS_PERFORMANCE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PCIE_BUS_SAFE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PCIE_BUS_TUNE_OFF | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PCI_CNB20LE_QUIRK | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PCI_QUIRKS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PCSPKR_PLATFORM | 1 +
redhat/configs/rhel/rt/generic/CONFIG_POSIX_TIMERS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PREEMPT_BEHAVIOUR | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PREEMPT_DYNAMIC | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PREEMPT_NONE_BEHAVIOUR | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PREEMPT_RT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PREEMPT_VOLUNTARY | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PREEMPT_VOLUNTARY_BEHAVIOUR | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PRINTK | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PROCESSOR_SELECT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PROC_SYSCTL | 1 +
redhat/configs/rhel/rt/generic/CONFIG_PSTORE_DEFAULT_KMSG_BYTES | 1 +
redhat/configs/rhel/rt/generic/CONFIG_RANDOMIZE_KSTACK_OFFSET | 1 +
redhat/configs/rhel/rt/generic/CONFIG_RANDOMIZE_MEMORY_PHYSICAL_PADDING | 1 +
redhat/configs/rhel/rt/generic/CONFIG_RCU_BOOST | 1 +
redhat/configs/rhel/rt/generic/CONFIG_RCU_BOOST_DELAY | 1 +
redhat/configs/rhel/rt/generic/CONFIG_RCU_NOCB_CPU_CB_BOOST | 1 +
redhat/configs/rhel/rt/generic/CONFIG_RESET_SIMPLE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_RSEQ | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SCHED_AUTOGROUP | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SECRETMEM | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SERIAL_8250_DMA | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SERIAL_8250_PNP | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SIGNALFD | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SLOB | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SLUB_CPU_PARTIAL | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SLUB_MEMCG_SYSFS_ON | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SND_PCM_TIMER | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SND_PROC_FS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SND_SOC_SDW_MOCKUP | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SND_SOC_SOF_DEVELOPER_SUPPORT | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SUSPEND_SKIP_SYNC | 1 +
redhat/configs/rhel/rt/generic/CONFIG_SYSFS_SYSCALL | 1 +
redhat/configs/rhel/rt/generic/CONFIG_TIMERFD | 1 +
redhat/configs/rhel/rt/generic/CONFIG_TRIM_UNUSED_KSYMS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_TTY | 1 +
redhat/configs/rhel/rt/generic/CONFIG_TTY_PRINTK | 1 +
redhat/configs/rhel/rt/generic/CONFIG_UNUSED_KSYMS_WHITELIST | 1 +
redhat/configs/rhel/rt/generic/CONFIG_UNWINDER_GUESS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_AD9389B | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7170 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7175 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7180 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7183 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7343 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7393 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7511 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7604 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ADV7842 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_AK881X | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_BT819 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_BT856 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_BT866 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_CS5345 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_CS53L32A | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_CX25840 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_I2C | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_KS0127 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_M52790 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ML86V7667 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_MSP3400 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_SAA7110 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_SAA711X | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_SAA7127 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_SAA717X | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_SAA7185 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_SONY_BTF_MPX | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_ST_MIPID02 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TC358743 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TDA1997X | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TDA7432 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TDA9840 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TEA6415C | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TEA6420 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_THS7303 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_THS8200 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TLV320AIC23B | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TVAUDIO | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TVP514X | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TVP5150 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TVP7002 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TW2804 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TW9903 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TW9906 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_TW9910 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_UDA1342 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_UPD64031A | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_UPD64083 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_VP27SMPX | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_VPX3220 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_WM8739 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VIDEO_WM8775 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VMLINUX_MAP | 1 +
redhat/configs/rhel/rt/generic/CONFIG_VM_EVENT_COUNTERS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_WIRELESS_WDS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_WWAN_DEBUGFS | 1 +
redhat/configs/rhel/rt/generic/CONFIG_XZ_DEC_ARM | 1 +
redhat/configs/rhel/rt/generic/CONFIG_XZ_DEC_ARMTHUMB | 1 +
redhat/configs/rhel/rt/generic/CONFIG_XZ_DEC_IA64 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_XZ_DEC_SPARC | 1 +
redhat/configs/rhel/rt/generic/CONFIG_YENTA_ENE_TUNE | 1 +
redhat/configs/rhel/rt/generic/CONFIG_YENTA_O2 | 1 +
redhat/configs/rhel/rt/generic/CONFIG_YENTA_RICOH | 1 +
redhat/configs/rhel/rt/generic/CONFIG_YENTA_TI | 1 +
redhat/configs/rhel/rt/generic/CONFIG_YENTA_TOSHIBA | 1 +
redhat/configs/rhel/rt/generic/CONFIG_ZONE_DMA | 1 +
redhat/configs/priority.common | 1 +
redhat/configs/priority.rhel | 8 +-
redhat/rhel_files/filter-modules.sh.rhel | 6 +-
redhat/rhel_files/mod-kvm.list | 5 +
redhat/scripts/genspec/genspec.sh | 1 +
redhat/scripts/mod/mod-kvm.list | 5 +
redhat/self-test/data/centos-2585cf9dfaad.el7 | 2 +
redhat/self-test/data/centos-2585cf9dfaad.el7.spec | 1 +
redhat/self-test/data/centos-2585cf9dfaad.fc25 | 2 +
redhat/self-test/data/centos-2585cf9dfaad.fc25.spec | 1 +
redhat/self-test/data/centos-78e36f3b0dae.el7 | 2 +
redhat/self-test/data/centos-78e36f3b0dae.el7.spec | 1 +
redhat/self-test/data/centos-78e36f3b0dae.fc25 | 2 +
redhat/self-test/data/centos-78e36f3b0dae.fc25.spec | 1 +
redhat/self-test/data/centos-df0cc57e057f.el7 | 2 +
redhat/self-test/data/centos-df0cc57e057f.el7.spec | 1 +
redhat/self-test/data/centos-df0cc57e057f.fc25 | 2 +
redhat/self-test/data/centos-df0cc57e057f.fc25.spec | 1 +
redhat/self-test/data/centos-fce15c45d3fb.el7 | 2 +
redhat/self-test/data/centos-fce15c45d3fb.el7.spec | 1 +
redhat/self-test/data/centos-fce15c45d3fb.fc25 | 2 +
redhat/self-test/data/centos-fce15c45d3fb.fc25.spec | 1 +
redhat/self-test/data/fedora-2585cf9dfaad.el7 | 2 +
redhat/self-test/data/fedora-2585cf9dfaad.el7.spec | 1 +
redhat/self-test/data/fedora-2585cf9dfaad.fc25 | 2 +
redhat/self-test/data/fedora-2585cf9dfaad.fc25.spec | 1 +
redhat/self-test/data/fedora-78e36f3b0dae.el7 | 2 +
redhat/self-test/data/fedora-78e36f3b0dae.el7.spec | 1 +
redhat/self-test/data/fedora-78e36f3b0dae.fc25 | 2 +
redhat/self-test/data/fedora-78e36f3b0dae.fc25.spec | 1 +
redhat/self-test/data/fedora-df0cc57e057f.el7 | 2 +
redhat/self-test/data/fedora-df0cc57e057f.el7.spec | 1 +
redhat/self-test/data/fedora-df0cc57e057f.fc25 | 2 +
redhat/self-test/data/fedora-df0cc57e057f.fc25.spec | 1 +
redhat/self-test/data/fedora-fce15c45d3fb.el7 | 2 +
redhat/self-test/data/fedora-fce15c45d3fb.el7.spec | 1 +
redhat/self-test/data/fedora-fce15c45d3fb.fc25 | 2 +
redhat/self-test/data/fedora-fce15c45d3fb.fc25.spec | 1 +
redhat/self-test/data/rhel-2585cf9dfaad.el7 | 2 +
redhat/self-test/data/rhel-2585cf9dfaad.el7.spec | 1 +
redhat/self-test/data/rhel-2585cf9dfaad.fc25 | 2 +
redhat/self-test/data/rhel-2585cf9dfaad.fc25.spec | 1 +
redhat/self-test/data/rhel-78e36f3b0dae.el7 | 2 +
redhat/self-test/data/rhel-78e36f3b0dae.el7.spec | 1 +
redhat/self-test/data/rhel-78e36f3b0dae.fc25 | 2 +
redhat/self-test/data/rhel-78e36f3b0dae.fc25.spec | 1 +
redhat/self-test/data/rhel-df0cc57e057f.el7 | 2 +
redhat/self-test/data/rhel-df0cc57e057f.el7.spec | 1 +
redhat/self-test/data/rhel-df0cc57e057f.fc25 | 2 +
redhat/self-test/data/rhel-df0cc57e057f.fc25.spec | 1 +
redhat/self-test/data/rhel-fce15c45d3fb.el7 | 2 +
redhat/self-test/data/rhel-fce15c45d3fb.el7.spec | 1 +
redhat/self-test/data/rhel-fce15c45d3fb.fc25 | 2 +
redhat/self-test/data/rhel-fce15c45d3fb.fc25.spec | 1 +
redhat/Makefile | 2 +
redhat/Makefile.variables | 1 +
redhat/kernel.spec.template | 401 ++++++++-
376 files changed, 698 insertions(+), 115 deletions(-)
6 months
[OS-BUILD PATCH] kernel.spec: remove
"RPM_VMLINUX_H=$DevelDir/vmlinux.h" code
chunk in %install
by Denys Vlasenko (via Email Bridge)
From: Denys Vlasenko <dvlasenk(a)redhat.com>
kernel.spec: remove "RPM_VMLINUX_H=$DevelDir/vmlinux.h" code chunk in %install
Remove this code block in %install:
if [ -f $DevelDir/vmlinux.h ]; then
RPM_VMLINUX_H=$DevelDir/vmlinux.h
fi
It was added by commit b4cac22848f6cfdbd7e52bf5fd0a2e6381f7b552
kernel.spec: Add support to use vmlinux.h
The commit added two copies of it. The second instance, in %install,
does not actually work: $DevelDir is not set, so (unless your root
indeed has a /vmlinux.h file) RPM_VMLINUX_H is not set, but it
would not be used in %install anyway.
Signed-off-by: Denys Vlasenko <dvlasenk(a)redhat.com>
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
@@ -2811,10 +2811,6 @@ rm -f %{buildroot}%{_bindir}/timerlat
popd
%endif
-if [ -f $DevelDir/vmlinux.h ]; then
- RPM_VMLINUX_H=$DevelDir/vmlinux.h
-fi
-
%if %{with_bpftool}
pushd tools/bpf/bpftool
%{bpftool_make} prefix=%{_prefix} bash_compdir=%{_sysconfdir}/bash_completion.d/ mandir=%{_mandir} install doc-install
--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2458
6 months