Re: [PATCH v3] module: Allow to disable modsign in kernel cmdline

2020-04-28 Thread Tianjia Zhang
On 2020/4/28 18:02, Jessica Yu wrote: +++ Greg KH [28/04/20 09:29 +0200]: On Tue, Apr 28, 2020 at 03:07:10PM +0800, Tianjia Zhang wrote: On 2020/4/28 14:35, Greg KH wrote: > On Tue, Apr 28, 2020 at 02:00:08PM +0800, Tianjia Zhang wrote: > > This option allows to disable modsign completely

Re: [PATCH v3] module: Allow to disable modsign in kernel cmdline

2020-04-28 Thread Jessica Yu
+++ Greg KH [28/04/20 09:29 +0200]: On Tue, Apr 28, 2020 at 03:07:10PM +0800, Tianjia Zhang wrote: On 2020/4/28 14:35, Greg KH wrote: > On Tue, Apr 28, 2020 at 02:00:08PM +0800, Tianjia Zhang wrote: > > This option allows to disable modsign completely at the beginning, > > and turn off by set

Re: [PATCH v3] module: Allow to disable modsign in kernel cmdline

2020-04-28 Thread Tianjia Zhang
On 2020/4/28 15:29, Greg KH wrote: On Tue, Apr 28, 2020 at 03:07:10PM +0800, Tianjia Zhang wrote: On 2020/4/28 14:35, Greg KH wrote: On Tue, Apr 28, 2020 at 02:00:08PM +0800, Tianjia Zhang wrote: This option allows to disable modsign completely at the beginning, and turn off by set the ke

Re: [PATCH v3] module: Allow to disable modsign in kernel cmdline

2020-04-28 Thread Greg KH
On Tue, Apr 28, 2020 at 03:07:10PM +0800, Tianjia Zhang wrote: > > > On 2020/4/28 14:35, Greg KH wrote: > > On Tue, Apr 28, 2020 at 02:00:08PM +0800, Tianjia Zhang wrote: > > > This option allows to disable modsign completely at the beginning, > > > and turn off by set the kernel cmdline `no_mods

Re: [PATCH v3] module: Allow to disable modsign in kernel cmdline

2020-04-28 Thread Tianjia Zhang
On 2020/4/28 14:35, Greg KH wrote: On Tue, Apr 28, 2020 at 02:00:08PM +0800, Tianjia Zhang wrote: This option allows to disable modsign completely at the beginning, and turn off by set the kernel cmdline `no_modsig_enforce` when `CONFIG_MODULE_SIG_FORCE` is enabled. Yet another change allows