diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-11 12:15:13 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-11 12:15:13 +0300 |
commit | 2c2c7e4a12c7e274adda3b334d912169c515efe7 (patch) | |
tree | 9530a796f843c7b2d04d62ef299e8a9fd498ad8d /Makefile | |
parent | c307029d811e03546d18d0e512fe295b3103b8e5 (diff) | |
download | linux-2c2c7e4a12c7e274adda3b334d912169c515efe7.tar.xz |
Linux 4.19.234v4.19.234
Link: https://lore.kernel.org/r/20220309155856.155540075@linuxfoundation.org
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20220310140807.749164737@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de> =
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
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 = 233 +SUBLEVEL = 234 EXTRAVERSION = NAME = "People's Front" |