Re: [PATCH v3 0/4] Remove dependency of check subcmd upon orc

2020-07-30 Thread Josh Poimboeuf
On Thu, Jul 30, 2020 at 03:42:09PM +0100, Julien Thierry wrote: > > > On 7/30/20 3:06 PM, Josh Poimboeuf wrote: > > On Thu, Jul 30, 2020 at 10:41:39AM +0100, Julien Thierry wrote: > > > Hi, > > > > > > Matt Helsley's change[1] provided a base framework to opt-in/out > > > objtool subcommands at

Re: [PATCH v3 0/4] Remove dependency of check subcmd upon orc

2020-07-30 Thread Julien Thierry
On 7/30/20 3:06 PM, Josh Poimboeuf wrote: On Thu, Jul 30, 2020 at 10:41:39AM +0100, Julien Thierry wrote: Hi, Matt Helsley's change[1] provided a base framework to opt-in/out objtool subcommands at compile time. This makes it easier for architectures to port objtool, one subcommand at a time

Re: [PATCH v3 0/4] Remove dependency of check subcmd upon orc

2020-07-30 Thread Josh Poimboeuf
On Thu, Jul 30, 2020 at 10:41:39AM +0100, Julien Thierry wrote: > Hi, > > Matt Helsley's change[1] provided a base framework to opt-in/out > objtool subcommands at compile time. This makes it easier for > architectures to port objtool, one subcommand at a time. > > Orc generation relies on the ch

[PATCH v3 0/4] Remove dependency of check subcmd upon orc

2020-07-30 Thread Julien Thierry
Hi, Matt Helsley's change[1] provided a base framework to opt-in/out objtool subcommands at compile time. This makes it easier for architectures to port objtool, one subcommand at a time. Orc generation relies on the check operation implementation. However, the way this is done causes the check i