Re: [OS-BUILD PATCH 0/20] redhat: Add realtime and automotive build and packaging logic

2023-05-23 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403#note_1401179374

signing likely needs with_up check for 'up' debug variant, since
with_automotive_only doesn't build up -debug variant, there's nothing to sign.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCH 0/20] redhat: Add realtime and automotive build and packaging logic

2023-05-18 Thread Scott Weaver (via Email Bridge)
From: Scott Weaver on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403#note_1396597817

FWIW, v7 failed in the same way.
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: [OS-BUILD PATCH 0/20] redhat: Add realtime and automotive build and packaging logic

2023-05-18 Thread Jerry Snitselaar (via Email Bridge)
From: Jerry Snitselaar on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2403#note_1396570927

/ack for tpm touching bits
___
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


[OS-BUILD PATCH 0/20] redhat: Add realtime and automotive build and packaging logic

2023-05-18 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 and kernel-automotive real time kernel packages. 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 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 

---
 redhat/configs/common/automotive/debug/arm/aarch64/README  
  |0 
 redhat/configs/common/automotive/debug/x86/README  
  |0 
 redhat/configs/common/automotive/generic/arm/aarch64/README
  |0 
 redhat/configs/common/automotive/generic/x86/README
  |0 
 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/automotive/debug/arm/aarch64/README
  |1 +
 redhat/configs/rhel/automotive/debug/x86/README
  |1 +
 redhat/configs/rhel/automotive/debug/CONFIG_KASAN_GENERIC  
  |1 +
 redhat/configs/rhel/automotive/debug/CONFIG_KASAN_HW_TAGS  
  |1 +
 redhat/configs/rhel/automotive/debug/CONFIG_KASAN_INLINE   
  |1 +
 redhat/configs/rhel/automotive/debug/CONFIG_KASAN_KUNIT_TEST   
  |1 +
 redhat/configs/rhel/automotive/debug/CONFIG_KASAN_OUTLINE  
  |1 +
 redhat/configs/rhel/automotive/debug/CONFIG_KASAN_VMALLOC  
  |1 +
 redhat/configs/rhel/automotive/debug/CONFIG_RANDOMIZE_KSTACK_OFFSET
  |1 +
 redhat/configs/rhel/automotive/generic/CONFIG_ACPI_REDUCED_HARDWARE_ONLY   
  |1 +
 redhat/configs/rhel/automotive/generic/CONFIG_EXPERT