diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-11-25 19:45:57 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-11-25 19:45:57 +0300 |
commit | 6d46ef50b123f2da3871690e619f5169eb97af92 (patch) | |
tree | 51b876d1391ea3313d7eaf6849f10e7212a9b3c1 | |
parent | 7be134eb691f6a54b267dbc321530ce0221a76b1 (diff) | |
download | linux-5.10.156.tar.xz (sig) |
Linux 5.10.156v5.10.156
Link: https://lore.kernel.org/r/20221123084557.945845710@linuxfoundation.org
Tested-by: Rudi Heitbaum <rudi@heitbaum.com>
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Salvatore Bonaccorso <carnil@debian.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 = 155 +SUBLEVEL = 156 EXTRAVERSION = NAME = Dare mighty things |