Re: linux-next: build warnings from perf build in Linus' tree

2020-09-01 Thread Arnaldo Carvalho de Melo
Em Thu, Aug 27, 2020 at 09:10:09AM +1000, Stephen Rothwell escreveu: > Hi all, > > On Thu, 27 Aug 2020 08:38:39 +1000 Stephen Rothwell > wrote: > > > > /home/sfr/next/next/tools/perf/util/namespaces.c: In function 'nsinfo__new': > > /home/sfr/next/next/tools/perf/util/namespaces.c:139:12: note:

Re: linux-next: build warnings from perf build in Linus' tree

2020-08-26 Thread Stephen Rothwell
Hi all, On Thu, 27 Aug 2020 08:38:39 +1000 Stephen Rothwell wrote: > > /home/sfr/next/next/tools/perf/util/namespaces.c: In function 'nsinfo__new': > /home/sfr/next/next/tools/perf/util/namespaces.c:139:12: note: the layout of > aggregates containing vectors with 8-byte alignment has changed

linux-next: build warnings from perf build in Linus' tree

2020-08-26 Thread Stephen Rothwell
Hi all, Doing the perf native (PowerPC le) build today produces these warnings: util/dsos.c: In function 'dsos__findnew_id': util/dsos.c:39:14: note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5 39 | dso->id.maj = id->maj; |