diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-23 09:13:30 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-23 09:13:30 +0100 |
commit | 9940314ebfc61cb7bc7fca4a0deed2f27fdefd11 (patch) | |
tree | eea9d815e0aedbc0797530064b05e08171740455 | |
parent | 37119edab8f41f0adbb4cddb5bde12301b0ec148 (diff) | |
download | linux-stable-9940314ebfc61cb7bc7fca4a0deed2f27fdefd11.tar.gz linux-stable-9940314ebfc61cb7bc7fca4a0deed2f27fdefd11.tar.bz2 linux-stable-9940314ebfc61cb7bc7fca4a0deed2f27fdefd11.zip |
Linux 5.10.108v5.10.108
Link: https://lore.kernel.org/r/20220321133219.643490199@linuxfoundation.org
Tested-by: Pavel Machek (CIP) <pavel@denx.de>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Fox Chen <foxhlchen@gmail.com>
Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Tested-by: Hulk Robot <hulkrobot@huawei.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 = 5 PATCHLEVEL = 10 -SUBLEVEL = 107 +SUBLEVEL = 108 EXTRAVERSION = NAME = Dare mighty things |