diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-08-08 08:54:30 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-08-08 08:54:30 +0200 |
commit | 5c66974a63046780925e5d99b6dc6631fe2f9a31 (patch) | |
tree | 68bbad77416cb757dde36a31690cf424aaaf41b0 | |
parent | 1706f008380a8421c3c7ee02abf7631fdfa2534d (diff) | |
download | linux-stable-4.19.202.tar.gz (sig) linux-stable-4.19.202.tar.bz2 (sig) linux-stable-4.19.202.zip |
Linux 4.19.202v4.19.202
Link: https://lore.kernel.org/r/20210806081111.144943357@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
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 = 201 +SUBLEVEL = 202 EXTRAVERSION = NAME = "People's Front" |