From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 98F971F45F for ; Tue, 7 May 2019 02:04:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726160AbfEGCEQ (ORCPT ); Mon, 6 May 2019 22:04:16 -0400 Received: from cloud.peff.net ([104.130.231.41]:49692 "HELO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1726037AbfEGCEP (ORCPT ); Mon, 6 May 2019 22:04:15 -0400 Received: (qmail 10519 invoked by uid 109); 7 May 2019 02:04:15 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with SMTP; Tue, 07 May 2019 02:04:15 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 6188 invoked by uid 111); 7 May 2019 02:04:51 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) by peff.net (qpsmtpd/0.94) with (ECDHE-RSA-AES256-GCM-SHA384 encrypted) SMTP; Mon, 06 May 2019 22:04:51 -0400 Authentication-Results: peff.net; auth=none Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Mon, 06 May 2019 22:04:13 -0400 Date: Mon, 6 May 2019 22:04:13 -0400 From: Jeff King To: Jacob Keller Cc: Duy Nguyen , SZEDER =?utf-8?B?R8OhYm9y?= , Johannes Schindelin , Denton Liu , Git Mailing List , Junio C Hamano , Emily Shaffer , Thomas Gummerer Subject: Re: [PATCH] coccicheck: optionally batch spatch invocations Message-ID: <20190507020413.GA32269@sigill.intra.peff.net> References: <20190501100108.GA8954@archbookpro.localdomain> <20190502000422.GF14763@szeder.dev> <20190503144211.GH14763@szeder.dev> <20190503174503.GA8242@sigill.intra.peff.net> <20190506051148.GB30003@sigill.intra.peff.net> <20190506234334.GA13296@sigill.intra.peff.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Mon, May 06, 2019 at 06:41:03PM -0700, Jacob Keller wrote: > > So here's what I think we should apply: > > > > -- >8 -- > > Subject: [PATCH] coccicheck: optionally batch spatch invocations > [...] > > This looks reasonable to me :) Thanks. I should have added a: Based-on-a-patch-by: Jacob Keller trailer. -Peff