diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-23 09:10:45 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-23 09:10:45 +0100 |
commit | 67aefbfee14b1f29cb4529911aef7322899ecc8b (patch) | |
tree | a3ee2f3b2c35b34ad89bcfe599c8f09bc6f30746 /Makefile | |
parent | d12d3f6d9c4219ba3d0bcf6546802ef4e0fe289b (diff) | |
download | linux-stable-67aefbfee14b1f29cb4529911aef7322899ecc8b.tar.gz linux-stable-67aefbfee14b1f29cb4529911aef7322899ecc8b.tar.bz2 linux-stable-67aefbfee14b1f29cb4529911aef7322899ecc8b.zip |
Linux 4.19.236v4.19.236
Link: https://lore.kernel.org/r/20220321133221.984120927@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: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
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 = 235 +SUBLEVEL = 236 EXTRAVERSION = NAME = "People's Front" |