diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-06-10 12:43:54 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-06-10 12:43:54 +0200 |
commit | 3d3abdc8ebd3c3082e4398fc73ceb4c852b66e85 (patch) | |
tree | 1b3a19f812e2b0bad8d69438c41a9e982d5fb472 /Makefile | |
parent | 3ae527ec18450ca4f009d081f0b3e1c918480c75 (diff) | |
download | linux-stable-3d3abdc8ebd3c3082e4398fc73ceb4c852b66e85.tar.gz linux-stable-3d3abdc8ebd3c3082e4398fc73ceb4c852b66e85.tar.bz2 linux-stable-3d3abdc8ebd3c3082e4398fc73ceb4c852b66e85.zip |
Linux 4.14.236v4.14.236
Link: https://lore.kernel.org/r/20210608175930.477274100@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jason Self <jason@bluehome.net>
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 = 14 -SUBLEVEL = 235 +SUBLEVEL = 236 EXTRAVERSION = NAME = Petit Gorille |