Message ID | 20210210234438.2554926-1-keescook@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: Replace lkml.org links with lore | expand |
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
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/ *
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(-)