diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-26 11:47:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-26 11:47:01 +0200 |
commit | ad8397a84e1e425e3f8221638cee2bfa237d9b2c (patch) | |
tree | ce93b03fd3d39dc2be0610fdded8ce2d1b53c514 | |
parent | 4555cee33f7d75c1ee69902c872c9d1e9568ebd5 (diff) | |
download | linux-rt-ad8397a84e1e425e3f8221638cee2bfa237d9b2c.tar.gz |
Linux 4.14.234v4.14.234
Link: https://lore.kernel.org/r/20210524152324.199089755@linuxfoundation.org
Tested-by: Jason Self <jason@bluehome.net>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
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 = 233 +SUBLEVEL = 234 EXTRAVERSION = NAME = Petit Gorille |