linux-stable/scripts/coccinelle/misc
Masahiro Yamada 62aa6f2ede scripts/nsdeps: get 'make nsdeps' working again
Since commit cdd30ebb1b ("module: Convert symbol namespace to string
literal"), when MODULE_IMPORT_NS() is missing, 'make nsdeps' inserts
pointless code:

    MODULE_IMPORT_NS("ns");

Here, "ns" is not a namespace, but the variable in the semantic patch.
It must not be quoted. Instead, a string literal must be passed to
Coccinelle.

Fixes: cdd30ebb1b ("module: Convert symbol namespace to string literal")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2024-12-03 08:22:25 -08:00
..
add_namespace.cocci scripts/nsdeps: get 'make nsdeps' working again 2024-12-03 08:22:25 -08:00
array_size_dup.cocci coccinelle: misc: add array_size_dup script to detect missed overflow checks 2020-08-04 22:46:58 +02:00
array_size.cocci treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 2019-06-19 17:11:22 +02:00
badty.cocci treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 2019-06-19 17:11:22 +02:00
boolconv.cocci treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 2019-06-19 17:11:22 +02:00
cond_no_effect.cocci treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 2019-06-19 17:11:22 +02:00
cstptr.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
do_div.cocci coccinelle: semantic patch to check for inappropriate do_div() calls 2021-09-11 22:57:39 +02:00
doubleinit.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
excluded_middle.cocci coccinelle: misc: add excluded_middle.cocci script 2020-09-21 19:45:46 +02:00
flexible_array.cocci coccinelle: misc: restrict patch mode in flexible_array.cocci 2021-05-01 21:23:56 +02:00
ifcol.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
irqf_oneshot.cocci coccinelle: irqf_oneshot: reduce the severity due to false positives 2021-05-01 21:23:57 +02:00
minmax.cocci coccinelle: misc: minmax: Suppress reports for err returns 2024-05-20 21:31:20 +02:00
newline_in_nl_msg.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
noderef.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
of_table.cocci License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
orplus.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
returnvar.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
semicolon.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
struct_size.cocci coccinelle: semantic patch to check for potential struct_size calls 2024-02-29 13:38:01 -08:00
swap.cocci coccinelle: misc: add swap script 2021-05-01 21:23:56 +02:00
test_addr.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00
uninitialized_var.cocci coccinelle: misc: update uninitialized_var.cocci documentation 2021-05-01 21:23:56 +02:00
warn.cocci update Coccinelle URL 2022-08-07 21:30:36 +02:00