diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-11-14 10:18:45 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-11-14 10:18:45 -0800 |
| commit | d4f8cccc6230bd2f3aa28348a4c71f0dc3e89788 (patch) | |
| tree | df15a01dd0857909c438c31e0d8bfea2a9035614 | |
| parent | ac9f4f306d943c1c551280977ae5321167835088 (diff) | |
| parent | 8f05967b022d255412640670915475ac4cdc10e9 (diff) | |
Merge tag 'block-6.18-20251114' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxHEADmaster
Pull block fixlet from Jens Axboe:
"Been sitting on this one for a week or two, planning on sending it out
when there were other block changes for 6.18. But as that hasn't
materialized in the second week of sitting on it, let's flush it out.
A previous commit updated my git tree locations, but one was missed as
it was already set to the git.kernel.org one. But the git location swap
also renamed the actual tree from linux-block to just linux, let's get
that last one updated too"
* tag 'block-6.18-20251114' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux:
MAINTAINERS: correct git location for block layer tree
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8a4d9c0c7b8a..b25e655f4bb4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4399,7 +4399,7 @@ BLOCK LAYER M: Jens Axboe <axboe@kernel.dk> L: linux-block@vger.kernel.org S: Maintained -T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git F: Documentation/ABI/stable/sysfs-block F: Documentation/block/ F: block/ |
