Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2034781pxj; Sat, 5 Jun 2021 10:26:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxRnSNIMJ4GrSDCr8Rc1AA0jNzlrRa8wvY046wUnPIrktpR2MBCKhv5ZhgqyuASClEhp2i+ X-Received: by 2002:a17:906:1404:: with SMTP id p4mr9913674ejc.107.1622913968347; Sat, 05 Jun 2021 10:26:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622913968; cv=none; d=google.com; s=arc-20160816; b=ZvnWxE7tX7ivrUPDs8+juOYhrSXV5Smo30MmjraVxi0XmxRQC/U7y4nv2E0Ed4EMtP D77fYz4WSOu/ColkshY81TwDgV8QC4Ws6fRRFspHENzIdFM5QKwnaxwRM2juoB/rMnr8 /9dP7VuC5wkndvKC/Yxe41bXoOP1ycHAC9fPrepPwLGoU435uOIXKYBXHqe3VN1MTpc4 VbR/ignpYy6rJpT4KVOg1jHdGp5NoifJD1esJrMS7XWR1ObjgcH1hx1K2iJahAjweKSn FmyXWIFNdTGd9n9+XoR4mz8bJyloEd/I437FRdoYuHmCaUUay/1RPPNLoxjKfiIz9mXM qB3A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=YMpjQj6+i3QrJP0/7HJE6QvyLYQKVFj13jWV7P3m3uE=; b=DBIHrlzc9W/h2/QLVNzbUyKITzUbyEM6q3rqtVx7yGV3kkKJNXnsduc4oS2tg5RsjD TsN3WM5oMhplsqo7pwJWCu57KYZ4Jg/Q/4HLrChwTvPsZ/0KubJPAjB8ncgK6X4Vmalq FCU8F9U/JYYxR8UM5YFwcjcUooxTeo29iZE06AvhU002XH1t/5BipQlyM59HKLrb0twk Z98MmfDmPMQwcCDO/QTXlUh/lzp+aPNWk4qQF7FlMIdEVjY7D+VcTdVZBHfmaBE3r355 3m77E0/nqeiW2MJgMQUoUNO4cmeebBzlw0pFiUAotBSqYVTfJ9QOj+WFoprl/GMkeZ4U pxQw== 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 s18si9029575eji.591.2021.06.05.10.25.45; Sat, 05 Jun 2021 10:26:08 -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 S229996AbhFERX1 (ORCPT + 99 others); Sat, 5 Jun 2021 13:23:27 -0400 Received: from smtprelay0170.hostedemail.com ([216.40.44.170]:53594 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229964AbhFERX1 (ORCPT ); Sat, 5 Jun 2021 13:23:27 -0400 Received: from omf19.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay04.hostedemail.com (Postfix) with ESMTP id 4E0671800BCE9; Sat, 5 Jun 2021 17:21:38 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf19.hostedemail.com (Postfix) with ESMTPA id 95C4020D751; Sat, 5 Jun 2021 17:21:37 +0000 (UTC) Message-ID: Subject: Re: [PATCH] checkpatch: Fix check for embedded filename From: Joe Perches To: Dwaipayan Ray Cc: linux-kernel@vger.kernel.org, lukas.bulwahn@gmail.com Date: Sat, 05 Jun 2021 10:21:36 -0700 In-Reply-To: <20210605161219.26421-1-dwaipayanray1@gmail.com> References: <20210605161219.26421-1-dwaipayanray1@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.38.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Server: rspamout01 X-Rspamd-Queue-Id: 95C4020D751 X-Spam-Status: No, score=-0.25 X-Stat-Signature: 9mhpmgziyw115c9xfm4orb1sj7uxsgda X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX1+dYvqRUUGcbVZeyiyR6DtKki6+ovX/7UI= X-HE-Tag: 1622913697-765406 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2021-06-05 at 21:42 +0530, Dwaipayan Ray wrote: > When checkpatch is run on file contents piped through stdin, > it may generate false EMBEDDED_FILENAME warnings if the > --file flag is used. I think this is a "don't do that" scenario and this change is not necessary.