I'm announcing the release of the 5.4.239 kernel.
It just fixes up a permission of one file, tools/testing/selftests/net/fib_tests.sh, if you don't have an issue with this specific testing file, no need to upgrade.
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 (1): Linux 5.4.239
Rishabh Bhatnagar (1): selftests: Fix the executable permissions for fib_tests.sh
diff --git a/Makefile b/Makefile index 436450833e1c..f966eeb6b9bc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 4 -SUBLEVEL = 238 +SUBLEVEL = 239 EXTRAVERSION = NAME = Kleptomaniac Octopus
diff --git a/tools/testing/selftests/net/fib_tests.sh b/tools/testing/selftests/net/fib_tests.sh old mode 100644 new mode 100755
linux-stable-mirror@lists.linaro.org