Re: [PATCH v2 3/4] MODSIGN: Add -s option to sign-file

2013-01-25 Thread Michal Marek
David Howells wrote: >Michal Marek wrote: > >> This option allows to append an externally computed singature to the >> module. This is needed in setups, where the private key is not >directly >> available, but a service exists that returns signatures for given >files. >> >> Signed-off-by: Micha

Re: [PATCH v2 3/4] MODSIGN: Add -s option to sign-file

2013-01-24 Thread Rusty Russell
David Howells writes: > Feel free to add: > > Acked-by: David Howells > > to your patches. Thanks, done and applied. Cheers, Rusty. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vge

Re: [PATCH v2 3/4] MODSIGN: Add -s option to sign-file

2013-01-24 Thread David Howells
Michal Marek wrote: > This option allows to append an externally computed singature to the > module. This is needed in setups, where the private key is not directly > available, but a service exists that returns signatures for given files. > > Signed-off-by: Michal Marek > --- > v2: Use two-arg

[PATCH v2 3/4] MODSIGN: Add -s option to sign-file

2013-01-24 Thread Michal Marek
This option allows to append an externally computed singature to the module. This is needed in setups, where the private key is not directly available, but a service exists that returns signatures for given files. Signed-off-by: Michal Marek --- v2: Use two-argument version of getopts to avoid gl