Re: [PATCH] coccicheck: span checks across CPUs

2013-06-18 Thread Nicolas Palix
Hi Kees, This is indeed something that was on my TO-DO list! :) Thank you a lot. Could you consider merging with the following or something equivalent for handling running spatch processes when make is interrupted ? For the resubmission, please add Michal Marek (in CC) who will apply it to the m

[PATCH] coccicheck: span checks across CPUs

2013-06-17 Thread Kees Cook
This adds parallelism by default to the "coccicheck" target using spatch's "-max" and "-index" arguments. Signed-off-by: Kees Cook --- Documentation/coccinelle.txt |5 + scripts/coccicheck | 14 -- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Do