Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp926339ybt; Wed, 8 Jul 2020 15:33:03 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzntinnRcshy4EF55jbP1Plg4qy4g0kjGR59RDYNQ4URnjsivHoTcqlefgyLgs0XsuoodZ0 X-Received: by 2002:a05:6402:2211:: with SMTP id cq17mr44594881edb.95.1594247583481; Wed, 08 Jul 2020 15:33:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594247583; cv=none; d=google.com; s=arc-20160816; b=MqNJgKkFPMZzh1Fy0/I4KdK8BCXSvj91p3aBKUeffhgOIwDjg0PvSKUuXdQ8zkUYW5 Msi+mhR4cAA4mlpRZyXjavx0KGZ258OK/ufEdCh6F8yc5Ds/5Wa7uy+HSp0Smu49eogk mE7Z8mysxyDyVEviY6lyQ1d0q2xcQqrgWiIMLlGTvu/e1AUsL8hRqgCHumhyTpcRjsDN v9Rdes9SCp81xNvLWaK83pTgzlTA3spYO1CyMouIZidK9kyYZ/7Fjn52SvvoVTwNaJyI lgrExGpK3A7A6/ve67Pm54w7hTm9OJeevfAhH/FYrfApqAFZYvLi7WP/di3VSlHgtTMd polQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=+BjUEyVtLf6PY3wN68c1zq+LhNCiSqP2MUkR2LKxdGg=; b=SxGP0+SRIxqOid3Q7HTF3ur2PrnbRzLSeH7AOYB8/lP8NdmCeZlMtlj4puNL9LlKmL 1eweKObOGyjcySGhZo19/0YU0FwQOCkxTgsTQAFL+GNpEjhXP44Vr6E3mOehR9d1cb1Z sz93rfxXNiGqYbMCE1z4avrFTlAFqxg8KLaTgg2coMvwKxwO8ar6thiZ0glQkqK0bnfU WsNG1QttwqimHTEr0PN44PQXlf2WkA8uJWxi28RfZZYwWsRJlIQuhXRuLrfnnFTnJ2yG nABghd8hs/GXYhBFfVmWlrzYK4xuHuCE5ugKnyNkLVzfVaS7Jx9HKBLTuIjKhVb0eaxB 1p+Q== 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 d25si693030eja.521.2020.07.08.15.32.39; Wed, 08 Jul 2020 15:33:03 -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 S1726211AbgGHWcW (ORCPT + 99 others); Wed, 8 Jul 2020 18:32:22 -0400 Received: from iodev.co.uk ([193.29.56.124]:35192 "EHLO iodev.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725903AbgGHWcW (ORCPT ); Wed, 8 Jul 2020 18:32:22 -0400 X-Greylist: delayed 327 seconds by postgrey-1.27 at vger.kernel.org; Wed, 08 Jul 2020 18:32:21 EDT Date: Thu, 9 Jul 2020 00:28:20 +0200 From: Ismael Luceno To: "Alexander A. Klimov" Cc: maintainers@bluecherrydvr.com, anton@corp.bluecherry.net, andrey.utkin@corp.bluecherry.net, mchehab@kernel.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Replace HTTP links with HTTPS ones: SOFTLOGIC 6x10 MPEG CODEC Message-ID: <20200708222820.GB4815@abuya> References: <20200708062420.12047-1-grandmaster@al2klimov.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200708062420.12047-1-grandmaster@al2klimov.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/Jul/2020 08:24, 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 > --- > Continuing my work started at 93431e0607e5. > See also: git log --oneline '--author=Alexander A. Klimov ' v5.7..master > (Actually letting a shell for loop submit all this stuff for me.) > > If there are any URLs to be removed completely or at least not HTTPSified: > Just clearly say so and I'll *undo my change*. > See also: https://lkml.org/lkml/2020/6/27/64 > > If there are any valid, but yet not changed URLs: > See: https://lkml.org/lkml/2020/6/26/837 > > If you apply the patch, please let me know. > > > drivers/media/pci/solo6x10/solo6x10-core.c | 2 +- > drivers/media/pci/solo6x10/solo6x10-disp.c | 2 +- > drivers/media/pci/solo6x10/solo6x10-eeprom.c | 2 +- > drivers/media/pci/solo6x10/solo6x10-enc.c | 2 +- > drivers/media/pci/solo6x10/solo6x10-g723.c | 2 +- > drivers/media/pci/solo6x10/solo6x10-gpio.c | 2 +- > drivers/media/pci/solo6x10/solo6x10-i2c.c | 2 +- > drivers/media/pci/solo6x10/solo6x10-jpeg.h | 2 +- > drivers/media/pci/solo6x10/solo6x10-offsets.h | 2 +- > drivers/media/pci/solo6x10/solo6x10-p2m.c | 2 +- > drivers/media/pci/solo6x10/solo6x10-regs.h | 2 +- > drivers/media/pci/solo6x10/solo6x10-tw28.c | 2 +- > drivers/media/pci/solo6x10/solo6x10-tw28.h | 2 +- > drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c | 2 +- > drivers/media/pci/solo6x10/solo6x10-v4l2.c | 2 +- > drivers/media/pci/solo6x10/solo6x10.h | 2 +- > 16 files changed, 16 insertions(+), 16 deletions(-) > > diff --git a/drivers/media/pci/solo6x10/solo6x10-core.c b/drivers/media/pci/solo6x10/solo6x10-core.c > index 6e1ba4846ea4..c6e0090f27e8 100644 > --- a/drivers/media/pci/solo6x10/solo6x10-core.c > +++ b/drivers/media/pci/solo6x10/solo6x10-core.c > @@ -1,6 +1,6 @@ > // SPDX-License-Identifier: GPL-2.0-or-later > /* > - * Copyright (C) 2010-2013 Bluecherry, LLC > + * Copyright (C) 2010-2013 Bluecherry, LLC > * > * Original author: > * Ben Collins > diff --git a/drivers/media/pci/solo6x10/solo6x10-disp.c b/drivers/media/pci/solo6x10/solo6x10-disp.c > index 4e28bf927de5..ad98ca7fb98b 100644 > --- a/drivers/media/pci/solo6x10/solo6x10-disp.c > +++ b/drivers/media/pci/solo6x10/solo6x10-disp.c > @@ -1,6 +1,6 @@ > // SPDX-License-Identifier: GPL-2.0-or-later > /* > - * Copyright (C) 2010-2013 Bluecherry, LLC > + * Copyright (C) 2010-2013 Bluecherry, LLC > * > * Original author: > * Ben Collins > diff --git a/drivers/media/pci/solo6x10/solo6x10-eeprom.c b/drivers/media/pci/solo6x10/solo6x10-eeprom.c > index 9aba64395a6b..0d864b8ca0ab 100644 > --- a/drivers/media/pci/solo6x10/solo6x10-eeprom.c > +++ b/drivers/media/pci/solo6x10/solo6x10-eeprom.c > @@ -1,6 +1,6 @@ > // SPDX-License-Identifier: GPL-2.0-or-later > /* > - * Copyright (C) 2010-2013 Bluecherry, LLC > + * Copyright (C) 2010-2013 Bluecherry, LLC > * > * Original author: > * Ben Collins > diff --git a/drivers/media/pci/solo6x10/solo6x10-enc.c b/drivers/media/pci/solo6x10/solo6x10-enc.c > index a9c56897f7bc..14a1d51cfad4 100644 > --- a/drivers/media/pci/solo6x10/solo6x10-enc.c > +++ b/drivers/media/pci/solo6x10/solo6x10-enc.c > @@ -1,6 +1,6 @@ > // SPDX-License-Identifier: GPL-2.0-or-later > /* > - * Copyright (C) 2010-2013 Bluecherry, LLC > + * Copyright (C) 2010-2013 Bluecherry, LLC > * > * Original author: > * Ben Collins > diff --git a/drivers/media/pci/solo6x10/solo6x10-g723.c b/drivers/media/pci/solo6x10/solo6x10-g723.c > index d6d16e8fd997..906ce86437ae 100644 > --- a/drivers/media/pci/solo6x10/solo6x10-g723.c > +++ b/drivers/media/pci/solo6x10/solo6x10-g723.c > @@ -1,6 +1,6 @@ > // SPDX-License-Identifier: GPL-2.0-or-later > /* > - * Copyright (C) 2010-2013 Bluecherry, LLC > + * Copyright (C) 2010-2013 Bluecherry, LLC > * > * Original author: > * Ben Collins > diff --git a/drivers/media/pci/solo6x10/solo6x10-gpio.c b/drivers/media/pci/solo6x10/solo6x10-gpio.c > index 526d67cf9942..084c30760e45 100644 > --- a/drivers/media/pci/solo6x10/solo6x10-gpio.c > +++ b/drivers/media/pci/solo6x10/solo6x10-gpio.c > @@ -1,6 +1,6 @@ > // SPDX-License-Identifier: GPL-2.0-or-later > /* > - * Copyright (C) 2010-2013 Bluecherry, LLC > + * Copyright (C) 2010-2013 Bluecherry, LLC > * > * Original author: > * Ben Collins > diff --git a/drivers/media/pci/solo6x10/solo6x10-i2c.c b/drivers/media/pci/solo6x10/solo6x10-i2c.c > index df1e3f2e9c05..f86f12fa6350 100644 > --- a/drivers/media/pci/solo6x10/solo6x10-i2c.c > +++ b/drivers/media/pci/solo6x10/solo6x10-i2c.c > @@ -1,6 +1,6 @@ > // SPDX-License-Identifier: GPL-2.0-or-later > /* > - * Copyright (C) 2010-2013 Bluecherry, LLC > + * Copyright (C) 2010-2013 Bluecherry, LLC > * > * Original author: > * Ben Collins > diff --git a/drivers/media/pci/solo6x10/solo6x10-jpeg.h b/drivers/media/pci/solo6x10/solo6x10-jpeg.h > index e35aad16ad33..e212f4828c09 100644 > --- a/drivers/media/pci/solo6x10/solo6x10-jpeg.h > +++ b/drivers/media/pci/solo6x10/solo6x10-jpeg.h > @@ -1,6 +1,6 @@ > /* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > - * Copyright (C) 2010-2013 Bluecherry, LLC > + * Copyright (C) 2010-2013 Bluecherry, LLC > * > * Original author: > * Ben Collins > diff --git a/drivers/media/pci/solo6x10/solo6x10-offsets.h b/drivers/media/pci/solo6x10/solo6x10-offsets.h > index e3ae6a02dbb9..f414ee1316f2 100644 > --- a/drivers/media/pci/solo6x10/solo6x10-offsets.h > +++ b/drivers/media/pci/solo6x10/solo6x10-offsets.h > @@ -1,6 +1,6 @@ > /* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > - * Copyright (C) 2010-2013 Bluecherry, LLC > + * Copyright (C) 2010-2013 Bluecherry, LLC > * > * Original author: > * Ben Collins > diff --git a/drivers/media/pci/solo6x10/solo6x10-p2m.c b/drivers/media/pci/solo6x10/solo6x10-p2m.c > index e2816e2629f8..db2afc6a5fcb 100644 > --- a/drivers/media/pci/solo6x10/solo6x10-p2m.c > +++ b/drivers/media/pci/solo6x10/solo6x10-p2m.c > @@ -1,6 +1,6 @@ > // SPDX-License-Identifier: GPL-2.0-or-later > /* > - * Copyright (C) 2010-2013 Bluecherry, LLC > + * Copyright (C) 2010-2013 Bluecherry, LLC > * > * Original author: > * Ben Collins > diff --git a/drivers/media/pci/solo6x10/solo6x10-regs.h b/drivers/media/pci/solo6x10/solo6x10-regs.h > index 804505d01b25..12e0ac190416 100644 > --- a/drivers/media/pci/solo6x10/solo6x10-regs.h > +++ b/drivers/media/pci/solo6x10/solo6x10-regs.h > @@ -1,6 +1,6 @@ > /* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > - * Copyright (C) 2010-2013 Bluecherry, LLC > + * Copyright (C) 2010-2013 Bluecherry, LLC > * > * Original author: > * Ben Collins > diff --git a/drivers/media/pci/solo6x10/solo6x10-tw28.c b/drivers/media/pci/solo6x10/solo6x10-tw28.c > index 126cd1b01266..1b7c22a9bc94 100644 > --- a/drivers/media/pci/solo6x10/solo6x10-tw28.c > +++ b/drivers/media/pci/solo6x10/solo6x10-tw28.c > @@ -1,6 +1,6 @@ > // SPDX-License-Identifier: GPL-2.0-or-later > /* > - * Copyright (C) 2010-2013 Bluecherry, LLC > + * Copyright (C) 2010-2013 Bluecherry, LLC > * > * Original author: > * Ben Collins > diff --git a/drivers/media/pci/solo6x10/solo6x10-tw28.h b/drivers/media/pci/solo6x10/solo6x10-tw28.h > index edbad194d31e..4a8ede3139a8 100644 > --- a/drivers/media/pci/solo6x10/solo6x10-tw28.h > +++ b/drivers/media/pci/solo6x10/solo6x10-tw28.h > @@ -1,6 +1,6 @@ > /* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > - * Copyright (C) 2010-2013 Bluecherry, LLC > + * Copyright (C) 2010-2013 Bluecherry, LLC > * > * Original author: > * Ben Collins > diff --git a/drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c b/drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c > index cbf85231b708..3cf7bd6186aa 100644 > --- a/drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c > +++ b/drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c > @@ -1,6 +1,6 @@ > // SPDX-License-Identifier: GPL-2.0-or-later > /* > - * Copyright (C) 2010-2013 Bluecherry, LLC > + * Copyright (C) 2010-2013 Bluecherry, LLC > * > * Original author: > * Ben Collins > diff --git a/drivers/media/pci/solo6x10/solo6x10-v4l2.c b/drivers/media/pci/solo6x10/solo6x10-v4l2.c > index 54434f3c428d..24ef0c446bef 100644 > --- a/drivers/media/pci/solo6x10/solo6x10-v4l2.c > +++ b/drivers/media/pci/solo6x10/solo6x10-v4l2.c > @@ -1,6 +1,6 @@ > // SPDX-License-Identifier: GPL-2.0-or-later > /* > - * Copyright (C) 2010-2013 Bluecherry, LLC > + * Copyright (C) 2010-2013 Bluecherry, LLC > * > * Original author: > * Ben Collins > diff --git a/drivers/media/pci/solo6x10/solo6x10.h b/drivers/media/pci/solo6x10/solo6x10.h > index 9f2314688cec..126f6fb7b755 100644 > --- a/drivers/media/pci/solo6x10/solo6x10.h > +++ b/drivers/media/pci/solo6x10/solo6x10.h > @@ -1,6 +1,6 @@ > /* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > - * Copyright (C) 2010-2013 Bluecherry, LLC > + * Copyright (C) 2010-2013 Bluecherry, LLC > * > * Original author: > * Ben Collins > -- > 2.27.0 > Signed-off-by: Ismael Luceno