From nobody Fri Dec 19 16:17:58 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 AC0F0D26D; Mon, 26 Aug 2024 01:57:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724637466; cv=none; b=mfO6mi8eXQeAoB/eCAfDP+TiOQpZOI/SL+s3fECIA/by3lb673iA8WZrCtLU8jA58I8nsikk3uDsswekNArvBqJKjeyEqsCklCJoR4HlXtip26CTIvz8dZEsOrvxiZCjARmBhEkc+Te+iSFJp4WuDPVTflF7RsbNjHzRt2jZRxo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724637466; c=relaxed/simple; bh=pwhigTWrAj+bVozK+KGGpzFVunvCQGvZz9bEWXYLYdo=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type; b=BGdOTXmaV5vS2g53aiToUQggw+wkGL2g5EWlTH7JO98FXm77le4d8tZcO5MfDElXNKicoOCvJ7mbVI3sfar9cZJw+PCoIC8zURXd0TaOIw7dyVSQB+BPoPwh9LLfB2ZJzJ/An//lMO9KiugqoUtOJJZ0Tgg6z6yxK5WXg3I+aMU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OCq7jEWa; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="OCq7jEWa" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9C3B6C4DDE0; Mon, 26 Aug 2024 01:57:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724637466; bh=pwhigTWrAj+bVozK+KGGpzFVunvCQGvZz9bEWXYLYdo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OCq7jEWaNCUAnL0Hi2mb5n2a3CBqOJKYLLq/2YULUe8usYzcUoIQec0yQwu89wPTn Y0Dm8ond2Y2Ufb5RwVe8BxHVrjIZ9gy+apYD2V+5Sry1dQUwSC8BcfyLo95m30b2Xz mJLG+P1Huw/+v6D2j9yudhqqMLEs0GAtPfo3ohgkgWdnFrP9YPhM0CjubC3uAxXfMH mPoscYnccTUcKyxEY/3SDo5HqdBthOTmIC7oxfh7j4ngvNpA7RCXc/ZxdVN6gLgo0A IAynApN0jkSrZ/KPfd9ImqB8qXzypMi1ivViaNd7uTh0l/X15U2jnuKvgKd6sQCB4D pl37du2NiQVZw== From: SeongJae Park To: Andrew Morton Cc: SeongJae Park , Jonathan Corbet , Alex Shi , Yanteng Si , Hu Haowen <2023002089@link.tyut.edu.cn>, damon@lists.linux.dev, linux-mm@kvack.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/3] Docs/damon: use damonitor GitHub organization instead of awslabs Date: Sun, 25 Aug 2024 18:57:39 -0700 Message-Id: <20240826015741.80707-2-sj@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240826015741.80707-1-sj@kernel.org> References: <20240826015741.80707-1-sj@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable GitHub repos for non-kernel parts of DAMON project including 'damo', 'damon-tests' and 'damoos' will be moved[1] from 'awslabs' org to 'damonitor', by 2024-09-05. Update related URLs in kernel tree. [1] https://lore.kernel.org/20240813232158.83903-1-sj@kernel.org Signed-off-by: SeongJae Park --- Documentation/admin-guide/mm/damon/start.rst | 4 ++-- Documentation/admin-guide/mm/damon/usage.rst | 8 ++++---- Documentation/mm/damon/design.rst | 2 +- Documentation/mm/damon/maintainer-profile.rst | 8 ++++---- .../translations/zh_CN/admin-guide/mm/damon/start.rst | 4 ++-- .../translations/zh_CN/admin-guide/mm/damon/usage.rst | 8 ++++---- .../translations/zh_TW/admin-guide/mm/damon/start.rst | 4 ++-- .../translations/zh_TW/admin-guide/mm/damon/usage.rst | 8 ++++---- 8 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Documentation/admin-guide/mm/damon/start.rst b/Documentation/a= dmin-guide/mm/damon/start.rst index 054010a7f3d8..c4dddf6733cd 100644 --- a/Documentation/admin-guide/mm/damon/start.rst +++ b/Documentation/admin-guide/mm/damon/start.rst @@ -7,7 +7,7 @@ Getting Started This document briefly describes how you can use DAMON by demonstrating its default user space tool. Please note that this document describes only a = part of its features for brevity. Please refer to the usage `doc -`_ of the tool for more +`_ of the tool for m= ore details. =20 =20 @@ -26,7 +26,7 @@ User Space Tool =20 For the demonstration, we will use the default user space tool for DAMON, called DAMON Operator (DAMO). It is available at -https://github.com/awslabs/damo. The examples below assume that ``damo`` = is on +https://github.com/damonitor/damo. The examples below assume that ``damo`= ` is on your ``$PATH``. It's not mandatory, though. =20 Because DAMO is using the sysfs interface (refer to :doc:`usage` for the diff --git a/Documentation/admin-guide/mm/damon/usage.rst b/Documentation/a= dmin-guide/mm/damon/usage.rst index 26df6cfa4441..d9be9f7caa7d 100644 --- a/Documentation/admin-guide/mm/damon/usage.rst +++ b/Documentation/admin-guide/mm/damon/usage.rst @@ -7,19 +7,19 @@ Detailed Usages DAMON provides below interfaces for different users. =20 - *DAMON user space tool.* - `This `_ is for privileged people such = as + `This `_ is for privileged people suc= h as system administrators who want a just-working human-friendly interface. Using this, users can use the DAMON=E2=80=99s major features in a human-= friendly way. It may not be highly tuned for special cases, though. For more detail, please refer to its `usage document - `_. + `_. - *sysfs interface.* :ref:`This ` is for privileged user space programmers w= ho want more optimized use of DAMON. Using this, users can use DAMON=E2=80= =99s major features by reading from and writing to special sysfs files. Therefore, you can write and use your personalized DAMON sysfs wrapper programs that reads/writes the sysfs files instead of you. The `DAMON user space tool - `_ is one example of such programs. + `_ is one example of such programs. - *Kernel Space Programming Interface.* :doc:`This ` is for kernel space programmers. Using this, users can utilize every feature of DAMON most flexibly and efficiently by @@ -543,7 +543,7 @@ memory rate becomes larger than 60%, or lower than 30%"= . :: # echo 300 > watermarks/low =20 Please note that it's highly recommended to use user space tools like `damo -`_ rather than manually reading and writi= ng +`_ rather than manually reading and wri= ting the files as above. Above is only for an example. =20 .. _tracepoint: diff --git a/Documentation/mm/damon/design.rst b/Documentation/mm/damon/des= ign.rst index 8730c246ceaa..f9c50525bdbf 100644 --- a/Documentation/mm/damon/design.rst +++ b/Documentation/mm/damon/design.rst @@ -586,7 +586,7 @@ API, and return the results to the user-space. The ABIs are designed to be used for user space applications development, rather than human beings' fingers. Human users are recommended to use such user space tools. One such Python-written user space tool is available at -Github (https://github.com/awslabs/damo), Pypi +Github (https://github.com/damonitor/damo), Pypi (https://pypistats.org/packages/damo), and Fedora (https://packages.fedoraproject.org/pkgs/python-damo/damo/). =20 diff --git a/Documentation/mm/damon/maintainer-profile.rst b/Documentation/= mm/damon/maintainer-profile.rst index feccf6a0f6c3..048b78e6d989 100644 --- a/Documentation/mm/damon/maintainer-profile.rst +++ b/Documentation/mm/damon/maintainer-profile.rst @@ -91,9 +91,9 @@ list (damon@lists.linux.dev). .. [1] https://git.kernel.org/akpm/mm/h/mm-unstable .. [2] https://git.kernel.org/sj/h/damon/next .. [3] https://git.kernel.org/akpm/mm/h/mm-stable -.. [4] https://github.com/awslabs/damon-tests/blob/master/corr/run.sh#L49 -.. [5] https://github.com/awslabs/damon-tests/blob/master/corr/tests/kunit= .sh -.. [6] https://github.com/awslabs/damon-tests/tree/master/corr -.. [7] https://github.com/awslabs/damon-tests/tree/master/perf +.. [4] https://github.com/damonitor/damon-tests/blob/master/corr/run.sh#L49 +.. [5] https://github.com/damonitor/damon-tests/blob/master/corr/tests/kun= it.sh +.. [6] https://github.com/damonitor/damon-tests/tree/master/corr +.. [7] https://github.com/damonitor/damon-tests/tree/master/perf .. [8] https://github.com/damonitor/hackermail .. [9] https://docs.google.com/document/d/1v43Kcj3ly4CYqmAkMaZzLiM2GEnWfgd= GbZAH3mi2vpM/edit?usp=3Dsharing diff --git a/Documentation/translations/zh_CN/admin-guide/mm/damon/start.rs= t b/Documentation/translations/zh_CN/admin-guide/mm/damon/start.rst index bf21ff84f396..cff7b6f98c59 100644 --- a/Documentation/translations/zh_CN/admin-guide/mm/damon/start.rst +++ b/Documentation/translations/zh_CN/admin-guide/mm/damon/start.rst @@ -15,7 +15,7 @@ =20 =E6=9C=AC=E6=96=87=E9=80=9A=E8=BF=87=E6=BC=94=E7=A4=BADAMON=E7=9A=84=E9=BB= =98=E8=AE=A4=E7=94=A8=E6=88=B7=E7=A9=BA=E9=97=B4=E5=B7=A5=E5=85=B7=EF=BC=8C= =E7=AE=80=E8=A6=81=E5=9C=B0=E4=BB=8B=E7=BB=8D=E4=BA=86=E5=A6=82=E4=BD=95=E4= =BD=BF=E7=94=A8DAMON=E3=80=82=E8=AF=B7=E6=B3=A8=E6=84=8F=EF=BC=8C=E4=B8=BA= =E4=BA=86=E7=AE=80=E6=B4=81 =E8=B5=B7=E8=A7=81=EF=BC=8C=E6=9C=AC=E6=96=87=E6=A1=A3=E5=8F=AA=E6=8F=8F= =E8=BF=B0=E4=BA=86=E5=AE=83=E7=9A=84=E9=83=A8=E5=88=86=E5=8A=9F=E8=83=BD=E3= =80=82=E6=9B=B4=E5=A4=9A=E7=BB=86=E8=8A=82=E8=AF=B7=E5=8F=82=E8=80=83=E8=AF= =A5=E5=B7=A5=E5=85=B7=E7=9A=84=E4=BD=BF=E7=94=A8=E6=96=87=E6=A1=A3=E3=80=82 -`doc `_ . +`doc `_ . =20 =20 =E5=89=8D=E6=8F=90=E6=9D=A1=E4=BB=B6 @@ -31,7 +31,7 @@ ------------ =20 =E5=9C=A8=E6=BC=94=E7=A4=BA=E4=B8=AD=EF=BC=8C=E6=88=91=E4=BB=AC=E5=B0=86= =E4=BD=BF=E7=94=A8DAMON=E7=9A=84=E9=BB=98=E8=AE=A4=E7=94=A8=E6=88=B7=E7=A9= =BA=E9=97=B4=E5=B7=A5=E5=85=B7=EF=BC=8C=E7=A7=B0=E4=B8=BADAMON Operator=EF= =BC=88DAMO=EF=BC=89=E3=80=82=E5=AE=83=E5=8F=AF=E4=BB=A5=E5=9C=A8 -https://github.com/awslabs/damo=E6=89=BE=E5=88=B0=E3=80=82=E4=B8=8B=E9=9D= =A2=E7=9A=84=E4=BE=8B=E5=AD=90=E5=81=87=E8=AE=BEDAMO=E5=9C=A8=E4=BD=A0=E7= =9A=84$PATH=E4=B8=8A=E3=80=82=E5=BD=93=E7=84=B6=EF=BC=8C=E4=BD=86 +https://github.com/damonitor/damo=E6=89=BE=E5=88=B0=E3=80=82=E4=B8=8B=E9= =9D=A2=E7=9A=84=E4=BE=8B=E5=AD=90=E5=81=87=E8=AE=BEDAMO=E5=9C=A8=E4=BD=A0= =E7=9A=84$PATH=E4=B8=8A=E3=80=82=E5=BD=93=E7=84=B6=EF=BC=8C=E4=BD=86 =E8=BF=99=E5=B9=B6=E4=B8=8D=E6=98=AF=E5=BC=BA=E5=88=B6=E6=80=A7=E7=9A=84= =E3=80=82 =20 =E5=9B=A0=E4=B8=BADAMO=E4=BD=BF=E7=94=A8=E4=BA=86DAMON=E7=9A=84sysfs=E6=8E= =A5=E5=8F=A3=EF=BC=88=E8=AF=A6=E6=83=85=E8=AF=B7=E5=8F=82=E8=80=83:doc:`usa= ge`=EF=BC=89=EF=BC=8C=E4=BD=A0=E5=BA=94=E8=AF=A5=E7=A1=AE=E4=BF=9D diff --git a/Documentation/translations/zh_CN/admin-guide/mm/damon/usage.rs= t b/Documentation/translations/zh_CN/admin-guide/mm/damon/usage.rst index da2745464ece..50f6f0b6bf11 100644 --- a/Documentation/translations/zh_CN/admin-guide/mm/damon/usage.rst +++ b/Documentation/translations/zh_CN/admin-guide/mm/damon/usage.rst @@ -16,16 +16,16 @@ DAMON =E4=B8=BA=E4=B8=8D=E5=90=8C=E7=9A=84=E7=94=A8=E6=88=B7=E6=8F=90=E4= =BE=9B=E4=BA=86=E4=B8=8B=E9=9D=A2=E8=BF=99=E4=BA=9B=E6=8E=A5=E5=8F=A3=E3=80= =82 =20 - *DAMON=E7=94=A8=E6=88=B7=E7=A9=BA=E9=97=B4=E5=B7=A5=E5=85=B7=E3=80=82* - `=E8=BF=99 `_ =E4=B8=BA=E6=9C=89=E8=BF= =99=E7=89=B9=E6=9D=83=E7=9A=84=E4=BA=BA=EF=BC=8C =E5=A6=82=E7=B3=BB=E7=BB= =9F=E7=AE=A1=E7=90=86=E5=91=98=EF=BC=8C=E5=B8=8C=E6=9C=9B=E6=9C=89=E4=B8=80= =E4=B8=AA=E5=88=9A=E5=A5=BD + `=E8=BF=99 `_ =E4=B8=BA=E6=9C=89=E8= =BF=99=E7=89=B9=E6=9D=83=E7=9A=84=E4=BA=BA=EF=BC=8C =E5=A6=82=E7=B3=BB=E7= =BB=9F=E7=AE=A1=E7=90=86=E5=91=98=EF=BC=8C=E5=B8=8C=E6=9C=9B=E6=9C=89=E4=B8= =80=E4=B8=AA=E5=88=9A=E5=A5=BD =E5=8F=AF=E4=BB=A5=E5=B7=A5=E4=BD=9C=E7=9A=84=E4=BA=BA=E6=80=A7=E5=8C=96= =E7=95=8C=E9=9D=A2=E3=80=82 =E4=BD=BF=E7=94=A8=E5=AE=83=EF=BC=8C=E7=94=A8=E6=88=B7=E5=8F=AF=E4=BB=A5= =E4=BB=A5=E4=BA=BA=E6=80=A7=E5=8C=96=E7=9A=84=E6=96=B9=E5=BC=8F=E4=BD=BF=E7= =94=A8DAMON=E7=9A=84=E4=B8=BB=E8=A6=81=E5=8A=9F=E8=83=BD=E3=80=82=E4=B8=8D= =E8=BF=87=EF=BC=8C=E5=AE=83=E5=8F=AF=E8=83=BD=E4=B8=8D=E4=BC=9A=E4=B8=BA=E7= =89=B9=E6=AE=8A=E6=83=85=E5=86=B5=E8=BF=9B=E8=A1=8C=E9=AB=98=E5=BA=A6=E8=B0= =83=E6=95=B4=E3=80=82 =E5=AE=83=E5=90=8C=E6=97=B6=E6=94=AF=E6=8C=81=E8=99=9A=E6=8B=9F=E5=92=8C= =E7=89=A9=E7=90=86=E5=9C=B0=E5=9D=80=E7=A9=BA=E9=97=B4=E7=9A=84=E7=9B=91=E6= =B5=8B=E3=80=82=E6=9B=B4=E5=A4=9A=E7=BB=86=E8=8A=82=EF=BC=8C=E8=AF=B7=E5=8F= =82=E8=80=83=E5=AE=83=E7=9A=84 `=E4=BD=BF=E7=94=A8=E6=96=87=E6=A1=A3 - `_=E3=80=82 + `_=E3=80=82 - *sysfs=E6=8E=A5=E5=8F=A3=E3=80=82* :ref:`=E8=BF=99 ` =E6=98=AF=E4=B8=BA=E9=82=A3=E4=BA=9B= =E5=B8=8C=E6=9C=9B=E6=9B=B4=E9=AB=98=E7=BA=A7=E7=9A=84=E4=BD=BF=E7=94=A8DAM= ON=E7=9A=84=E7=89=B9=E6=9D=83=E7=94=A8=E6=88=B7=E7=A9=BA=E9=97=B4=E7=A8=8B= =E5=BA=8F=E5=91=98=E5=87=86=E5=A4=87=E7=9A=84=E3=80=82 =E4=BD=BF=E7=94=A8=E5=AE=83=EF=BC=8C=E7=94=A8=E6=88=B7=E5=8F=AF=E4=BB=A5= =E9=80=9A=E8=BF=87=E8=AF=BB=E5=8F=96=E5=92=8C=E5=86=99=E5=85=A5=E7=89=B9=E6= =AE=8A=E7=9A=84sysfs=E6=96=87=E4=BB=B6=E6=9D=A5=E4=BD=BF=E7=94=A8DAMON=E7= =9A=84=E4=B8=BB=E8=A6=81=E5=8A=9F=E8=83=BD=E3=80=82=E5=9B=A0=E6=AD=A4=EF=BC= =8C=E4=BD=A0=E5=8F=AF=E4=BB=A5=E7=BC=96=E5=86=99=E5=92=8C=E4=BD=BF =E7=94=A8=E4=BD=A0=E4=B8=AA=E6=80=A7=E5=8C=96=E7=9A=84DAMON sysfs=E5=8C= =85=E8=A3=85=E7=A8=8B=E5=BA=8F=EF=BC=8C=E4=BB=A3=E6=9B=BF=E4=BD=A0=E8=AF=BB= /=E5=86=99sysfs=E6=96=87=E4=BB=B6=E3=80=82 `DAMON=E7=94=A8=E6=88=B7=E7=A9= =BA=E9=97=B4=E5=B7=A5=E5=85=B7 - `_ =E5=B0=B1=E6=98=AF=E8=BF=99=E7=A7=8D= =E7=A8=8B=E5=BA=8F=E7=9A=84=E4=B8=80=E4=B8=AA=E4=BE=8B=E5=AD=90 =E5=AE=83= =E5=90=8C=E6=97=B6=E6=94=AF=E6=8C=81=E8=99=9A=E6=8B=9F=E5=92=8C=E7=89=A9=E7= =90=86=E5=9C=B0=E5=9D=80 + `_ =E5=B0=B1=E6=98=AF=E8=BF=99=E7=A7= =8D=E7=A8=8B=E5=BA=8F=E7=9A=84=E4=B8=80=E4=B8=AA=E4=BE=8B=E5=AD=90 =E5=AE= =83=E5=90=8C=E6=97=B6=E6=94=AF=E6=8C=81=E8=99=9A=E6=8B=9F=E5=92=8C=E7=89=A9= =E7=90=86=E5=9C=B0=E5=9D=80 =E7=A9=BA=E9=97=B4=E7=9A=84=E7=9B=91=E6=B5=8B=E3=80=82=E6=B3=A8=E6=84=8F= =EF=BC=8C=E8=BF=99=E4=B8=AA=E7=95=8C=E9=9D=A2=E5=8F=AA=E6=8F=90=E4=BE=9B=E7= =AE=80=E5=8D=95=E7=9A=84=E7=9B=91=E6=B5=8B=E7=BB=93=E6=9E=9C :ref:`=E7=BB= =9F=E8=AE=A1 `=E3=80=82=E5=AF=B9=E4=BA=8E=E8=AF=A6=E7=BB=86=E7= =9A=84=E7=9B=91=E6=B5=8B =E7=BB=93=E6=9E=9C=EF=BC=8CDAMON=E6=8F=90=E4=BE=9B=E4=BA=86=E4=B8=80=E4= =B8=AA:ref:`=E8=B7=9F=E8=B8=AA=E7=82=B9 `=E3=80=82 - *debugfs interface.* @@ -332,7 +332,7 @@ tried_regions// # echo 500 > watermarks/mid # echo 300 > watermarks/low =20 -=E8=AF=B7=E6=B3=A8=E6=84=8F=EF=BC=8C=E6=88=91=E4=BB=AC=E5=BC=BA=E7=83=88= =E5=BB=BA=E8=AE=AE=E4=BD=BF=E7=94=A8=E7=94=A8=E6=88=B7=E7=A9=BA=E9=97=B4=E7= =9A=84=E5=B7=A5=E5=85=B7=EF=BC=8C=E5=A6=82 `damo `_ =EF=BC=8C +=E8=AF=B7=E6=B3=A8=E6=84=8F=EF=BC=8C=E6=88=91=E4=BB=AC=E5=BC=BA=E7=83=88= =E5=BB=BA=E8=AE=AE=E4=BD=BF=E7=94=A8=E7=94=A8=E6=88=B7=E7=A9=BA=E9=97=B4=E7= =9A=84=E5=B7=A5=E5=85=B7=EF=BC=8C=E5=A6=82 `damo `_ =EF=BC=8C =E8=80=8C=E4=B8=8D=E6=98=AF=E5=83=8F=E4=B8=8A=E9=9D=A2=E9=82=A3=E6=A0=B7= =E6=89=8B=E5=8A=A8=E8=AF=BB=E5=86=99=E6=96=87=E4=BB=B6=E3=80=82=E4=BB=A5=E4= =B8=8A=E5=8F=AA=E6=98=AF=E4=B8=80=E4=B8=AA=E4=BE=8B=E5=AD=90=E3=80=82 =20 debugfs=E6=8E=A5=E5=8F=A3 diff --git a/Documentation/translations/zh_TW/admin-guide/mm/damon/start.rs= t b/Documentation/translations/zh_TW/admin-guide/mm/damon/start.rst index 1822956be0e0..57d36bfbb1b3 100644 --- a/Documentation/translations/zh_TW/admin-guide/mm/damon/start.rst +++ b/Documentation/translations/zh_TW/admin-guide/mm/damon/start.rst @@ -15,7 +15,7 @@ =20 =E6=9C=AC=E6=96=87=E9=80=9A=E9=81=8E=E6=BC=94=E7=A4=BADAMON=E7=9A=84=E9=BB= =98=E8=AA=8D=E7=94=A8=E6=88=B6=E7=A9=BA=E9=96=93=E5=B7=A5=E5=85=B7=EF=BC=8C= =E7=B0=A1=E8=A6=81=E5=9C=B0=E4=BB=8B=E7=B4=B9=E7=9E=AD=E5=A6=82=E4=BD=95=E4= =BD=BF=E7=94=A8DAMON=E3=80=82=E8=AB=8B=E6=B3=A8=E6=84=8F=EF=BC=8C=E7=88=B2= =E4=BA=86=E7=B0=A1=E6=BD=94 =E8=B5=B7=E8=A6=8B=EF=BC=8C=E6=9C=AC=E6=96=87=E6=AA=94=E5=8F=AA=E6=8F=8F= =E8=BF=B0=E4=BA=86=E5=AE=83=E7=9A=84=E9=83=A8=E5=88=86=E5=8A=9F=E8=83=BD=E3= =80=82=E6=9B=B4=E5=A4=9A=E7=B4=B0=E7=AF=80=E8=AB=8B=E5=8F=83=E8=80=83=E8=A9= =B2=E5=B7=A5=E5=85=B7=E7=9A=84=E4=BD=BF=E7=94=A8=E6=96=87=E6=AA=94=E3=80=82 -`doc `_ . +`doc `_ . =20 =20 =E5=89=8D=E6=8F=90=E6=A2=9D=E4=BB=B6 @@ -31,7 +31,7 @@ ------------ =20 =E5=9C=A8=E6=BC=94=E7=A4=BA=E4=B8=AD=EF=BC=8C=E6=88=91=E5=80=91=E5=B0=87= =E4=BD=BF=E7=94=A8DAMON=E7=9A=84=E9=BB=98=E8=AA=8D=E7=94=A8=E6=88=B6=E7=A9= =BA=E9=96=93=E5=B7=A5=E5=85=B7=EF=BC=8C=E7=A8=B1=E7=88=B2DAMON Operator=EF= =BC=88DAMO=EF=BC=89=E3=80=82=E5=AE=83=E5=8F=AF=E4=BB=A5=E5=9C=A8 -https://github.com/awslabs/damo=E6=89=BE=E5=88=B0=E3=80=82=E4=B8=8B=E9=9D= =A2=E7=9A=84=E4=BE=8B=E5=AD=90=E5=81=87=E8=A8=ADDAMO=E5=9C=A8=E4=BD=A0=E7= =9A=84$PATH=E4=B8=8A=E3=80=82=E7=95=B6=E7=84=B6=EF=BC=8C=E4=BD=86 +https://github.com/damonitor/damo=E6=89=BE=E5=88=B0=E3=80=82=E4=B8=8B=E9= =9D=A2=E7=9A=84=E4=BE=8B=E5=AD=90=E5=81=87=E8=A8=ADDAMO=E5=9C=A8=E4=BD=A0= =E7=9A=84$PATH=E4=B8=8A=E3=80=82=E7=95=B6=E7=84=B6=EF=BC=8C=E4=BD=86 =E9=80=99=E4=B8=A6=E4=B8=8D=E6=98=AF=E5=BC=B7=E5=88=B6=E6=80=A7=E7=9A=84= =E3=80=82 =20 =E5=9B=A0=E7=88=B2DAMO=E4=BD=BF=E7=94=A8=E4=BA=86DAMON=E7=9A=84sysfs=E6=8E= =A5=E5=8F=A3=EF=BC=88=E8=A9=B3=E6=83=85=E8=AB=8B=E5=8F=83=E8=80=83:doc:`usa= ge`=EF=BC=89=EF=BC=8C=E4=BD=A0=E6=87=89=E8=A9=B2=E7=A2=BA=E4=BF=9D diff --git a/Documentation/translations/zh_TW/admin-guide/mm/damon/usage.rs= t b/Documentation/translations/zh_TW/admin-guide/mm/damon/usage.rst index 7464279f9b7d..fbbbbad59ee4 100644 --- a/Documentation/translations/zh_TW/admin-guide/mm/damon/usage.rst +++ b/Documentation/translations/zh_TW/admin-guide/mm/damon/usage.rst @@ -16,16 +16,16 @@ DAMON =E7=88=B2=E4=B8=8D=E5=90=8C=E7=9A=84=E7=94=A8=E6=88=B6=E6=8F=90=E4= =BE=9B=E4=BA=86=E4=B8=8B=E9=9D=A2=E9=80=99=E4=BA=9B=E6=8E=A5=E5=8F=A3=E3=80= =82 =20 - *DAMON=E7=94=A8=E6=88=B6=E7=A9=BA=E9=96=93=E5=B7=A5=E5=85=B7=E3=80=82* - `=E9=80=99 `_ =E7=88=B2=E6=9C=89=E9=80= =99=E7=89=B9=E6=AC=8A=E7=9A=84=E4=BA=BA=EF=BC=8C =E5=A6=82=E7=B3=BB=E7=B5= =B1=E7=AE=A1=E7=90=86=E5=93=A1=EF=BC=8C=E5=B8=8C=E6=9C=9B=E6=9C=89=E4=B8=80= =E5=80=8B=E5=89=9B=E5=A5=BD + `=E9=80=99 `_ =E7=88=B2=E6=9C=89=E9= =80=99=E7=89=B9=E6=AC=8A=E7=9A=84=E4=BA=BA=EF=BC=8C =E5=A6=82=E7=B3=BB=E7= =B5=B1=E7=AE=A1=E7=90=86=E5=93=A1=EF=BC=8C=E5=B8=8C=E6=9C=9B=E6=9C=89=E4=B8= =80=E5=80=8B=E5=89=9B=E5=A5=BD =E5=8F=AF=E4=BB=A5=E5=B7=A5=E4=BD=9C=E7=9A=84=E4=BA=BA=E6=80=A7=E5=8C=96= =E7=95=8C=E9=9D=A2=E3=80=82 =E4=BD=BF=E7=94=A8=E5=AE=83=EF=BC=8C=E7=94=A8=E6=88=B6=E5=8F=AF=E4=BB=A5= =E4=BB=A5=E4=BA=BA=E6=80=A7=E5=8C=96=E7=9A=84=E6=96=B9=E5=BC=8F=E4=BD=BF=E7= =94=A8DAMON=E7=9A=84=E4=B8=BB=E8=A6=81=E5=8A=9F=E8=83=BD=E3=80=82=E4=B8=8D= =E9=81=8E=EF=BC=8C=E5=AE=83=E5=8F=AF=E8=83=BD=E4=B8=8D=E6=9C=83=E7=88=B2=E7= =89=B9=E6=AE=8A=E6=83=85=E6=B3=81=E9=80=B2=E8=A1=8C=E9=AB=98=E5=BA=A6=E8=AA= =BF=E6=95=B4=E3=80=82 =E5=AE=83=E5=90=8C=E6=99=82=E6=94=AF=E6=8C=81=E8=99=9B=E6=93=AC=E5=92=8C= =E7=89=A9=E7=90=86=E5=9C=B0=E5=9D=80=E7=A9=BA=E9=96=93=E7=9A=84=E7=9B=A3=E6= =B8=AC=E3=80=82=E6=9B=B4=E5=A4=9A=E7=B4=B0=E7=AF=80=EF=BC=8C=E8=AB=8B=E5=8F= =83=E8=80=83=E5=AE=83=E7=9A=84 `=E4=BD=BF=E7=94=A8=E6=96=87=E6=AA=94 - `_=E3=80=82 + `_=E3=80=82 - *sysfs=E6=8E=A5=E5=8F=A3=E3=80=82* :ref:`=E9=80=99 ` =E6=98=AF=E7=88=B2=E9=82=A3=E4=BA=9B= =E5=B8=8C=E6=9C=9B=E6=9B=B4=E9=AB=98=E7=B4=9A=E7=9A=84=E4=BD=BF=E7=94=A8DAM= ON=E7=9A=84=E7=89=B9=E6=AC=8A=E7=94=A8=E6=88=B6=E7=A9=BA=E9=96=93=E7=A8=8B= =E5=BA=8F=E5=93=A1=E6=BA=96=E5=82=99=E7=9A=84=E3=80=82 =E4=BD=BF=E7=94=A8=E5=AE=83=EF=BC=8C=E7=94=A8=E6=88=B6=E5=8F=AF=E4=BB=A5= =E9=80=9A=E9=81=8E=E8=AE=80=E5=8F=96=E5=92=8C=E5=AF=AB=E5=85=A5=E7=89=B9=E6= =AE=8A=E7=9A=84sysfs=E6=96=87=E4=BB=B6=E4=BE=86=E4=BD=BF=E7=94=A8DAMON=E7= =9A=84=E4=B8=BB=E8=A6=81=E5=8A=9F=E8=83=BD=E3=80=82=E5=9B=A0=E6=AD=A4=EF=BC= =8C=E4=BD=A0=E5=8F=AF=E4=BB=A5=E7=B7=A8=E5=AF=AB=E5=92=8C=E4=BD=BF =E7=94=A8=E4=BD=A0=E5=80=8B=E6=80=A7=E5=8C=96=E7=9A=84DAMON sysfs=E5=8C= =85=E8=A3=9D=E7=A8=8B=E5=BA=8F=EF=BC=8C=E4=BB=A3=E6=9B=BF=E4=BD=A0=E8=AE=80= /=E5=AF=ABsysfs=E6=96=87=E4=BB=B6=E3=80=82 `DAMON=E7=94=A8=E6=88=B6=E7=A9= =BA=E9=96=93=E5=B7=A5=E5=85=B7 - `_ =E5=B0=B1=E6=98=AF=E9=80=99=E7=A8=AE= =E7=A8=8B=E5=BA=8F=E7=9A=84=E4=B8=80=E5=80=8B=E4=BE=8B=E5=AD=90 =E5=AE=83= =E5=90=8C=E6=99=82=E6=94=AF=E6=8C=81=E8=99=9B=E6=93=AC=E5=92=8C=E7=89=A9=E7= =90=86=E5=9C=B0=E5=9D=80 + `_ =E5=B0=B1=E6=98=AF=E9=80=99=E7=A8= =AE=E7=A8=8B=E5=BA=8F=E7=9A=84=E4=B8=80=E5=80=8B=E4=BE=8B=E5=AD=90 =E5=AE= =83=E5=90=8C=E6=99=82=E6=94=AF=E6=8C=81=E8=99=9B=E6=93=AC=E5=92=8C=E7=89=A9= =E7=90=86=E5=9C=B0=E5=9D=80 =E7=A9=BA=E9=96=93=E7=9A=84=E7=9B=A3=E6=B8=AC=E3=80=82=E6=B3=A8=E6=84=8F= =EF=BC=8C=E9=80=99=E5=80=8B=E7=95=8C=E9=9D=A2=E5=8F=AA=E6=8F=90=E4=BE=9B=E7= =B0=A1=E5=96=AE=E7=9A=84=E7=9B=A3=E6=B8=AC=E7=B5=90=E6=9E=9C :ref:`=E7=B5= =B1=E8=A8=88 `=E3=80=82=E5=B0=8D=E6=96=BC=E8=A9=B3=E7=B4=B0=E7= =9A=84=E7=9B=A3=E6=B8=AC =E7=B5=90=E6=9E=9C=EF=BC=8CDAMON=E6=8F=90=E4=BE=9B=E4=BA=86=E4=B8=80=E5= =80=8B:ref:`=E8=B7=9F=E8=B9=A4=E9=BB=9E `=E3=80=82 - *debugfs interface.* @@ -332,7 +332,7 @@ tried_regions// # echo 500 > watermarks/mid # echo 300 > watermarks/low =20 -=E8=AB=8B=E6=B3=A8=E6=84=8F=EF=BC=8C=E6=88=91=E5=80=91=E5=BC=B7=E7=83=88= =E5=BB=BA=E8=AD=B0=E4=BD=BF=E7=94=A8=E7=94=A8=E6=88=B6=E7=A9=BA=E9=96=93=E7= =9A=84=E5=B7=A5=E5=85=B7=EF=BC=8C=E5=A6=82 `damo `_ =EF=BC=8C +=E8=AB=8B=E6=B3=A8=E6=84=8F=EF=BC=8C=E6=88=91=E5=80=91=E5=BC=B7=E7=83=88= =E5=BB=BA=E8=AD=B0=E4=BD=BF=E7=94=A8=E7=94=A8=E6=88=B6=E7=A9=BA=E9=96=93=E7= =9A=84=E5=B7=A5=E5=85=B7=EF=BC=8C=E5=A6=82 `damo `_ =EF=BC=8C =E8=80=8C=E4=B8=8D=E6=98=AF=E5=83=8F=E4=B8=8A=E9=9D=A2=E9=82=A3=E6=A8=A3= =E6=89=8B=E5=8B=95=E8=AE=80=E5=AF=AB=E6=96=87=E4=BB=B6=E3=80=82=E4=BB=A5=E4= =B8=8A=E5=8F=AA=E6=98=AF=E4=B8=80=E5=80=8B=E4=BE=8B=E5=AD=90=E3=80=82 =20 debugfs=E6=8E=A5=E5=8F=A3 --=20 2.39.2 From nobody Fri Dec 19 16:17:58 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 99B72FC08; Mon, 26 Aug 2024 01:57:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724637467; cv=none; b=KZGiql/C9+qs6bgP66comb/i1vJlZ5Q87pZm0P5kr+JX1JrvaOGZbIQq2DjbKiI41GKSsZ2lxJ24yFIRPd7FrY9twXzMTYj6Qdy4N5WVsj1vLdp+VYaOEOn7IGieuyT60JjvPrnBANT3bKhSWclkeLG7RcCBwYRMgIy25AizQ4o= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724637467; c=relaxed/simple; bh=JVZ1e15QPo3CgnpjsPGBbluDVYbC60RWJ4aEogp07ss=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=CsJwFaY0CxTqCSWWuE6soB+zqE6eTR8NVIBPXqYxZa/O3fpSctv5tnIxaZmPxKiGFJoUri43PSvnD4tooMFOaWGCrC4IOninw91uUmIykxOAD2J6bBnYCeBfw+4dcmwZacTQj/va/B6g3raqlWB6XzAxOAemD1mNsY1GYG9lZ0Q= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OfNyueGh; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="OfNyueGh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 95BDAC4DDE7; Mon, 26 Aug 2024 01:57:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724637467; bh=JVZ1e15QPo3CgnpjsPGBbluDVYbC60RWJ4aEogp07ss=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OfNyueGhx4LJPERlgBY/8ljixzNlYaP6x+v7mrQF3pEFh1vH2BH1uzIniEs9BONBa +vRBGyd5q5EpPpmXk+HQry3XWD5rQM5gduU/chYoHMeAWKyS9/JdZfUW6BELZIwz8L z01sJRGzJO61umKvrHWW9vuszhrsP/rDu1tcmxGM9rRFD4KIOgis54rqupDibMfbu4 73jczuSe17BeoPEh3O4dKZagTFD2PBOOvVZTGdmFf6etQgLmvSGHsTq9jfIe785d22 G1gnWWPVvFbSopKyYnKwLZrZfn1WNWNlkGwQbDb/YIcgT8QAE2gVCIT8F6cA5G395K YM91Psts9QqJA== From: SeongJae Park To: Andrew Morton Cc: SeongJae Park , Jonathan Corbet , damon@lists.linux.dev, linux-mm@kvack.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/3] Docs/damon/maintainer-profile: add links in place Date: Sun, 25 Aug 2024 18:57:40 -0700 Message-Id: <20240826015741.80707-3-sj@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240826015741.80707-1-sj@kernel.org> References: <20240826015741.80707-1-sj@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" maintainer-profile.rst for DAMON separates the links and target definitions. It is not really necessary, and only makes the readability worse. At least the definitions need the section title (say, "References"). Just add the links in place on the doc. Signed-off-by: SeongJae Park --- Documentation/mm/damon/maintainer-profile.rst | 84 ++++++++++--------- 1 file changed, 44 insertions(+), 40 deletions(-) diff --git a/Documentation/mm/damon/maintainer-profile.rst b/Documentation/= mm/damon/maintainer-profile.rst index 048b78e6d989..3c1b42b062ea 100644 --- a/Documentation/mm/damon/maintainer-profile.rst +++ b/Documentation/mm/damon/maintainer-profile.rst @@ -7,23 +7,27 @@ The DAMON subsystem covers the files that are listed in '= DATA ACCESS MONITOR' section of 'MAINTAINERS' file. =20 The mailing lists for the subsystem are damon@lists.linux.dev and -linux-mm@kvack.org. Patches should be made against the mm-unstable tree [= 1]_ -whenever possible and posted to the mailing lists. +linux-mm@kvack.org. Patches should be made against the mm-unstable `tree +` whenever possible and post= ed to +the mailing lists. =20 SCM Trees --------- =20 There are multiple Linux trees for DAMON development. Patches under -development or testing are queued in damon/next [2]_ by the DAMON maintain= er. -Sufficiently reviewed patches will be queued in mm-unstable [1]_ by the me= mory -management subsystem maintainer. After more sufficient tests, the patches= will -be queued in mm-stable [3]_ , and finally pull-requested to the mainline b= y the -memory management subsystem maintainer. - -Note again the patches for mm-unstable tree [1]_ are queued by the memory +development or testing are queued in `damon/next +` by the DAMON maintainer. +Sufficiently reviewed patches will be queued in `mm-unstable +` by the memory management +subsystem maintainer. After more sufficient tests, the patches will be qu= eued +in `mm-stable ` , and finally +pull-requested to the mainline by the memory management subsystem maintain= er. + +Note again the patches for mm-unstable `tree +` are queued by the memory management subsystem maintainer. If the patches requires some patches in -damon/next tree [2]_ which not yet merged in mm-unstable, please make sure= the -requirement is clearly specified. +damon/next `tree ` which not yet m= erged +in mm-unstable, please make sure the requirement is clearly specified. =20 Submit checklist addendum ------------------------- @@ -32,18 +36,27 @@ When making DAMON changes, you should do below. =20 - Build changes related outputs including kernel and documents. - Ensure the builds introduce no new errors or warnings. -- Run and ensure no new failures for DAMON selftests [4]_ and kunittests [= 5]_ . +- Run and ensure no new failures for DAMON `selftests + ` and + `kunittests + = `. =20 Further doing below and putting the results will be helpful. =20 -- Run damon-tests/corr [6]_ for normal changes. -- Run damon-tests/perf [7]_ for performance changes. +- Run `damon-tests/corr + ` for normal + changes. +- Run `damon-tests/perf + ` for performan= ce + changes. =20 Key cycle dates --------------- =20 -Patches can be sent anytime. Key cycle dates of the mm-unstable [1]_ and -mm-stable [3]_ trees depend on the memory management subsystem maintainer. +Patches can be sent anytime. Key cycle dates of the `mm-unstable +` and `mm-stable +` trees depend on the memory +management subsystem maintainer. =20 Review cadence -------------- @@ -58,16 +71,17 @@ Mailing tool =20 Like many other Linux kernel subsystems, DAMON uses the mailing lists (damon@lists.linux.dev and linux-mm@kvack.org) as the major communication -channel. There is a simple tool called HacKerMaiL (``hkml``) [8]_ , which= is -for people who are not very familiar with the mailing lists based -communication. The tool could be particularly helpful for DAMON community -members since it is developed and maintained by DAMON maintainer. The too= l is -also officially announced to support DAMON and general Linux kernel develo= pment -workflow. - -In other words, ``hkml`` [8]_ is a mailing tool for DAMON community, which -DAMON maintainer is committed to support. Please feel free to try and rep= ort -issues or feature requests for the tool to the maintainer. +channel. There is a simple tool called `HacKerMaiL +` (``hkml``), which is for people= who +are not very familiar with the mailing lists based communication. The tool +could be particularly helpful for DAMON community members since it is deve= loped +and maintained by DAMON maintainer. The tool is also officially announced= to +support DAMON and general Linux kernel development workflow. + +In other words, `hkml ` is a mail= ing +tool for DAMON community, which DAMON maintainer is committed to support. +Please feel free to try and report issues or feature requests for the tool= to +the maintainer. =20 Community meetup ---------------- @@ -83,17 +97,7 @@ members including the maintainer. The maintainer shares= the available time slots, and attendees should reserve one of those at least 24 hours before = the time slot, by reaching out to the maintainer. =20 -Schedules and available reservation time slots are available at the Google= doc -[9]_ . DAMON maintainer will also provide periodic reminder to the mailing -list (damon@lists.linux.dev). - - -.. [1] https://git.kernel.org/akpm/mm/h/mm-unstable -.. [2] https://git.kernel.org/sj/h/damon/next -.. [3] https://git.kernel.org/akpm/mm/h/mm-stable -.. [4] https://github.com/damonitor/damon-tests/blob/master/corr/run.sh#L49 -.. [5] https://github.com/damonitor/damon-tests/blob/master/corr/tests/kun= it.sh -.. [6] https://github.com/damonitor/damon-tests/tree/master/corr -.. [7] https://github.com/damonitor/damon-tests/tree/master/perf -.. [8] https://github.com/damonitor/hackermail -.. [9] https://docs.google.com/document/d/1v43Kcj3ly4CYqmAkMaZzLiM2GEnWfgd= GbZAH3mi2vpM/edit?usp=3Dsharing +Schedules and available reservation time slots are available at the Google= `doc +`. +DAMON maintainer will also provide periodic reminder to the mailing list +(damon@lists.linux.dev). --=20 2.39.2 From nobody Fri Dec 19 16:17:58 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 09EBD168C4; Mon, 26 Aug 2024 01:57:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724637468; cv=none; b=F3n65Zz5+FaGsCmII7OM+17TrrZmV0tToAN49eqXJl18zCJyANJ/me9NCjk7Nh47AHyuZQdec2DewWAUCsNGFuJDZ4X9+/7C1t2UvHz4A+uSyP8Bbruq1Afb2apWoXl46ycPEcqivOrHnxTBr5ClgWmApcOBElnQ+TFWLz2Yn3k= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724637468; c=relaxed/simple; bh=gea9mUAXiEJkvTAvBc5bm1Bd90hC20jz8ChzK7BjWCU=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=iFlOqz9NWfdK8lBwDbMu2LsjvcyLsm9OWn6EWy7xfCds8j35BceMTy6HzY0vzqRANNpsIu5CbXHRr8rsx5hVFJKnWif4f555OvXFDCxa6xHB8JX7/LdNPGLHNQ51Fcvstxq07Rc5Sa7ub2zknWuhtu/TU6fiyqTxR84dTu8pRwo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=iOeVL12L; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="iOeVL12L" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5EB52C4DDEF; Mon, 26 Aug 2024 01:57:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724637467; bh=gea9mUAXiEJkvTAvBc5bm1Bd90hC20jz8ChzK7BjWCU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=iOeVL12LSOwQyKI5vW9FASmShYc2pnkTCsfW/YGxAVkAI7Q1Hs8vEzztLaI4Yo/x0 VT4HjMMKdJKxs9xwCsmjCSHaQCf0gm+xpyibQd1NE1Xfem+7GHdkOQXCtJTKBKgvhR NyTeX0Sx6v4bBmdXpJBGXzicTwwjA+np+dJp8pGp5WDRQLTEMmUvdQOQiMG0VNxIfj qVEN4uvuvUVoReoxMPTxwfVTeKpumhIraPQE+sv7cXLfaiUFeZy/ygRQRiARJ3mdYU 1TcB+D/xP+78+cjI9hcghS6FvhdQN0+OJ3XeDltb/Fs5sKI6wHLgM5M5XZuzyASVWD mbWMYZvOGh8/w== From: SeongJae Park To: Andrew Morton Cc: SeongJae Park , Jonathan Corbet , damon@lists.linux.dev, linux-mm@kvack.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 3/3] Docs/damon/maintainer-profile: document Google calendar for bi-weekly meetups Date: Sun, 25 Aug 2024 18:57:41 -0700 Message-Id: <20240826015741.80707-4-sj@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240826015741.80707-1-sj@kernel.org> References: <20240826015741.80707-1-sj@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" We added a public Google calendar for easy sharing of DAMON bi-weekly meetups[1]. Add it to the official document for a better visibility. [1] https://lore.kernel.org/all/20240717235812.53087-1-sj@kernel.org/ Signed-off-by: SeongJae Park --- Documentation/mm/damon/maintainer-profile.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/mm/damon/maintainer-profile.rst b/Documentation/= mm/damon/maintainer-profile.rst index 3c1b42b062ea..2365c9a3c1f0 100644 --- a/Documentation/mm/damon/maintainer-profile.rst +++ b/Documentation/mm/damon/maintainer-profile.rst @@ -99,5 +99,7 @@ time slot, by reaching out to the maintainer. =20 Schedules and available reservation time slots are available at the Google= `doc `. -DAMON maintainer will also provide periodic reminder to the mailing list -(damon@lists.linux.dev). +There is also a public Google `calendar +` +that has the events. Anyone can subscribe it. DAMON maintainer will also +provide periodic reminder to the mailing list (damon@lists.linux.dev). --=20 2.39.2