diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-10-20 11:23:05 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-10-20 11:23:05 +0200 |
commit | ff079d726eb62a88b582bfacc2880aad52ba0a56 (patch) | |
tree | 99c56566ec1893f0fb0e3cb09ca46aecae15d244 /Makefile | |
parent | 5c872163141a0a40544b479a7c2c3506d8d17cd2 (diff) | |
download | linux-stable-ff079d726eb62a88b582bfacc2880aad52ba0a56.tar.gz linux-stable-ff079d726eb62a88b582bfacc2880aad52ba0a56.tar.bz2 linux-stable-ff079d726eb62a88b582bfacc2880aad52ba0a56.zip |
Linux 4.19.213v4.19.213
Link: https://lore.kernel.org/r/20211018132326.529486647@linuxfoundation.org
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20211018143033.725101193@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 212 +SUBLEVEL = 213 EXTRAVERSION = NAME = "People's Front" |