diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-01-18 11:45:02 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-01-18 11:45:02 +0100 |
commit | 3a9f1b907bc434a91f0d295533d2c7e3758efe92 (patch) | |
tree | 3d7835e06b34e3f9bad4de46143abfb401204a8f | |
parent | 74985c57576792cadee5ff9edf73df84be2b8c98 (diff) | |
download | linux-stable-5.10.164.tar.gz (sig) linux-stable-5.10.164.tar.bz2 (sig) linux-stable-5.10.164.zip |
Linux 5.10.164v5.10.164
Link: https://lore.kernel.org/r/20230116154743.577276578@linuxfoundation.org
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Link: https://lore.kernel.org/r/20230117124526.766388541@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
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 = 163 +SUBLEVEL = 164 EXTRAVERSION = NAME = Dare mighty things |