From nobody Tue Apr 7 07:52:12 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2809FC4332F for ; Thu, 13 Oct 2022 21:50:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230272AbiJMVuK (ORCPT ); Thu, 13 Oct 2022 17:50:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37740 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229874AbiJMVtj (ORCPT ); Thu, 13 Oct 2022 17:49:39 -0400 Received: from mail-pl1-x633.google.com (mail-pl1-x633.google.com [IPv6:2607:f8b0:4864:20::633]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 629508E78B for ; Thu, 13 Oct 2022 14:49:13 -0700 (PDT) Received: by mail-pl1-x633.google.com with SMTP id l4so3004296plb.8 for ; Thu, 13 Oct 2022 14:49:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rivosinc-com.20210112.gappssmtp.com; s=20210112; h=to:from:cc:content-transfer-encoding:mime-version:message-id:date :subject:from:to:cc:subject:date:message-id:reply-to; bh=5x+e0kGznGYIc1lBTxzEAmXIbJeWo1iHQIPY8fnLHag=; b=0mBWLYAlyeQZAzYd9aLsjmDwL6zq0liKCzyVZwNRMKGuBMrLp/Ck9erOLWmXKdbhYD ols/nGEA7H58zzk9c5eV8TzNlsz8P4n1E5/Rbz/uSgeTlOmNkaFd3k7xh7bLaPaloSLS o57Msr1XadL9E8Fd/kzSCKiHWG1SB/57HlfCZ8I+I5j/5Mh6aeCfiiZ3g7Nlrb5qDjyM w0+IJ3F2HQt9Mx1tjrn0JBRjg6R63oSnpI3Fc/+CIzsvHuFF1oJm8EgyTQFeL24D8CPh iFM4VguN15D6bW+2Pl0xsQpIMd+Sp9sRh1lvMPIGmMlvP3Lm1R1EscAYsgcIh3Qey18c snwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:from:cc:content-transfer-encoding:mime-version:message-id:date :subject:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=5x+e0kGznGYIc1lBTxzEAmXIbJeWo1iHQIPY8fnLHag=; b=N5rl+m6D9UTLnTU/KnfTsEhoR/T3DJ95n3ojbzKVU1Hqt8IUOFZc6SYJvqeP3LvR4q JO/7aQZ36Z7EDQV+EkwiZVUAOs9ybW74gPEHzeIfoIVTr5W94cONPcnRgkvISHkrpPc8 7G+prw7KN/8cvz6icNLhATr72QgeLPAZR0fBZpCAyN1yc1InSLcEmMocWsi9fuirnRjR KKBH7s3aaZwj3KCFjMvYvICd+iaylTpOsKgsvRojhHyLi/SjYl9SkXj/5qOoGIjMttrd QiNN6J2kfuuROtGbAHRsxfS1MoHxJjYZTHwIK5yZ9C8Kw6Zt8AswOB4pGNZ8JhbbhB+y 5aSg== X-Gm-Message-State: ACrzQf0NP3FJmszswFYMKg8S05gl5RdAi4lGJOnmpkYRbgiRZ7KqjGDp nJ5Dlb8nMkzZkrgPTKazwrq2CsbTXon3IBdf X-Google-Smtp-Source: AMsMyM4zLbXgFjIuDY268Sco/RrtUbMjJZOAo4Ghadn1zxYD4ESurYvRL+wj010yF8IvrczajpTF4g== X-Received: by 2002:a17:902:820b:b0:185:b9a:8ac1 with SMTP id x11-20020a170902820b00b001850b9a8ac1mr1948346pln.111.1665697751971; Thu, 13 Oct 2022 14:49:11 -0700 (PDT) Received: from localhost ([50.221.140.188]) by smtp.gmail.com with ESMTPSA id l4-20020a170902d04400b00176a6ba5969sm314528pll.98.2022.10.13.14.49.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 13 Oct 2022 14:49:11 -0700 (PDT) Subject: [PATCH] MAINTAINERS: git://github -> https://github.com for kvm-riscv Date: Thu, 13 Oct 2022 14:46:38 -0700 Message-Id: <20221013214638.30974-1-palmer@rivosinc.com> X-Mailer: git-send-email 2.38.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Cc: linux-kernel@vger.kernel.org, Palmer Dabbelt , Conor Dooley From: Palmer Dabbelt To: anup@brainfault.org, kvm@vger.kernel.org, kvm-riscv@lists.infradead.org, linux-riscv@lists.infradead.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Github deprecated the git:// links about a year ago, so let's move to the https:// URLs instead. Reported-by: Conor Dooley Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/ Signed-off-by: Palmer Dabbelt Acked-by: Anup Patel --- I've split these up by github username so folks can take them independently, as some of these repos have been renamed at github and thus need more than just a sed to fix them. --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9a47bd58a330..d103b44fb40c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11156,7 +11156,7 @@ L: kvm@vger.kernel.org L: kvm-riscv@lists.infradead.org L: linux-riscv@lists.infradead.org S: Maintained -T: git git://github.com/kvm-riscv/linux.git +T: git https://github.com/kvm-riscv/linux.git F: arch/riscv/include/asm/kvm* F: arch/riscv/include/uapi/asm/kvm* F: arch/riscv/kvm/ --=20 2.38.0