Re: [PATCH] arm64: arch_timer: Replace HTTP links with HTTPS ones

From: Mark Rutland
Date: Tue Jul 14 2020 - 09:43:44 EST


On Mon, Jul 13, 2020 at 12:03:59PM +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.

[...]

> diff --git a/arch/arm64/include/asm/arch_timer.h b/arch/arm64/include/asm/arch_timer.h
> index 9f0ec21d6327..c395b17eead4 100644
> --- a/arch/arm64/include/asm/arch_timer.h
> +++ b/arch/arm64/include/asm/arch_timer.h
> @@ -172,7 +172,7 @@ static inline void arch_timer_set_cntkctl(u32 cntkctl)
> * This insanity brought to you by speculative system register reads,
> * out-of-order memory accesses, sequence locks and Thomas Gleixner.
> *
> - * http://lists.infradead.org/pipermail/linux-arm-kernel/2019-February/631195.html
> + * https://lists.infradead.org/pipermail/linux-arm-kernel/2019-February/631195.html

This link is dead, and I'd rather replace it with a (HTTPS)
lore.kernel.org link.

IIUC that's:

https://lore.kernel.org/r/alpine.DEB.2.21.1902081950260.1662@xxxxxxxxxxxxxxxxxxxxxxx

... later referred to in the sub-thread:

https://lore.kernel.org/linux-arm-kernel/20190213170413.GE6346@brain-police/

Will, does that look right to you?

Mark.