diff options
| author | Kees Cook <[email protected]> | 2021-02-10 15:40:05 -0800 |
|---|---|---|
| committer | Jonathan Corbet <[email protected]> | 2021-03-06 17:36:52 -0700 |
| commit | c9491aad97e67e45216d5181a2dc56ebf1a0bc04 (patch) | |
| tree | ea6ab01fead414b3753f7909db039b494c67f24e /tools/scripts/Makefile.include | |
| parent | 7331b30f8f350663d50db8074a45910470b6d65f (diff) | |
Documentation: Replace more lkml.org links with lore
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
Diffstat (limited to 'tools/scripts/Makefile.include')
| -rw-r--r-- | tools/scripts/Makefile.include | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/scripts/Makefile.include b/tools/scripts/Makefile.include index a402f32a145c..84dbf61a7eca 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/[email protected]/ +# 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. |