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 BC9CDC433EF for ; Thu, 16 Dec 2021 08:13:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232467AbhLPINv (ORCPT ); Thu, 16 Dec 2021 03:13:51 -0500 Received: from ams.source.kernel.org ([145.40.68.75]:40418 "EHLO ams.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234856AbhLPINn (ORCPT ); Thu, 16 Dec 2021 03:13:43 -0500 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 ams.source.kernel.org (Postfix) with ESMTPS id 9506AB82307; Thu, 16 Dec 2021 08:13:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CB1CAC36AE5; Thu, 16 Dec 2021 08:13:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1639642421; bh=MWfwDw61qroOu7PD7C3GULUlsy0m/JWpZu3G4dcOn6w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cCtZ5se0Do5GJQP64NVOWcuHE3oJR4eL3M1coFHMYbLi++FqmNao+iYvFpBUWoxLu /t8bp4X/MOpmjoUQDfadLjEkMG+1zh/0goL4UDqWrJ9n11djiYuIN21wqxHS1kNhmu 40u2Uw0Wil+G/1LuaX+WDE9biR2TdWUclLgx8qOE= Date: Thu, 16 Dec 2021 09:13:38 +0100 From: "gregkh@linuxfoundation.org" To: "Rantala, Tommi T. (Nokia - FI/Espoo)" Cc: "stable@vger.kernel.org" , "fw@strlen.de" , "linux-kernel@vger.kernel.org" Subject: Re: LTS "Warning: file conntrack_vrf.sh is not executable, correct this." Message-ID: References: <234d7a6a81664610fdf21ac72730f8bd10d3f46f.camel@nokia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 16, 2021 at 09:07:13AM +0100, gregkh@linuxfoundation.org wrote: > On Thu, Dec 16, 2021 at 08:00:30AM +0000, Rantala, Tommi T. (Nokia - FI/Espoo) wrote: > > Hi Greg, > > > > Incorrect 0644 in LTS for new selftest file, seen in 5.4.165 since > > "selftests: netfilter: add a vrf+conntrack testcase" was added to LTS. > > It's correct 755 in upstream, but somehow messed up in LTS :-( > > That is because quilt/git can not set modes of files. > > > linux-5.4.y > > =========== > > commit 8d3563ecbca3526fcc6639065c9fb11b2f234706 > > Author: Florian Westphal > > Date: Mon Oct 18 14:38:13 2021 +0200 > > > > selftests: netfilter: add a vrf+conntrack testcase > > > > commit 33b8aad21ac175eba9577a73eb62b0aa141c241c upstream. > > > > [...] > > diff --git a/tools/testing/selftests/netfilter/conntrack_vrf.sh b/tools/testing/selftests/netfilter/conntrack_vrf.sh > > new file mode 100644 <---------------- > > > > > > linux-5.15.y > > ============ > > commit cffab968e94e513bdcef25e11402243ce2919803 > > [...] > > new file mode 100644 <---------------- > > > > > > upstream > > ======== > > $ git show 33b8aad21ac175eba9577a73eb62b0aa141c241c > > > > commit 33b8aad21ac175eba9577a73eb62b0aa141c241c > > Author: Florian Westphal > > Date: Mon Oct 18 14:38:13 2021 +0200 > > > > selftests: netfilter: add a vrf+conntrack testcase > > > > [...] > > diff --git a/tools/testing/selftests/netfilter/conntrack_vrf.sh b/tools/testing/selftests/netfilter/conntrack_vrf.sh > > new file mode 100755 <----------------------- > > > > > > -Tommi > > > > What about the 5.10.y tree? Does it need this change as well? To answer my own question, yes, it is an issue there too. I'll go do a release right now with the mode changed. thanks, greg k-h