Re: [PATCH] OPENRISC ARCHITECTURE: Replace HTTP links with HTTPS ones

2020-07-14 Thread Stafford Horne
On Tue, Jul 14, 2020 at 07:30:38PM +0200, Geert Uytterhoeven wrote: > On Tue, Jul 14, 2020 at 3:40 PM Jonathan Corbet wrote: > > On Tue, 14 Jul 2020 09:22:39 +0200 > > Geert Uytterhoeven wrote: > > > > > - website http://openrisc.io > > > > > + website https://openrisc.io

Re: [PATCH] OPENRISC ARCHITECTURE: Replace HTTP links with HTTPS ones

2020-07-14 Thread Geert Uytterhoeven
On Tue, Jul 14, 2020 at 3:40 PM Jonathan Corbet wrote: > On Tue, 14 Jul 2020 09:22:39 +0200 > Geert Uytterhoeven wrote: > > > > - website http://openrisc.io > > > > + website https://openrisc.io > > > > email openr...@lists.librecores.org > > > >

Re: [PATCH] OPENRISC ARCHITECTURE: Replace HTTP links with HTTPS ones

2020-07-14 Thread Jonathan Corbet
On Tue, 14 Jul 2020 09:22:39 +0200 Geert Uytterhoeven wrote: > > > - website http://openrisc.io > > > + website https://openrisc.io > > > email openr...@lists.librecores.org > > > === = > > > > Applied,

Re: [PATCH] OPENRISC ARCHITECTURE: Replace HTTP links with HTTPS ones

2020-07-14 Thread Stafford Horne
On Tue, Jul 14, 2020 at 09:22:39AM +0200, Geert Uytterhoeven wrote: > On Mon, Jul 13, 2020 at 7:37 PM Jonathan Corbet wrote: > > On Fri, 10 Jul 2020 08:20:19 +0200 > > "Alexander A. Klimov" wrote: > > > Documentation/openrisc/openrisc_port.rst | 2 +- > > > 1 file changed, 1 insertion(+), 1

Re: [PATCH] OPENRISC ARCHITECTURE: Replace HTTP links with HTTPS ones

2020-07-14 Thread Geert Uytterhoeven
On Mon, Jul 13, 2020 at 7:37 PM Jonathan Corbet wrote: > On Fri, 10 Jul 2020 08:20:19 +0200 > "Alexander A. Klimov" wrote: > > Documentation/openrisc/openrisc_port.rst | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/openrisc/openrisc_port.rst > >

Re: [PATCH] OPENRISC ARCHITECTURE: Replace HTTP links with HTTPS ones

2020-07-13 Thread Jonathan Corbet
On Fri, 10 Jul 2020 08:20:19 +0200 "Alexander A. Klimov" wrote: > Documentation/openrisc/openrisc_port.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/openrisc/openrisc_port.rst > b/Documentation/openrisc/openrisc_port.rst > index

[PATCH] OPENRISC ARCHITECTURE: Replace HTTP links with HTTPS ones

2020-07-10 Thread Alexander A. Klimov
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|/)`: