mbox series

[GIT,PULL] md-fixes 20230914

Message ID 2294B0D1-4352-4BA4-A070-2625847A1547@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-fixes 20230914 | expand

Pull-request

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

Message

Song Liu Sept. 14, 2023, 6:13 p.m. UTC
Hi Jens, 

Please consider pulling the following changes for md-fixes on top of your
block-6.6 branch. These commits fix a bugzilla report [1] and some recent
issues in 6.5 and 6.6. 

Thanks,
Song

[1] https://bugzilla.kernel.org/show_bug.cgi?id=217798



The following changes since commit 4b9c2edaf7282d60e069551b4b28abc2932cd3e3:

  drbd: swap bvec_set_page len and offset (2023-09-06 07:33:03 -0600)

are available in the Git repository at:

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

for you to fetch changes up to c8870379a21fbd9ad14ca36204ccfbe9d25def43:

  md: Put the right device in md_seq_next (2023-09-14 10:13:11 -0700)

----------------------------------------------------------------
Mariusz Tkaczyk (1):
      md: Put the right device in md_seq_next

Nigel Croxon (1):
      md/raid1: fix error: ISO C90 forbids mixed declarations

Yu Kuai (2):
      md: don't dereference mddev after export_rdev()
      md: fix warning for holder mismatch from export_rdev()

 drivers/md/md.c    | 23 ++++++++++++++++-------
 drivers/md/md.h    |  3 +++
 drivers/md/raid1.c |  3 +--
 3 files changed, 20 insertions(+), 9 deletions(-)

Comments

Jens Axboe Sept. 14, 2023, 6:32 p.m. UTC | #1
On 9/14/23 12:13 PM, Song Liu wrote:
> 
> Hi Jens, 
> 
> Please consider pulling the following changes for md-fixes on top of your
> block-6.6 branch. These commits fix a bugzilla report [1] and some recent
> issues in 6.5 and 6.6. 

Pulled, thanks.