diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-16 13:18:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-06-16 13:18:53 +0200 |
commit | 3d9449ed4b0f528779125fe56a4dd17266e3178c (patch) | |
tree | 9e0a42d71568929d27a2e75dc92b38784d34f15d | |
parent | 0255c936bfaa1887f7043b995f1c9e1049bb25f1 (diff) | |
download | linux-stable-3d9449ed4b0f528779125fe56a4dd17266e3178c.tar.gz linux-stable-3d9449ed4b0f528779125fe56a4dd17266e3178c.tar.bz2 linux-stable-3d9449ed4b0f528779125fe56a4dd17266e3178c.zip |
Linux 4.19.248v4.19.248
Link: https://lore.kernel.org/r/20220614183720.928818645@linuxfoundation.org
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Hulk Robot <hulkrobot@huawei.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
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 = 247 +SUBLEVEL = 248 EXTRAVERSION = NAME = "People's Front" |