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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D24B1C433EF for ; Tue, 4 Jan 2022 13:04:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=zKJennyr6NijbGamUKpSg7ZvyDznaMGL3sWvWNmnwxY=; b=pEQNuMEVh7B0HJ b1WcsN124iJNbV5XQd+H0h5ywbiqrG3Njr4vreWBQmOLv21Sc2656NDxA1FIq08yKUzGMP/ibOXQS nQmkUcOVxEIozis2J9Ce78e/FwAf8swB5ekfQxvXQAU8LyhXO/6Qb2KlIj2r/4S8X5yy6pJ7XsZQN u/a5Y1rAMQe3zMUSVafDgtQwG89y2y7gyDgP8ZdTeYQUFLeJYnqncSfriDX2xfMbqO7Dxam5VqGqo UsHSp/WLSwVyiaw5bGd+W0wgxsDNulhq1T3x67kLQAuNi4L1HvYHKJ9pPo6zE2w2mbdUSTKopj9Qa H9Y1daQVwYmVyCiJ8q+A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n4jSX-00BU2R-GN; Tue, 04 Jan 2022 13:02:37 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n4jSU-00BU24-2T for linux-arm-kernel@lists.infradead.org; Tue, 04 Jan 2022 13:02:35 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 963C161365; Tue, 4 Jan 2022 13:02:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 38D3BC36AE9; Tue, 4 Jan 2022 13:02:31 +0000 (UTC) Date: Tue, 4 Jan 2022 13:02:27 +0000 From: Catalin Marinas To: Kees Cook , Russell King Cc: Joe Perches , Will Deacon , Pasha Tatashin , James Morse , Vincenzo Frascino , Fuad Tabba , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] arm64: Drop outdated links in comments Message-ID: References: <20211215191835.1420010-1-keescook@chromium.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220104_050234_194658_DCEA3A3C X-CRM114-Status: GOOD ( 22.31 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Dec 16, 2021 at 10:48:50AM +0000, Catalin Marinas wrote: > On Wed, Dec 15, 2021 at 11:18:35AM -0800, Kees Cook wrote: > > As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org links > > with lore"), an effort was made to replace lkml.org links with lore to > > better use a single source that's more likely to stay available long-term. > > However, it seems these links don't offer much value here, so just > > remove them entirely. > > > > Cc: Joe Perches > > Suggested-by: Will Deacon > > Link: https://lore.kernel.org/lkml/20210211100213.GA29813@willie-the-truck/ > > Signed-off-by: Kees Cook > > --- > > arch/arm/kernel/hibernate.c | 4 ---- > > arch/arm64/kernel/hibernate.c | 4 ---- > > 2 files changed, 8 deletions(-) > > > > diff --git a/arch/arm/kernel/hibernate.c b/arch/arm/kernel/hibernate.c > > index 2373020af965..2c1f290342e4 100644 > > --- a/arch/arm/kernel/hibernate.c > > +++ b/arch/arm/kernel/hibernate.c > > @@ -7,10 +7,6 @@ > > * 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://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html > > - * https://patchwork.kernel.org/patch/96442/ > > - * > > * Copyright (C) 2006 Rafael J. Wysocki > > */ > > Happy to take the patch through the arm64 tree if Russell acks, > otherwise I'll just take the arm64 hunk. Russell, any objections to this patch going through the arm64 tree? -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C0D5C433EF for ; Tue, 4 Jan 2022 13:02:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232114AbiADNCh (ORCPT ); Tue, 4 Jan 2022 08:02:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229910AbiADNCg (ORCPT ); Tue, 4 Jan 2022 08:02:36 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6F662C061761 for ; Tue, 4 Jan 2022 05:02:35 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 397D8B815A5 for ; Tue, 4 Jan 2022 13:02:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 38D3BC36AE9; Tue, 4 Jan 2022 13:02:31 +0000 (UTC) Date: Tue, 4 Jan 2022 13:02:27 +0000 From: Catalin Marinas To: Kees Cook , Russell King Cc: Joe Perches , Will Deacon , Pasha Tatashin , James Morse , Vincenzo Frascino , Fuad Tabba , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] arm64: Drop outdated links in comments Message-ID: References: <20211215191835.1420010-1-keescook@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 16, 2021 at 10:48:50AM +0000, Catalin Marinas wrote: > On Wed, Dec 15, 2021 at 11:18:35AM -0800, Kees Cook wrote: > > As started by commit 05a5f51ca566 ("Documentation: Replace lkml.org links > > with lore"), an effort was made to replace lkml.org links with lore to > > better use a single source that's more likely to stay available long-term. > > However, it seems these links don't offer much value here, so just > > remove them entirely. > > > > Cc: Joe Perches > > Suggested-by: Will Deacon > > Link: https://lore.kernel.org/lkml/20210211100213.GA29813@willie-the-truck/ > > Signed-off-by: Kees Cook > > --- > > arch/arm/kernel/hibernate.c | 4 ---- > > arch/arm64/kernel/hibernate.c | 4 ---- > > 2 files changed, 8 deletions(-) > > > > diff --git a/arch/arm/kernel/hibernate.c b/arch/arm/kernel/hibernate.c > > index 2373020af965..2c1f290342e4 100644 > > --- a/arch/arm/kernel/hibernate.c > > +++ b/arch/arm/kernel/hibernate.c > > @@ -7,10 +7,6 @@ > > * 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://lists.linux-foundation.org/pipermail/linux-pm/2010-June/027422.html > > - * https://patchwork.kernel.org/patch/96442/ > > - * > > * Copyright (C) 2006 Rafael J. Wysocki > > */ > > Happy to take the patch through the arm64 tree if Russell acks, > otherwise I'll just take the arm64 hunk. Russell, any objections to this patch going through the arm64 tree? -- Catalin