diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-01 17:25:48 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-01 17:25:48 +0100 |
commit | f255ac9e8776ffe10c6b31a27bb438debca85a81 (patch) | |
tree | 9014925912d18f95a9e4d9c6c2e826d17ace5342 /Makefile | |
parent | b43e9d2f6fc771612bb5ec98af5b39195c0ce233 (diff) | |
download | linux-stable-f255ac9e8776ffe10c6b31a27bb438debca85a81.tar.gz linux-stable-f255ac9e8776ffe10c6b31a27bb438debca85a81.tar.bz2 linux-stable-f255ac9e8776ffe10c6b31a27bb438debca85a81.zip |
Linux 5.10.96v5.10.96
Link: https://lore.kernel.org/r/20220131105220.424085452@linuxfoundation.org
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Salvatore Bonaccorso <carnil@debian.org>
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
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 = 95 +SUBLEVEL = 96 EXTRAVERSION = NAME = Dare mighty things |