diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-09-02 09:21:33 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-09-02 09:21:33 +0200 |
commit | d6c4816748dd21e69b7dd79faf282a57d0378680 (patch) | |
tree | 17a9e0c445de900b7c81560cbaa05a0263c53888 | |
parent | 16d803ca4d10933a50c53feb82175058b49175f7 (diff) | |
download | linux-stable-d6c4816748dd21e69b7dd79faf282a57d0378680.tar.gz linux-stable-d6c4816748dd21e69b7dd79faf282a57d0378680.tar.bz2 linux-stable-d6c4816748dd21e69b7dd79faf282a57d0378680.zip |
Linux 4.14.325v4.14.325
Link: https://lore.kernel.org/r/20230831110828.577111137@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>
-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 = 324 +SUBLEVEL = 325 EXTRAVERSION = NAME = Petit Gorille |