diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-17 13:59:01 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-17 13:59:01 +0100 |
commit | 2762b48e9611529239da2e68cba908dbbec9805f (patch) | |
tree | 3388f96bff0bd48d69826ceb75d9f1411fd66662 /Makefile | |
parent | 8f9a69a92fc63917c9bd921b28e3b2912980becf (diff) | |
download | linux-stable-2762b48e9611529239da2e68cba908dbbec9805f.tar.gz linux-stable-2762b48e9611529239da2e68cba908dbbec9805f.tar.bz2 linux-stable-2762b48e9611529239da2e68cba908dbbec9805f.zip |
Linux 4.14.216v4.14.216
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Link: https://lore.kernel.org/r/20210115121956.731354372@linuxfoundation.org
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 = 14 -SUBLEVEL = 215 +SUBLEVEL = 216 EXTRAVERSION = NAME = Petit Gorille |