From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 944CB3CFF56; Tue, 9 Jun 2026 23:56:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781049366; cv=none; b=P6bvgyKPB60N5lGs6Fhtrx/PWxO9kMO8+u/5mhsJA4VjJk/yErhHz4cvHe90UrxJS50SENn46jkESare/r8Q7DM+X/tqEGMyv7YT1jg0cnglClNAlbwTGkF2lu56/iiIJJfnc4kzCAQiYmZBv9tKQ4xq38XHffc4BOBlKwMFr5o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781049366; c=relaxed/simple; bh=ivBgzWvravhZdDLyD7LukCd2Bu6awTYjolYyPt2hDq0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=agODoDKF8IHDBHNLMT7MKH3rpX9Igqp1s48RCDDzmeHsOYzYYJxm4nuccjZCgsAJgDtJ18BjOmAfUfhjTZb+x16lUFqzrr8Csr1OEHmfvgrMOGsUrIngl/VTCGl+lHuL+nTvHSYMFWYAqaluVZOKFl84vfxeVLhq252Pg1izHvI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GfeFuMrQ; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="GfeFuMrQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D09B01F00893; Tue, 9 Jun 2026 23:56:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781049365; bh=CqTDLJlr+PvJWmHo6xti7Q61COtf52VcvmEIeE8PPxw=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=GfeFuMrQeHtAJ0O1r+EgeFD8C+04SN/7/OkJjmq3AiKIOh+vZ8kff8djlgSrlJ2s/ l2kOga0lGu8UNtR6TuGhChemWVaH68vjwer/JbO3Qx55m83wJm5VFoDD/CwTSO7PhW S1ZGZqCOAzch+k3DX/z+W2JlZ2weKvI4549v4RpukkuMAFPR7dT82zTituN0i8vyP+ wt9IBamdRJFf0E6twqZYW7QzVvD138vmbwBXzjAGAxr4CIauHJaU/gu/PlHbobjGoa 5dn2hqCTuCx9aWpVzLV2q/QVxCFqe36zBgeyEM1DoBmswyYOEYXNEQcUIfVke0QidY M14HlrF/DgQ5Q== From: SeongJae Park To: Doehyun Baek Cc: SeongJae Park , Dongliang Mu , Jonathan Corbet , Shuah Khan , Alex Shi , Yanteng Si , Hu Haowen <2023002089@link.tyut.edu.cn>, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, damon@lists.linux.dev Subject: Re: [PATCH v4 0/2] docs/mm/damon: fix docs and update zh_CN Date: Tue, 9 Jun 2026 16:55:55 -0700 Message-ID: <20260609235556.73472-1-sj@kernel.org> X-Mailer: git-send-email 2.47.3 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hello Doehyun, On Tue, 9 Jun 2026 14:34:24 +0000 Doehyun Baek wrote: > First of all, thank you very much, Dongliang, for your time and > dedication in reviewing the previous versions. > > This v4 sends the original English DAMON documentation fixes as the > first patch, and the Simplified Chinese translation update as the > second patch. > > For zh_CN, I translated the current DAMON usage.rst paragraph by > paragraph, and added missing pieces such as stat.rst and the related > index/design references. The zh_TW changes from earlier versions are > dropped from this series. Thank you for sharing this patch series! However, to my understanding, the path to the mainline for English documents and Chinese documents are different. Sending patches for English document and Chinese document as one series is therefore making it complicated, in my opinion. Could you please rebase English document part to mm-new [1] and send as a separate patch? [1] https://origin.kernel.org/doc/html/latest/mm/damon/maintainer-profile.html#scm-trees Thanks, SJ [...]