diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-11 16:26:55 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-11 16:26:55 +0100 |
commit | 373c2a0d721acdbed9f45bf9816c04edad3704ca (patch) | |
tree | 63ae086200bdbcf60eb68912d69de11644d368c8 /Makefile | |
parent | 93749e98df3dfc6c79f160ba02ffa3721c1da712 (diff) | |
download | linux-stable-373c2a0d721acdbed9f45bf9816c04edad3704ca.tar.gz linux-stable-373c2a0d721acdbed9f45bf9816c04edad3704ca.tar.bz2 linux-stable-373c2a0d721acdbed9f45bf9816c04edad3704ca.zip |
Linux 4.14.308v4.14.308
Link: https://lore.kernel.org/r/20230310133710.926811681@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20230311092102.206109890@linuxfoundation.org
Tested-by: Guenter Roeck <linux@roeck-us.net>
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 = 307 +SUBLEVEL = 308 EXTRAVERSION = NAME = Petit Gorille |