diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-07 17:35:12 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-07 17:35:12 +0200 |
commit | 2283d8a4ecbe13573fad833f4ed6805f72446b2f (patch) | |
tree | 0e8a69c7dae37f76e381ca7fb2a761020a346f3d | |
parent | d57e8c502cb6ee6222c0c4c0199cf7a18be1ffd9 (diff) | |
download | linux-stable-2283d8a4ecbe13573fad833f4ed6805f72446b2f.tar.gz linux-stable-2283d8a4ecbe13573fad833f4ed6805f72446b2f.tar.bz2 linux-stable-2283d8a4ecbe13573fad833f4ed6805f72446b2f.zip |
Linux 4.19.251v4.19.251
Link: https://lore.kernel.org/r/20220705115606.709817198@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
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 = 250 +SUBLEVEL = 251 EXTRAVERSION = NAME = "People's Front" |