Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp915606ybh; Tue, 21 Jul 2020 11:00:02 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxfmpl9FzIPInWHk2v/d1i+cg0WbZG/X1r5U83XksukIql4UekOy4PDl+enVsVGqiTd9N/b X-Received: by 2002:a17:906:40d3:: with SMTP id a19mr27438970ejk.474.1595354402322; Tue, 21 Jul 2020 11:00:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595354402; cv=none; d=google.com; s=arc-20160816; b=GnTNoXIZpWfLpvJLbYdByrZypmokTg+3Wmko8K8IfY0ygwiPhlAJLA+DiN2v674wl/ yEo4fhomksuxHK6VRMb4V1E8+yxJepdS9CxM++ZIZYPCuW+rXLkGep2OccSVpOKQWGMk WKbwCQ+CP0SMbAUVXeTI5i8PA3faAvoQ1M7yUC2gdUgIjZssebVVbsyzBnPf5ToW5zqp W6RQ/CbJ7Mj8z2n/giSLad81f0zNjOldK+9cyXeef8if0VJGFhw00ZQOF+svA385IR8H sJYkmOYD1i/2Uazk4/NwyzoecplR/rSp4wb3v1O/T3ZgDvWfs5Pq2hFq8f5etpkvPBua E22g== 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 :content-language:in-reply-to:mime-version:date:message-id:from :references:cc:to:subject; bh=UoFj42oe/Us78Q1MvezkiAhaeuqr9rmhfznCE91ZDHE=; b=E/C10WUHJp5xqjsfI75yo9KuefHfa1739zYOlYhvX7Y5FzZSql0BhijlJx9FY9XoMv iOg+xGNbvRzgzl+0NYEZaT9Fo7mgNACWr1GO//xGXBMMiUnhj0OBVzU+MYtN8uHw8kNa LSPwACMmfgXVG0/ObrUds/BxfszPcy3DfgiPhskqMPQMjb5a0sSA06kIBi9i5qMWxCtB qw3vXM7XbUdQNHP7IoL07+6xEJN7DEkLdB9u7+E/cHRDoXMz0q1BGIgw/hlLnuWEhSVD ZzN2H3Y2D4NWrIgO9dzZfWPDNWCU4U4E2DomW7oyj873+MhKCNCGtsuu8SmqpQsQGgxU P4Zg== 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 gu17si12757511ejb.132.2020.07.21.10.59.38; Tue, 21 Jul 2020 11:00:02 -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 S1729396AbgGUR4l (ORCPT + 99 others); Tue, 21 Jul 2020 13:56:41 -0400 Received: from smtp.al2klimov.de ([78.46.175.9]:33802 "EHLO smtp.al2klimov.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728387AbgGUR4k (ORCPT ); Tue, 21 Jul 2020 13:56:40 -0400 Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by smtp.al2klimov.de (Postfix) with ESMTPA id 506D6BC148; Tue, 21 Jul 2020 17:56:37 +0000 (UTC) Subject: Re: [PATCH for v5.9] i2c: Replace HTTP links with HTTPS ones To: Jean Delvare Cc: wsa@kernel.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org References: <20200719193553.61319-1-grandmaster@al2klimov.de> <20200721115029.5669984b@endymion> From: "Alexander A. Klimov" Message-ID: Date: Tue, 21 Jul 2020 19:56:36 +0200 MIME-Version: 1.0 In-Reply-To: <20200721115029.5669984b@endymion> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Authentication-Results: smtp.al2klimov.de; auth=pass smtp.auth=aklimov@al2klimov.de smtp.mailfrom=grandmaster@al2klimov.de X-Spamd-Bar: / Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 21.07.20 um 11:50 schrieb Jean Delvare: > 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). Yes, I've chosen "the easy way" of git commit --amend: Editing the patch file. I this a problem? > >> 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 don't agree with you. IMAO broken links should be archive.org-ed. I've added that to my todo list. > > I understand this is beyond the scope of your current project. Do you > want me to take care of that? >