* [PATCH] Documentation: Replace more lkml.org links with lore
@ 2021-02-10 23:40 Kees Cook
2021-02-11 1:15 ` Joe Perches
2021-03-01 22:19 ` Jonathan Corbet
0 siblings, 2 replies; 3+ messages in thread
From: Kees Cook @ 2021-02-10 23:40 UTC (permalink / raw)
To: linux-kernel, Jonathan Corbet
Cc: Kees Cook, linux-doc, Jakub Kicinski, Krzysztof Kozlowski,
Arnd Bergmann, Joe Perches
As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org
links with lore"), replace a few more scattered 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>
---
CREDITS | 2 +-
tools/scripts/Makefile.include | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CREDITS b/CREDITS
index cef83b958cbe..cf8e23498a34 100644
--- a/CREDITS
+++ b/CREDITS
@@ -550,7 +550,7 @@ D: gadget layers, SPI subsystem, GPIO subsystem, and more than a few
D: device drivers. His encouragement also helped many engineers get
D: started working on the Linux kernel. David passed away in early
D: 2011, and will be greatly missed.
-W: https://lkml.org/lkml/2011/4/5/36
+W: https://lore.kernel.org/lkml/20110405034819.GA7872@kroah.com
N: Gary Brubaker
E: xavyer@ix.netcom.com
diff --git a/tools/scripts/Makefile.include b/tools/scripts/Makefile.include
index 4255e71f72b7..01e767a049c6 100644
--- a/tools/scripts/Makefile.include
+++ b/tools/scripts/Makefile.include
@@ -86,7 +86,8 @@ endif
# in newer systems.
# Needed for the __raw_cmpxchg in tools/arch/x86/include/asm/cmpxchg.h
#
-# See https://lkml.org/lkml/2006/11/28/253 and https://gcc.gnu.org/gcc-4.8/changes.html,
+# See https://lore.kernel.org/lkml/9a8748490611281710g78402fbeh8ff7fcc162dbcbca@mail.gmail.com/
+# and https://gcc.gnu.org/gcc-4.8/changes.html,
# that takes into account Linus's comments (search for Wshadow) for the reasoning about
# -Wshadow not being interesting before gcc 4.8.
--
2.25.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: Replace more lkml.org links with lore
2021-02-10 23:40 [PATCH] Documentation: Replace more lkml.org links with lore Kees Cook
@ 2021-02-11 1:15 ` Joe Perches
2021-03-01 22:19 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Joe Perches @ 2021-02-11 1:15 UTC (permalink / raw)
To: Kees Cook, linux-kernel, Jonathan Corbet
Cc: linux-doc, Jakub Kicinski, Krzysztof Kozlowski, Arnd Bergmann
On Wed, 2021-02-10 at 15:40 -0800, Kees Cook wrote:
> As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org
> links with lore"), replace a few more scattered lkml.org links with
> lore to better use a single source that's more likely to stay available
> long-term.
The subject title seems odd as the modified files aren't
in the Documentation/ path, but the CREDIT change seems fine.
The Makefile.include bit maybe should be modified as
gcc 4.8 is no longer supported.
> diff --git a/CREDITS b/CREDITS
[]
> @@ -550,7 +550,7 @@ D: gadget layers, SPI subsystem, GPIO subsystem, and more than a few
> D: device drivers. His encouragement also helped many engineers get
> D: started working on the Linux kernel. David passed away in early
> D: 2011, and will be greatly missed.
> -W: https://lkml.org/lkml/2011/4/5/36
> +W: https://lore.kernel.org/lkml/20110405034819.GA7872@kroah.com
>
>
> N: Gary Brubaker
> E: xavyer@ix.netcom.com
> diff --git a/tools/scripts/Makefile.include b/tools/scripts/Makefile.include
[]
> @@ -86,7 +86,8 @@ endif
> # in newer systems.
> # Needed for the __raw_cmpxchg in tools/arch/x86/include/asm/cmpxchg.h
> #
> -# See https://lkml.org/lkml/2006/11/28/253 and https://gcc.gnu.org/gcc-4.8/changes.html,
> +# See https://lore.kernel.org/lkml/9a8748490611281710g78402fbeh8ff7fcc162dbcbca@mail.gmail.com/
> +# and https://gcc.gnu.org/gcc-4.8/changes.html,
> # that takes into account Linus's comments (search for Wshadow) for the reasoning about
> # -Wshadow not being interesting before gcc 4.8.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation: Replace more lkml.org links with lore
2021-02-10 23:40 [PATCH] Documentation: Replace more lkml.org links with lore Kees Cook
2021-02-11 1:15 ` Joe Perches
@ 2021-03-01 22:19 ` Jonathan Corbet
1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2021-03-01 22:19 UTC (permalink / raw)
To: Kees Cook, linux-kernel
Cc: Kees Cook, linux-doc, Jakub Kicinski, Krzysztof Kozlowski,
Arnd Bergmann, Joe Perches
Kees Cook <keescook@chromium.org> writes:
> As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org
> links with lore"), replace a few more scattered 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>
> ---
> CREDITS | 2 +-
> tools/scripts/Makefile.include | 3 ++-
> 2 files changed, 3 insertions(+), 2 deletions(-)
I've (rather belatedly) applied this, thanks.
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-03-02 7:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10 23:40 [PATCH] Documentation: Replace more lkml.org links with lore Kees Cook
2021-02-11 1:15 ` Joe Perches
2021-03-01 22:19 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®