diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-12-14 19:33:01 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-12-14 19:33:01 +0100 |
commit | 841fca5a32cccd7d0123c0271f4350161ada5507 (patch) | |
tree | 381ca09f351d1e51fab362b5c390e16670572e04 | |
parent | 26934c83005e75eab2b8d54d0fa5adbee4f27535 (diff) | |
download | linux-stable-841fca5a32cccd7d0123c0271f4350161ada5507.tar.gz linux-stable-841fca5a32cccd7d0123c0271f4350161ada5507.tar.bz2 linux-stable-841fca5a32cccd7d0123c0271f4350161ada5507.zip |
Linux 5.10.1v5.10.1
Link: https://lore.kernel.org/r/20201214170452.563016590@linuxfoundation.org
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 = 0 +SUBLEVEL = 1 EXTRAVERSION = NAME = Kleptomaniac Octopus |