Re: [PATCH] include: Replace HTTP links with HTTPS ones

2020-07-29 Thread Kees Cook
On Wed, Jul 29, 2020 at 02:45:10PM -0700, Andrew Morton wrote: > On Wed, 29 Jul 2020 14:21:12 -0700 Kees Cook wrote: > > > On Sun, Jul 26, 2020 at 01:01:17PM +0200, Alexander A. Klimov wrote: > > > Rationale: > > > Reduces attack surface on kernel devs opening the links for MITM > > > as HTTPS

Re: [PATCH] include: Replace HTTP links with HTTPS ones

2020-07-29 Thread Andrew Morton
On Wed, 29 Jul 2020 14:21:12 -0700 Kees Cook wrote: > On Sun, Jul 26, 2020 at 01:01:17PM +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. > > > > Signed-off-by: Alexander A.

Re: [PATCH] include: Replace HTTP links with HTTPS ones

2020-07-29 Thread Kees Cook
On Sun, Jul 26, 2020 at 01:01:17PM +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. > > Signed-off-by: Alexander A. Klimov Reviewed-by: Kees Cook Jon, do you want to take this?

[PATCH] include: Replace HTTP links with HTTPS ones

2020-07-26 Thread Alexander A. Klimov
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 --- Continuing my work started at 93431e0607e5 with unmaintained stuff according to: perl scripts/get_maintainer.pl --nogit{,-fallback}