diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-21 21:09:34 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-07-21 21:09:34 +0200 |
commit | 175b775c36289cb206f50956f0056174bb335312 (patch) | |
tree | 6962173c6e85badf5c29a31b5420d2dac55b58f8 | |
parent | 7728d937ec403a1ceff9483023252d2cb8777f81 (diff) | |
download | linux-stable-4.19.253.tar.gz (sig) linux-stable-4.19.253.tar.bz2 (sig) linux-stable-4.19.253.zip |
Linux 4.19.253v4.19.253
Link: https://lore.kernel.org/r/20220719114518.915546280@linuxfoundation.org
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
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>
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 = 252 +SUBLEVEL = 253 EXTRAVERSION = NAME = "People's Front" |