From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 13DBF3DCD98; Fri, 8 May 2026 12:23:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778242998; cv=none; b=P/pCb5UfI0bNkW2KJG7JS4Dhz2pQ6e30I0V5hk3CGFyBy8ryOtJKB3a48GnMzYg+83CLzoX/5FOndeCu6xRC1bTxPnG3UOOpj5P9dd9TT8PPnl92279XxZuyWtYxhdR0KH8+cFBpWyZwztavNzejfNEnrC8f8n8ZSADDcpxwksQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778242998; c=relaxed/simple; bh=n1EoZXYaGhjao37jkHJyX8h7nF3Gjw3TV/O0yZ8tQUg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WP8+k5j7Fx//b0q9D5fN42rGnk18dAbO3MSPxJ4uwnlzpXJd5q8JCWYQrKl4XmYJuG7MRtaTIeKYcmDyQtolSB3W+33YeJjiAbl1EcaPippFK9KqSvwIqJinGg3d81WpcPRiiOkukd+jl/AiCypQDymrXBwhaXPW9K220CgEf+I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZHV8h/Y+; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZHV8h/Y+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4D960C2BCB8; Fri, 8 May 2026 12:23:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778242997; bh=n1EoZXYaGhjao37jkHJyX8h7nF3Gjw3TV/O0yZ8tQUg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZHV8h/Y+lxgiEXJjOcHZ++8rOwA/3fkFeel9/LUMsXdJ41SxGPk2X3zX2FO9xISQM nzIYUmr8Xa4WEiIAXHFqNNBdKiXibmd6WsKO/Tkmiei0ycB+ND3pqb4Kf+qrMXqZK9 cNGt6Sr1HhpW34U1cWj/FBgLkN51neFOHe7kGVk/TP3fdgPAWBkQduuymCH8XAzsZ3 suEfqMQRFxIPkR7PkcWb2zUgIzXO+yn7Bc6A04V8XfgPwV/6+0bgnaFxOTbH/Y7Ifo BF1bwjAASIDJQBLiaHWHUKsR+FFc4pPKjfxnuIt4aFZ2ajPLIjQh5Im5KqYZuQY2zD CsOFZOx2LnE9Q== Date: Fri, 8 May 2026 20:23:11 +0800 From: Nathan Chancellor To: Rob Herring Cc: Daniel Golle , Krzysztof Kozlowski , Conor Dooley , Nicolas Schier , Saravana Kannan , Miguel Ojeda , Masahiro Yamada , Thomas =?iso-8859-1?Q?Wei=DFschuh?= , Tamir Duberstein , Steven Rostedt , Guenter Roeck , Aleksander Jan Bajkowski , Test User , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org Subject: Re: [PATCH v2 2/3] dt-bindings: wire style checker into dt_binding_check Message-ID: <20260508122311.GC208829@ax162> References: <20260506184447.GA2816439-robh@kernel.org> <20260507092641.GA1785345@ax162> <20260507170021.GA2060923-robh@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260507170021.GA2060923-robh@kernel.org> On Thu, May 07, 2026 at 12:00:21PM -0500, Rob Herring wrote: > On Thu, May 07, 2026 at 05:26:41PM +0800, Nathan Chancellor wrote: > > In general, scripts should be called with an explicit interpreter to > > > > 1. not rely on the file being executable (I think quilt has issues with > > this at times?) > > Does that apply to external scripts? Not the case here, but for the rest > of this file that is the case. I guess it depends on if anyone notices? :) but realistically, if it is coming from somewhere where it is guaranteed to be executable, then I assume it does not matter. -- Cheers, Nathan