diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-04-26 11:27:43 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-04-26 11:27:43 +0200 |
commit | f1b32fda06d2cfb8eea9680b0ba7a8b0d5b81eeb (patch) | |
tree | c1fc60f2df7d91590927d370f6038948c14c78ee | |
parent | 0367bf3f4a4eb6691e18194beb5792843aecced9 (diff) | |
download | linux-stable-5.10.179.tar.gz (sig) linux-stable-5.10.179.tar.bz2 (sig) linux-stable-5.10.179.zip |
Linux 5.10.179v5.10.179
Link: https://lore.kernel.org/r/20230424131127.653885914@linuxfoundation.org
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Chris Paterson (CIP) <chris.paterson2@renesas.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.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 = 178 +SUBLEVEL = 179 EXTRAVERSION = NAME = Dare mighty things |