mbox series

[v2,0/1] bcache fix for Linux v5.19 (3rd wave)

Message ID 20220528124550.32834-1-colyli@suse.de (mailing list archive)
Headers show
Series bcache fix for Linux v5.19 (3rd wave) | expand

Message

Coly Li May 28, 2022, 12:45 p.m. UTC
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(-)

Comments

Jens Axboe May 28, 2022, 12:48 p.m. UTC | #1
On Sat, 28 May 2022 20:45:49 +0800, Coly Li wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/1] bcache: avoid unnecessary soft lockup in kworker update_writeback_rate()
      commit: a1a2d8f0162b27e85e7ce0ae6a35c96a490e0559

Best regards,