From: Greg Kroah-Hartman Date: Thu, 16 Dec 2021 14:15:31 +0000 (+0100) Subject: netfilter: selftest: conntrack_vrf.sh: fix file permission X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=32414491834c80ab39519467deb3f8d1e4f5bade;p=linux-block.git netfilter: selftest: conntrack_vrf.sh: fix file permission When backporting 33b8aad21ac1 ("selftests: netfilter: add a vrf+conntrack testcase") to this stable branch, the executable bits were not properly set on the tools/testing/selftests/netfilter/conntrack_vrf.sh file due to quilt not honoring them. Fix this up manually by setting the correct mode. Reported-by: "Rantala, Tommi T. (Nokia - FI/Espoo)" Link: https://lore.kernel.org/r/234d7a6a81664610fdf21ac72730f8bd10d3f46f.camel@nokia.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/tools/testing/selftests/netfilter/conntrack_vrf.sh b/tools/testing/selftests/netfilter/conntrack_vrf.sh old mode 100644 new mode 100755