diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-26 11:36:25 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-26 11:36:25 +0100 |
commit | 1f244a54b39dd02c69f79001b38e2650e96f1ea8 (patch) | |
tree | 8e6767835495f5e4e17921690eb8c21e4fc317cb | |
parent | f3c2df75d4ab1e92622a840cd1c90e41179285d2 (diff) | |
download | linux-stable-1f244a54b39dd02c69f79001b38e2650e96f1ea8.tar.gz linux-stable-1f244a54b39dd02c69f79001b38e2650e96f1ea8.tar.bz2 linux-stable-1f244a54b39dd02c69f79001b38e2650e96f1ea8.zip |
Linux 4.19.218v4.19.218
Link: https://lore.kernel.org/r/20211124115718.822024889@linuxfoundation.org
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20211125111805.368660289@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20211125160544.661624121@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
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 = 4 PATCHLEVEL = 19 -SUBLEVEL = 217 +SUBLEVEL = 218 EXTRAVERSION = NAME = "People's Front" |