]> git.baikalelectronics.ru Git - kernel.git/commit
module: Fix prefix for module.sig_enforce module param
authorSaravana Kannan <saravanak@google.com>
Thu, 2 Jun 2022 03:56:52 +0000 (20:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Jun 2022 19:44:33 +0000 (12:44 -0700)
commit5591c6743d2fe65b5512d21fd6c5e357aef2b782
tree07dd76aa191d7c8eda489d572b1363cd2877052e
parent3b16be63cc658e543464f53f0a77ea0ee0f28d23
module: Fix prefix for module.sig_enforce module param

Commit 13c100fcaa1c ("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.".

Fixes: 13c100fcaa1c ("module: Move all into module/")
Link: https://lore.kernel.org/lkml/20220602034111.4163292-1-saravanak@google.com/
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: Aaron Tomlin <atomlin@redhat.com>
Acked-by: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Saravana Kannan <saravanak@google.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/module/signing.c