Searched hist:e0be348e4d6ebd660c9558bcee50f648491cfef6 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/scripts/coccinelle/null/ |
H A D | badzero.cocci | diff e0be348e4d6ebd660c9558bcee50f648491cfef6 Wed Oct 25 23:50:38 CDT 2017 Masahiro Yamada <yamada.masahiro@socionext.com> coccinelle: grep Options and Requires fields more precisely
Currently, the required version for badzero.cocci is picked up from its "Comments:" line since it contains the word "Requires".
Surprisingly, ld-version.sh can extract the version number from the string "Requires Coccinelle version 1.0.0-rc20 or later", but this expectation is fragile. Fix the .cocci file. I removed "-rc20" because ld-version.sh cannot handle it.
Make the coccicheck script to see exact patterns for "Options:" and "Requires:" in order to avoid accidental matching to what just happens to appear in comment lines.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Acked-by: Nicolas Palix <nicolas.palix@imag.fr>
|
/openbmc/linux/scripts/ |
H A D | coccicheck | diff e0be348e4d6ebd660c9558bcee50f648491cfef6 Wed Oct 25 23:50:38 CDT 2017 Masahiro Yamada <yamada.masahiro@socionext.com> coccinelle: grep Options and Requires fields more precisely
Currently, the required version for badzero.cocci is picked up from its "Comments:" line since it contains the word "Requires".
Surprisingly, ld-version.sh can extract the version number from the string "Requires Coccinelle version 1.0.0-rc20 or later", but this expectation is fragile. Fix the .cocci file. I removed "-rc20" because ld-version.sh cannot handle it.
Make the coccicheck script to see exact patterns for "Options:" and "Requires:" in order to avoid accidental matching to what just happens to appear in comment lines.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Acked-by: Nicolas Palix <nicolas.palix@imag.fr>
|