Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp790661ybt; Wed, 8 Jul 2020 11:44:50 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw8m0KFG8oC0qdyuuyu+flPIncspo0du/+dmScoFPfOYsYm8f2bAJQo/l3RciCUM9oUNbrM X-Received: by 2002:a50:cd1a:: with SMTP id z26mr70714214edi.120.1594233890382; Wed, 08 Jul 2020 11:44:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594233890; cv=none; d=google.com; s=arc-20160816; b=M3J1WLASLkNDLbbqF8tnoXyH0wnjayxyStncl/sk6Po29if/MmXvMjDmy7ETSUvzvs ZJB0c44fbZUQBsuygHb3MhE6lym5DQIZGpOxJVkFHg1jE+/H+tYBn8kpyHUmCdfWdgKt v/idAgLmFH/yRh0xyLRGt0iaYY0MlaRm/Na6TR7IlhpswYz9fI4DIi5HIoaWJi3Udlpk 3TE3pJ8KeHAcKyOXObJeYC7Lw+4qUl1ednSdL42cd3Duc+f2mN6NtW31X3BrI+mJl5+R kYVqiBBScizJf33AvkrdNd4Elr5hSmRGoTcXiO8sKt0QCfXT8TiWOGzyzM7uZ9fTMP2n 1Phg== 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=MblCNpf5zESRZVXHvCrtjDSoWqftx1uMxmS/hUf0YBo=; b=XHyt1TT4MBGl7NqZT8+K63gNPNB//bvdUDkzWPhpcOvGWmEomG4PjplnxMttwgMtZ/ D4wq6EIVL5/ocqdIVa3v4fTkUD4MrMetAlUU+q+5dmhHDvyXjdlFjwkSCVsDkeJTwpVx IRY1Y7y+uWYV5XafF4MIaOX69NnavrcBA/EvPDgWjCDEOjRluVaOzA9Wx/TPdzHblhW2 keCt4eCLx4LGZIvdoovq+x//GTquC047I2mT+HP2845WNOyzhrsI852MN/yW8DrfkcXo xA5/uNETZEMpDXG//71q6M2BugUNfx6KE0/AEUQQW1jw8/Go5MU2ksNcij/HSzN+eusN 7YaA== 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 ci26si337178ejc.715.2020.07.08.11.44.27; Wed, 08 Jul 2020 11:44:50 -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 S1726183AbgGHSmA (ORCPT + 99 others); Wed, 8 Jul 2020 14:42:00 -0400 Received: from smtp.al2klimov.de ([78.46.175.9]:38258 "EHLO smtp.al2klimov.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725937AbgGHSl7 (ORCPT ); Wed, 8 Jul 2020 14:41:59 -0400 Received: from authenticated-user (PRIMARY_HOSTNAME [PUBLIC_IP]) by smtp.al2klimov.de (Postfix) with ESMTPA id F22C1BC102; Wed, 8 Jul 2020 18:41:55 +0000 (UTC) Subject: Re: [PATCH] Replace HTTP links with HTTPS ones: USB MASS STORAGE DRIVER To: Greg KH Cc: stern@rowland.harvard.edu, linux-usb@vger.kernel.org, usb-storage@lists.one-eyed-alien.net, linux-kernel@vger.kernel.org, Jonathan Corbet , David Miller , Linus Torvalds References: <20200708095500.13694-1-grandmaster@al2klimov.de> <20200708103928.GC585606@kroah.com> From: "Alexander A. Klimov" Message-ID: <6b78a3fd-04b9-fc8e-b5c6-f03372a4cd31@al2klimov.de> Date: Wed, 8 Jul 2020 20:41:54 +0200 MIME-Version: 1.0 In-Reply-To: <20200708103928.GC585606@kroah.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit 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 08.07.20 um 12:39 schrieb Greg KH: > On Wed, Jul 08, 2020 at 11:55:00AM +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. >> >> Deterministic algorithm: >> For each file: >> If not .svg: >> For each line: >> If doesn't contain `\bxmlns\b`: >> For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: >> If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`: >> If both the HTTP and HTTPS versions >> return 200 OK and serve the same content: >> Replace HTTP with HTTPS. >> >> Signed-off-by: Alexander A. Klimov > > Your subject lines are very odd compared to all patches for this > subsystem, as well as all other kernel subsystems. Any reason you are > doing it this way and not the normal and standard method of: > USB: storage: replace http links with https > > That would look more uniform as well as not shout at anyone. > > thanks, > > greg k-h > Hi, I'm very sorry. As Torvalds has merged 93431e0607e5 and many of you devs (including big maintainers like David Miller) just applied this stuff, I assumed that's OK. And now I've rolled out tens of patches via shell loop... *sigh* As this is the third (I think) change request like this, I assume this rule applies to all subsystems – right? Best, AK