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 857ECC072A2 for ; Mon, 20 Nov 2023 03:23:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231908AbjKTDXK (ORCPT ); Sun, 19 Nov 2023 22:23:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231846AbjKTDXJ (ORCPT ); Sun, 19 Nov 2023 22:23:09 -0500 Received: from out30-99.freemail.mail.aliyun.com (out30-99.freemail.mail.aliyun.com [115.124.30.99]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 25050194; Sun, 19 Nov 2023 19:23:04 -0800 (PST) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R101e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046059;MF=hsiangkao@linux.alibaba.com;NM=1;PH=DS;RN=5;SR=0;TI=SMTPD_---0Vwg0Exo_1700450581; Received: from 30.97.48.234(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0Vwg0Exo_1700450581) by smtp.aliyun-inc.com; Mon, 20 Nov 2023 11:23:02 +0800 Message-ID: <056d09c0-eb0d-2092-0766-bf253a9d8751@linux.alibaba.com> Date: Mon, 20 Nov 2023 11:23:00 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [PATCH] MAINTAINERS: erofs: add EROFS webpage To: Chao Yu , linux-erofs@lists.ozlabs.org Cc: Jonathan Corbet , LKML , linux-doc@vger.kernel.org References: <20231117085329.1624223-1-hsiangkao@linux.alibaba.com> <4e99d1a3-026f-b5f0-fd15-fba57692d973@kernel.org> From: Gao Xiang In-Reply-To: <4e99d1a3-026f-b5f0-fd15-fba57692d973@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/11/20 11:18, Chao Yu wrote: > On 2023/11/17 16:53, Gao Xiang wrote: >> Add a new `W:` field of the EROFS entry points to the documentation >> site at . >> >> In addition, update the in-tree documentation and Kconfig too. >> >> Signed-off-by: Gao Xiang > > Nice work! > > Reviewed-by: Chao Yu Hi Chao, Thanks for the time and review! but I've already do a tag this morning for Linus later so it may not contain this tag, sorry about that. Thanks for the review again! Thanks, Gao Xiang > > Thanks, > >> --- >>   Documentation/filesystems/erofs.rst | 4 ++++ >>   MAINTAINERS                         | 1 + >>   fs/erofs/Kconfig                    | 2 +- >>   3 files changed, 6 insertions(+), 1 deletion(-) >> >> diff --git a/Documentation/filesystems/erofs.rst b/Documentation/filesystems/erofs.rst >> index 57c6ae23b3fc..cc4626d6ee4f 100644 >> --- a/Documentation/filesystems/erofs.rst >> +++ b/Documentation/filesystems/erofs.rst >> @@ -91,6 +91,10 @@ compatibility checking tool (fsck.erofs), and a debugging tool (dump.erofs): >>   - git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git >> +For more information, please also refer to the documentation site: >> + >> +- https://erofs.docs.kernel.org >> + >>   Bugs and patches are welcome, please kindly help us and send to the following >>   linux-erofs mailing list: >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 97f51d5ec1cf..cf39d16ad22a 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -7855,6 +7855,7 @@ R:    Yue Hu >>   R:    Jeffle Xu >>   L:    linux-erofs@lists.ozlabs.org >>   S:    Maintained >> +W:    https://erofs.docs.kernel.org >>   T:    git git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git >>   F:    Documentation/ABI/testing/sysfs-fs-erofs >>   F:    Documentation/filesystems/erofs.rst >> diff --git a/fs/erofs/Kconfig b/fs/erofs/Kconfig >> index e540648dedc2..1d318f85232d 100644 >> --- a/fs/erofs/Kconfig >> +++ b/fs/erofs/Kconfig >> @@ -21,7 +21,7 @@ config EROFS_FS >>         performance under extremely memory pressure without extra cost. >>         See the documentation at >> -      for more details. >> +      and the web pages at for more details. >>         If unsure, say N.