diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-22 12:56:00 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-22 12:56:00 +0100 |
commit | 2ae73796985b582b79711dfed2941d190b571fb5 (patch) | |
tree | 44b376bf6a7d64fcee455d5570455a4d355c83ad /Makefile | |
parent | e95381034519a8c5a3150f7b03f4664b1da651b2 (diff) | |
download | linux-stable-2ae73796985b582b79711dfed2941d190b571fb5.tar.gz linux-stable-2ae73796985b582b79711dfed2941d190b571fb5.tar.bz2 linux-stable-2ae73796985b582b79711dfed2941d190b571fb5.zip |
Linux 5.10.169v5.10.169
Link: https://lore.kernel.org/r/20230220133549.360169435@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-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 = 168 +SUBLEVEL = 169 EXTRAVERSION = NAME = Dare mighty things |