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 04EB4C001B0 for ; Fri, 14 Jul 2023 16:26:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235481AbjGNQ0E (ORCPT ); Fri, 14 Jul 2023 12:26:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52768 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235420AbjGNQ0D (ORCPT ); Fri, 14 Jul 2023 12:26:03 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9C43E5C; Fri, 14 Jul 2023 09:26:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8455061D64; Fri, 14 Jul 2023 16:26:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E984C433C8; Fri, 14 Jul 2023 16:26:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1689351961; bh=KCFwww0adoGf6GZfuD46kIOEeyzUE+Wl2mPsDM1NWt4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=U3hJr6yptiENG5+P4pTdJ4lu2ZZVsSmnGoiFUuyvbqnRlqCIK5lGbx4RLJELgTbXl 8+bjROiicIQkjcwgV7PPXVKR70O/hSTxjt0IjRLMUFneu5loLRN6lJajiZ7c2EtBN5 +riPYEZcT7KDYw08UJP0wVlHGxiUFmzZNJ451UvU= Date: Fri, 14 Jul 2023 09:26:00 -0700 From: Andrew Morton To: Ryan Roberts Cc: SeongJae Park , David Hildenbrand , Shuah Khan , =?ISO-8859-1?Q?J=E9r=F4me?= Glisse , 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 Subject: Re: [PATCH v1 2/9] selftests/mm: Give scripts execute permission Message-Id: <20230714092600.5cdf5844098a2de728a1750b@linux-foundation.org> In-Reply-To: <7935c31a-6c47-95c8-d6bd-176b81046699@arm.com> References: <20230713173237.66285-1-sj@kernel.org> <7935c31a-6c47-95c8-d6bd-176b81046699@arm.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; 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-kselftest@vger.kernel.org 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.