public inbox for kernelci@lists.linux.dev
 help / color / mirror / Atom feed
* kernelci: please upgrade clang-17
@ 2023-06-09 20:50 Nick Desaulniers
  2023-06-12 15:11 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Nick Desaulniers @ 2023-06-09 20:50 UTC (permalink / raw)
  To: kernelci; +Cc: clang-built-linux

Starting a new thread because gmail cannot handle replying to an email
w/ >45k warnings.
https://lore.kernel.org/llvm/6482b7dd.170a0220.a93c3.9102@mx.google.com/

instances of -Wbuiltin-macro-redefined have been fixed in ToT llvm.
Updating clang-17 should resolve most of the error spew.

Does kernel CI update ToT clang builds on a fixed cadence?

Thanks for the tests and reports; we still read them daily.
-- 
Thanks,
~Nick Desaulniers

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: kernelci: please upgrade clang-17
  2023-06-09 20:50 kernelci: please upgrade clang-17 Nick Desaulniers
@ 2023-06-12 15:11 ` Mark Brown
  2023-06-13 10:37   ` Guillaume Tucker
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2023-06-12 15:11 UTC (permalink / raw)
  To: Nick Desaulniers; +Cc: kernelci, clang-built-linux

[-- Attachment #1: Type: text/plain, Size: 712 bytes --]

On Fri, Jun 09, 2023 at 01:50:13PM -0700, Nick Desaulniers wrote:
> Starting a new thread because gmail cannot handle replying to an email
> w/ >45k warnings.
> https://lore.kernel.org/llvm/6482b7dd.170a0220.a93c3.9102@mx.google.com/
> 
> instances of -Wbuiltin-macro-redefined have been fixed in ToT llvm.
> Updating clang-17 should resolve most of the error spew.
> 
> Does kernel CI update ToT clang builds on a fixed cadence?

The containers with the tools should be being rebuilt during the
production update which normally happens every Monday.  There's some
disruption at the minute due to some infrastructure rebuilding that's
going on so today's update of the containers might be delayed.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: kernelci: please upgrade clang-17
  2023-06-12 15:11 ` Mark Brown
@ 2023-06-13 10:37   ` Guillaume Tucker
  2023-06-14 16:43     ` Nick Desaulniers
  0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Tucker @ 2023-06-13 10:37 UTC (permalink / raw)
  To: Mark Brown, Nick Desaulniers; +Cc: kernelci, clang-built-linux

On 12/06/2023 17:11, Mark Brown wrote:
> On Fri, Jun 09, 2023 at 01:50:13PM -0700, Nick Desaulniers wrote:
>> Starting a new thread because gmail cannot handle replying to an email
>> w/ >45k warnings.
>> https://lore.kernel.org/llvm/6482b7dd.170a0220.a93c3.9102@mx.google.com/
>>
>> instances of -Wbuiltin-macro-redefined have been fixed in ToT llvm.
>> Updating clang-17 should resolve most of the error spew.
>>
>> Does kernel CI update ToT clang builds on a fixed cadence?
> 
> The containers with the tools should be being rebuilt during the
> production update which normally happens every Monday.  There's some
> disruption at the minute due to some infrastructure rebuilding that's
> going on so today's update of the containers might be delayed.

Yes the LLVM-17 update has now trickled down into production and
warnings are all gone:

  https://storage.kernelci.org/next/master/next-20230613/arm/multi_v7_defconfig/clang-17/logs/kernel.log

compared with the previous linux-next build which had all the warnings:

  https://storage.kernelci.org/next/master/next-20230609/arm/multi_v7_defconfig/clang-17/logs/kernel.log

We skipped the regular production update last Monday to focus on
migrating VMs to the new Azure subscription, sorry for the
inconvenience.  We're back on the regular schedule now.

Thanks,
Guillaume


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: kernelci: please upgrade clang-17
  2023-06-13 10:37   ` Guillaume Tucker
@ 2023-06-14 16:43     ` Nick Desaulniers
  0 siblings, 0 replies; 4+ messages in thread
From: Nick Desaulniers @ 2023-06-14 16:43 UTC (permalink / raw)
  To: Guillaume Tucker, Mark Brown; +Cc: kernelci, clang-built-linux

ack - thanks!

On Tue, Jun 13, 2023 at 6:35 AM Guillaume Tucker
<guillaume.tucker@collabora.com> wrote:
>
> On 12/06/2023 17:11, Mark Brown wrote:
> > On Fri, Jun 09, 2023 at 01:50:13PM -0700, Nick Desaulniers wrote:
> >> Starting a new thread because gmail cannot handle replying to an email
> >> w/ >45k warnings.
> >> https://lore.kernel.org/llvm/6482b7dd.170a0220.a93c3.9102@mx.google.com/
> >>
> >> instances of -Wbuiltin-macro-redefined have been fixed in ToT llvm.
> >> Updating clang-17 should resolve most of the error spew.
> >>
> >> Does kernel CI update ToT clang builds on a fixed cadence?
> >
> > The containers with the tools should be being rebuilt during the
> > production update which normally happens every Monday.  There's some
> > disruption at the minute due to some infrastructure rebuilding that's
> > going on so today's update of the containers might be delayed.
>
> Yes the LLVM-17 update has now trickled down into production and
> warnings are all gone:
>
>   https://storage.kernelci.org/next/master/next-20230613/arm/multi_v7_defconfig/clang-17/logs/kernel.log
>
> compared with the previous linux-next build which had all the warnings:
>
>   https://storage.kernelci.org/next/master/next-20230609/arm/multi_v7_defconfig/clang-17/logs/kernel.log
>
> We skipped the regular production update last Monday to focus on
> migrating VMs to the new Azure subscription, sorry for the
> inconvenience.  We're back on the regular schedule now.
>
> Thanks,
> Guillaume
>


-- 
Thanks,
~Nick Desaulniers

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-14 16:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09 20:50 kernelci: please upgrade clang-17 Nick Desaulniers
2023-06-12 15:11 ` Mark Brown
2023-06-13 10:37   ` Guillaume Tucker
2023-06-14 16:43     ` Nick Desaulniers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox