From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 168 patches from 4.19.140 stable branch (169 total) beside 1 already merged patches: 38de4308c5c3 cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone()
Tested-by: Shuah Khan skhan@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman gregkh@linuxfoundation.org Signed-off-by: Yang Yingliang yangyingliang@huawei.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index f6012170995eb..c5ee1c10a39c8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 139 +SUBLEVEL = 140 EXTRAVERSION = NAME = "People's Front"