Lines Matching refs:coccicheck

22 the Coccinelle files and coccicheck have been updated.
63 https://bottest.wiki.kernel.org/coccicheck
75 Makefile. This target is named ``coccicheck`` and calls the ``coccicheck``
108 make coccicheck MODE=report
112 make coccicheck MODE=patch
115 The coccicheck target applies every semantic patch available in the
128 make coccicheck MODE=report V=1
133 By default, coccicheck tries to run as parallel as possible. To change
136 make coccicheck MODE=report J=4
141 When parmap is enabled coccicheck will enable dynamic load balancing by using
148 value is propagated back, and the return value of the ``make coccicheck``
160 make coccicheck COCCI=<my_SP.cocci> MODE=patch
164 make coccicheck COCCI=<my_SP.cocci> MODE=report
175 make coccicheck M=drivers/net/wireless/
186 make C=1 CHECK=scripts/coccicheck drivers/bluetooth/bfusb.o
191 make C=2 CHECK=scripts/coccicheck drivers/bluetooth/bfusb.o
206 Using coccicheck is best as it provides in the spatch command line
214 can specify the ``DEBUG_FILE="file.txt"`` option to coccicheck. For
218 make coccicheck COCCI=scripts/coccinelle/free/kfree.cocci MODE=report DEBUG_FILE=cocci.err
227 … make coccicheck DEBUG_FILE="err.log" MODE=report SPFLAGS="--profile --show-trying" M=./drivers/mfd
253 Since coccicheck runs through make, it naturally runs from the kernel
255 .cocciconfig when using ``make coccicheck``.
257 ``make coccicheck`` also supports using M= targets. If you do not supply
259 The kernel coccicheck script has::
270 .cocciconfig file. When M= is not passed as an argument to coccicheck the
273 If not using the kernel's coccicheck target, keep the above precedence
274 order logic of .cocciconfig reading. If using the kernel's coccicheck target,
275 override any of the kernel's .coccicheck's settings using SPFLAGS.
303 make SPFLAGS=--use-glimpse coccicheck
315 make SPFLAGS=--use-idutils coccicheck
320 make SPFLAGS="--use-idutils /full-path/to/ID" coccicheck
369 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci
409 make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci
455 make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci
492 make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci