From fbea2d8318cbc4b82b935f4b7691be09ecf22a45 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 20 Sep 2019 16:50:10 +0800 Subject: [PATCH] Linux 4.19.74 Merge 48 patches from 4.19.74 stable branch (51 total) beside 3 already merged patches: 6e60900 KVM: x86: work around leak of uninitialized stack contents e1666bc driver core: Fix use-after-free and double free on glue directory 3622d62 rsi: fix a double free bug in rsi_91x_deinit() Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9748fa3704bc..3509e0c6e5ae 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 73 +SUBLEVEL = 74 EXTRAVERSION = NAME = "People's Front" -- GitLab