Re: [PATCH v2] MODSIGN: Add modules_sign make target

2012-11-04 Thread Rusty Russell
Josh Boyer writes: > On Fri, Nov 02, 2012 at 01:49:14PM +1030, Rusty Russell wrote: >> My comment was more that this relies on eu-strip, because we always >> sign modules on installation, so you need eu-strip to *unsign* them >> (strip won't do it, BTW). > > Really? Which version of binutils are

Re: [PATCH v2] MODSIGN: Add modules_sign make target

2012-11-02 Thread Josh Boyer
On Fri, Nov 02, 2012 at 01:49:14PM +1030, Rusty Russell wrote: > Josh Boyer writes: > > > On Thu, Nov 01, 2012 at 06:03:18PM +1030, Rusty Russell wrote: > >> Josh Boyer writes: > >> > >> > If CONFIG_MODULE_SIG is set, and 'make modules_sign' is called then this > >> > patch will cause the modul

Re: [PATCH v2] MODSIGN: Add modules_sign make target

2012-11-01 Thread Rusty Russell
Josh Boyer writes: > On Thu, Nov 01, 2012 at 06:03:18PM +1030, Rusty Russell wrote: >> Josh Boyer writes: >> >> > If CONFIG_MODULE_SIG is set, and 'make modules_sign' is called then this >> > patch will cause the modules to get a signature appended. The make target >> > is intended to be run a

Re: [PATCH v2] MODSIGN: Add modules_sign make target

2012-11-01 Thread Josh Boyer
On Thu, Nov 01, 2012 at 06:03:18PM +1030, Rusty Russell wrote: > Josh Boyer writes: > > > If CONFIG_MODULE_SIG is set, and 'make modules_sign' is called then this > > patch will cause the modules to get a signature appended. The make target > > is intended to be run after 'make modules_install',

Re: [PATCH v2] MODSIGN: Add modules_sign make target

2012-11-01 Thread Rusty Russell
Josh Boyer writes: > If CONFIG_MODULE_SIG is set, and 'make modules_sign' is called then this > patch will cause the modules to get a signature appended. The make target > is intended to be run after 'make modules_install', and will modify the > modules in-place in the installed location. It ca

[PATCH v2] MODSIGN: Add modules_sign make target

2012-10-31 Thread Josh Boyer
If CONFIG_MODULE_SIG is set, and 'make modules_sign' is called then this patch will cause the modules to get a signature appended. The make target is intended to be run after 'make modules_install', and will modify the modules in-place in the installed location. It can be used to produce signed m