linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Coly Li <colyli@suse.de>
To: "Alexander A. Klimov" <grandmaster@al2klimov.de>
Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org,
	changbin.du@intel.com, masahiroy@kernel.org,
	rdunlap@infradead.org, krzk@kernel.org,
	andriy.shevchenko@linux.intel.com, ben.dooks@codethink.co.uk,
	axboe@kernel.dk, tpiepho@gmail.com, chenqiwu@xiaomi.com,
	walken@google.com, gustavo@embeddedor.com,
	lasse.collin@tukaani.org, danielwa@cisco.com,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] lib: Replace HTTP links with HTTPS ones
Date: Sun, 26 Jul 2020 21:08:54 +0800	[thread overview]
Message-ID: <172e85d6-06c7-19bd-d3ab-016464374d81@suse.de> (raw)
In-Reply-To: <20200726112154.16510-1-grandmaster@al2klimov.de>

On 2020/7/26 19:21, Alexander A. Klimov wrote:
> Rationale:
> Reduces attack surface on kernel devs opening the links for MITM
> as HTTPS traffic is much harder to manipulate.
> 
> Signed-off-by: Alexander A. Klimov <grandmaster@al2klimov.de>
> ---
>  Continuing my work started at 93431e0607e5 with unmaintained stuff according to:
>  perl scripts/get_maintainer.pl --nogit{,-fallback} --nol
> 
>  See also: git log --oneline '--author=Alexander A. Klimov <grandmaster@al2klimov.de>' 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 (just) 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.
> 
> 
>  lib/Kconfig.debug        | 2 +-
>  lib/crc64.c              | 2 +-
>  lib/decompress_bunzip2.c | 2 +-
>  lib/decompress_unlzma.c  | 6 +++---
>  lib/math/rational.c      | 2 +-
>  lib/rbtree.c             | 2 +-
>  lib/ts_bm.c              | 2 +-
>  lib/xxhash.c             | 2 +-
>  lib/xz/xz_crc32.c        | 2 +-
>  lib/xz/xz_dec_bcj.c      | 2 +-
>  lib/xz/xz_dec_lzma2.c    | 2 +-
>  lib/xz/xz_lzma2.h        | 2 +-
>  lib/xz/xz_stream.h       | 2 +-
>  13 files changed, 15 insertions(+), 15 deletions(-)
> 

[snipped]

> diff --git a/lib/crc64.c b/lib/crc64.c
> index f8928ce28280..47cfa054827f 100644
> --- a/lib/crc64.c
> +++ b/lib/crc64.c
> @@ -4,7 +4,7 @@
>   *
>   * This is a basic crc64 implementation following ECMA-182 specification,
>   * which can be found from,
> - * http://www.ecma-international.org/publications/standards/Ecma-182.htm
> + * https://www.ecma-international.org/publications/standards/Ecma-182.htm
>   *
>   * Dr. Ross N. Williams has a great document to introduce the idea of CRC
>   * algorithm, here the CRC64 code is also inspired by the table-driven
> diff --git a/lib/decompress_bunzip2.c b/lib/decompress_bunzip2.c
> index 7c4932eed748..f9628f3924ce 100644
> --- a/lib/decompress_bunzip2.c
> +++ b/lib/decompress_bunzip2.c
> @@ -34,7 +34,7 @@
>  		Phone (337) 232-1234 or 1-800-738-2226
>  		Fax   (337) 232-1297
>  
> -		http://www.hospiceacadiana.com/
> +		https://www.hospiceacadiana.com/
>  
>  	Manuel
>   */
[snipped]

For crc64.c, Acked-by: Coly Li <colyli@suse.de>

Thanks.

Coly Li

      reply	other threads:[~2020-07-26 13:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-26 11:21 [PATCH] lib: Replace HTTP links with HTTPS ones Alexander A. Klimov
2020-07-26 13:08 ` Coly Li [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=172e85d6-06c7-19bd-d3ab-016464374d81@suse.de \
    --to=colyli@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=axboe@kernel.dk \
    --cc=ben.dooks@codethink.co.uk \
    --cc=changbin.du@intel.com \
    --cc=chenqiwu@xiaomi.com \
    --cc=danielwa@cisco.com \
    --cc=grandmaster@al2klimov.de \
    --cc=gustavo@embeddedor.com \
    --cc=krzk@kernel.org \
    --cc=lasse.collin@tukaani.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=masahiroy@kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=torvalds@linux-foundation.org \
    --cc=tpiepho@gmail.com \
    --cc=walken@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).