mbox series

[GIT,PULL] md-6.8 20240109

Message ID 34CC54F8-1887-4DF2-A073-4E815510C3F1@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-6.8 20240109 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.8-20240109

Message

Song Liu Jan. 10, 2024, 12:29 a.m. UTC
Hi Jens, 

Please consider pulling the following changes for md-6.8 on top of your
for-6.8/block branch. These changes fixed two issues:

1. Sparse warning since v6.0, by Bart;
2. /proc/mdstat regression since v6.7, by Yu Kuai.

Thanks,
Song

PS: I am updating the branch names in the md tree. Instead of md-next 
and md-fixes, I will use version numbers in the branch name. For 
example, this PR is for 6.8, so the branch is md-6.8.




The following changes since commit 53889bcaf536b3abedeaf104019877cee37dd08b:

  block: make __get_task_ioprio() easier to read (2024-01-08 12:27:46 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.8-20240109

for you to fetch changes up to 7dab24554dedd4e6f408af8eb2d25c89997a6a1f:

  md/raid1: Use blk_opf_t for read and write operations (2024-01-09 15:14:01 -0800)

----------------------------------------------------------------
Bart Van Assche (1):
      md/raid1: Use blk_opf_t for read and write operations

Yu Kuai (1):
      md: Fix md_seq_ops() regressions

 drivers/md/md.c    | 40 +++++++++++++++++++++++++++-------------
 drivers/md/raid1.c | 12 ++++++------
 2 files changed, 33 insertions(+), 19 deletions(-)

Comments

Jens Axboe Jan. 10, 2024, 1:29 a.m. UTC | #1
On 1/9/24 5:29 PM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following changes for md-6.8 on top of your
> for-6.8/block branch. These changes fixed two issues:
> 
> 1. Sparse warning since v6.0, by Bart;
> 2. /proc/mdstat regression since v6.7, by Yu Kuai.

Pulled, thanks.