diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-21 20:42:48 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-21 20:42:48 +0200 |
commit | 9c3bf9cf362ffbe802784ab907bee7a6445df1b9 (patch) | |
tree | 4ba6e867012bfd086f954b6fe3934b17b8e280c3 /Makefile | |
parent | d3892a747ab16b1eb6593a19d29f62c3b3f020ac (diff) | |
download | linux-stable-9c3bf9cf362ffbe802784ab907bee7a6445df1b9.tar.gz linux-stable-9c3bf9cf362ffbe802784ab907bee7a6445df1b9.tar.bz2 linux-stable-9c3bf9cf362ffbe802784ab907bee7a6445df1b9.zip |
Linux 4.14.289v4.14.289
Link: https://lore.kernel.org/r/20220719114521.868169025@linuxfoundation.org
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.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 = 288 +SUBLEVEL = 289 EXTRAVERSION = NAME = Petit Gorille |