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=-5.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY, USER_AGENT_SANE_1 autolearn=ham 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 86435C5B57D for ; Fri, 5 Jul 2019 03:43:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5E7232083B for ; Fri, 5 Jul 2019 03:43:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727834AbfGEDnu (ORCPT ); Thu, 4 Jul 2019 23:43:50 -0400 Received: from out30-42.freemail.mail.aliyun.com ([115.124.30.42]:55201 "EHLO out30-42.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727661AbfGEDnt (ORCPT ); Thu, 4 Jul 2019 23:43:49 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R131e4;CH=green;DM=||false|;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04394;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=30;SR=0;TI=SMTPD_---0TW3yoR-_1562298218; Received: from IT-FVFX43SYHV2H.local(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0TW3yoR-_1562298218) by smtp.aliyun-inc.com(127.0.0.1); Fri, 05 Jul 2019 11:43:39 +0800 Subject: Re: [PATCH 18/39] docs: admin-guide: add kdump documentation into it To: Mauro Carvalho Chehab , Linux Doc Mailing List Cc: Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Dave Young , Baoquan He , Vivek Goyal , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Harry Wei , Jerry Hoemann , Wim Van Sebroeck , Guenter Roeck , Russell King , Catalin Marinas , Will Deacon , Yoshinori Sato , Rich Felker , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , x86@kernel.org, kexec@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org References: <654e7591c044632c06257e0f069a52c0bb993554.1561724493.git.mchehab+samsung@kernel.org> From: Alex Shi Message-ID: <6911b74c-848f-0060-3db5-b5d7e8061cb5@linux.alibaba.com> Date: Fri, 5 Jul 2019 11:43:38 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <654e7591c044632c06257e0f069a52c0bb993554.1561724493.git.mchehab+samsung@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 在 2019/6/28 下午8:30, Mauro Carvalho Chehab 写道: > The Kdump documentation describes procedures with admins use > in order to solve issues on their systems. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/admin-guide/bug-hunting.rst | 4 ++-- > Documentation/admin-guide/index.rst | 1 + > Documentation/{ => admin-guide}/kdump/gdbmacros.txt | 0 > Documentation/{ => admin-guide}/kdump/index.rst | 1 - > Documentation/{ => admin-guide}/kdump/kdump.rst | 0 > Documentation/{ => admin-guide}/kdump/vmcoreinfo.rst | 0 I am not sure if it's convenience for people to have more levels in docs. But I guess, move archs into a Documentation/arch/ dir should be fine. like Documentation/arch/{x86,arm,arm64,ia64,m68k,s390,powerpc,...} Thanks Alex