Re: [PATCH v1] module: Fix prefix for module.sig_enforce module param
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2022-06-02 19:16:32
Also in:
lkml
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2022-06-02 19:16:32
Also in:
lkml
On Wed, Jun 01, 2022 at 08:56:52PM -0700, Saravana Kannan wrote:
Commit cfc1d277891e ("module: Move all into module/") changed the prefix
of the module param by moving/renaming files. A later commit also moves
the module_param() into a different file, thereby changing the prefix
yet again.
This would break kernel cmdline compatibility and also userspace
compatibility at /sys/module/module/parameters/sig_enforce.
So, set the prefix back to "module.".
Cc: Aaron Tomlin <redacted>
Cc: mcgrof@kernel.org
Cc: christophe.leroy@csgroup.eu
Cc: cl@linux.com
Cc: mbenes@suse.cz
Cc: akpm@linux-foundation.org
Cc: jeyu@kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-modules@vger.kernel.org
Cc: void@manifault.com
Cc: atomlin@atomlin.com
Cc: allen.lkml@gmail.com
Cc: joe@perches.com
Cc: msuchanek@suse.de
Cc: oleksandr@natalenko.name
Cc: jason.wessel@windriver.com
Cc: pmladek@suse.com
Cc: daniel.thompson@linaro.org
Cc: hch@infradead.org
Fixes: cfc1d277891e ("module: Move all into module/")
Signed-off-by: Saravana Kannan <redacted>Acked-by: Luis Chamberlain <mcgrof@kernel.org> Linus want to take this in or should I just queueu these up? Luis