Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp618839pxa; Tue, 4 Aug 2020 13:42:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwLqMdOuDLZD7ihDmekDT+uuZ8Tx6NyNxcOnwDz0JivsSJpYjYUC+PHUzwdLENarCaYNEsA X-Received: by 2002:a17:906:3a51:: with SMTP id a17mr23268426ejf.433.1596573725457; Tue, 04 Aug 2020 13:42:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596573725; cv=none; d=google.com; s=arc-20160816; b=yPjhOuwBdSwR9TixYwvLjegNuwVcXhMRQgus16K7vtuLIm8Z4dAnf8VMaObX4DZc6+ 9XaDOfvIcPcKrcseeF6c8IKVW2ZyAWtO28U7l+ob6BEyoagpmxrFePUy/Qcz1TSzLb+w MoSkwj/EZy5k5WZzBqP4s5X31iq7YzDRiWG7GIXyd35kbSt7li4+9vgpdDxkIz3jS4OU gu4yrnr6ZNfuIR3vzjCO6RRAlOao3QmA+wDZ9bY00ZJp/1ywiliWFIyRt57OM/RErFqS blrEarOeiRj9AQ3jghlifmWLZpr138FrqjFkxcUx1FzyRCBQ75tUyrJc+/orl0vY/Uow 9kHA== 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=pRoL5mlU2tP7tK6obxMdS5A4Mne4iahwRK1SzG/0ZyQ=; b=UIu4N2gVYPSC7Y59GUKRVZMi5mHiOwtHjtmLCwIf50berqtthj3Z6XIlnH1FQyHA6P cQTIePB1LRjvDmVmlEF0B7ic2Vjs3oKu/tAeLYO5FqWKyxjcW/7jvF2p8N51s41M2RMd bj0dLy/7yqbA1noZKNTh1d/wSATooGIYxFDVmuvfuciAqv4558CEhyuUfNkQkrc9d2k2 JlyqVYIgsawfQ4EGvPPRfnQxRU1MNwCM3mhyyY+0luKONmCdkwFOZet5VkkItwa2l9dV KTSXFa836A3DVOSWKYqTrU3vcRmfWDT2rblpHkEd7ChGERJggCy14XuKOmyDFC/mMFR5 R82A== 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 ci27si8602254ejc.22.2020.08.04.13.41.42; Tue, 04 Aug 2020 13:42:05 -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 S1727871AbgHDUiM (ORCPT + 99 others); Tue, 4 Aug 2020 16:38:12 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:40524 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727035AbgHDUiL (ORCPT ); Tue, 4 Aug 2020 16:38:11 -0400 X-IronPort-AV: E=Sophos;i="5.75,435,1589234400"; d="scan'208";a="355951290" Received: from abo-173-121-68.mrs.modulonet.fr (HELO hadrien) ([85.68.121.173]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Aug 2020 22:38:09 +0200 Date: Tue, 4 Aug 2020 22:38:08 +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] scripts: coccicheck: Add chain mode to list of modes In-Reply-To: <20200804023141.9510-1-sylphrenadin@gmail.com> Message-ID: References: <20200804023141.9510-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 Tue, 4 Aug 2020, Sumera Priyadarsini wrote: > This patch adds chain mode to the list of available modes in coccinelle. Thanks for the commit. In the log message, could you change "coccinelle" o "coccicheck"? Actually, the modes are not something that are built into Coccinelle. They are just implemented by the coccicheck script. thanks, julia > > Signed-off-by: Sumera Priyadarsini > --- > 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 >