From: Greg Kroah-Hartman gregkh@linuxfoundation.org
stable inclusion from linux-4.19.198 commit 4938296e03bd227e5020d63d418956fe52baf97c
--------------------------------
Merge 412 patches from 4.19.198 stable branch (421 total) beside 9 already merged patches: 97df16a8fa4d1 ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle eabe65197876e can: bcm: delay release of struct bcm_op after synchronize_rcu() acc7947439436 SUNRPC: Fix the batch tasks count wraparound. ba124fdcd12bf SUNRPC: Should wake up the privileged task firstly. 96a6185a9f096 block_dump: remove block_dump feature in mark_inode_dirty() 327e0b2c0c428 blk-wbt: introduce a new disable state to prevent false positive by rwb_enabled() 30cfe6a081b70 blk-wbt: make sure throttle is enabled properly b30af520403b5 bdi: Do not use freezable workqueue 8fbae4a1bdb5b dm btree remove: assign new_root only when removal succeeds
Link: https://lore.kernel.org/r/20210719144946.310399455@linuxfoundation.org Link: https://lore.kernel.org/r/20210719184335.198051502@linuxfoundation.org Tested-by: Pavel Machek (CIP) pavel@denx.de Tested-by: Shuah Khan skhan@linuxfoundation.org Tested-by: Jon Hunter jonathanh@nvidia.com Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk Tested-by: Hulk Robot hulkrobot@huawei.com 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 19e495f5b2e35..3f46d810cc3ce 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 VERSION = 4 PATCHLEVEL = 19 -SUBLEVEL = 197 +SUBLEVEL = 198 EXTRAVERSION = NAME = "People's Front"