diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-25 11:50:31 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-25 11:50:31 +0100 |
commit | 7878a41b6cc1ada4bb804eee96beb2c54322806c (patch) | |
tree | 3645452619a1bd20ec57d2b6976fcfdafdd86984 | |
parent | ab7739734dd192ba0b9c18444ce6e3ecd8c8de1c (diff) | |
download | linux-stable-7878a41b6cc1ada4bb804eee96beb2c54322806c.tar.gz linux-stable-7878a41b6cc1ada4bb804eee96beb2c54322806c.tar.bz2 linux-stable-7878a41b6cc1ada4bb804eee96beb2c54322806c.zip |
Linux 4.14.307v4.14.307
Link: https://lore.kernel.org/r/20230223130423.369876969@linuxfoundation.org
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Slade Watkins <srw@sladewatkins.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 = 306 +SUBLEVEL = 307 EXTRAVERSION = NAME = Petit Gorille |