The following commit has been merged into the perf/urgent branch of tip: Commit-ID: 213f323329f1567e09f85ddb54cfb80769340b50 Gitweb: https://git.kernel.org/tip/213f323329f1567e09f85ddb54cfb80769340b50 Author: Greg Kroah-Hartman <[email protected]> AuthorDate: Sat, 17 Oct 2020 08:31:22 +02:00 Committer: Greg Kroah-Hartman <[email protected]> CommitterDate: Sat, 17 Oct 2020 08:31:22 +02:00
Linux 5.9.1 Tested-by: Jeffrin Jose T <[email protected]> Tested-by: Jon Hunter <[email protected]> Tested-by: Linux Kernel Functional Testing <[email protected]> Tested-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51540b2..d600b38 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 5 PATCHLEVEL = 9 -SUBLEVEL = 0 +SUBLEVEL = 1 EXTRAVERSION = NAME = Kleptomaniac Octopus

