* [GIT PULL] Block fixes for 6.18-rc1
@ 2025-10-10 13:27 Jens Axboe
2025-10-10 18:26 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2025-10-10 13:27 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-block@vger.kernel.org
Hi Linus,
Set of fixes for block that should go into the 6.18-rc1 kernel release.
This pull request contains:
- Don't include __GFP_NOWARN for loop worker allocation, as it already
uses GFP_NOWAIT which has __GFP_NOWARN set already.
- Small series cleaning up the recent bio_iov_iter_get_pages() changes.
- loop fix for leaking the backing reference file, if validation fails.
- Update of a comment pertaining to disk/partition stat locking.
Please pull!
The following changes since commit e1b1d03ceec343362524318c076b110066ffe305:
Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux (2025-10-02 10:16:56 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/block-6.18-20251009
for you to fetch changes up to 455281c0ef4e2cabdfe2e8b83fa6010d5210811c:
loop: remove redundant __GFP_NOWARN flag (2025-10-08 06:27:53 -0600)
----------------------------------------------------------------
block-6.18-20251009
----------------------------------------------------------------
Christoph Hellwig (4):
block: remove bio_iov_iter_get_pages
block: rename bio_iov_iter_get_pages_aligned to bio_iov_iter_get_pages
iomap: open code bio_iov_iter_get_bdev_pages
block: move bio_iov_iter_get_bdev_pages to block/fops.c
Li Chen (1):
loop: fix backing file reference leak on validation error
Pedro Demarchi Gomes (1):
loop: remove redundant __GFP_NOWARN flag
Tang Yizhou (1):
block: Update a comment of disk statistics
block/bio.c | 5 ++---
block/blk-map.c | 6 +++++-
block/fops.c | 13 ++++++++++---
drivers/block/loop.c | 10 +++++++---
fs/iomap/direct-io.c | 3 ++-
include/linux/bio.h | 7 +------
include/linux/blkdev.h | 7 -------
include/linux/part_stat.h | 4 ++--
8 files changed, 29 insertions(+), 26 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Block fixes for 6.18-rc1
2025-10-10 13:27 [GIT PULL] Block fixes for 6.18-rc1 Jens Axboe
@ 2025-10-10 18:26 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-10-10 18:26 UTC (permalink / raw)
To: Jens Axboe; +Cc: Linus Torvalds, linux-block@vger.kernel.org
The pull request you sent on Fri, 10 Oct 2025 07:27:22 -0600:
> https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git tags/block-6.18-20251009
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1b1391b9c4bfadcaeb89a87edf6c3520dd349e35
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-10 18:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-10 13:27 [GIT PULL] Block fixes for 6.18-rc1 Jens Axboe
2025-10-10 18:26 ` 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).