Re: [PATCH v3] coccicheck: span checks across CPUs

2013-07-03 Thread Michal Marek
On 18.6.2013 23:51, Nicolas Palix wrote: > On Tue, Jun 18, 2013 at 11:49 PM, Kees Cook wrote: >> This adds parallelism by default to the "coccicheck" target using >> spatch's "-max" and "-index" arguments. >> >> Signed-off-by: Kees Cook > > Signed-off-by: Nicolas Palix Applied to kbuild.git#mi

Re: [PATCH v3] coccicheck: span checks across CPUs

2013-06-18 Thread Nicolas Palix
On Tue, Jun 18, 2013 at 11:49 PM, Kees Cook wrote: > This adds parallelism by default to the "coccicheck" target using > spatch's "-max" and "-index" arguments. > > Signed-off-by: Kees Cook Signed-off-by: Nicolas Palix > --- > v3: > - quiet bash typo, thanks to Nicholas Palix for catching tha

[PATCH v3] coccicheck: span checks across CPUs

2013-06-18 Thread Kees Cook
This adds parallelism by default to the "coccicheck" target using spatch's "-max" and "-index" arguments. Signed-off-by: Kees Cook --- v3: - quiet bash typo, thanks to Nicholas Palix for catching that. v2: - added job control to clean up on interrupt, suggested by Nicolas Palix. --- Documentat