linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux plumbers + clang + s390 virtualized testing
@ 2020-07-13 16:41 Nick Desaulniers
  2020-07-16 11:28 ` Heiko Carstens
  0 siblings, 1 reply; 6+ messages in thread
From: Nick Desaulniers @ 2020-07-13 16:41 UTC (permalink / raw)
  To: Vasily Gorbik, Heiko Carstens; +Cc: linux-s390, clang-built-linux, LKML

Hi Vasily and Heiko,
We were very excited to see your patches going by for enabling Clang
support for s390.  Since then, we've added s390 builds to our
continuous integration setup.

We've been running into a few issues with doing virtualized boot tests
of our kernels on s390.

I was curious if you'll both be attending Linux plumbers conf?  If we
carve out time for an s390+clang talk, would this be of interest to
you to attend?
-- 
Thanks,
~Nick Desaulniers

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

* Re: linux plumbers + clang + s390 virtualized testing
  2020-07-13 16:41 linux plumbers + clang + s390 virtualized testing Nick Desaulniers
@ 2020-07-16 11:28 ` Heiko Carstens
  2020-07-16 17:05   ` Nick Desaulniers
  2020-07-29 13:51   ` Vasily Gorbik
  0 siblings, 2 replies; 6+ messages in thread
From: Heiko Carstens @ 2020-07-16 11:28 UTC (permalink / raw)
  To: Nick Desaulniers; +Cc: Vasily Gorbik, linux-s390, clang-built-linux, LKML

Hi Nick,

> We were very excited to see your patches going by for enabling Clang
> support for s390.  Since then, we've added s390 builds to our
> continuous integration setup.
> 
> We've been running into a few issues with doing virtualized boot tests
> of our kernels on s390.
> 
> I was curious if you'll both be attending Linux plumbers conf?  If we
> carve out time for an s390+clang talk, would this be of interest to
> you to attend?

I will not attend, however cannot speak for Vasily. He will have to
answer as soon as he returns - besides that enabling Clang support for
s390 was done by Vasily anyway :)

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

* Re: linux plumbers + clang + s390 virtualized testing
  2020-07-16 11:28 ` Heiko Carstens
@ 2020-07-16 17:05   ` Nick Desaulniers
  2020-07-29 13:51   ` Vasily Gorbik
  1 sibling, 0 replies; 6+ messages in thread
From: Nick Desaulniers @ 2020-07-16 17:05 UTC (permalink / raw)
  To: Heiko Carstens; +Cc: Vasily Gorbik, linux-s390, clang-built-linux, LKML

On Thu, Jul 16, 2020 at 4:28 AM Heiko Carstens <hca@linux.ibm.com> wrote:
>
> Hi Nick,
>
> > We were very excited to see your patches going by for enabling Clang
> > support for s390.  Since then, we've added s390 builds to our
> > continuous integration setup.
> >
> > We've been running into a few issues with doing virtualized boot tests
> > of our kernels on s390.
> >
> > I was curious if you'll both be attending Linux plumbers conf?  If we
> > carve out time for an s390+clang talk, would this be of interest to
> > you to attend?
>
> I will not attend, however cannot speak for Vasily. He will have to
> answer as soon as he returns - besides that enabling Clang support for
> s390 was done by Vasily anyway :)

Hey,
Thanks for following up; I got a bounce back from your previous email
address.  I had just noticed your update to .mailmap+MAINTAINERS last
night.  You beat me to the punch.

No worries.

-- 
Thanks,
~Nick Desaulniers

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

* Re: linux plumbers + clang + s390 virtualized testing
  2020-07-16 11:28 ` Heiko Carstens
  2020-07-16 17:05   ` Nick Desaulniers
@ 2020-07-29 13:51   ` Vasily Gorbik
  2020-08-06 19:02     ` Nick Desaulniers
  1 sibling, 1 reply; 6+ messages in thread
From: Vasily Gorbik @ 2020-07-29 13:51 UTC (permalink / raw)
  To: Nick Desaulniers; +Cc: Heiko Carstens, linux-s390, clang-built-linux, LKML

On Thu, Jul 16, 2020 at 01:28:40PM +0200, Heiko Carstens wrote:
> Hi Nick,
> 
> > We were very excited to see your patches going by for enabling Clang
> > support for s390.  Since then, we've added s390 builds to our
> > continuous integration setup.
> > 
> > We've been running into a few issues with doing virtualized boot tests
> > of our kernels on s390.
> > 
> > I was curious if you'll both be attending Linux plumbers conf?  If we
> > carve out time for an s390+clang talk, would this be of interest to
> > you to attend?
> 
> I will not attend, however cannot speak for Vasily. He will have to
> answer as soon as he returns - besides that enabling Clang support for
> s390 was done by Vasily anyway :)

I will attend and it would surely be interesting to me and other
s390 folks. Your efforts are greatly appreciated!

BTW I believe basic Clang support for s390 came earlier in 5.2 with
a lot of efforts from Arnd Bergmann.

My part was fixing recent breakages and bugging our s390 clang team
(which did all the great work) to get kernel specific features support
in clang 10 and 11 to reach features parity with gcc. And eventually
doing few adjustments so that features which came with clang 10 and
11 are working smoothly. That is s390 "asm goto" support and specific
compiler flags for ftrace support and stack packing.

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

* Re: linux plumbers + clang + s390 virtualized testing
  2020-07-29 13:51   ` Vasily Gorbik
