RE: [PATCH] IB/hfi1: Remove inline from trace functions

2015-08-13 Thread Marciniszyn, Mike
> > From: Dennis Dalessandro > > > > inline in trace functions causes the following build error when > > CONFIG_OPTIMIZE_INLINING is not defined in the kernel config: > > error: function can never be inlined because it uses variable argument > > lists > > There are all manner of tracing things in

Re: [PATCH] IB/hfi1: Remove inline from trace functions

2015-08-13 Thread Jason Gunthorpe
On Thu, Aug 13, 2015 at 10:06:14AM -0400, Mike Marciniszyn wrote: > From: Dennis Dalessandro > > inline in trace functions causes the following build error when > CONFIG_OPTIMIZE_INLINING is not defined in the kernel config: > error: function can never be inlined because it uses > variable argume

[PATCH] IB/hfi1: Remove inline from trace functions

2015-08-13 Thread Mike Marciniszyn
From: Dennis Dalessandro inline in trace functions causes the following build error when CONFIG_OPTIMIZE_INLINING is not defined in the kernel config: error: function can never be inlined because it uses variable argument lists Reported by 0-day build: https://lists.01.org/pipermail/kbuild-all/2