Re: [PATCH 0/2] objtool: a couple of minor fixes

2016-10-26 Thread Josh Poimboeuf
On Wed, Oct 26, 2016 at 07:43:41AM -0500, Josh Poimboeuf wrote: > On Wed, Oct 26, 2016 at 07:37:39AM -0500, Josh Poimboeuf wrote: > > On Wed, Oct 26, 2016 at 09:58:29AM +0200, Arnd Bergmann wrote: > > > On Thursday, October 13, 2016 4:22:51 PM CEST Josh Poimboeuf wrote: > > > > Fix a couple of

Re: [PATCH 0/2] objtool: a couple of minor fixes

2016-10-26 Thread Josh Poimboeuf
On Wed, Oct 26, 2016 at 07:43:41AM -0500, Josh Poimboeuf wrote: > On Wed, Oct 26, 2016 at 07:37:39AM -0500, Josh Poimboeuf wrote: > > On Wed, Oct 26, 2016 at 09:58:29AM +0200, Arnd Bergmann wrote: > > > On Thursday, October 13, 2016 4:22:51 PM CEST Josh Poimboeuf wrote: > > > > Fix a couple of

Re: [PATCH 0/2] objtool: a couple of minor fixes

2016-10-26 Thread Josh Poimboeuf
On Wed, Oct 26, 2016 at 09:58:29AM +0200, Arnd Bergmann wrote: > On Thursday, October 13, 2016 4:22:51 PM CEST Josh Poimboeuf wrote: > > Fix a couple of issues: > > > > - fix a false positive warning related to switch statement jump tables > > - get rid of useless "unreachable instruction"

Re: [PATCH 0/2] objtool: a couple of minor fixes

2016-10-26 Thread Josh Poimboeuf
On Wed, Oct 26, 2016 at 09:58:29AM +0200, Arnd Bergmann wrote: > On Thursday, October 13, 2016 4:22:51 PM CEST Josh Poimboeuf wrote: > > Fix a couple of issues: > > > > - fix a false positive warning related to switch statement jump tables > > - get rid of useless "unreachable instruction"

Re: [PATCH 0/2] objtool: a couple of minor fixes

2016-10-26 Thread Josh Poimboeuf
On Wed, Oct 26, 2016 at 07:37:39AM -0500, Josh Poimboeuf wrote: > On Wed, Oct 26, 2016 at 09:58:29AM +0200, Arnd Bergmann wrote: > > On Thursday, October 13, 2016 4:22:51 PM CEST Josh Poimboeuf wrote: > > > Fix a couple of issues: > > > > > > - fix a false positive warning related to switch

Re: [PATCH 0/2] objtool: a couple of minor fixes

2016-10-26 Thread Josh Poimboeuf
On Wed, Oct 26, 2016 at 07:37:39AM -0500, Josh Poimboeuf wrote: > On Wed, Oct 26, 2016 at 09:58:29AM +0200, Arnd Bergmann wrote: > > On Thursday, October 13, 2016 4:22:51 PM CEST Josh Poimboeuf wrote: > > > Fix a couple of issues: > > > > > > - fix a false positive warning related to switch

Re: [PATCH 0/2] objtool: a couple of minor fixes

2016-10-26 Thread Arnd Bergmann
On Wednesday, October 26, 2016 9:58:29 AM CEST Arnd Bergmann wrote: > On Thursday, October 13, 2016 4:22:51 PM CEST Josh Poimboeuf wrote: > > Fix a couple of issues: > > > > - fix a false positive warning related to switch statement jump tables > > - get rid of useless "unreachable instruction"

Re: [PATCH 0/2] objtool: a couple of minor fixes

2016-10-26 Thread Arnd Bergmann
On Wednesday, October 26, 2016 9:58:29 AM CEST Arnd Bergmann wrote: > On Thursday, October 13, 2016 4:22:51 PM CEST Josh Poimboeuf wrote: > > Fix a couple of issues: > > > > - fix a false positive warning related to switch statement jump tables > > - get rid of useless "unreachable instruction"

[PATCH 0/2] objtool: a couple of minor fixes

2016-10-13 Thread Josh Poimboeuf
Fix a couple of issues: - fix a false positive warning related to switch statement jump tables - get rid of useless "unreachable instruction" warnings for gcov kernels Josh Poimboeuf (2): objtool: improve rare switch jump table pattern detection objtool: skip all "unreachable instruction"

[PATCH 0/2] objtool: a couple of minor fixes

2016-10-13 Thread Josh Poimboeuf
Fix a couple of issues: - fix a false positive warning related to switch statement jump tables - get rid of useless "unreachable instruction" warnings for gcov kernels Josh Poimboeuf (2): objtool: improve rare switch jump table pattern detection objtool: skip all "unreachable instruction"