I'm announcing the release of the 5.4.166 kernel.
Only change here is a permission setting of a netfilter selftest file. No need to upgrade if this problem is not bothering you.
The updated 5.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.4.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git%3Ba=summa...
thanks,
greg k-h
------------
Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Greg Kroah-Hartman (2): netfilter: selftest: conntrack_vrf.sh: fix file permission Linux 5.4.166
diff --git a/Makefile b/Makefile index 4a7a89de832b..b1e5f7c6206e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 4 -SUBLEVEL = 165 +SUBLEVEL = 166 EXTRAVERSION = NAME = Kleptomaniac Octopus
diff --git a/tools/testing/selftests/netfilter/conntrack_vrf.sh b/tools/testing/selftests/netfilter/conntrack_vrf.sh old mode 100644 new mode 100755
linux-stable-mirror@lists.linaro.org