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 66951C072A2 for ; Mon, 20 Nov 2023 03:32:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231805AbjKTDdA (ORCPT ); Sun, 19 Nov 2023 22:33:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59488 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230033AbjKTDc7 (ORCPT ); Sun, 19 Nov 2023 22:32:59 -0500 Received: from out30-110.freemail.mail.aliyun.com (out30-110.freemail.mail.aliyun.com [115.124.30.110]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2D344126; Sun, 19 Nov 2023 19:32:55 -0800 (PST) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R831e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018045170;MF=hsiangkao@linux.alibaba.com;NM=1;PH=DS;RN=5;SR=0;TI=SMTPD_---0VwfuOLj_1700451172; Received: from 30.97.48.234(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0VwfuOLj_1700451172) by smtp.aliyun-inc.com; Mon, 20 Nov 2023 11:32:52 +0800 Message-ID: <06eb8c00-3ee8-7004-ce2c-cb84cf03e970@linux.alibaba.com> Date: Mon, 20 Nov 2023 11:32:51 +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> <056d09c0-eb0d-2092-0766-bf253a9d8751@linux.alibaba.com> <43466ecc-7218-e813-7a4f-bcce30f9b3fb@kernel.org> From: Gao Xiang In-Reply-To: <43466ecc-7218-e813-7a4f-bcce30f9b3fb@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/11/20 11:31, Chao Yu wrote: > On 2023/11/20 11:23, Gao Xiang wrote: >> >> >> 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. > > Xiang, > > No problem, it seems I replied a little bit late. :-P Yeah, since all commits in principle need to be in -next. Thanks again! Thanks, Gao Xiang