From 05a9949883898cc255af3d2616ade748cc8b958c Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 18 Mar 2021 14:35:13 +0800 Subject: [PATCH] Linux 4.19.178 Merge 244 patches from 4.19.178 stable branch (248 total) beside 4 already merged patches: 7f1ba7ee94ad1 block: add helper for checking if queue is registered fa137b50f3264 block: split .sysfs_lock into two locks 6c63a7be2b11b block: fix race between switching elevator and removing queues ee3d84e67d013 block: don't release queue's sysfs lock during switching elevator Tested-by: Jon Hunter Tested-by: Pavel Machek (CIP) Tested-by: Shuah Khan Tested-by: Hulk Robot Tested-by: Linux Kernel Functional Testing Tested-by: Guenter Roeck Tested-by: Jason Self Link: https://lore.kernel.org/r/20210301193544.489324430@linuxfoundation.org Link: https://lore.kernel.org/r/20210302122300.309814713@linuxfoundation.org Link: https://lore.kernel.org/r/20210301161031.684018251@linuxfoundation.org Link: https://lore.kernel.org/r/20210302192550.512870321@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman Signed-off-by: Zheng Zengkai --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 74b9258e7d2c..6787efa2edc9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 177 +SUBLEVEL = 178 EXTRAVERSION = NAME = "People's Front" -- GitLab