commit c32c40ff80928cfcea7435e27330cb995f6bfb67 Author: Greg Kroah-Hartman Date: Thu Dec 16 16:41:34 2021 +0100 Linux 5.4.166 Signed-off-by: Greg Kroah-Hartman commit eb1b5eaaddec76d5381fa61da700aaf0c1e60641 Author: Greg Kroah-Hartman Date: Thu Dec 16 15:15:31 2021 +0100 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