Re: [PATCH] Replace HTTP links with HTTPS ones: XDP (eXpress Data Path)

2020-07-09 Thread Jesper Dangaard Brouer
-Data-.patch > From 40aee4678ab84b925ab21581030a2cc0b988fbf9 Mon Sep 17 00:00:00 2001 > From: "Alexander A. Klimov" > Date: Wed, 8 Jul 2020 08:00:39 +0200 > Subject: [PATCH] Replace HTTP links with HTTPS ones: XDP (eXpress Data Path) > > Rationale: > Reduces at

Re: [PATCH] Replace HTTP links with HTTPS ones: XDP (eXpress Data Path)

2020-07-08 Thread Alexander A. Klimov
ct: [PATCH] Replace HTTP links with HTTPS ones: XDP (eXpress Data Path) 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 `\bx

Re: [PATCH] Replace HTTP links with HTTPS ones: XDP (eXpress Data Path)

2020-07-08 Thread Jonathan Corbet
On Wed, 8 Jul 2020 15:57:37 +0200 "Alexander A. Klimov" wrote: > Documentation/arm/ixp4xx.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) That's not XDP; something went awry in there somewhere. jon

[PATCH] Replace HTTP links with HTTPS ones: XDP (eXpress Data Path)

2020-07-08 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|/)`: