From patchwork Thu Jun 20 22:03:36 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 13706431 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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 272EDC27C79 for ; Thu, 20 Jun 2024 22:03:50 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 6B1E58D00D5; Thu, 20 Jun 2024 18:03:46 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 5F3078D00EE; Thu, 20 Jun 2024 18:03:46 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 305F38D00D5; Thu, 20 Jun 2024 18:03:46 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0015.hostedemail.com [216.40.44.15]) by kanga.kvack.org (Postfix) with ESMTP id 0453C8D00EC for ; Thu, 20 Jun 2024 18:03:45 -0400 (EDT) Received: from smtpin21.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay07.hostedemail.com (Postfix) with ESMTP id A677B1604DB for ; Thu, 20 Jun 2024 22:03:45 +0000 (UTC) X-FDA: 82252644810.21.A9A099E Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by imf03.hostedemail.com (Postfix) with ESMTP id 02F5920011 for ; Thu, 20 Jun 2024 22:03:42 +0000 (UTC) Authentication-Results: imf03.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=UIQw8AYc; dmarc=pass (policy=none) header.from=kernel.org; spf=pass (imf03.hostedemail.com: domain of sj@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=sj@kernel.org ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1718921015; a=rsa-sha256; cv=none; b=1Qzi5+f5XiotbyzT38bvabUcQsjuB1SQw8k3zi8dyvxgCkA111ulkh3NnF23SmUZBK7Wjz rzGIlyCc/jY/ubnFcVEtAKXMG0ava/NpinD2atY8Yv0dtBIzMh7L6vHZrlhSmUKpGA/DxT sbOax3mnSUZ//kH4Dtj0CLxlfUpprzI= ARC-Authentication-Results: i=1; imf03.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=UIQw8AYc; dmarc=pass (policy=none) header.from=kernel.org; spf=pass (imf03.hostedemail.com: domain of sj@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=sj@kernel.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1718921015; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=u6A8hsf+9+m8IMP1SpT6aShSn7/TqeTCD701CBFeUkg=; b=AC2rKIoCkmlKgqIP2zPEfp0Dr0n5EkJeUgWpYv4po+r9joY2fApMIKvFVZ6IxUDXny+Dmh wghNuOy+v8JYVcJrp+mb44Amea4Tr8AP6aBst8maGpQv6DBSkcjLfzA2Jsm8D+cWD6W/Aw PdwHU3I6COpHxeFEzcfgX/MwD+72LbQ= Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 3262D6230A; Thu, 20 Jun 2024 22:03:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 53142C4AF09; Thu, 20 Jun 2024 22:03:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718921021; bh=9A8zsjnWJ3w+ZEMNJXYnlTtNeVnoUfagTA0wT/QCXJY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UIQw8AYccEDJGoqOG4iYXEsxh/JPCjVFZi5sSi8lWDkjYfeTAdgrQEATt+jopTFE1 mf83rCgA0IICAvmJ942ploAHMctLycfLwTmpYaTLsSMcaXcfI1Aji+Y5Zao4tHqhhZ awq1cB1ATzKsG3KZdjwHrAo4JRvWGdyt1J6PYydcH1opg11HNhkX+iZ8xc36564CNK 8XKaOYaohaijbnyWQnwzca2YXH9vBRtT+giL2e1xKbl2piNBOUGaEa5YLB1Kookym1 lyVHmmMQiSms2zZhU0OGAjqf9uCXC6rCThmSVGYPpVwHl5v0mHfuqBY5JoGs9RYbet lhM3FDIthcQZQ== 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 1/2] Docs/mm/damon/maintainer-profile: introduce HacKerMaiL Date: Thu, 20 Jun 2024 15:03:36 -0700 Message-Id: <20240620220337.76942-2-sj@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240620220337.76942-1-sj@kernel.org> References: <20240620220337.76942-1-sj@kernel.org> MIME-Version: 1.0 X-Rspamd-Queue-Id: 02F5920011 X-Rspam-User: X-Rspamd-Server: rspam05 X-Stat-Signature: w71t4bfkgb63hh6qhks1gacqjaaehtaj X-HE-Tag: 1718921022-221386 X-HE-Meta: U2FsdGVkX1/Lh3KLFfPL2lqLboNJ9gZFv/1dv7it4ZBpDdw9ICNQKaCV6SIHgM8pM/esQKHF0j9IkgR+924DMBlxJwWy0Zf1ErzhuXby83j84PcjGfcYg4pM9pOuv1xqMkkWGSziaLABJjECTHlgplSUBzeoq2zWDJPtE/pYk98CtCBuNSVi6kKIYCU/T1O9nCDUnJvg88eDbMODafkPPgQ6uQoywRHiTSZqxaBJ56C/3nrPvuU2wqwULuVrpsQGH5JWngjJTWCtI8OwSjOuFfkFEecjHiG/58BXNdzPQ6doBNTkHppHf8T1zSOsRGlYgbYdWajLs0wNSbbxhauH+F/lnsL9zjZ11rZ9tpMsn255+EfdUDaINI0hSTxcFxV+N7hHQCCcRyved32VszPirJspIIUYvyt7gnUlldUQ3HWuUFNCgJbS7Sg0BUylGxVbN3hotEM0eR+5U+5Q9bWDWDPV6fWyJAWpRxl5Szh0jFlltIt65g80wuzMSOzUUL7l17LxDpGUGezLs/U4tjbRgiCmUyNwCVEY9nNApJzPnI01IHFv3ZthxFSNPzo93R6NOqu0sxeo5lhw2FC8gkuzCYXOywHoGZ2Im9VMcPQUhMsve4AYAkmXUf2eA3EkS1Vcgcld6335WJKwdIrgoymCX/blEdTbHtQ6qPRBKOV94LC/WvHYjJ47yk3CGd41L5UiFEdSGjP6dJnibHJGJVx6FuEUxjVNQ7HQTseyxgbD8MnqnsCAm6deAxCWiDbAIL3T2XVb7so51LTdaiGylSbgQ1wcCn0DYThd+PJM5f2h/Jtv/jf/7qzKk4DLEmWmwVL12B03Pli+nTlS3JoP/kXlwiEwC5rgXJljTKQLHOmccJO6Nv6VHtiznhrXmkRTPnBCHAg1TgIL/saf15VKHZSDp2jFisFWcGYHBxBd+tj5p5sMS5iltXRJZz8Zerk4utXtxfAgr4VK/lbxjCxIvcn wBjHE+am Wv+d+EQ/EbOwks7T/VK0acbKWi8BM3QCiDeSKHkz9TBscQz90NgXvy7PaVgZdrZkzmnt8U2rCRD2knKetC7h98jyI0MpeMmpGteRLgQFpi4Jx1SS0qiBB1wETJYNC4P2dMeTxwhfE7X4K8YLJHsgDwgfoWQ+X94CyLOZcjDDyxGp9ikXnwSTz3uAoifg6Lk/rVY33PnNsjq5ckc1Ib8Q990pWy0qHpUXDqmUewbYNaLpqIeRpB76BtQ5D894iFFhoMQM3oMAYZPRiMnIynTR56LAn5MUezItllfHhg5AznWENi6O6FvVghZIzwOI6vkwMGn1H X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: List-Subscribe: List-Unsubscribe: Since DAMON has merged into the mainline, I periodically received some questions around DAMON's mailing lists based workflow. The workflow is not different from the normal ones that well documented, but it is also true that it is not always easy and familiar for everyone. I personally overcame it by developing and using a simple tool, named HacKerMaiL (hkml)[1]. Based on my experience, I believe it is matured enough to be used for simple workflows like that of DAMON. Actually some DAMON contributors and Linux kernel developers other than myself told me they are using the tool. As DAMON maintainer, I also believe helping new DAMON community members onboarding to the worklow is one of the most important parts of my responsibilities. For the reason, the tool is announced[2] to support DAMON community. To further increasing the visibility of the fact, document the tool and the support plan on DAMON maintainer's profile. [1] https://github.com/damonitor/hackermail [2] https://github.com/damonitor/hackermail/commit/3909dad91301 Signed-off-by: SeongJae Park --- Documentation/mm/damon/maintainer-profile.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Documentation/mm/damon/maintainer-profile.rst b/Documentation/mm/damon/maintainer-profile.rst index 8213cf61d38a..aede61f2d6a8 100644 --- a/Documentation/mm/damon/maintainer-profile.rst +++ b/Documentation/mm/damon/maintainer-profile.rst @@ -53,6 +53,22 @@ Mon-Fri) in PT (Pacific Time). The response to patches will occasionally be slow. Do not hesitate to send a ping if you have not heard back within a week of sending a patch. +Mailing tool +------------ + +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 faimiliar with the mailing lists based +communication. The tool could particularly helpful for DAMON community members +since it is developed and maintained by DAMON maintainer. The tool is also +officially announced to support DAMON and general Linux kernel developement +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 report +issues or feature requests for the tool to the maintainer. + .. [1] https://git.kernel.org/akpm/mm/h/mm-unstable .. [2] https://git.kernel.org/sj/h/damon/next @@ -61,3 +77,4 @@ of sending a patch. .. [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 +.. [8] https://github.com/damonitor/hackermail From patchwork Thu Jun 20 22:03:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 13706430 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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56E51C2BA18 for ; Thu, 20 Jun 2024 22:03:47 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 3F10D8D00ED; Thu, 20 Jun 2024 18:03:46 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 37AB38D00EC; Thu, 20 Jun 2024 18:03:46 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 0A1968D00ED; Thu, 20 Jun 2024 18:03:46 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0013.hostedemail.com [216.40.44.13]) by kanga.kvack.org (Postfix) with ESMTP id DE3DB8D00D5 for ; Thu, 20 Jun 2024 18:03:45 -0400 (EDT) Received: from smtpin11.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay04.hostedemail.com (Postfix) with ESMTP id 6C30C1A06A5 for ; Thu, 20 Jun 2024 22:03:45 +0000 (UTC) X-FDA: 82252644810.11.7A30D92 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by imf17.hostedemail.com (Postfix) with ESMTP id C079A40008 for ; Thu, 20 Jun 2024 22:03:43 +0000 (UTC) Authentication-Results: imf17.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=a8rEuT0A; spf=pass (imf17.hostedemail.com: domain of sj@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=sj@kernel.org; dmarc=pass (policy=none) header.from=kernel.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=hostedemail.com; s=arc-20220608; t=1718921015; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:dkim-signature; bh=/GNBAGZpYwgpM45C3GoipKzr9/fIwX7/nAv6fL3tcOE=; b=bM7EndrcL+GOEqbYx+dyN6fbCOuST/5ekJt+MZgRqYyxapvq4lpR6ticwKR17LKPYgB5Y/ A7HXytVvLpJlGMCHeyRLvc+eOvBlKBAH+02x/YEMe7sTF/BQUdryIXIL8LJ687HUCfATgu zlbwsmr4DMYG81tP8paTt7oEFrdDOEI= ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1718921015; a=rsa-sha256; cv=none; b=aE7z3RmarxNlIIjztNJcTP254gUCm8w/JQvrhO3G4r2oZQ0O4om2HeiezHTZNy+RhcR/+5 SS13y46GDrUfOFlRs21tYO12VimbIBoa9oEWv4rrt2kLb1DBxAFF6krzSZYHuWWm6M4wXQ G758MQZWPJm7tLEfkMw+Y5Dx5fqsVg4= ARC-Authentication-Results: i=1; imf17.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=a8rEuT0A; spf=pass (imf17.hostedemail.com: domain of sj@kernel.org designates 139.178.84.217 as permitted sender) smtp.mailfrom=sj@kernel.org; dmarc=pass (policy=none) header.from=kernel.org Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id EE6C562319; Thu, 20 Jun 2024 22:03:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1CAE8C4AF0A; Thu, 20 Jun 2024 22:03:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718921022; bh=APIZ1aijkETcDT9yemVAjpSl6m/3vZEIvCxwRfWnjhU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=a8rEuT0AtHS/sHY9lNdYvLvvm/Kjo9fl8zHEVqx2fjUiXGyzyxKddwsh7wtNdERXB 6MoeeyshK82a1ZEVsTy/WRJ9WwKso2EfvAjrntutUcrJrtZOfcHsFAFWgVN1pvcPu/ 7QsMnf9INU8AfKmRWpZzpCfCwK8HpZvEM48ypuwYzpjuoCKxcyJ5QHNhefPZFjOgKD d8Fi+k8Q4Gi+BaNkIDn5LB8LPeVtR98xFbzzXP1mmNhrx7OVyBL6fv7gqEKomy3gwz UZCMUOXDyoz3mvtkH/v6IXJKj8/1V7O5xK4l3X6II2LgJUXapUf71012tYoA42a+uk A8PbUrE5dsBcg== 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/2] Docs/mm/damon/maintainer-profile: document DAMON community meetups Date: Thu, 20 Jun 2024 15:03:37 -0700 Message-Id: <20240620220337.76942-3-sj@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240620220337.76942-1-sj@kernel.org> References: <20240620220337.76942-1-sj@kernel.org> MIME-Version: 1.0 X-Rspamd-Queue-Id: C079A40008 X-Stat-Signature: mo5u8bexwq976i9ay8txzgabhd8336dq X-Rspamd-Server: rspam09 X-Rspam-User: X-HE-Tag: 1718921023-564224 X-HE-Meta: U2FsdGVkX1/+f6TnW4hRDQi6BoxA7Bm5LsPsk2gE/d79ggz7d+Qymev1sQ/Xi2jpwxEoRIlBiCh/OhgdQPxU7YjBWP9nC1Zg858EsDSiIfADgeAI2/QgrLSXfWykpStXdud69qyfv6beqihEi+Oml8gG436fKh0GBh53P6knJXDD6qlRrki2rpJKzPZFDgAYCVUr/L57znbzYao3znBoJq65UJ/lZLGfY4xxef1u0JrDhAidnJ/fn74DcS2RBdDJBl3eB+3Mm4hpYfA/TTGWNf4A+bArpaMZS+RM1k0TGDrNwY8eL9t6KFkKqerXWN8X89z5HXBjEqOfGyIFa3qAFRN/ofQ0fIOWEB4ZBZc0Z9Xy7hQP1g5Uc4pl6iiIvDW2F8o1Nf5vnuxwjUG87KIkBeYa8ikBe1Gcf9lqT3FLGRILtddBS7vdR9LCdOGZpgtVDMX+3mQMTigNA891vaqYhvMQBJinhzbEnPVJ6wzEkEROQLbzjc7lcHD4u556H2xhhwnNh66VNExHy/cfwOLR+1uvxPCV5BBU08GF1zN8FmJlodFZsSb7MoTtDa46Ey6zGooPqU6wdrcsUOadcq+3eYd0G8zq7Eero/GAflC7InfHBDVnbN9C6aQZpm+qJxDxLFEdjlqUbCtpBYd2j3nlHiQI8owrVs9g//YoASrDqCO5meGZKAFh86qbA7pIYRVvS3V+eJkB3lbbsJx0vS3j01+EeD6IRdCeIlUHWm2D1nrEHmd0bP6vZapRAGJ0W9dxX7oLo+6R2ZxkK7nI7R4KdZmFvy8Q/PHg5H2HmhVzn96+Vq34j0bNrKABFup6xDGgU7K960KRxvvq6tPv5fjqc2MaMh+osGKRbApJAPwiBPPBq1AEA+dHH6sGglyR/Jrz4i5L8EoCGHrDgnToTRVFhOqoCdgQvSr6VkFeD117lOX27c3NxD+6dIhgmKXnMSfIN5hhDfXqJ3e6k7DmxY8 1IvIAAVe 9krDoi0yOI4vD93X4jUOBaCp+pDRxbw5qrgBWyC62n4EpDScph1ekcwRWPZN1Q0v9qPcJF9zYEQhP97fGs2ZkajddlRrJqL0T9EwUJpXNSaDXOy+Z9etpylMoPfe/h5pXDJhLUfl6lNRxJG3mFUzlgX0JdNvPH7162cBPcnEPQ32t6amhGgC2qAlDesC67LVUyldlvpJHFGBjWRW7zj04/MiaFWmAxj2P3L7v2sMLi9Mj1onXDBHSY2vubIQxEJN/K4VU2Sd+/YrF852kSvv6sgJnalVIY7Xy+i8V X-Bogosity: Ham, tests=bogofilter, spamicity=0.000001, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: List-Subscribe: List-Unsubscribe: DAMON bi-weekly community meetup series has continued since 2022-08-15 for community members who prefer synchronous chat over asynchronous mails. Recently I got some feedbacks about the series from a few people. They told me the series is helpful for understanding of the project and particiapting to the development, but it could be further better in terms of the visibility. Based on that, I started sending meeting reminder for every occurrence. For people who don't subscribe the mailing list, however, adding an announcement on the official document could be helpful. Document the series on DAMON maintainer's profile for the purpose. Signed-off-by: SeongJae Park --- Documentation/mm/damon/maintainer-profile.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/Documentation/mm/damon/maintainer-profile.rst b/Documentation/mm/damon/maintainer-profile.rst index aede61f2d6a8..365258aa77ff 100644 --- a/Documentation/mm/damon/maintainer-profile.rst +++ b/Documentation/mm/damon/maintainer-profile.rst @@ -69,6 +69,24 @@ 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 report issues or feature requests for the tool to the maintainer. +Community meetup +---------------- + +DAMON community is maintaining two bi-weekly meetup series for community +members who prefer synchronous conversations over mails. + +The first one is for any discussion between every community member. No +reservation is needed. + +The seconds one is for discussions on specific topics between restricted +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. + +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 @@ -78,3 +96,4 @@ issues or feature requests for the tool to the maintainer. .. [6] https://github.com/awslabs/damon-tests/tree/master/corr .. [7] https://github.com/awslabs/damon-tests/tree/master/perf .. [8] https://github.com/damonitor/hackermail +.. [9] https://docs.google.com/document/d/1v43Kcj3ly4CYqmAkMaZzLiM2GEnWfgdGbZAH3mi2vpM/edit?usp=sharing