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=-6.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 66D34C4338F for ; Sun, 22 Aug 2021 22:04:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 420D861212 for ; Sun, 22 Aug 2021 22:04:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233545AbhHVWEk (ORCPT ); Sun, 22 Aug 2021 18:04:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:45204 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230091AbhHVWEj (ORCPT ); Sun, 22 Aug 2021 18:04:39 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 93B8461212; Sun, 22 Aug 2021 22:03:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1629669837; bh=8K/beN/2nbuexWDmJ7S10Egm6so7IejLRD+ADToiAsY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=HU0hCwW4rpV6PcJL4BSRK/jJ3IPCgGIsZVtFUdL8h973hQ2KobGdJCbVzIcGIOLBp 8oT3XEyN7N3GfBinKAojCsvfiCwmD6fDTC/HqkLgPoEwzw+1LoBayI85DiJGymJynF zqdywhhyNXxuOIS4+tiPXwH6rAMIgowDUA1mG4fQ= Date: Sun, 22 Aug 2021 15:03:54 -0700 From: Andrew Morton To: Joe Perches Cc: Andy Whitcroft , Dwaipayan Ray , Lukas Bulwahn , Denis Efremov , linux-kernel@vger.kernel.org Subject: Re: [PATCH] checkpatch: Improve GIT_COMMIT_ID test Message-Id: <20210822150354.3c0dcb7d7e8fefaa856383e5@linux-foundation.org> In-Reply-To: <976c6cdd680db4b55ae31b5fc2d1779da5c0dc66.camel@perches.com> References: <976c6cdd680db4b55ae31b5fc2d1779da5c0dc66.camel@perches.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 20 Aug 2021 14:46:51 -0700 Joe Perches wrote: > + if ($perl_version_ok > + $in_commit_log && !$commit_log_possible_stack_dump && Needs &&. Was the correct version sent?