diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-06 13:58:45 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-06 13:58:45 +0100 |
commit | 3033e5726834e4c9c8c48cdb2273f33bd105f938 (patch) | |
tree | 2be883a5af7004ef653c79aad688c953a7ae9d77 /Makefile | |
parent | de4868f6b081733490e1d2828644c4b157f19c87 (diff) | |
download | linux-stable-3033e5726834e4c9c8c48cdb2273f33bd105f938.tar.gz linux-stable-3033e5726834e4c9c8c48cdb2273f33bd105f938.tar.bz2 linux-stable-3033e5726834e4c9c8c48cdb2273f33bd105f938.zip |
Linux 4.19.216v4.19.216
Link: https://lore.kernel.org/r/20211104141158.037189396@linuxfoundation.org
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 215 +SUBLEVEL = 216 EXTRAVERSION = NAME = "People's Front" |