diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-22 12:46:07 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-22 12:46:07 +0100 |
commit | 1e61bd26fa2cf667b8ffada212c8965efbd924ea (patch) | |
tree | e5f66d58f1626bfa2b1d8d1fb452f379a290c07e /Makefile | |
parent | 2f7a1135b202977b82457adde7db6c390056863b (diff) | |
download | linux-stable-1e61bd26fa2cf667b8ffada212c8965efbd924ea.tar.gz linux-stable-1e61bd26fa2cf667b8ffada212c8965efbd924ea.tar.bz2 linux-stable-1e61bd26fa2cf667b8ffada212c8965efbd924ea.zip |
Linux 4.14.306v4.14.306
Link: https://lore.kernel.org/r/20230220133548.158615609@linuxfoundation.org
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
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 = 305 +SUBLEVEL = 306 EXTRAVERSION = NAME = Petit Gorille |