diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-08-03 11:59:42 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-08-03 11:59:42 +0200 |
commit | 8d8935e76f6f419ef2f7617de252f258b6a597d3 (patch) | |
tree | 30b9207f700e73936949a027364099244271c44e | |
parent | 0b0088e475870cfc36a0762354bf224d8a1041aa (diff) | |
download | linux-stable-8d8935e76f6f419ef2f7617de252f258b6a597d3.tar.gz linux-stable-8d8935e76f6f419ef2f7617de252f258b6a597d3.tar.bz2 linux-stable-8d8935e76f6f419ef2f7617de252f258b6a597d3.zip |
Linux 5.4.209v5.4.209
Link: https://lore.kernel.org/r/20220801114128.025615151@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 208 +SUBLEVEL = 209 EXTRAVERSION = NAME = Kleptomaniac Octopus |