From 7cd7e7c4e79f50b9cea56fe0b9bd013703095464 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 10 Oct 2019 10:13:56 +0800 Subject: [PATCH] Linux 4.19.78 Merge 105 patches from 4.19.78 stable branch (107 total) beside 2 already merged patches: 053d0ec tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations 5b400fe ext4: fix potential use after free after remounting with noblock_validity Signed-off-by: Yang Yingliang --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aeabc6459acc..440c5b5c4f4b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 77 +SUBLEVEL = 78 EXTRAVERSION = NAME = "People's Front" -- GitLab