From 8a478041b455a77fc73d79420314108f5f2c4d58 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 30 Apr 2021 14:26:09 +0800 Subject: [PATCH] Linux 4.19.189 Merge 59 patches from 4.19.189 stable branch (60 total) beside 1 already merged patches: 301084de76eb5 net/sctp: fix race condition in sctp_destroy_sock Tested-by: Pavel Machek (CIP) Tested-by: Jon Hunter Tested-by: Guenter Roeck Tested-by: Sudip Mukherjee Tested-by: Jason Self Tested-by: Shuah Khan Tested-by: Linux Kernel Functional Testing Tested-by: Hulk Robot Link: https://lore.kernel.org/r/20210426072820.568997499@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index def347a4f1ef..e79db430f9ea 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 188 +SUBLEVEL = 189 EXTRAVERSION = NAME = "People's Front" -- GitLab