diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-08 08:43:26 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-08 08:43:26 +0100 |
commit | 3e205b99cc35777195fea391cdfe25bd537589b3 (patch) | |
tree | f63dc733137682f1e4b310d417738951e7f756ef /Makefile | |
parent | d8b6dca8f3a7a0b89e9dde91ae86897bcb23647a (diff) | |
download | linux-stable-3e205b99cc35777195fea391cdfe25bd537589b3.tar.gz linux-stable-3e205b99cc35777195fea391cdfe25bd537589b3.tar.bz2 linux-stable-3e205b99cc35777195fea391cdfe25bd537589b3.zip |
Linux 4.19.301v4.19.301
Link: https://lore.kernel.org/r/20231205031517.859409664@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20231205183236.587197010@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 = 19 -SUBLEVEL = 300 +SUBLEVEL = 301 EXTRAVERSION = NAME = "People's Front" |