diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-16 18:13:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-16 18:13:01 +0200 |
commit | 4e5e7fa94ee0ff378b268679d51feb1fd2a04756 (patch) | |
tree | dc9b8cd32d0ef0243c58989fbd6876d0c1b42faf | |
parent | 595500b268effbf201a0307ff23e7a51a5ebd1a0 (diff) | |
download | linux-stable-4e5e7fa94ee0ff378b268679d51feb1fd2a04756.tar.gz linux-stable-4e5e7fa94ee0ff378b268679d51feb1fd2a04756.tar.bz2 linux-stable-4e5e7fa94ee0ff378b268679d51feb1fd2a04756.zip |
Linux 4.19.292v4.19.292
Link: https://lore.kernel.org/r/20230813211703.915807095@linuxfoundation.org
Tested-by: Thierry Reding <treding@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.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 = 291 +SUBLEVEL = 292 EXTRAVERSION = NAME = "People's Front" |