Re: [PATCH] kbuild: If the module stripping command fails the build should abort

2019-03-15 Thread Masahiro Yamada
Hi. On Sat, Mar 16, 2019 at 12:19 AM Doug Anderson wrote: > > Hi, > > On Fri, Mar 15, 2019 at 7:11 AM Masahiro Yamada > wrote: > > > > On Fri, Mar 15, 2019 at 2:59 AM Douglas Anderson > > wrote: > > > > > > If the call to strip returns an error code then it makes sense for the > > > build to

Re: [PATCH] kbuild: If the module stripping command fails the build should abort

2019-03-15 Thread Doug Anderson
Hi, On Fri, Mar 15, 2019 at 7:11 AM Masahiro Yamada wrote: > > On Fri, Mar 15, 2019 at 2:59 AM Douglas Anderson > wrote: > > > > If the call to strip returns an error code then it makes sense for the > > build to fail. Currently we'll just chug along and ship unstripped > > modules. > > > > Fi

Re: [PATCH] kbuild: If the module stripping command fails the build should abort

2019-03-15 Thread Masahiro Yamada
On Fri, Mar 15, 2019 at 2:59 AM Douglas Anderson wrote: > > If the call to strip returns an error code then it makes sense for the > build to fail. Currently we'll just chug along and ship unstripped > modules. > > Fixes: e2a666d52b48 ("kbuild: sign the modules at install time") > Signed-off-by: