diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-10-26 13:25:57 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-10-26 13:25:57 +0200 |
commit | a10a57a224f32035b58ef68b069f5b7491dd13e2 (patch) | |
tree | cf4d16387afa9af23bbe9b8fd7c500ee86a54b20 /Makefile | |
parent | 243c8f42ba107216ab9c903e0470cc417672ae33 (diff) | |
download | linux-stable-a10a57a224f32035b58ef68b069f5b7491dd13e2.tar.gz linux-stable-a10a57a224f32035b58ef68b069f5b7491dd13e2.tar.bz2 linux-stable-a10a57a224f32035b58ef68b069f5b7491dd13e2.zip |
Linux 5.10.150v5.10.150
Link: https://lore.kernel.org/r/20221024113022.510008560@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Slade Watkins <srw@sladewatkins.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
-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 = 149 +SUBLEVEL = 150 EXTRAVERSION = NAME = Dare mighty things |