@ 2020-08-06 19:02     ` Nick Desaulniers
  2020-08-08 13:05       ` Vasily Gorbik
  0 siblings, 1 reply; 6+ messages in thread
From: Nick Desaulniers @ 2020-08-06 19:02 UTC (permalink / raw)
  To: Vasily Gorbik; +Cc: Heiko Carstens, linux-s390, clang-built-linux, LKML

On Wed, Jul 29, 2020 at 6:51 AM Vasily Gorbik <gor@linux.ibm.com> wrote:
>
> > > We were very excited to see your patches going by for enabling Clang
> > > support for s390.  Since then, we've added s390 builds to our
> > > continuous integration setup.
> > >
> > > We've been running into a few issues with doing virtualized boot tests
> > > of our kernels on s390.
> > >
> > > I was curious if you'll both be attending Linux plumbers conf?  If we
> > > carve out time for an s390+clang talk, would this be of interest to
> > > you to attend?
> I will attend and it would surely be interesting to me and other
> s390 folks. Your efforts are greatly appreciated!

Cool, so our MC has been approved:
https://www.linuxplumbersconf.org/event/7/page/80-accepted-microconferences#llvm-cr

But we're super tight on time and probably won't be able to do a
session on s390 at the MC.  That said, I have just submitted a BoF
proposal since we have more topics internal to our group we'd like to
have more time to discuss.  I've added s390 testing to the list of
potential topics, too.  I'll re-ping this thread once I hear back
about whether it gets approved or not.

That said, we do meet once every other week virtually online, see
links: https://clangbuiltlinux.github.io/.

>
> BTW I believe basic Clang support for s390 came earlier in 5.2 with
> a lot of efforts from Arnd Bergmann.
>
> My part was fixing recent breakages and bugging our s390 clang team
> (which did all the great work) to get kernel specific features support
> in clang 10 and 11 to reach features parity with gcc. And eventually
> doing few adjustments so that features which came with clang 10 and
> 11 are working smoothly. That is s390 "asm goto" support and specific
> compiler flags for ftrace support and stack packing.

That's awesome; I'd love to get the chance to meet your s390 LLVM
team; in general it can take a while to get bugs routed to folks most
empowered to fix them until you know who they are.

