diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-06 14:56:56 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-01-06 14:56:56 +0100 |
commit | f5247949c0a9304ae43a895f29216a9d876f3919 (patch) | |
tree | 35cafa14b5c3b091647669cfa46689187761171b /Makefile | |
parent | 12d377b93eef28af70219fcc83eeb637a1ff6853 (diff) | |
download | linux-stable-f5247949c0a9304ae43a895f29216a9d876f3919.tar.gz linux-stable-f5247949c0a9304ae43a895f29216a9d876f3919.tar.bz2 linux-stable-f5247949c0a9304ae43a895f29216a9d876f3919.zip |
Linux 5.10.5v5.10.5
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Tested-by: Linux Kernel Functional Testing <lkft@linaro.org>
Tested-by: Jeffrin Jose T <jeffrin@rajagiritech.edu.in>
Tested-by: Shuah Khan <skhan@linuxfoundation.org>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20210104155708.800470590@linuxfoundation.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 = 4 +SUBLEVEL = 5 EXTRAVERSION = NAME = Kleptomaniac Octopus |