mbox series

[GIT,PULL] md-next 20230208

Message ID 4A5C845C-0EF7-42F8-9804-8C719F2DEADC@fb.com (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] md-next 20230208 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next

Message

Song Liu Feb. 8, 2023, 11:54 p.m. UTC
Hi Jens,

Please consider pulling the following change for md-next on top of your 
for-6.3/block branch. 

This commit fixes a rare crash during the takeover process. 

Thanks,
Song


The following changes since commit 0abe39dec065133e3f92a52219c3728fe7d7617f:

  block: ublk: improve handling device deletion (2023-02-07 18:53:51 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next

for you to fetch changes up to 76fed01420bb8b0e282745a4945925b25751d42b:

  md: account io_acct_set usage with active_io (2023-02-08 15:46:57 -0800)

----------------------------------------------------------------
Xiao Ni (1):
      md: account io_acct_set usage with active_io

 drivers/md/md.c | 6 ++++++
 drivers/md/md.h | 7 ++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

Comments

Jens Axboe Feb. 9, 2023, midnight UTC | #1
On 2/8/23 4:54 PM, Song Liu wrote:
> Hi Jens,
> 
> Please consider pulling the following change for md-next on top of your 
> for-6.3/block branch. 
> 
> This commit fixes a rare crash during the takeover process. 

Pulled, thanks.