diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-08-25 11:38:24 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-08-25 11:38:24 +0200 |
commit | fa3303d70b423dd3e855f57febaba77e15069650 (patch) | |
tree | 291ac3b9bfb68f48f3f8db6d158fd63fdb2fa3d9 | |
parent | 606fe84a41851ab8307bb6096189dc8f4c8ba16b (diff) | |
download | linux-stable-5.10.138.tar.gz (sig) linux-stable-5.10.138.tar.bz2 (sig) linux-stable-5.10.138.zip |
Linux 5.10.138v5.10.138
Link: https://lore.kernel.org/r/20220823080059.091088642@linuxfoundation.org
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20220824065913.068916566@linuxfoundation.org
Tested-by: Ron Economos <re@w6rz.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 10 -SUBLEVEL = 137 +SUBLEVEL = 138 EXTRAVERSION = NAME = Dare mighty things |