Re: [PATCH v3 00/14] treewide: prefer __section from compiler_attributes.h

2019-08-29 Thread Nick Desaulniers
On Thu, Aug 29, 2019 at 1:37 PM Sedat Dilek wrote: > > On Thu, Aug 29, 2019 at 10:24 PM Miguel Ojeda > wrote: > > > > On Thu, Aug 29, 2019 at 12:55 AM Nick Desaulniers > > wrote: > > > > > > Changes V2 -> V3: > > > * s/__attribute__((__section/__attribute__((__section__ in commit > > > message

Re: [PATCH v3 00/14] treewide: prefer __section from compiler_attributes.h

2019-08-29 Thread Sedat Dilek
On Thu, Aug 29, 2019 at 10:24 PM Miguel Ojeda wrote: > > On Thu, Aug 29, 2019 at 12:55 AM Nick Desaulniers > wrote: > > > > Changes V2 -> V3: > > * s/__attribute__((__section/__attribute__((__section__ in commit > > messages as per Joe. > > I have uploaded to -next v3 so that we get some feedba

Re: [PATCH v3 00/14] treewide: prefer __section from compiler_attributes.h

2019-08-29 Thread Miguel Ojeda
On Thu, Aug 29, 2019 at 12:55 AM Nick Desaulniers wrote: > > Changes V2 -> V3: > * s/__attribute__((__section/__attribute__((__section__ in commit > messages as per Joe. I have uploaded to -next v3 so that we get some feedback tomorrow rather than waiting for Monday. I added a few changes, ple