diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-06-03 09:36:26 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-06-03 09:36:26 +0300 |
commit | a6b2dae3ee3a3f9f4db3fab5b4b9e493fecf4acd (patch) | |
tree | deb08dc4d6854ce3dbb10476be376d898c6894cc | |
parent | 5250e36f8ebf4c8e9600348ecf02467a77d8a43f (diff) | |
download | linux-a6b2dae3ee3a3f9f4db3fab5b4b9e493fecf4acd.tar.xz |
Linux 4.14.235v4.14.235
Link: https://lore.kernel.org/r/20210531130636.002722319@linuxfoundation.org
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Link: https://lore.kernel.org/r/20210601072913.387837810@linuxfoundation.org
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 234 +SUBLEVEL = 235 EXTRAVERSION = NAME = Petit Gorille |