From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4CF7DC433E0 for ; Wed, 5 Aug 2020 20:16:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2AFA222B42 for ; Wed, 5 Aug 2020 20:16:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727911AbgHEUQq (ORCPT ); Wed, 5 Aug 2020 16:16:46 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:56786 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726013AbgHEQS4 (ORCPT ); Wed, 5 Aug 2020 12:18:56 -0400 X-IronPort-AV: E=Sophos;i="5.75,438,1589234400"; d="scan'208";a="462549311" Received: from abo-173-121-68.mrs.modulonet.fr (HELO hadrien) ([85.68.121.173]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Aug 2020 17:55:32 +0200 Date: Wed, 5 Aug 2020 17:55:32 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Sumera Priyadarsini cc: michal.lkml@markovi.net, Gilles.Muller@lip6.fr, gregkh@linuxfoundation.org, nicolas.palix@imag.fr, linux-kernel@vger.kernel.org, cocci@systeme.lip6.fr Subject: Re: [Cocci] [PATCH v2] scripts: coccicheck: Add chain mode to list of modes In-Reply-To: <20200805085740.9263-1-sylphrenadin@gmail.com> Message-ID: References: <20200805085740.9263-1-sylphrenadin@gmail.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 5 Aug 2020, Sumera Priyadarsini wrote: > This patch adds chain mode to the list of available modes in coccicheck. Applied, Thanks! julia > > Signed-off-by: Sumera Priyadarsini > --- > Changes in v2: > - Change coccinelle to coccicheck as suggested by Julia Lawall. > --- > scripts/coccicheck | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/coccicheck b/scripts/coccicheck > index e04d328210ac..6e37cf36caae 100755 > --- a/scripts/coccicheck > +++ b/scripts/coccicheck > @@ -99,7 +99,7 @@ fi > if [ "$MODE" = "" ] ; then > if [ "$ONLINE" = "0" ] ; then > echo 'You have not explicitly specified the mode to use. Using default "report" mode.' > - echo 'Available modes are the following: patch, report, context, org' > + echo 'Available modes are the following: patch, report, context, org, chain' > echo 'You can specify the mode with "make coccicheck MODE="' > echo 'Note however that some modes are not implemented by some semantic patches.' > fi > -- > 2.17.1 > > _______________________________________________ > Cocci mailing list > Cocci@systeme.lip6.fr > https://systeme.lip6.fr/mailman/listinfo/cocci >