Re: [PATCH v2 1/2] tracing: Improve design of preemptirq tracepoints and its users

2018-03-18 Thread Joel Fernandes
On Sat, Mar 17, 2018 at 12:03 PM, kbuild test robot wrote: > Hi Joel, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on linus/master] > [also build test ERROR on v4.16-rc5 next-20180316] > [if your patch is applied to the wrong git tree, please drop us a note to

Re: [PATCH v2 1/2] tracing: Improve design of preemptirq tracepoints and its users

2018-03-17 Thread kbuild test robot
Hi Joel, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.16-rc5 next-20180316] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/com

[PATCH v2 1/2] tracing: Improve design of preemptirq tracepoints and its users

2018-03-15 Thread Joel Fernandes
This patch detaches the preemptirq tracepoints from the tracers and keeps it separate. With this, several ifdefs are cleaner, and lockdep and other users can use the preemptirq tracepoints by registering probes onto them. This makes it much cleaner by getting rid of all the horrific ifdeferry aroun