From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752171AbdHGVQA (ORCPT ); Mon, 7 Aug 2017 17:16:00 -0400 Received: from resqmta-po-04v.sys.comcast.net ([96.114.154.163]:54048 "EHLO resqmta-po-04v.sys.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752048AbdHGVP6 (ORCPT ); Mon, 7 Aug 2017 17:15:58 -0400 Reply-To: shuah@kernel.org Subject: Re: [PATCH 2/2] test_sysctl: fix sysctl.sh by making it executable To: "Luis R. Rodriguez" , linux-kselftest@vger.kernel.org Cc: akpm@linux-foundation.org, keescook@chromium.org, pmladek@suse.com, dan.carpenter@oracle.com, colin.king@canonical.com, dcb314@hotmail.com, linux-kernel@vger.kernel.org, Shuah Khan References: <20170803165713.4832-1-mcgrof@kernel.org> <20170803165713.4832-2-mcgrof@kernel.org> From: Shuah Khan Message-ID: Date: Mon, 7 Aug 2017 15:15:56 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170803165713.4832-2-mcgrof@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4wfGwd8RmFptIEsNrIIon3nidmD00xlkoRm0ILMh8GdkXihnes3AOhPEwm+//k27MmjJOYVZD+exKJ55dLu1lV9sl/fJqRbucYKjlpznf5fquCpEc+RRdJ 5/f/lQzsUG+zIpzHYZftrmtPiyCPMxxTJnDk0gqeulZwjE8U4xuxF4zRrGbA54d7J/O8s0u1BHGhqDKGNIiSiv48KhenQMvULUzQv6vmTAs/nwXkMm2/sOOw H7UUqJqFUN+1CKBmYp1HikGfiqUD4jmV7nL7iQaMZWV9PMUZ9SLYkeij+7KQPzwWvVaGW7NuTC1FdRtbehPc9mFvgJkBvl+Oapme7FQo8SMnctI29zQ8EfGs GabWsgADZIv6i+7oNLCPmJMR9iE53KgPRkPDLV0uO7foC+xCTrSxHgTFSZpNt4cEPE5lv1hq62DIsxAj895a2IrQoJSpexVB+4e964w8ujVrhYDUrD1TsaP0 WWX5Npa3qHu/52ur Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/03/2017 10:57 AM, Luis R. Rodriguez wrote: > We had just forogtten to do this. Without this the following test fails: > > $ sudo make -C tools/testing/selftests/sysctl/ run_tests > make: Entering directory '/home/mcgrof/linux-next/tools/testing/selftests/sysctl' > /bin/sh: ./sysctl.sh: Permission denied > selftests: sysctl.sh [FAIL] > /home/mcgrof/linux-next/tools/testing/selftests/sysctl > make: Leaving directory '/home/mcgrof/linux-next/tools/testing/selftests/sysctl' > > Fixes: 64b671204afd71 ("test_sysctl: add generic script to expand on tests") > Signed-off-by: Luis R. Rodriguez > --- > tools/testing/selftests/sysctl/sysctl.sh | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > mode change 100644 => 100755 tools/testing/selftests/sysctl/sysctl.sh > > diff --git a/tools/testing/selftests/sysctl/sysctl.sh b/tools/testing/selftests/sysctl/sysctl.sh > old mode 100644 > new mode 100755 > Thanks. Applied to linux-kselftest fixes for 4.13-final. thanks, -- Shuah