Re: [RFC PATCH v2 5/7] objtool: Enable objtool to run only on files with ftrace enabled

2022-05-25 Thread Sathvika Vasireddy
Hi Peter, On 25/05/22 01:20, Peter Zijlstra wrote: On Tue, May 24, 2022 at 06:59:50PM +, Christophe Leroy wrote: Le 24/05/2022 à 20:02, Peter Zijlstra a écrit : On Tue, May 24, 2022 at 08:01:39PM +0200, Peter Zijlstra wrote: On Tue, May 24, 2022 at 03:17:45PM +0200, Christophe Leroy wrot

Re: [RFC PATCH v2 5/7] objtool: Enable objtool to run only on files with ftrace enabled

2022-05-24 Thread Peter Zijlstra
On Tue, May 24, 2022 at 06:59:50PM +, Christophe Leroy wrote: > > > Le 24/05/2022 à 20:02, Peter Zijlstra a écrit : > > On Tue, May 24, 2022 at 08:01:39PM +0200, Peter Zijlstra wrote: > >> On Tue, May 24, 2022 at 03:17:45PM +0200, Christophe Leroy wrote: > >>> From: Sathvika Vasireddy > >>>

Re: [RFC PATCH v2 5/7] objtool: Enable objtool to run only on files with ftrace enabled

2022-05-24 Thread Christophe Leroy
Le 24/05/2022 à 20:02, Peter Zijlstra a écrit : > On Tue, May 24, 2022 at 08:01:39PM +0200, Peter Zijlstra wrote: >> On Tue, May 24, 2022 at 03:17:45PM +0200, Christophe Leroy wrote: >>> From: Sathvika Vasireddy >>> >>> This patch makes sure objtool runs only on the object files >>> that have ft

Re: [RFC PATCH v2 5/7] objtool: Enable objtool to run only on files with ftrace enabled

2022-05-24 Thread Peter Zijlstra
On Tue, May 24, 2022 at 08:01:39PM +0200, Peter Zijlstra wrote: > On Tue, May 24, 2022 at 03:17:45PM +0200, Christophe Leroy wrote: > > From: Sathvika Vasireddy > > > > This patch makes sure objtool runs only on the object files > > that have ftrace enabled, instead of running on all the object >

Re: [RFC PATCH v2 5/7] objtool: Enable objtool to run only on files with ftrace enabled

2022-05-24 Thread Peter Zijlstra
On Tue, May 24, 2022 at 03:17:45PM +0200, Christophe Leroy wrote: > From: Sathvika Vasireddy > > This patch makes sure objtool runs only on the object files > that have ftrace enabled, instead of running on all the object > files. > > Signed-off-by: Naveen N. Rao > Signed-off-by: Sathvika Vasir

[RFC PATCH v2 5/7] objtool: Enable objtool to run only on files with ftrace enabled

2022-05-24 Thread Christophe Leroy
From: Sathvika Vasireddy This patch makes sure objtool runs only on the object files that have ftrace enabled, instead of running on all the object files. Signed-off-by: Naveen N. Rao Signed-off-by: Sathvika Vasireddy Signed-off-by: Christophe Leroy --- scripts/Makefile.build | 4 ++-- 1 fil