* [GIT PULL] Block fixes for 6.1-rc6
@ 2022-11-18 21:15 Jens Axboe
2022-11-18 22:04 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2022-11-18 21:15 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-block@vger.kernel.org
Hi Linus,
Here are some block fixes that should go into the 6.1 release:
- NVMe pull request via Christoph
- Two more bogus nid quirks (Bean Huo, Tiago Dias Ferreira)
- Memory leak fix in nvmet (Sagi Grimberg)
- Regression fix for block cgroups pinning the wrong blkcg, causing
leaks of cgroups and blkcgs (Chris)
- UAF fix for drbd setup error handling (Dan)
- Series fixing DMA alignment propagation in DM (Keith)
Please pull!
The following changes since commit df24560d058d11f02b7493bdfc553131ef60b23d:
Merge tag 'nvme-6.1-2022-11-10' of git://git.infradead.org/nvme into block-6.1 (2022-11-10 06:55:02 -0700)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/block-6.1-2022-11-18
for you to fetch changes up to 5c59789ce7ce994e1d9db1973a21f15481bd8513:
Merge tag 'nvme-6.1-2022-11-18' of git://git.infradead.org/nvme into block-6.1 (2022-11-18 07:47:54 -0700)
----------------------------------------------------------------
block-6.1-2022-11-18
----------------------------------------------------------------
Bean Huo (1):
nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron Nitro
Chris Mason (1):
blk-cgroup: properly pin the parent in blkcg_css_online
Dan Carpenter (1):
drbd: use after free in drbd_create_device()
Jens Axboe (1):
Merge tag 'nvme-6.1-2022-11-18' of git://git.infradead.org/nvme into block-6.1
Keith Busch (5):
block: make dma_alignment a stacking queue_limit
dm-crypt: provide dma_alignment limit in io_hints
block: make blk_set_default_limits() private
dm-integrity: set dma_alignment limit in io_hints
dm-log-writes: set dma_alignment limit in io_hints
Sagi Grimberg (1):
nvmet: fix a memory leak in nvmet_auth_set_key
Tiago Dias Ferreira (1):
nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000
block/blk-cgroup.c | 2 +-
block/blk-core.c | 1 -
block/blk-settings.c | 9 +++++----
block/blk.h | 1 +
drivers/block/drbd/drbd_main.c | 4 ++--
drivers/md/dm-crypt.c | 1 +
drivers/md/dm-integrity.c | 1 +
drivers/md/dm-log-writes.c | 1 +
drivers/nvme/host/pci.c | 4 ++++
drivers/nvme/target/auth.c | 2 ++
include/linux/blkdev.h | 16 ++++++++--------
11 files changed, 26 insertions(+), 16 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Block fixes for 6.1-rc6
2022-11-18 21:15 [GIT PULL] Block fixes for 6.1-rc6 Jens Axboe
@ 2022-11-18 22:04 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-11-18 22:04 UTC (permalink / raw)
To: Jens Axboe; +Cc: Linus Torvalds, linux-block@vger.kernel.org
The pull request you sent on Fri, 18 Nov 2022 14:15:40 -0700:
> git://git.kernel.dk/linux.git tags/block-6.1-2022-11-18
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f4408c3dfcbcc7669caa48786973e88635f3d5e8
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] Block fixes for 6.1-rc6
@ 2022-11-26 0:19 Jens Axboe
2022-11-26 2:25 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2022-11-26 0:19 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-block@vger.kernel.org
Hi Linus,
A few block fixes for this release:
- A few fixes for s390 sads (Stefan, Colin)
- Ensure that ublk doesn't reorder requests, as that can be problematic
on devices that need specific ordering (Ming)
- Fix a queue reference leak in disk allocation handling (Christoph)
Please pull!
The following changes since commit 5c59789ce7ce994e1d9db1973a21f15481bd8513:
Merge tag 'nvme-6.1-2022-11-18' of git://git.infradead.org/nvme into block-6.1 (2022-11-18 07:47:54 -0700)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/block-6.1-2022-11-25
for you to fetch changes up to 7d4a93176e0142ce16d23c849a47d5b00b856296:
ublk_drv: don't forward io commands in reserve order (2022-11-23 20:36:57 -0700)
----------------------------------------------------------------
block-6.1-2022-11-25
----------------------------------------------------------------
Christoph Hellwig (1):
blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failure
Colin Ian King (1):
s390/dasd: Fix spelling mistake "Ivalid" -> "Invalid"
Ming Lei (1):
ublk_drv: don't forward io commands in reserve order
Stefan Haberland (3):
s390/dasd: increase printing of debug data payload
s390/dasd: fix no record found for raw_track_access
s390/dasd: fix possible buffer overflow in copy_pair_show
block/blk-mq.c | 7 +++-
drivers/block/ublk_drv.c | 82 +++++++++++++++++++---------------------
drivers/s390/block/dasd_devmap.c | 2 +-
drivers/s390/block/dasd_eckd.c | 43 ++++++++++-----------
drivers/s390/block/dasd_ioctl.c | 2 +-
5 files changed, 67 insertions(+), 69 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Block fixes for 6.1-rc6
2022-11-26 0:19 Jens Axboe
@ 2022-11-26 2:25 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-11-26 2:25 UTC (permalink / raw)
To: Jens Axboe; +Cc: Linus Torvalds, linux-block@vger.kernel.org
The pull request you sent on Fri, 25 Nov 2022 17:19:05 -0700:
> git://git.kernel.dk/linux.git tags/block-6.1-2022-11-25
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/990f320031209ecfdb1bef33798970506d10dae8
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-11-26 2:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-18 21:15 [GIT PULL] Block fixes for 6.1-rc6 Jens Axboe
2022-11-18 22:04 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2022-11-26 0:19 Jens Axboe
2022-11-26 2:25 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).