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

2023-10-04 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2654#note_1590160321 Yeah, I wasn't sure if folks had a script that relied on a kernel-local or not so I left it. But will will happily update to take your suggestion. ___

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

2023-10-03 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2654#note_1587568958 Sorry, my suggestion was buggy. What I meant was ``` cp %{SOURCE3001} partial-kernel-local-snip.config cp %{SOURCE3001} partial-kernel-local-debug-snip.config ``` Meaning, the copy you

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

2023-09-29 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2654#note_1584560878 It appears I can only 'cp file1 file2' and not multiple files. I am going to skip this suggestion unless someone can point out what I am messing up. _

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

2023-09-27 Thread stan via kernel
On Wed, 27 Sep 2023 09:11:32 - "Jan Stancek (via Email Bridge)" wrote: > From: Jan Stancek on gitlab.com > https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2654#note_1580183896 > > kernel-local appears unused now, so maybe these 3 lines could be > turned into: ``` > cp %{SOURCE3001

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

2023-09-27 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2654#note_1580713704 Should we put partial-kernel as the last one in the list, so that you can override any of the options (including clang)? ___ kernel mailing li

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

2023-09-27 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2654#note_1580183896 kernel-local appears unused now, so maybe these 3 lines could be turned into: ``` cp %{SOURCE3001} kernel-local partial-kernel-local-snip.config cp %{SOURCE3001} kernel-local partial-ker

[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