From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D389CC433E0 for ; Thu, 11 Feb 2021 01:16:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AC8E564DEC for ; Thu, 11 Feb 2021 01:16:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231268AbhBKBQf (ORCPT ); Wed, 10 Feb 2021 20:16:35 -0500 Received: from smtprelay0230.hostedemail.com ([216.40.44.230]:55192 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229584AbhBKBQa (ORCPT ); Wed, 10 Feb 2021 20:16:30 -0500 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay05.hostedemail.com (Postfix) with ESMTP id E7C191802899B; Thu, 11 Feb 2021 01:15:48 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: crate00_180f44f27614 X-Filterd-Recvd-Size: 2512 Received: from [192.168.1.159] (unknown [47.151.137.21]) (Authenticated sender: joe@perches.com) by omf09.hostedemail.com (Postfix) with ESMTPA; Thu, 11 Feb 2021 01:15:47 +0000 (UTC) Message-ID: <1abbf7dced75b9fa62e03ea9d199e98204ce23df.camel@perches.com> Subject: Re: [PATCH] Documentation: Replace more lkml.org links with lore From: Joe Perches To: Kees Cook , linux-kernel@vger.kernel.org, Jonathan Corbet Cc: linux-doc@vger.kernel.org, Jakub Kicinski , Krzysztof Kozlowski , Arnd Bergmann Date: Wed, 10 Feb 2021 17:15:46 -0800 In-Reply-To: <20210210234005.2236201-1-keescook@chromium.org> References: <20210210234005.2236201-1-keescook@chromium.org> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.38.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.