mbox series

[GIT,PULL] md-fixes 20231206

Message ID 8D537C9C-81AD-4906-8A8B-3F103D53C655@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-fixes 20231206 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-fixes-20231206

Message

Song Liu Dec. 6, 2023, 9:04 p.m. UTC
Hi Jens, 

Please consider pulling the following changes for md-fixes on top of your
block-6.7 branch. 

This set from Yu Kuai fixes issues around sync_work, which was introduced 
in 6.7 kernels. 

Thanks,
Song


The following changes since commit c467e97f079f0019870c314996fae952cc768e82:

  md/raid6: use valid sector values to determine if an I/O should wait on the reshape (2023-12-01 14:43:29 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-fixes-20231206

for you to fetch changes up to f52f5c71f3d4bb0992800139d2f35cf9f6f6e0ee:

  md: fix stopping sync thread (2023-12-06 12:44:00 -0800)

----------------------------------------------------------------
Yu Kuai (3):
      md: fix missing flush of sync_work
      md: don't leave 'MD_RECOVERY_FROZEN' in error path of md_set_readonly()
      md: fix stopping sync thread

 drivers/md/md.c | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------
 1 file changed, 50 insertions(+), 64 deletions(-)

Comments

Jens Axboe Dec. 6, 2023, 10:32 p.m. UTC | #1
On 12/6/23 2:04 PM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following changes for md-fixes on top of your
> block-6.7 branch. 
> 
> This set from Yu Kuai fixes issues around sync_work, which was introduced 
> in 6.7 kernels. 

Pulled, thanks.