diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-28 11:02:58 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-09-28 11:02:58 +0200 |
commit | 16d5f34aff8c24e1c6a72599bf6b9cf1fb5a51cd (patch) | |
tree | 864965eae76522597d09acdaf11ec25b58bea56a | |
parent | 66b955d30f8cf4949a590bf6ce7b264b5ab64dea (diff) | |
download | linux-stable-16d5f34aff8c24e1c6a72599bf6b9cf1fb5a51cd.tar.gz |
Linux 4.19.260v4.19.260
Link: https://lore.kernel.org/r/20220926100741.430882406@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Link: https://lore.kernel.org/r/20220926163538.084331103@linuxfoundation.org
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Jon Hunter <jonathanh@nvidia.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 = 259 +SUBLEVEL = 260 EXTRAVERSION = NAME = "People's Front" |