Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp463104pxk; Thu, 24 Sep 2020 09:45:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxmjpbDxxHR5V5YxRwjqC2nk5Uv4Wi4XGfhNrZOOf5yJ007EuTer2quPd1PYlgxOD1cHHBB X-Received: by 2002:aa7:d88a:: with SMTP id u10mr823716edq.217.1600965928804; Thu, 24 Sep 2020 09:45:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600965928; cv=none; d=google.com; s=arc-20160816; b=aSqjwcmoO7+s1Qipc4fh3f+t5q83t3pRYMjJiunTQaTXMiP+hWPqN5ivENrcihJXFu f935nB8MYUJU9XmSAWQESMxEdY/+xN1XYZtOZ1mqg3iz1VFytrPqJjdkX5kyH+MSAHo+ tYyeU3tRyqH0wKEcckeSPSVRRx0rNV1ei5aKC7NDUBPuWUrcCCiZwWZK921t7c3YIg/4 gpw9emVDlMWNLtOg2z+WleygkMxVn0TDyAxAJ0Y0E4AGAAVp/VN67q7uSpxfvfZbmCLy VivgBjb3YjTq/X/Q1d8oJWiS/r1JNPMGRafNGRMSFc4Z/gTFFEi/bzAV057JJtmumFoW Hacg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=dfwujLFqq1mINTYdlW8D1vpzA29/7p5FXYQjKJ0HKlg=; b=QMq29AIItaejml67dluPxHKDebULXomsJD8Kd/QS4Mhk67TAygvCXFViZQLALtrYzM JgvbDzJUiaJCZSjv5uMfZAWuBHT5D5lamK3cfMWHxaW1ACsr+8uI8Z0xBVbN4dGLm6nb QDPetFB7j6KCbEfBq9J/uJ9j1x2TsV6PzhkYdN1E9T6aM5klOyLSmgl45Icg39lLtVam /+yDE3TFEblYzBAPrDM3xYL34U0bIZW4DK0BqSo0RnkB21QP10uvCOeQevasuc9DOuwz yflPIOAE5fMtWw+t5OHrIwRI4yZigoTvImdx8S2a3v4J+7bcb2kJLWxZ5X6Shj5WkYcG nDuA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dn25si2500154edb.268.2020.09.24.09.45.05; Thu, 24 Sep 2020 09:45:28 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727127AbgIXQoD (ORCPT + 99 others); Thu, 24 Sep 2020 12:44:03 -0400 Received: from ms.lwn.net ([45.79.88.28]:59198 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726645AbgIXQoD (ORCPT ); Thu, 24 Sep 2020 12:44:03 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id A14022CB; Thu, 24 Sep 2020 16:44:02 +0000 (UTC) Date: Thu, 24 Sep 2020 10:43:57 -0600 From: Jonathan Corbet To: lijiang Cc: linux-kernel@vger.kernel.org, bhe@redhat.com, kexec@lists.infradead.org, linux-doc@vger.kernel.org, vgoyal@redhat.com Subject: Re: [PATCH v2] docs: admin-guide: update kdump documentation due to change of crash URL Message-ID: <20200924104357.7729210e@lwn.net> In-Reply-To: References: <20200918080958.19841-1-lijiang@redhat.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 24 Sep 2020 09:56:02 +0800 lijiang wrote: > Since crash utility has been moved to github, the original URL is no > longer available. Let's update it accordingly. > > Suggested-by: Dave Young > Signed-off-by: Lianbo Jiang > --- > Documentation/admin-guide/kdump/kdump.rst | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) Applied, thanks. jon