Re: [PATCH 2/3] coccinelle.txt: add documentation of PARALLEL= flag

From: Nicolas Palix
Date: Wed Jul 27 2011 - 02:19:16 EST


On Wed, Jul 13, 2011 at 3:26 AM, Greg Dietsche <Gregory.Dietsche@xxxxxxx> wrote:
> Document the new PARALLEL= option of Coccinelle which
> allows running SmPL scripts in parallel.
>
> Signed-off-by: Greg Dietsche <Gregory.Dietsche@xxxxxxx>
Acked-by: Nicolas Palix <npalix.work@xxxxxxxxx>
> ---
> ÂDocumentation/coccinelle.txt | Â Â6 +++++-
> Â1 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/Documentation/coccinelle.txt b/Documentation/coccinelle.txt
> index 9495a4b..3bccb50 100644
> --- a/Documentation/coccinelle.txt
> +++ b/Documentation/coccinelle.txt
> @@ -56,7 +56,7 @@ There are two ways to use Coccinelle with the Linux kernel.
>
> ÂThere are a number of optional parameters that can be used with the build target.
>
> - Â Â Â make coccicheck MODE={patch,report,context,org} COCCI=? M=?
> + Â Â Â make coccicheck MODE={patch,report,context,org} COCCI=? M=? PARALLEL=?
>
> ÂMODE:
> Â Â Â ÂDetermines what mode cocci operates in. If no mode is specified
> @@ -71,6 +71,10 @@ M:
> Â Â Â ÂLimit cocci to a subset of directories. This is very similar to the
> Â Â Â Âway the build system works when building modules.
>
> +PARALLEL:
> + Â Â Â Number of *.cocci SmPL scripts found under scripts/coccinelle/ to run
> + Â Â Â at the same time.
> +
>
> ÂUsing Coccinelle on the Linux kernel
> Â~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> --
> 1.7.2.5
>
>



--
Nicolas Palix
http://sardes.inrialpes.fr/~npalix/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/