Re: [GIT PULL] Modules changes for v6.19-rc1

From: Linus Torvalds

Date: Sat Dec 06 2025 - 11:31:32 EST


On Thu, 4 Dec 2025 at 03:52, Daniel Gomez <da.gomez@xxxxxxxxxx> wrote:
> >
> > ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/modules/linux.git/ tags/modules-6.19-rc1
>
> I know the preference is to use git:// but my git config resolved to the above
> link.

I do automatic conversion from the private ssh address to the
externally visible git one for kernel.org addresses.

So when a maintainer sends me one of those "only available to
kernel.org accounts" links, my scripting will make it show up as the
public one instead.

I do that for visual consistency, but also so that people who _don't_
have an account can follow along at home.

Put another way: no worries. As long as you use the standard syntax,
it gets corrected for public use anyway.

Linus