From: Greg Kroah-Hartman gregkh@linuxfoundation.org
Merge 182 patches from 4.19.106 stable branch (185 total) beside 3 already merged patches: 0ef2661 x86/sysfb: Fix check for bad VRAM size d5e7ba4 ext4, jbd2: ensure panic when aborting with zero errno d61ce1d jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record
Signed-off-by: Yang Yingliang yangyingliang@huawei.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index eef7de6..c010fd4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 105 +SUBLEVEL = 106 EXTRAVERSION = NAME = "People's Front"