Would you, any fellow s390 kernel and LLVM folks be interested in
attending one of our virtual meetings, even if it's just to say "hi"
quickly? Next one is next Wednesday.

Usually we go over whatever firedrills we've been running the past two
weeks, but sometimes have presentations of folks projects and
research.  I think it would be cool to get more background on s390 and
work out the issues we're running into with testing.
-- 
Thanks,
~Nick Desaulniers

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

* Re: linux plumbers + clang + s390 virtualized testing
  2020-08-06 19:02     ` Nick Desaulniers
@ 2020-08-08 13:05       ` Vasily Gorbik
  0 siblings, 0 replies; 6+ messages in thread
From: Vasily Gorbik @ 2020-08-08 13:05 UTC (permalink / raw)
  To: Nick Desaulniers, Ulrich Weigand, Jonas Paulsson, Ilya Leoshkevich
  Cc: Heiko Carstens, linux-s390, clang-built-linux, LKML

On Thu, Aug 06, 2020 at 12:02:52PM -0700, Nick Desaulniers wrote:
> On Wed, Jul 29, 2020 at 6:51 AM Vasily Gorbik <gor@linux.ibm.com> wrote:
> >
> > > > We were very excited to see your patches going by for enabling Clang
> > > > support for s390.  Since then, we've added s390 builds to our
> > > > continuous integration setup.
> > > >
> > > > We've been running into a few issues with doing virtualized boot tests
> > > > of our kernels on s390.
> > > >
> > > > I was curious if you'll both be attending Linux plumbers conf?  If we
> > > > carve out time for an s390+clang talk, would this be of interest to
> > > > you to attend?
> > I will attend and it would surely be interesting to me and other
> > s390 folks. Your efforts are greatly appreciated!
> 
> Cool, so our MC has been approved:
> https://www.linuxplumbersconf.org/event/7/page/80-accepted-microconferences#llvm-cr
> 
> But we're super tight on time and probably won't be able to do a
> session on s390 at the MC.  That said, I have just submitted a BoF
> proposal since we have more topics internal to our group we'd like to
> have more time to discuss.  I've added s390 testing to the list of
> potential topics, too.  I'll re-ping this thread once I hear back
> about whether it gets approved or not.
> 
> That said, we do meet once every other week virtually online, see
> links: https://clangbuiltlinux.github.io/.
> 
> >
> > BTW I believe basic Clang support for s390 came earlier in 5.2 with
> > a lot of efforts from Arnd Bergmann.
> >
> > My part was fixing recent breakages and bugging our s390 clang team
> > (which did all the great work) to get kernel specific features support
> > in clang 10 and 11 to reach features parity with gcc. And eventually
> > doing few adjustments so that features which came with clang 10 and
> > 11 are working smoothly. That is s390 "asm goto" support and specific
> > compiler flags for ftrace support and stack packing.
> 
> That's awesome; I'd love to get the chance to meet your s390 LLVM
> team; in general it can take a while to get bugs routed to folks most
> empowered to fix them until you know who they are.
> 
> Would you, any fellow s390 kernel and LLVM folks be interested in
> attending one of our virtual meetings, even if it's just to say "hi"
> quickly? Next one is next Wednesday.
> 
> Usually we go over whatever firedrills we've been running the past two
> weeks, but sometimes have presentations of folks projects and
> research.  I think it would be cool to get more background on s390 and
> work out the issues we're running into with testing.

I've added few more people in To. We'll try to make it next Wednesday,
but no promises since we are based in Germany and this is quite late
for us.

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

end of thread, other threads:[~2020-08-08 13:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-13 16:41 linux plumbers + clang + s390 virtualized testing Nick Desaulniers
2020-07-16 11:28 ` Heiko Carstens
2020-07-16 17:05   ` Nick Desaulniers
2020-07-29 13:51   ` Vasily Gorbik
2020-08-06 19:02     ` Nick Desaulniers
2020-08-08 13:05       ` Vasily Gorbik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).