Re: [OS-BUILD PATCHv5 0/8] redhat: Add realtime build and packaging logic

2023-06-03 Thread Clark Williams (via Email Bridge)
From: Clark Williams on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403#note_1417214991 rawhide scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=101763297 eln scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=101763865 _

Re: [OS-BUILD PATCHv5 0/8] redhat: Add realtime build and packaging logic

2023-06-03 Thread Clark Williams (via Email Bridge)
From: Clark Williams on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403#note_1417214793 Added 64k bits which also brought in the '_' -> '-' changes ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send a

Re: [OS-BUILD PATCHv4 3/6] redhat: RT packaging changes

2023-06-03 Thread Clark Williams (via Email Bridge)
From: Clark Williams on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403#note_1417214712 the block turning off with_efiuki was removed ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to ker

Re: [OS-BUILD PATCHv4 3/6] redhat: RT packaging changes

2023-06-03 Thread Clark Williams (via Email Bridge)
From: Clark Williams on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403#note_1417214628 This should be fixed now ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedor

[OS-BUILD PATCHv5 8/8] arm64-64k: Add new kernel variant to RHEL9/CS9 for 64K page-size'd ARM64

2023-06-03 Thread Clark Williams (via Email Bridge)
From: Donald Dutile arm64-64k: Add new kernel variant to RHEL9/CS9 for 64K page-size'd ARM64 Modifications to spec file generation files for arm64 64K pagesize kernel; add 64k variant CONFIG files. Modelled after expected changes for RT variant in RHEL-9.3. Added lua macro to kernel.spec.templa

[OS-BUILD PATCHv5 4/8] redhat: update self-test data for addition of RT variant

2023-06-03 Thread Clark Williams (via Email Bridge)
From: Clark Williams redhat: update self-test data for addition of RT variant Signed-off-by: Clark Williams diff --git a/redhat/self-test/data/centos-2585cf9dfaad.el7 b/redhat/self-test/data/centos-2585cf9dfaad.el7 index blahblah..blahblah 100644 --- a/redhat/self-test/data/centos-2585cf9dfaa

[OS-BUILD PATCHv5 7/8] redhat: TEMPORARY set configs to deal with PREEMPT_RT not available

2023-06-03 Thread Clark Williams (via Email Bridge)
From: Clark Williams redhat: TEMPORARY set configs to deal with PREEMPT_RT not available These config values in rt have been changed to handle there not being PREEMPT_RT configury logic (yet). When PREEMPT_RT merges upstream, drop this commit. Signed-off-by: Clark Williams diff --git a/redhat

[OS-BUILD PATCHv5 6/8] redhat: TEMPORARY default realtime to off

2023-06-03 Thread Clark Williams (via Email Bridge)
From: Clark Williams redhat: TEMPORARY default realtime to off Building of realtime kernel is controlled by the variable with_realtime in the specfile. Default this to off until PREEMPT_RT merges upstream so we pull in the actual code/config changes require to build a PREEMPT_RT kernel Signed-

[OS-BUILD PATCHv5 3/8] redhat: RT packaging changes

2023-06-03 Thread Clark Williams (via Email Bridge)
From: Clark Williams redhat: RT packaging changes Apply changes for building RT kernels to the redhat directory files. This works is prepratory to the upstream merge of the PREEMPT_RT code. Introduce new specfile macro with_realtime to control whether the realtime kernel variant will be built a

[OS-BUILD PATCHv5 5/8] redhat: moved ARM errata configs to arm dir

2023-06-03 Thread Clark Williams (via Email Bridge)
From: Clark Williams redhat: moved ARM errata configs to arm dir Signed-off-by: Clark Williams diff --git a/redhat/configs/rhel/generic/CONFIG_CAVIUM_ERRATUM_30115 b/redhat/configs/rhel/generic/arm/aarch64/CONFIG_CAVIUM_ERRATUM_30115 rename from redhat/configs/rhel/generic/CONFIG_CAVIUM_ERRAT

[OS-BUILD PATCHv5 2/8] redhat: miscellaneous commits needed due to CONFIG_EXPERT

2023-06-03 Thread Clark Williams (via Email Bridge)
From: Clark Williams redhat: miscellaneous commits needed due to CONFIG_EXPERT Signed-off-by: Clark Williams diff --git a/redhat/configs/common/generic/CONFIG_SLOB_DEPRECATED b/redhat/configs/common/generic/CONFIG_SLOB_DEPRECATED new file mode 100644 index blahblah..blahblah 100644 --- /dev/n

[OS-BUILD PATCHv5 0/8] redhat: Add realtime build and packaging logic

2023-06-03 Thread 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. The changes are confined to the 'redhat' directory of the kernel t

[OS-BUILD PATCHv5 1/8] redhat: realtime config entries

2023-06-03 Thread Clark Williams (via Email Bridge)
From: Clark Williams redhat: realtime config entries Signed-off-by: Clark Williams diff --git a/redhat/configs/common/rt/debug/arm/aarch64/README b/redhat/configs/common/rt/debug/arm/aarch64/README new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/