diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-28 11:13:52 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-07-28 11:13:52 +0200 |
commit | a89b48fe9308d976d9dcb2112e264d647f7efce4 (patch) | |
tree | 60e39439b76c13ad3584e6b27e510f61411fcb43 | |
parent | 80050dfea3c757da5dd5f6b23d49f38c6c6ea855 (diff) | |
download | linux-a89b48fe9308d976d9dcb2112e264d647f7efce4.tar.gz linux-a89b48fe9308d976d9dcb2112e264d647f7efce4.tar.bz2 linux-a89b48fe9308d976d9dcb2112e264d647f7efce4.zip |
Linux 4.19.199v4.19.199
Link: https://lore.kernel.org/r/20210726153832.339431936@linuxfoundation.org
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20210727071938.046014616@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20210727112108.341674321@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
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 = 198 +SUBLEVEL = 199 EXTRAVERSION = NAME = "People's Front" |