From: Prarit Bhargava
redhat/Makefile: Remove BUILD_SCRATCH_TARGET
BUILD_SCRATCH_TARGET was deprecated in 5.19.0 and can be removed.
Signed-off-by: Prarit Bhargava
diff --git a/redhat/Makefile b/redhat/Makefile
index blahblah..blahblah 100644
--- a/redhat/Makefile
+++ b/redhat/Makefile
@@ -1,
From: Jarod Wilson on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2095#note_1154732498
LGTM now, thank you for that change.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@l
From: pbrobinson on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2124#note_1154716804
LGTM
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code
From: Lenny Szubowicz
redhat/configs: Enable CONFIG_EFI_SECRET module
Enable the efi_secret module to provide the contents of the EFI
configuration table containing confidential computing (coco)
secrets via /sys/kernel/security/secrets/coco/.
CONFIG_EFI_SECRET depends on CONFIG_EFI_COCO_SECRETS
From: pbrobinson on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2121#note_1154562216
LGTM!
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Cod
From: David Arcari on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2121#note_1154530055
OK - I have gone ahead and made that change. Thanks!
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email
From: David Arcari
enable the rtc-rv8803 driver on RHEL and Fedora
Enable CONFIG_RTC_DRV_RV8803 for x86 and arm for RHEL.
Signed-off-by: David Arcari
diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_RTC_DRV_RV8803
b/redhat/configs/common/generic/arm/aarch64/CONFIG_RTC_DRV_RV8803