Re: [OS-BUILD PATCH] redhat/configs: Renesas SoC Platforms

2023-09-26 Thread Steve Best (via Email Bridge)
From: Steve Best on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2722#note_1579503027 we plan to work with Renesas in RHEL.. similar to the other vendors we plan to work with. ___ kernel mailing list -- kernel@lists.fedoraproject

Re: [OS-BUILD PATCH] redhat/configs: Renesas SoC Platforms

2023-09-26 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2722#note_1579500194 Is there a reason for enabling this architecture? A ticket or initiative? ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscr

Re: [OS-BUILD PATCH] redhat/configs: Renesas SoC Platforms

2023-09-26 Thread Adam Jackson (via Email Bridge)
From: Adam Jackson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2722#note_1579470170 `=m` ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora Co

Re: [OS-BUILD PATCH] redhat/configs: Renesas SoC Platforms

2023-09-26 Thread Adam Jackson (via Email Bridge)
From: Adam Jackson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2722#note_1579469992 `=m` ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora Co

Re: [OS-BUILD PATCH] redhat/configs: NXP BBNSM Power Key Driver

2023-09-26 Thread pbrobinson (via Email Bridge)
From: pbrobinson on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2725#note_1579345751 We already enable this is Fedora so that option should be moved to common and the RHEL disable removed. ___ kernel mailing list -- kernel@lists

Re: [OS-BUILD PATCH 0/3] Add clang config framework

2023-09-26 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2654#note_1579247973 @tales-aparecida pushed fix. thanks! ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@li

[OS-BUILD PATCH 3/3] Add clang config framework

2023-09-26 Thread Don Zickus (via Email Bridge)
From: Don Zickus Add clang config framework Compiling for clang is getting trickier to do because the configs are different than gcc in some cases. Mimic the kgcov framework (which uses priority files) to setup clang to be easier to update their configs. This leads to strange cases where clang

[OS-BUILD PATCH 1/3] Remove unpackaged kgcov config files

2023-09-26 Thread Don Zickus (via Email Bridge)
From: Don Zickus Remove unpackaged kgcov config files The kgcov option is applied as a partial snippet in the spec file. The generated kernel-*-kgcov.config are not packaged and therefore unused. My motivation here is because they conflict with the CLANG options when I overlay the CLANG option

[OS-BUILD PATCH 2/3] Apply partial snippet configs to all configs

2023-09-26 Thread Don Zickus (via Email Bridge)
From: Don Zickus Apply partial snippet configs to all configs There is a macro all_arch_configs that tries to optimize what configs we apply the partial snippets to. While it speeds up things up a bit, it creates conflicts with CLANG options. The process_configs.sh script still processes _all_

[OS-BUILD PATCH 0/3] Add clang config framework

2023-09-26 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2654 Compiling for clang is getting trickier to do because the configs are different than gcc in some cases. Mimic the kgcov framework to setup clang to be easier to update their configs. Thi