diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-05 12:40:34 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-01-05 12:40:34 +0100 |
commit | d3e491a20d152e5fba6c02a38916d63f982d98a5 (patch) | |
tree | 71e02e93451b5be232ac16012fbe43843bfadd20 /Makefile | |
parent | 8c15bfb36a442d63aec74a3379cb7a197f3e5f99 (diff) | |
download | linux-stable-d3e491a20d152e5fba6c02a38916d63f982d98a5.tar.gz linux-stable-d3e491a20d152e5fba6c02a38916d63f982d98a5.tar.bz2 linux-stable-d3e491a20d152e5fba6c02a38916d63f982d98a5.zip |
Linux 5.10.90v5.10.90
Link: https://lore.kernel.org/r/20220103142053.466768714@linuxfoundation.org
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20220104073841.681360658@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.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: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
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 = 89 +SUBLEVEL = 90 EXTRAVERSION = NAME = Dare mighty things |