diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-11-03 23:56:57 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-11-03 23:56:57 +0900 |
commit | a0d9384967214783a92973c920092b7251c03e57 (patch) | |
tree | 7756e486ce62c9ef41c2baf92bdd1a6c2cff102b | |
parent | a0a2a4bdd10184a883fc66d46c94d7eb0d2576bb (diff) | |
download | linux-stable-a0d9384967214783a92973c920092b7251c03e57.tar.gz linux-stable-a0d9384967214783a92973c920092b7251c03e57.tar.bz2 linux-stable-a0d9384967214783a92973c920092b7251c03e57.zip |
Linux 5.4.223v5.4.223
Link: https://lore.kernel.org/r/20221102022051.821538553@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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>
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 = 4 -SUBLEVEL = 222 +SUBLEVEL = 223 EXTRAVERSION = NAME = Kleptomaniac Octopus |