Lines Matching refs:coccicheck
20 the Coccinelle files and coccicheck have been updated.
50 https://bottest.wiki.kernel.org/coccicheck
58 Makefile. This target is named ``coccicheck`` and calls the ``coccicheck``
91 make coccicheck MODE=report
95 make coccicheck MODE=patch
98 The coccicheck target applies every semantic patch available in the
111 make coccicheck MODE=report V=1
116 By default, coccicheck tries to run as parallel as possible. To change
119 make coccicheck MODE=report J=4
124 When parmap is enabled coccicheck will enable dynamic load balancing by using
131 value is propagated back, the return value of the ``make coccicheck``
143 make coccicheck COCCI=<my_SP.cocci> MODE=patch
147 make coccicheck COCCI=<my_SP.cocci> MODE=report
158 make coccicheck M=drivers/net/wireless/
163 make C=1 CHECK="scripts/coccicheck"
167 make C=2 CHECK="scripts/coccicheck"
182 Using coccicheck is best as it provides in the spatch command line
190 can specify the ``DEBUG_FILE="file.txt"`` option to coccicheck. For
194 make coccicheck COCCI=scripts/coccinelle/free/kfree.cocci MODE=report DEBUG_FILE=cocci.err
203 …make coccicheck DEBUG_FILE="err.log" MODE=report SPFLAGS="--profile --show-trying" M=./drivers/mfd…
222 Since coccicheck runs through make, it naturally runs from the kernel
224 .cocciconfig when using ``make coccicheck``.
226 ``make coccicheck`` also supports using M= targets.If you do not supply
228 The kernel coccicheck script has::
239 .cocciconfig file. When M= is not passed as an argument to coccicheck the
242 If not using the kernel's coccicheck target, keep the above precedence
243 order logic of .cocciconfig reading. If using the kernel's coccicheck target,
244 override any of the kernel's .coccicheck's settings using SPFLAGS.
272 make SPFLAGS=--use-glimpse coccicheck
284 make SPFLAGS=--use-idutils coccicheck
289 make SPFLAGS="--use-idutils /full-path/to/ID" coccicheck
338 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci
378 make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci
424 make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci
461 make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci