diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-08-21 15:16:27 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-08-21 15:16:27 +0200 |
commit | 74ded189e5e4df83aaa1478f7a021f904105c8dc (patch) | |
tree | a920bc367664b315e8a40f16b212e84ea9e5f904 | |
parent | fb4e220e1b2bbe6b983ebe78fed5eae6ce31c1c2 (diff) | |
download | linux-stable-74ded189e5e4df83aaa1478f7a021f904105c8dc.tar.gz linux-stable-74ded189e5e4df83aaa1478f7a021f904105c8dc.tar.bz2 linux-stable-74ded189e5e4df83aaa1478f7a021f904105c8dc.zip |
Linux 5.10.137v5.10.137
Link: https://lore.kernel.org/r/20220819153829.135562864@linuxfoundation.org
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Rudi Heitbaum <rudi@heitbaum.com>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Link: https://lore.kernel.org/r/20220820182952.751374248@linuxfoundation.org
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 = 5 PATCHLEVEL = 10 -SUBLEVEL = 136 +SUBLEVEL = 137 EXTRAVERSION = NAME = Dare mighty things |