diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-22 10:57:43 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-22 10:57:43 +0200 |
commit | 96afcb20f36f07683aaa342e592ea8ec76fd1fa6 (patch) | |
tree | 1f87fc0a81e84bf1eb8624bbad26bfdc10dc64d8 | |
parent | 3cc5c358029d8d32fc8123b5926836e748e51280 (diff) | |
download | linux-stable-4.14.233.tar.gz (sig) linux-stable-4.14.233.tar.bz2 (sig) linux-stable-4.14.233.zip |
Linux 4.14.233v4.14.233
Link: https://lore.kernel.org/r/20210520092120.115153432@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 = 232 +SUBLEVEL = 233 EXTRAVERSION = NAME = Petit Gorille |