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 BE428C433FE for ; Fri, 18 Feb 2022 08:01:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231401AbiBRIBc (ORCPT ); Fri, 18 Feb 2022 03:01:32 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:33628 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230056AbiBRIBb (ORCPT ); Fri, 18 Feb 2022 03:01:31 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 66DD31738F9; Fri, 18 Feb 2022 00:01:15 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 00B7A612AF; Fri, 18 Feb 2022 08:01:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9C17FC340E9; Fri, 18 Feb 2022 08:01:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1645171274; bh=wlMKj3Vczzg2CXtGVuAuaNfHplfiJXvDzqzkB6AONQY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=meXSLvfjyeKjeSTO3/guG9OP9lyEqngjge5GQ4Jkxme5Qsg30IPN13Pvt8KgZTiG6 8jrbmMG2+B60qLx5jS/DdONcm3Bj6042Q8asqr4Xv77To8xrSFuhAeihzNjv9roia8 vxbCvnM8bS6LDYfhP1+S+1eLUAnyBuZKkx60qOD4= Date: Fri, 18 Feb 2022 09:01:11 +0100 From: Greg KH To: SeongJae Park Cc: Yuanchu Xie , Shuah Khan , Markus Boehme , rientjes@google.com, Andrew Morton , linux-mm@kvack.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] selftests/damon: make selftests executable Message-ID: References: <20220218001017.3500673-3-yuanchu@google.com> <20220218075254.11467-1-sj@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220218075254.11467-1-sj@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Fri, Feb 18, 2022 at 07:52:54AM +0000, SeongJae Park wrote: > Hello Yuanchu, > > Thank you for this patch! > > On Fri, 18 Feb 2022 00:10:17 +0000 Yuanchu Xie wrote: > > > The damon selftests do not have the executable bit on. We fix that by > > setting the x bits on the .sh files similar to other existing shell > > selftests. > > > > Fixes: 9ab3b0c8ef62 ("selftests/damon: split test cases") > > Signed-off-by: Yuanchu Xie > > Reviewed-by: SeongJae Park This type of change does not work outside of git, so why not just make the tool that calls these scripts not care about the executable bit like we do for other scripts? thanks, greg k-h