Linux Test Project
 help / color / mirror / Atom feed
From: Petr Vorel <pvorel@suse.cz>
To: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH 1/1] submodules: Move from git:// to https://
Date: Thu, 16 Jul 2026 12:58:46 +0200	[thread overview]
Message-ID: <20260716105846.GA263840@pevik> (raw)
In-Reply-To: <20260716105344.263649-1-pvorel@suse.cz>

Hi all,

> git:// protocol is insecure and unreliable. LTP package build times to
> times fails:

>     $ git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git
>     fatal: unable to connect to git.kernel.org:

Actually the problem is permanent:

git.kernel.org[0: 172.105.64.184]: errno=Connection refused
git.kernel.org[1: 2a01:7e01:e001:937:0:1991:8:25]: errno=Network is unreachable

We should merge this fix to get working modules.

Kind regards,
Petr

> Use https:// for all submodules (change for sparse and mce-test).

> Reported-by: Petr Cervinka <pcervinka@suse.com>
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
>  .gitmodules | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

> diff --git a/.gitmodules b/.gitmodules
> index a1ac4b1b87..3f36667a3a 100644
> --- a/.gitmodules
> +++ b/.gitmodules
> @@ -1,9 +1,9 @@
>  [submodule "testcases/kernel/mce-test"]
>  	path = testcases/kernel/mce-test
> -	url = git://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git
> +	url = https://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git
>  [submodule "tools/sparse/sparse-src"]
>  	path = tools/sparse/sparse-src
> -	url = git://git.kernel.org/pub/scm/devel/sparse/sparse.git
> +	url = https://git.kernel.org/pub/scm/devel/sparse/sparse.git
>  [submodule "tools/ltx/ltx-src"]
>  	path = tools/ltx/ltx-src
>  	url = https://github.com/linux-test-project/ltx.git

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

  reply	other threads:[~2026-07-16 10:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-16 10:53 [LTP] [PATCH 1/1] submodules: Move from git:// to https:// Petr Vorel
2026-07-16 10:58 ` Petr Vorel [this message]
2026-07-16 10:59 ` Andrea Cervesato via ltp
2026-07-16 11:04   ` Petr Vorel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260716105846.GA263840@pevik \
    --to=pvorel@suse.cz \
    --cc=ltp@lists.linux.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox