* [PATCH] MAINTAINERS: update io_uring and block tree git trees
@ 2025-09-23 11:20 Jens Axboe
2025-11-03 11:12 ` John Garry
0 siblings, 1 reply; 5+ messages in thread
From: Jens Axboe @ 2025-09-23 11:20 UTC (permalink / raw)
To: linux-block@vger.kernel.org
Move to using the git.kernel.org trees as the canonical trees for both
the block and io_uring tree.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
---
diff --git a/MAINTAINERS b/MAINTAINERS
index b47daf498a97..60d29ff64a55 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6224,7 +6224,7 @@ M: Josef Bacik <josef@toxicpanda.com>
M: Jens Axboe <axboe@kernel.dk>
L: cgroups@vger.kernel.org
L: linux-block@vger.kernel.org
-T: git git://git.kernel.dk/linux-block
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git
F: Documentation/admin-guide/cgroup-v1/blkio-controller.rst
F: block/bfq-cgroup.c
F: block/blk-cgroup.c
@@ -12860,8 +12860,8 @@ IO_URING
M: Jens Axboe <axboe@kernel.dk>
L: io-uring@vger.kernel.org
S: Maintained
-T: git git://git.kernel.dk/linux-block
-T: git git://git.kernel.dk/liburing
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git
F: include/linux/io_uring/
F: include/linux/io_uring.h
F: include/linux/io_uring_types.h
--
Jens Axboe
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: update io_uring and block tree git trees
2025-09-23 11:20 [PATCH] MAINTAINERS: update io_uring and block tree git trees Jens Axboe
@ 2025-11-03 11:12 ` John Garry
2025-11-03 15:11 ` Jens Axboe
0 siblings, 1 reply; 5+ messages in thread
From: John Garry @ 2025-11-03 11:12 UTC (permalink / raw)
To: Jens Axboe, linux-block@vger.kernel.org
On 23/09/2025 12:20, Jens Axboe wrote:
> Move to using the git.kernel.org trees as the canonical trees for both
> the block and io_uring tree.
>
> Signed-off-by: Jens Axboe <axboe@kernel.dk>
>
Hi Jens,
Were you also supposed to update the tree for "BLOCK LAYER"? I think
that previously it was
git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git (as
that it what my .git/configs entries have), and now it seems to be
git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git
Thanks,
John
> ---
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b47daf498a97..60d29ff64a55 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6224,7 +6224,7 @@ M: Josef Bacik <josef@toxicpanda.com>
> M: Jens Axboe <axboe@kernel.dk>
> L: cgroups@vger.kernel.org
> L: linux-block@vger.kernel.org
> -T: git git://git.kernel.dk/linux-block
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git
> F: Documentation/admin-guide/cgroup-v1/blkio-controller.rst
> F: block/bfq-cgroup.c
> F: block/blk-cgroup.c
> @@ -12860,8 +12860,8 @@ IO_URING
> M: Jens Axboe <axboe@kernel.dk>
> L: io-uring@vger.kernel.org
> S: Maintained
> -T: git git://git.kernel.dk/linux-block
> -T: git git://git.kernel.dk/liburing
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git
> F: include/linux/io_uring/
> F: include/linux/io_uring.h
> F: include/linux/io_uring_types.h
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: update io_uring and block tree git trees
2025-11-03 11:12 ` John Garry
@ 2025-11-03 15:11 ` Jens Axboe
2025-11-03 15:29 ` John Garry
0 siblings, 1 reply; 5+ messages in thread
From: Jens Axboe @ 2025-11-03 15:11 UTC (permalink / raw)
To: John Garry, linux-block@vger.kernel.org
On 11/3/25 4:12 AM, John Garry wrote:
> On 23/09/2025 12:20, Jens Axboe wrote:
>> Move to using the git.kernel.org trees as the canonical trees for both
>> the block and io_uring tree.
>>
>> Signed-off-by: Jens Axboe <axboe@kernel.dk>
>>
>
> Hi Jens,
>
> Were you also supposed to update the tree for "BLOCK LAYER"? I think
Yep, as per subject, "update io_uring and block git trees"
> that previously it was
> git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
> (as that it what my .git/configs entries have), and now it seems to be
> git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git
linux-block is somewhat of a relic, since io_uring was managed in the
same tree. That's why the block part was dropped, as both block and
io_uring have development and fixes branches in that same tree.
--
Jens Axboe
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: update io_uring and block tree git trees
2025-11-03 15:11 ` Jens Axboe
@ 2025-11-03 15:29 ` John Garry
2025-11-03 15:48 ` Jens Axboe
0 siblings, 1 reply; 5+ messages in thread
From: John Garry @ 2025-11-03 15:29 UTC (permalink / raw)
To: Jens Axboe, linux-block@vger.kernel.org
On 03/11/2025 15:11, Jens Axboe wrote:
>> Were you also supposed to update the tree for "BLOCK LAYER"? I think
> Yep, as per subject, "update io_uring and block git trees"
>
>> that previously it was
>> git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
>> (as that it what my .git/configs entries have), and now it seems to be
>> git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git
> linux-block is somewhat of a relic, since io_uring was managed in the
> same tree. That's why the block part was dropped, as both block and
> io_uring have development and fixes branches in that same tree.
ok, so then I would expect that this further change is required:
diff --git a/MAINTAINERS b/MAINTAINERS
index 545a4776795e..0f7c7388bd62 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4393,7 +4393,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/
Thanks,
John
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: update io_uring and block tree git trees
2025-11-03 15:29 ` John Garry
@ 2025-11-03 15:48 ` Jens Axboe
0 siblings, 0 replies; 5+ messages in thread
From: Jens Axboe @ 2025-11-03 15:48 UTC (permalink / raw)
To: John Garry, linux-block@vger.kernel.org
On 11/3/25 8:29 AM, John Garry wrote:
> On 03/11/2025 15:11, Jens Axboe wrote:
>>> Were you also supposed to update the tree for "BLOCK LAYER"? I think
>> Yep, as per subject, "update io_uring and block git trees"
>>
>>> that previously it was
>>> git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
>>> (as that it what my .git/configs entries have), and now it seems to be
>>> git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux.git
>> linux-block is somewhat of a relic, since io_uring was managed in the
>> same tree. That's why the block part was dropped, as both block and
>> io_uring have development and fixes branches in that same tree.
>
> ok, so then I would expect that this further change is required:
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 545a4776795e..0f7c7388bd62 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4393,7 +4393,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/
Indeed, looks like that one was missed, as it already used a kernel.org git
location.
--
Jens Axboe
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-11-03 15:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-23 11:20 [PATCH] MAINTAINERS: update io_uring and block tree git trees Jens Axboe
2025-11-03 11:12 ` John Garry
2025-11-03 15:11 ` Jens Axboe
2025-11-03 15:29 ` John Garry
2025-11-03 15:48 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox