[PATCH] CREDITS: add myself

2020-08-05 Thread Alexander A. Klimov
Rationale: 50 already merged patches of mine. Signed-off-by: Alexander A. Klimov --- (Let's try once more - with 50 patches instead of just 2.) See: git log --oneline '--author=Alexander A. Klimov ' v5.7..master CREDITS | 5 + 1 file changed, 5 insertions(+) diff --git a/CREDITS b

[PATCH v2] m68k: Replace HTTP links with HTTPS ones

2020-08-26 Thread Alexander A. Klimov
|/)`: 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 --- v2: Thrown out de facto broken links. archive.org

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

2020-05-19 Thread Alexander A. Klimov
Am 19.05.20 um 18:10 schrieb Jonathan Corbet: On Sun, 17 May 2020 22:18:23 +0200 "Alexander A. Klimov" wrote: - Various documents have maintainers who are likely to be interested in changes and should be copied; that is what the get_maintainer

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

2020-05-19 Thread Alexander A. Klimov
Am 19.05.20 um 22:49 schrieb Andy Shevchenko: On Sat, May 16, 2020 at 3:31 PM Alexander A. Klimov wrote: ... for security reasons. No breaking changes as either the HTTP vhost redirects to HTTPS or both vhosts redirect to the same location or both serve the same content. I wonder how

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

2020-05-25 Thread Alexander A. Klimov
Am 25.05.20 um 18:28 schrieb Jonathan Corbet: On Wed, 20 May 2020 22:00:37 +0200 "Alexander A. Klimov" wrote: Rationale: Reduces attack surface on kernel devs for MITM. Deterministic algorithm: For each file: For each line: If doesn't contain `\bxmlns\b`: For

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

2020-05-25 Thread Alexander A. Klimov
Am 25.05.20 um 20:24 schrieb Joe Perches: On Mon, 2020-05-25 at 20:01 +0200, Alexander A. Klimov wrote: Does it matter whether I just feed the output of ... perl scripts/get_maintainer.pl --separator , --norolestats 0001-Replace-HTTP-links-with-HTTPS-ones-documentation.patch ... into Git

[PATCH] Replace HTTP links with HTTPS ones: Documentation/translations/zh_CN

2020-05-25 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: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If both the HTTP

[PATCH] Replace HTTP links with HTTPS ones: documentation

2020-05-26 Thread Alexander A. Klimov
and HTTPS versions return 200 OK and serve the same content: Replace HTTP with HTTPS. Signed-off-by: Alexander A. Klimov --- Documentation/COPYING-logo | 2 +- Documentation/admin-guide/LSM/tomoyo.rst | 16 .../admin-guide/acpi

Re: linux-next: Signed-off-by missing for commit in the jc_docs tree

2020-06-05 Thread Alexander A. Klimov
Am I completely blind or did the patch completely disappear? $ git log v5.0..docs-5.8 |grep -Fwe 'Alexander A. Klimov' $ git log v5.0..lwn/docs-next |grep -Fwe 'Alexander A. Klimov' $ git log v5.0..lwn/docs-next-merge |grep -Fwe 'Alexander A. Klimov' $ git log v5.0..torvalds/master |grep -Fwe

[PATCH v2] arm64: Replace HTTP links with HTTPS ones

2020-07-20 Thread Alexander A. Klimov
|/)`: 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 --- Now better? Documentation/arm64/arm-acpi.rst | 2

[PATCH v2] dt-bindings: aspeed-lpc: Replace HTTP links with HTTPS ones

2020-07-20 Thread Alexander A. Klimov
|/)`: 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 --- v2: Left only links to be only HTTPSified

Re: [PATCH] firmware: ti_sci: Replace HTTP links with HTTPS ones

2020-07-20 Thread Alexander A. Klimov
Am 20.07.20 um 09:32 schrieb Tero Kristo: Hi Alexander, Hi, One comment below. On 18/07/2020 13:55, 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

Re: [PATCH for v5.9] RDS: Replace HTTP links with HTTPS ones

2020-07-20 Thread Alexander A. Klimov
Am 20.07.20 um 18:48 schrieb Leon Romanovsky: On Mon, Jul 20, 2020 at 08:36:35AM -0600, Jonathan Corbet wrote: On Mon, 20 Jul 2020 17:07:16 +0300 Leon Romanovsky wrote: Do *you* want to review that megapatch? The number of issues that have This question is... interesting. And no, I

[PATCH v2] Documentation: intel: Replace HTTP links with HTTPS ones

2020-07-20 Thread Alexander A. Klimov
|/)`: 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 --- v2: Undone broken link. Documentation/networking

Re: [PATCH for v5.9] RDS: Replace HTTP links with HTTPS ones

2020-07-21 Thread Alexander A. Klimov
Am 21.07.20 um 08:05 schrieb Leon Romanovsky: On Mon, Jul 20, 2020 at 11:34:00PM +0200, Alexander A. Klimov wrote: Am 20.07.20 um 18:48 schrieb Leon Romanovsky: On Mon, Jul 20, 2020 at 08:36:35AM -0600, Jonathan Corbet wrote: On Mon, 20 Jul 2020 17:07:16 +0300 Leon Romanovsky wrote

Re: [PATCH for v5.9] ARM: STM32: Replace HTTP links with HTTPS ones

2020-07-21 Thread Alexander A. Klimov
Am 21.07.20 um 10:49 schrieb Alexandre Torgue: Hi Alexander On 7/19/20 11:49 AM, 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

Re: [PATCH for v5.9] i2c: Replace HTTP links with HTTPS ones

2020-07-21 Thread Alexander A. Klimov
Am 21.07.20 um 11:50 schrieb Jean Delvare: Hi Alexander, On Sun, 19 Jul 2020 21:35:53 +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. (...) Documentation/i2c/busses/i2c-ali1535.rst

[PATCH] staging: comedi: addi: Replace HTTP links with HTTPS ones

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

[PATCH] staging: comedi: amplc: Replace HTTP links with HTTPS ones

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

[PATCH] staging: comedi: das: Replace HTTP links with HTTPS ones

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

[PATCH] staging: comedi: dt: Replace HTTP links with HTTPS ones

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

[PATCH] staging: comedi: ni: Replace HTTP links with HTTPS ones

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

[PATCH] staging: comedi: pcl: Replace HTTP links with HTTPS ones

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

[PATCH] staging: comedi: pcm: Replace HTTP links with HTTPS ones

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

[PATCH v2] netfilter: Replace HTTP links with HTTPS ones

2020-07-25 Thread Alexander A. Klimov
|/)`: 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 --- v2: Included other netfilter patch. include/uapi

[PATCH] MAINTAINERS: 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

[PATCH] acpi: nfit: sysfs: 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

[PATCH] drivers: 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

[PATCH] fs: 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

[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

[PATCH] init/Kconfig: 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

[PATCH] lib: 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

[PATCH] [media] get_dvb_firmware: 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

[PATCH] tools: 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

[PATCH v2] CREDITS: Replace HTTP links with HTTPS ones

2020-07-14 Thread Alexander A. Klimov
|/)`: 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 --- Undone also three more URLs. ➜ linux git:(https-links/46) ✗ git diff --color-words --word-diff-regex=. -U0 diff --git

[PATCH] platform/x86: acerhdf: Replace HTTP links with HTTPS ones

2020-07-14 Thread Alexander A. Klimov
|/)`: 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 --- drivers/platform/x86/Kconfig | 2 +- 1 file changed

[PATCH] platform/x86: apple-gmux: Replace HTTP links with HTTPS ones

2020-07-14 Thread Alexander A. Klimov
|/)`: 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 --- drivers/platform/x86/apple-gmux.c | 16

[PATCH] mips: Replace HTTP links with HTTPS ones

2020-07-14 Thread Alexander A. Klimov
|/)`: 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 --- arch/mips/Kconfig | 2 +- arch/mips

[PATCH] CREDITS: remove link http://www.dementia.org/~shadow

2020-07-14 Thread Alexander A. Klimov
Rationale: The way it redirects looks like a fallback from a dead URL to a generic one. Signed-off-by: Alexander A. Klimov --- Yes, I noted that some of the links removed by these "CREDITS: remove link:" patches have email addresses with the same domain nearby. Don't worry, I'll

[PATCH] CREDITS: remove link: http://www.andante.org

2020-07-14 Thread Alexander A. Klimov
Rationale: A completely white page with just an in the . Signed-off-by: Alexander A. Klimov --- Yes, I noted that some of the links removed by these "CREDITS: remove link:" patches have email addresses with the same domain nearby. Don't worry, I'll take care of them together with

[PATCH] CREDITS: remove link http://www.mathematik.uni-stuttgart.de/~floeff

2020-07-14 Thread Alexander A. Klimov
Rationale: The way it redirects looks like a fallback from a dead URL to a generic one. Signed-off-by: Alexander A. Klimov --- Yes, I noted that some of the links removed by these "CREDITS: remove link:" patches have email addresses with the same domain nearby. Don't worry, I'll

[PATCH] CREDITS: remove link: http://www.cs.helsinki.fi/u/penberg/

2020-07-14 Thread Alexander A. Klimov
Rationale: A completely white page with an empty . Signed-off-by: Alexander A. Klimov --- Yes, I noted that some of the links removed by these "CREDITS: remove link:" patches have email addresses with the same domain nearby. Don't worry, I'll take care of them together with all o

Re: [PATCH] Replace HTTP links with HTTPS ones: Xilinx video IP cores

2020-07-15 Thread Alexander A. Klimov
Am 15.07.20 um 01:57 schrieb Laurent Pinchart: Hi Alexander, Thank you for the patch. The subject line should be dt-bindings: media: xilinx: Replace HTTP links with HTTPS ones On Sun, Jul 05, 2020 at 09:55:24AM +0200, Alexander A. Klimov wrote: Rationale: Reduces attack surface on kernel

[PATCH v2] platform/x86: acerhdf: Replace HTTP links with HTTPS ones

2020-07-15 Thread Alexander A. Klimov
|/)`: 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 --- v2: Combined all two patches for acerhdf. drivers

[PATCH] ACPI: Replace HTTP links with HTTPS ones

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

[PATCH] macintosh/therm_adt746x: Replace HTTP links with HTTPS ones

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

[PATCH] macintosh/adb: Replace HTTP links with HTTPS ones

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

[PATCH] m68k: Replace HTTP links with HTTPS ones

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

[PATCH] i2c: bcm2835: Replace HTTP links with HTTPS ones

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

[PATCH] mei: Replace HTTP links with HTTPS ones

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

[PATCH] samples: mei: Replace HTTP links with HTTPS ones

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

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

2020-07-18 Thread Alexander A. Klimov
Am 18.07.20 um 06:25 schrieb Finn Thain: On Fri, 17 Jul 2020, Alexander A. Klimov wrote: Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much harder to manipulate. Has that actually happened? I hope no. And with my patch it won't happen

[PATCH] mmc: sdhci_am654: Replace HTTP links with HTTPS ones

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

[PATCH] power: reset: keystone-reset: Replace HTTP links with HTTPS ones

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

[PATCH] ipw2x00: Replace HTTP links with HTTPS ones

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

[PATCH] tty: serial: uartlite: Replace HTTP links with HTTPS ones

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

[PATCH] serial: altera_jtaguart: Replace HTTP links with HTTPS ones

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

[PATCH] HID: udraw-ps3: Replace HTTP links with HTTPS ones

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

[PATCH] powerpc: Replace HTTP links with HTTPS ones

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

[PATCH] pinctrl: samsung: Replace HTTP links with HTTPS ones

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

[PATCH] firmware: ti_sci: Replace HTTP links with HTTPS ones

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

[PATCH] ASoC: ti: Replace HTTP links with HTTPS ones

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

[PATCH] ASoC: fsl: Replace HTTP links with HTTPS ones

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

[PATCH] ASoC: omap: Replace HTTP links with HTTPS ones

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

[PATCH] scsi: hptiop: Replace HTTP links with HTTPS ones

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

[PATCH] HID: Replace HTTP links with HTTPS ones

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

[PATCH] irqchip: crossbar: Replace HTTP links with HTTPS ones

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

[PATCH] pinctl: ti: iodelay: Replace HTTP links with HTTPS ones

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

[PATCH] reset: Replace HTTP links with HTTPS ones

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

[PATCH] scsi: Replace HTTP links with HTTPS ones

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

[PATCH] tty: serial: Replace HTTP links with HTTPS ones

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

[PATCH] scsi: smartpqi: Replace HTTP links with HTTPS ones

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

[PATCH] tty: vt: Replace HTTP links with HTTPS ones

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

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

2020-07-19 Thread Alexander A. Klimov
Am 19.07.20 um 09:51 schrieb Finn Thain: On Sat, 18 Jul 2020, Alexander A. Klimov wrote: *Sigh* ... yes, doing everything one nice day is better that doing just something right now. I wasn't saying "do everything possible or else do nothing". I was trying to point to the larg

[PATCH for v5.9] ARM: OMAP2+: PRM: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] ARM: OMAP2+: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] ARM: OMAP2+: hwmod: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] ARM: OMAP2+: pm33xx-core: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] ARM: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] ARM: SAMSUNG: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] ARM: STM32: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] ARM: dts: efm32: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] ARM: dts: mxs: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] ARM: mach-davinci: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] OMAP2+: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] ath5k: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] ath9k: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] b43: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] b43legacy: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] media: omap: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] net: ieee802154: adf7242: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] net: sched: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] netfilter: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] netfilter: xtables: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] prism54: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] sch_cake: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] staging: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] ALSA: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] ARM: dts: Replace HTTP links with HTTPS ones

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

[PATCH for v5.9] ASoC: Replace HTTP links with HTTPS ones

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

  1   2   3   4   5   >