diff options
author | Saravana Kannan <saravanak@google.com> | 2022-06-02 05:56:52 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-06-02 21:44:33 +0200 |
commit | 73503963b715a64a44aa2b1c486114b917a17c73 (patch) | |
tree | 07dd76aa191d7c8eda489d572b1363cd2877052e /drivers/firmware/qcom_scm.c | |
parent | Merge tag 'pci-v5.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
download | linux-73503963b715a64a44aa2b1c486114b917a17c73.tar.xz linux-73503963b715a64a44aa2b1c486114b917a17c73.zip |
module: Fix prefix for module.sig_enforce module param
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.".
Fixes: cfc1d277891e ("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>
Diffstat (limited to 'drivers/firmware/qcom_scm.c')
0 files changed, 0 insertions, 0 deletions