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 ``make coccicheck`` also supports using M= targets. If you do not supply
255 The kernel coccicheck script has::
265 If not using the kernel's coccicheck target, keep the above precedence
266 order logic of .cocciconfig reading. If using the kernel's coccicheck target,
267 override any of the kernel's .coccicheck's settings using SPFLAGS.
295 make SPFLAGS=--use-glimpse coccicheck
307 make SPFLAGS=--use-idutils coccicheck
312 make SPFLAGS="--use-idutils /full-path/to/ID" coccicheck
361 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci
401 make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci
447 make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci
484 make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci