Re: Problem about modules signing for debian kernel

2018-03-07 Thread Yanhao Mo
On Wed 03/07 14:56, Luca Boccassi wrote: > > I've had this problem in the past. There are 2 issues. > > First of all, as far as I can see and test, _SIG_KEY should not be > actually empty, but fixed to this value: > > CONFIG_MODULE_SIG_KEY="certs/signing_key.pem" > > That's what will get autoge

Re: Problem about modules signing for debian kernel

2018-03-07 Thread Luca Boccassi
> Dear debian kernel maintainers: > > I want to re-package debian kernel to support modules signing. > Below is what I do: > > 1. get the debian kernel source via `apt-get source linux`, btw I'm > using the unstable version. > 2. change debian/config/config file and modify these items: > CONF

Problem about modules signing for debian kernel

2018-03-06 Thread Yanhao Mo
Dear debian kernel maintainers: I want to re-package debian kernel to support modules signing. Below is what I do: 1. get the debian kernel source via `apt-get source linux`, btw I'm using the unstable version. 2. change debian/config/config file and modify these items: CONFIG_MODULE_SIG_KEY=