diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-01-24 07:05:20 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-01-24 07:05:20 +0100 |
commit | 3949d16100044eeb6723eca03b1038b469fb9ae8 (patch) | |
tree | 3633d129ab961de2955c4f7ff69b9ee6e9f96d95 /Makefile | |
parent | 67c6d79777cf5d3165d6d2e2d7c5e37333d1a76e (diff) | |
download | linux-stable-3949d16100044eeb6723eca03b1038b469fb9ae8.tar.gz linux-stable-3949d16100044eeb6723eca03b1038b469fb9ae8.tar.bz2 linux-stable-3949d16100044eeb6723eca03b1038b469fb9ae8.zip |
Linux 4.14.304v4.14.304
Link: https://lore.kernel.org/r/20230122150217.788215473@linuxfoundation.org
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>
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 = 303 +SUBLEVEL = 304 EXTRAVERSION = NAME = Petit Gorille |