diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-11-08 13:22:22 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-11-08 13:22:22 +0300 |
commit | aa8663e85da65e4b92ac82208059c173cb42c3bd (patch) | |
tree | 3ea789bf86ce4989b877bc42bd38afbdb64a8089 | |
parent | 519ddf5b2a56302a7fbc3c52e817171d47053e19 (diff) | |
download | linux-aa8663e85da65e4b92ac82208059c173cb42c3bd.tar.xz |
Linux 4.19.298v4.19.298
Link: https://lore.kernel.org/r/20231106130259.573843228@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@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 = 19 -SUBLEVEL = 297 +SUBLEVEL = 298 EXTRAVERSION = NAME = "People's Front" |