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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39CF0EB64DC for ; Fri, 14 Jul 2023 16:28:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235360AbjGNQ2K (ORCPT ); Fri, 14 Jul 2023 12:28:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53762 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234954AbjGNQ2J (ORCPT ); Fri, 14 Jul 2023 12:28:09 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id AC2852722; Fri, 14 Jul 2023 09:28:08 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A87C11570; Fri, 14 Jul 2023 09:28:50 -0700 (PDT) Received: from [10.57.76.27] (unknown [10.57.76.27]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B2CA83F740; Fri, 14 Jul 2023 09:28:06 -0700 (PDT) Message-ID: <5336c2a4-aaf7-4bc0-46ec-dd1ae15bbf85@arm.com> Date: Fri, 14 Jul 2023 17:28:05 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH v1 2/9] selftests/mm: Give scripts execute permission To: Andrew Morton Cc: SeongJae Park , David Hildenbrand , Shuah Khan , =?UTF-8?B?SsOpcsO0bWUgR2xpc3Nl?= , Mark Brown , John Hubbard , Florent Revest , "Liam R. Howlett" , gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, linux-kselftest@vger.kernel.org References: <20230713173237.66285-1-sj@kernel.org> <7935c31a-6c47-95c8-d6bd-176b81046699@arm.com> <20230714092600.5cdf5844098a2de728a1750b@linux-foundation.org> From: Ryan Roberts In-Reply-To: <20230714092600.5cdf5844098a2de728a1750b@linux-foundation.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On 14/07/2023 17:26, Andrew Morton wrote: > On Fri, 14 Jul 2023 10:44:14 +0100 Ryan Roberts wrote: > >> Thanks for the detailed explanation. Are you effectively saying this patch will >> turn into a no-op once its been munged through the various patch management >> tools? That's disappointing because it's a pain to have to invoke everything >> though bash explicitly. Many other scripts manage to have the correct execute >> permission set (see everything in ./scripts for example). > > Such patches need delicate handling :( > > I queued this as a standalone thing, for 6.5-rcx. That's great - thanks Andrew! Do I'll drop this patch for my v2 of the series (hopefully Monday).