Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp808142pxa; Wed, 5 Aug 2020 13:17:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxKk4b1OIfBONgrvJTXy0VAirEuiTK9YvXjO85VgyI86QQJDU8DyF6rmIdVgWIV8kk49h56 X-Received: by 2002:a17:906:2796:: with SMTP id j22mr1090004ejc.532.1596658639372; Wed, 05 Aug 2020 13:17:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596658639; cv=none; d=google.com; s=arc-20160816; b=Qoni0MTPjsjIdSzuE0ssV1Gz9xxfK5n+ID47jOtTJmY4l33WFfH1fJaDe7Ahde6jSs c+jsIk9FlkX5NqrR7EykYN8XO7LtkrcKZeu8pCcMVqP1Kl+85rFbAh33HPm7Bf7rR9Oe XIQiaN0wYv7xAVEHfEUG2qIl4qW1sbWtLY3qgq0ykwvX4/7975RTvzD09hxkS12lGdrQ q134aCPdYCCtO548dPnvJL8tglrqgfGuhagLdtPbIr7i9l9bZZ5K+RPlhoYzeJlg3Wyc N4udQTjH+mOq5bNuG4kfDB0O218ViXE0+eBQE3kQh3PM+f16YILEZJL5r2tWZVL25SAq 6w6Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=QGEKo9WGcb3aZd7ibqDfYlDAWRB0+LkxHYGKo+8oO8s=; b=05x7yWFWe9MzCH4cCDsYKSxdrLQ0YJFIlTR0PAb+JMW6aVFmRdDiq9meIQB2ErtScp PaV03+L4qIGcFdwppw9r5V8KypmtLL+jIl8vq1Lv/B6m3S8Epxj5rC/DqPAgdc0Aemc5 FTbHUoliMIDLJqFRtDtXjMRecL76vYYVHZi+xhYF/cbyEcKJAVvstO1Ut/xLE5IDtU+6 TK62PzvHBdoAMQcoJHwpcHybx/Dn65KhjT0StzBqaw+dThkrTbTSE+MIVsE3p1hOEpeI 9UcghLKCTHt9sHrsYYQ0jpcViFrL7Kwn61uS1cQUv8LgCZOBo1pZIfTw47Lz/x0dUsYl 9r4g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p20si1930776ejl.1.2020.08.05.13.16.56; Wed, 05 Aug 2020 13:17:19 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728000AbgHEUQo (ORCPT + 99 others); Wed, 5 Aug 2020 16:16:44 -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 >