All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 6.9-rc4
Date: Fri, 12 Apr 2024 10:48:20 -0600	[thread overview]
Message-ID: <6c52c906-677d-43de-b5bd-a0a213097de2@kernel.dk> (raw)

Hi Linus,

Some fixes for block storage that should go into the 6.9 kernel release:

- MD pull request via Song
	- UAF fix (Yu)

- Avoid out-of-bounds shift in blk-iocost (Rik)

- Fix for q->blkg_list corruption (Ming)

- Relax virt boundary mask/size segment checking (Ming)

Please pull!


The following changes since commit 9d0e8524204484702234e972a7e9f3015080987c:

  Merge tag 'nvme-6.9-2024-04-04' of git://git.infradead.org/nvme into block-6.9 (2024-04-04 13:23:21 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.9-20240412

for you to fetch changes up to 3ec4848913d695245716ea45ca4872d9dff097a5:

  block: fix that blk_time_get_ns() doesn't update time after schedule (2024-04-12 08:31:54 -0600)

----------------------------------------------------------------
block-6.9-20240412

----------------------------------------------------------------
Jens Axboe (1):
      Merge tag 'md-6.9-20240408' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.9

Ming Lei (2):
      block: fix q->blkg_list corruption during disk rebind
      block: allow device to have both virt_boundary_mask and max segment size

Rik van Riel (1):
      blk-iocost: avoid out of bounds shift

Yu Kuai (2):
      raid1: fix use-after-free for original bio in raid1_write_request()
      block: fix that blk_time_get_ns() doesn't update time after schedule

 block/blk-cgroup.c   |  9 ++++++---
 block/blk-cgroup.h   |  2 ++
 block/blk-core.c     |  3 +++
 block/blk-iocost.c   |  7 ++++---
 block/blk-settings.c | 16 ++++++----------
 drivers/md/raid1.c   |  2 +-
 6 files changed, 22 insertions(+), 17 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2024-04-12 16:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-12 16:48 Jens Axboe [this message]
2024-04-12 17:45 ` [GIT PULL] Block fixes for 6.9-rc4 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6c52c906-677d-43de-b5bd-a0a213097de2@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.