* [PATCH] arm64: Replace lkml.org links with lore
@ 2021-02-10 23:44 Kees Cook
2021-02-11 10:02 ` Will Deacon
0 siblings, 1 reply; 2+ messages in thread
From: Kees Cook @ 2021-02-10 23:44 UTC (permalink / raw)
To: linux-kernel, Catalin Marinas
Cc: Joe Perches, Will Deacon, Kees Cook, linux-arm-kernel,
Russell King
As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org
links with lore"), replace lkml.org links with lore to better use a
single source that's more likely to stay available long-term.
Signed-off-by: Kees Cook <keescook@chromium.org>
---
arch/arm/kernel/hibernate.c | 2 +-
arch/arm64/kernel/hibernate.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/kernel/hibernate.c b/arch/arm/kernel/hibernate.c
index 2373020af965..574fba125018 100644
--- a/arch/arm/kernel/hibernate.c
+++ b/arch/arm/kernel/hibernate.c
@@ -7,7 +7,7 @@
* Ubuntu project, hibernation support for mach-dove
* Copyright (C) 2010 Nokia Corporation (Hiroshi Doyu)
* Copyright (C) 2010 Texas Instruments, Inc. (Teerth Reddy et al.)
- * https://lkml.org/lkml/2010/6/18/4
+ * https://lore.kernel.org/lkml/AANLkTimmvPMG0GFEXfgFlXgC7V4dIWmW8vEC5gegsKSE@mail.gmail.com
* https://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html
* https://patchwork.kernel.org/patch/96442/
*
diff --git a/arch/arm64/kernel/hibernate.c b/arch/arm64/kernel/hibernate.c
index b1cef371df2b..d0d75f9c00f6 100644
--- a/arch/arm64/kernel/hibernate.c
+++ b/arch/arm64/kernel/hibernate.c
@@ -7,7 +7,7 @@
* Ubuntu project, hibernation support for mach-dove
* Copyright (C) 2010 Nokia Corporation (Hiroshi Doyu)
* Copyright (C) 2010 Texas Instruments, Inc. (Teerth Reddy et al.)
- * https://lkml.org/lkml/2010/6/18/4
+ * https://lore.kernel.org/lkml/AANLkTimmvPMG0GFEXfgFlXgC7V4dIWmW8vEC5gegsKSE@mail.gmail.com
* https://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html
* https://patchwork.kernel.org/patch/96442/
*
--
2.25.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm64: Replace lkml.org links with lore
2021-02-10 23:44 [PATCH] arm64: Replace lkml.org links with lore Kees Cook
@ 2021-02-11 10:02 ` Will Deacon
0 siblings, 0 replies; 2+ messages in thread
From: Will Deacon @ 2021-02-11 10:02 UTC (permalink / raw)
To: Kees Cook
Cc: Joe Perches, Catalin Marinas, linux-kernel, linux-arm-kernel,
Russell King
On Wed, Feb 10, 2021 at 03:44:38PM -0800, Kees Cook wrote:
> As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org
> links with lore"), replace lkml.org links with lore to better use a
> single source that's more likely to stay available long-term.
>
> Signed-off-by: Kees Cook <keescook@chromium.org>
> ---
> arch/arm/kernel/hibernate.c | 2 +-
> arch/arm64/kernel/hibernate.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/kernel/hibernate.c b/arch/arm/kernel/hibernate.c
> index 2373020af965..574fba125018 100644
> --- a/arch/arm/kernel/hibernate.c
> +++ b/arch/arm/kernel/hibernate.c
> @@ -7,7 +7,7 @@
> * Ubuntu project, hibernation support for mach-dove
> * Copyright (C) 2010 Nokia Corporation (Hiroshi Doyu)
> * Copyright (C) 2010 Texas Instruments, Inc. (Teerth Reddy et al.)
> - * https://lkml.org/lkml/2010/6/18/4
> + * https://lore.kernel.org/lkml/AANLkTimmvPMG0GFEXfgFlXgC7V4dIWmW8vEC5gegsKSE@mail.gmail.com
> * https://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html
> * https://patchwork.kernel.org/patch/96442/
> *
> diff --git a/arch/arm64/kernel/hibernate.c b/arch/arm64/kernel/hibernate.c
> index b1cef371df2b..d0d75f9c00f6 100644
> --- a/arch/arm64/kernel/hibernate.c
> +++ b/arch/arm64/kernel/hibernate.c
> @@ -7,7 +7,7 @@
> * Ubuntu project, hibernation support for mach-dove
> * Copyright (C) 2010 Nokia Corporation (Hiroshi Doyu)
> * Copyright (C) 2010 Texas Instruments, Inc. (Teerth Reddy et al.)
> - * https://lkml.org/lkml/2010/6/18/4
> + * https://lore.kernel.org/lkml/AANLkTimmvPMG0GFEXfgFlXgC7V4dIWmW8vEC5gegsKSE@mail.gmail.com
> * https://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html
> * https://patchwork.kernel.org/patch/96442/
> *
I think we're better off removing these links entirely, at least for arm64,
as I'm not really sure that they're adding anything.
Will
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-02-11 10:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-10 23:44 [PATCH] arm64: Replace lkml.org links with lore Kees Cook
2021-02-11 10:02 ` Will Deacon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox