diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-21 15:49:09 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-21 15:49:09 +0300 |
commit | 545728d9e08593767dd55192b0324dd4f9b71151 (patch) | |
tree | 11996c96ec366906d0c60627ba125803b3a91e2d | |
parent | 999805aaf925594bd1cf344b2646f19dfc8a1d72 (diff) | |
download | linux-5.14.y.tar.xz |
Linux 5.14.21v5.14.21linux-5.14.y
Link: https://lore.kernel.org/r/20211119171443.724340448@linuxfoundation.org
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 14 -SUBLEVEL = 20 +SUBLEVEL = 21 EXTRAVERSION = NAME = Opossums on Parade |