Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp582423ybh; Tue, 21 Jul 2020 02:51:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzV62x3sIzZcYfn3uH5/qx1Et7V6mo4INHWWJBZ7E03QWB9ZEJA0M1qBROxjLoYEBgb81YS X-Received: by 2002:aa7:d04e:: with SMTP id n14mr26083016edo.161.1595325081802; Tue, 21 Jul 2020 02:51:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595325081; cv=none; d=google.com; s=arc-20160816; b=p186+9Ypjb6dIa8/t58oZk3pBrc47joXpfqzXJmyVFyvatvWffkcU3pKnRm14bfbCu TB0vwzbgDuTyOeCFcdkhbaooFst7Dt9Imx9+WzhusqJ4a6s2RKHDamjUucAGsfcrYc48 AFNkLn8f4GV3rHwz2NrgLGvHV3TbfSx/jXl9eOsWi4m3WzTY1bZtSGbMJsM3kj8d+nYe bx2Hisupx9OC+GN+wfK5OU2CJazvRPWW2RfGg98bpJRlceaJhcdiYXjegXGT7PsUVS5f so1lRwMTFbRrI9lVMfudI3glWbqx8oXU4s5Div4U2qn2g6dNQmWFu7Ji7AU5qGIeSD+X jFww== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=RVZd4lx2DSWRYwgE/xGkl+E+cVnP5vJn4ZHVDzuxwME=; b=bBA+IZfKAjpHmoYt3a+mSDO1JdTDwgaVpL2ylRsGYeh4cVlB6lNTrM9RVqKy3Q+zhm NRvH2JssJ9E74D8Xdn3CU8Xwpst7Gxt7R3TMmtru98FGHhhRbymaFbMwP1dVkEvuLBWz WFoK4jnnH1i39Z8aL3D50Zm+8cwUtColyMsqJUHwyByFMDrf+2fLB3tchoB2kC1YwbnI N0COxpKYontB/nVu3ohZZwCmhGbMroW3cbxYRRpItgwQF53LI69RMm8hScRMDo15CdX1 PrTvmxIUSb0C/TL7mClkNksX22mGHvx1KLpcpFNUuhqQ8moxfioPa0mLH8i8AwEZJ6tU VLlw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p7si12767587ejy.206.2020.07.21.02.50.58; Tue, 21 Jul 2020 02:51:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728119AbgGUJuc (ORCPT + 99 others); Tue, 21 Jul 2020 05:50:32 -0400 Received: from mx2.suse.de ([195.135.220.15]:43112 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726109AbgGUJuc (ORCPT ); Tue, 21 Jul 2020 05:50:32 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 3B911AC12; Tue, 21 Jul 2020 09:50:37 +0000 (UTC) Date: Tue, 21 Jul 2020 11:50:29 +0200 From: Jean Delvare To: "Alexander A. Klimov" Cc: wsa@kernel.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH for v5.9] i2c: Replace HTTP links with HTTPS ones Message-ID: <20200721115029.5669984b@endymion> In-Reply-To: <20200719193553.61319-1-grandmaster@al2klimov.de> References: <20200719193553.61319-1-grandmaster@al2klimov.de> Organization: SUSE Linux X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alexander, On Sun, 19 Jul 2020 21:35:53 +0200, Alexander A. Klimov wrote: > Rationale: > Reduces attack surface on kernel devs opening the links for MITM > as HTTPS traffic is much harder to manipulate. > (...) > Documentation/i2c/busses/i2c-ali1535.rst | 2 +- > Documentation/i2c/busses/i2c-ali15x3.rst | 2 +- > Documentation/i2c/busses/i2c-piix4.rst | 4 ++-- > drivers/i2c/busses/i2c-ali1535.c | 2 +- > drivers/i2c/busses/i2c-ali15x3.c | 2 +- > 5 files changed, 6 insertions(+), 6 deletions(-) The diffstat above does not match the changes below (specifically i2c-piix4.rst is NOT modified by your actual patch). > diff --git a/Documentation/i2c/busses/i2c-ali1535.rst b/Documentation/i2c/busses/i2c-ali1535.rst > index 6941064730dc..3fe2bad63597 100644 > --- a/Documentation/i2c/busses/i2c-ali1535.rst > +++ b/Documentation/i2c/busses/i2c-ali1535.rst > @@ -28,7 +28,7 @@ Additionally, the sequencing of the SMBus transactions has been modified to > be more consistent with the sequencing recommended by the manufacturer and > observed through testing. These changes are reflected in this driver and > can be identified by comparing this driver to the i2c-ali15x3 driver. For > -an overview of these chips see http://www.acerlabs.com > +an overview of these chips see https://www.acerlabs.com > (...) A quick visit to this website shows that it is dead and useless. The closest thing nowadays would be https://www.ali.com.tw/ however as far as I know ALI sold their x86 chipset business to Nvidia in 2006. I couldn't find information about these old chipsets on either website though, so I believe that the best course of action would be to strip the links and surrounding sentences. I understand this is beyond the scope of your current project. Do you want me to take care of that? -- Jean Delvare SUSE L3 Support