diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-10 13:20:12 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-10 13:20:12 +0200 |
commit | 958e517f4e16952e9a2e2d58fd32d28ae4e23dda (patch) | |
tree | d8663170584ffca1a1df3993fe0d91d92a7ac018 | |
parent | 1bba2685061161c4bd0ffbc4259a1f1e0eda50c6 (diff) | |
download | linux-stable-958e517f4e16952e9a2e2d58fd32d28ae4e23dda.tar.gz |
Linux 4.14.230v4.14.230
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20210409095300.391558233@linuxfoundation.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 = 229 +SUBLEVEL = 230 EXTRAVERSION = NAME = Petit Gorille |