From fddd94f9c685a3cdc28372ceedc5d2d12b22058f Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 11 Jun 2021 14:19:59 +0800 Subject: [PATCH] Linux 4.19.194 Merge 56 patches from 4.19.194 stable branch (58 total) beside 2 already merged patches: 569496aa3776e ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed b5cd7f229609c sched/fair: Optimize select_idle_cpu Link: https://lore.kernel.org/r/20210608175932.263480586@linuxfoundation.org Tested-by: Shuah Khan Link: https://lore.kernel.org/r/20210609062858.532803536@linuxfoundation.org Tested-by: Jon Hunter Tested-by: Linux Kernel Functional Testing Tested-by: Jason Self Tested-by: Guenter Roeck Tested-by: Pavel Machek (CIP) Tested-by: Sudip Mukherjee 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 cb6cb3e9c9cc..c9bdd942d245 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 193 +SUBLEVEL = 194 EXTRAVERSION = NAME = "People's Front" -- GitLab