From: Greg Kroah-Hartman gregkh@linuxfoundation.org
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 skhan@linuxfoundation.org Link: https://lore.kernel.org/r/20210609062858.532803536@linuxfoundation.org Tested-by: Jon Hunter jonathanh@nvidia.com Tested-by: Linux Kernel Functional Testing lkft@linaro.org Tested-by: Jason Self jason@bluehome.net Tested-by: Guenter Roeck linux@roeck-us.net Tested-by: Pavel Machek (CIP) pavel@denx.de Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk 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 cb6cb3e9c9cca..c9bdd942d245d 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"