diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-28 12:08:44 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-04-28 12:08:44 +0200 |
commit | 7d7d1c0ab3eb7c8d8f63a126535018007823b207 (patch) | |
tree | 1325e1c94559f7d66445535a4bc66c0fe57588d2 /Makefile | |
parent | cecc65457b80c444ae0135e2892205d3e4959812 (diff) | |
download | linux-stable-7d7d1c0ab3eb7c8d8f63a126535018007823b207.tar.gz linux-stable-7d7d1c0ab3eb7c8d8f63a126535018007823b207.tar.bz2 linux-stable-7d7d1c0ab3eb7c8d8f63a126535018007823b207.zip |
Linux 4.14.232v4.14.232
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>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Link: https://lore.kernel.org/r/20210426072819.721586742@linuxfoundation.org
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 = 231 +SUBLEVEL = 232 EXTRAVERSION = NAME = Petit Gorille |