mbox series

[GIT,PULL] md-fixes 20231003

Message ID FC0B0CA1-11A6-4CA8-B0DD-27F884CCBC95@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-fixes 20231003 | expand

Pull-request

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

Message

Song Liu Oct. 3, 2023, 5:35 p.m. UTC
Hi Jens, 

Please consider pulling the following commit for md-fixes on top of your
block-6.6 branch. This change fixes an issue reported by Redhat. 

Thanks,
Song



The following changes since commit a578a25339aca38e23bb5af6e3fc6c2c51f0215c:

  block: fix kernel-doc for disk_force_media_change() (2023-09-26 00:43:34 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 2fd7b0f6d5ad655b1d947d3acdd82f687c31465e:

  md/raid5: release batch_last before waiting for another stripe_head (2023-10-03 08:53:09 -0700)

----------------------------------------------------------------
David Jeffery (1):
      md/raid5: release batch_last before waiting for another stripe_head

 drivers/md/raid5.c | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Jens Axboe Oct. 3, 2023, 6:27 p.m. UTC | #1
On 10/3/23 11:35 AM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following commit for md-fixes on top of your
> block-6.6 branch. This change fixes an issue reported by Redhat. 

Pulled, thanks.