Hi Jens, This is the last bcache patch from me for Linux v5.19, which tries to avoid bogus soft lockup warning from the bcache writeback rate update kworker. Comparing to previous version, the only change in this version is to change BCH_WBRATE_UPDATE_RETRY_MAX to BCH_WBRATE_UPDATE_RETRY_MAX. This is only about naming change, no other thing touched. This patch is generated againt linux-block:for-5.19/drivers, the latest patch in the branch I see is commit 1243172d5894 ("nbd: use pr_err to output error message"). Thank you for the suggestion for a more clear and simple patch. Coly Li --- Coly Li (1): bcache: avoid unnecessary soft lockup in kworker update_writeback_rate() drivers/md/bcache/bcache.h | 7 +++++++ drivers/md/bcache/writeback.c | 31 +++++++++++++++++++++---------- 2 files changed, 28 insertions(+), 10 deletions(-) -- 2.35.3