From patchwork Fri Jun 21 16:36:25 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 13707824 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 8CB60C2BD05 for ; Fri, 21 Jun 2024 16:36:43 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 8452B6B027B; Fri, 21 Jun 2024 12:36:41 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 7F4188D0170; Fri, 21 Jun 2024 12:36:41 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 50F066B027B; Fri, 21 Jun 2024 12:36:41 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0010.hostedemail.com [216.40.44.10]) by kanga.kvack.org (Postfix) with ESMTP id 2DFE98D0170 for ; Fri, 21 Jun 2024 12:36:41 -0400 (EDT) Received: from smtpin13.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay10.hostedemail.com (Postfix) with ESMTP id B5B3EC10D4 for ; Fri, 21 Jun 2024 16:36:40 +0000 (UTC) X-FDA: 82255449360.13.5D2966B Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by imf15.hostedemail.com (Postfix) with ESMTP id 5A991A0004 for ; Fri, 21 Jun 2024 16:36:37 +0000 (UTC) Authentication-Results: imf15.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=ApAlB0Wz; spf=pass (imf15.hostedemail.com: domain of sj@kernel.org designates 145.40.73.55 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=1718987785; 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=uENWtR5rt2l0zXjTgya/axnwnlEKnBOlh7V4cQamLE4=; b=QG7qY5wD6kz9tPkNIGBWzHDEUq9pK5eOD4ybciKVv9YRpDNBFD0eFWLIx4Pupc0R4Fed4N z6UZuc9x3RiNHxulaEUx9bWAUzksknU5sVtWVP4NeaCZDvdgQhWKkG8ZS5HeNvskL0AW8n UCoBrBvapwQLIZjUbddccXPQhIZ3G4U= ARC-Authentication-Results: i=1; imf15.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=ApAlB0Wz; spf=pass (imf15.hostedemail.com: domain of sj@kernel.org designates 145.40.73.55 as permitted sender) smtp.mailfrom=sj@kernel.org; dmarc=pass (policy=none) header.from=kernel.org ARC-Seal: i=1; s=arc-20220608; d=hostedemail.com; t=1718987785; a=rsa-sha256; cv=none; b=cucrL5XGOKUyDxiIhja030f/L5ztWb18vmluauWqdLXDQXtKMrhea6Qcauaa1/QS8VnUiP UVQw0msNKANYrGbu3M7q0tugCvtYnMn74Yz4HbJUJeIuZdE80nAzcqHWr4VsDLQjW0DT/j Fv+rFUzRKMnSmk8Sjor9gv5hw0BkCAk= Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id CE6AECE2F5D; Fri, 21 Jun 2024 16:36:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 54EEAC4AF08; Fri, 21 Jun 2024 16:36:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718987792; bh=M5xn5M4GfcGTX8oAcLhjxxN4/nHeuMYh4W2hVXIjyxo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ApAlB0WzaZAD0gOFyceMf5Nbe8HkSQsKhlrsctag59xQQ/LiVB6ExGZAEaFLRIg4G +vVw1Tjh39DsiBgYDH6FAVvSAts4dr+LvcqBDBJnZ6Z2eHgb+PAGMwcy0khH6Z5Z/+ PADralOrrD6/4VCNtK3dbiS17SIA+BrvKz25i8DQtgz5N0E3kbEAVtsR69AgdnUntx 51VV42vHUH+rOnxuSvtjZMl91Xk2WWIZC044FWGHXUWlx2vhS19X9aJLcbAOrIjz26 MGh45oPzicVfebc668lGmSbNciA1Y0Jyw2kwvAQ48+wYHfApewZVWh32Bd5cF5rQjD EYcOwzNJCuFNw== From: SeongJae Park To: Andrew Morton Cc: SeongJae Park , Jonathan Corbet , Randy Dunlap , damon@lists.linux.dev, linux-mm@kvack.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 1/2] Docs/mm/damon/maintainer-profile: introduce HacKerMaiL Date: Fri, 21 Jun 2024 09:36:25 -0700 Message-Id: <20240621163626.74815-2-sj@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240621163626.74815-1-sj@kernel.org> References: <20240621163626.74815-1-sj@kernel.org> MIME-Version: 1.0 X-Rspamd-Server: rspam06 X-Rspamd-Queue-Id: 5A991A0004 X-Stat-Signature: x3itpo5s999cf8h9huy945jax6uyrd5p X-Rspam-User: X-HE-Tag: 1718987797-904777 X-HE-Meta: U2FsdGVkX18Vd6V862wnI82ijLNwMJSrbNU6RDFIorNCtRuLDtFr15M9v/uG12KA9hug9LqW2IWjQQNwnOYDitOhGytSY/R1EtiZcv+AX6kZ5YuGQmjxDF2KMW+VSm/7GJdp/FFVE1xGWwpjawExswfYrsQ2kxJ9ijdoEqpKRWU4hyBIcYjQvsOgi86lSVfwVVh+kxGFfvcLHKAN/qoNlWR5TuSfFOsqvsWc5TllKctYTuW77Q6/qHfRbWO660NXs2Wjo0LD/x2IwoX/OhY/HAE8i8K0DWL6mg+jDE7zK+hdJ9re0K1RbBgGeX4yTS1rMZHuMLEUCi4j4O5+CZ/dUGd3zGfv9S0x8co9LHBYLb3fAo+32r+EWlY+uHHLqNCmpCEGOMQXYyYjUExECd0v1v0e8zKZBlyNKfvWBiIPK+nuH+3T3lKPp0UlprNzFtvY5HSRmrCMnvcwGPWfF+U44SCzN3trz8qdQYU4ndDAZ+OuPff9CEG8ztqfXVVVcDa4tf9twfUq1Shk5Cm1CE3DUDY7x9KueCAc/D8aGpSvLWJCN651GUzwBy27kSutkc61wwDGxFM4151p9aAoIG6UuZCtgy3HR2op92TU21Ah7rSWvzuux/5DPjEYaXRWBplLYUj7NIyem4CckpEsHtmzlU2+zXFjSzJ2yhjMLru7jrSbqSpXGZJaZLBWN/2g4U3J/QJfeO3xTSbFSHgPb4wtLvP1qXKrPgT8BGhAZ1FUbzDwGoToLVaMhbHU0B1KZWFIbcVkTArILIJiEKvXYYZkvU9CT18PfZtE+mIKJQXCm9nWEcmKEkxFyCzWY8Jdn/kAlfDBkSa1h8j6tWIsUV9KL+J4yHurBI3mv07VtGe3EjujO6NTmf1kEFwpQMpPtpMYGCq07oGlb0nszc4aDW5ktaR6FBv3cigENFbUB4+2WaB2eCUT7V02CbiDdNHPL/1xz8ueAzLEAskSuu2QsYd SW27N99l pY0mJou02GUlDvicov7BtpgDuYlmwLFO5/4XTkzQiKITXmbyOvZT3UoF7Qm+zUVMTRqdtcK8OZ6z2qf4aDj7hCnkXdgCBqZi9xts/tj8+S8RuoGkGc6c+KBv+bRIwKPf8hWniQdproIgJVJxY0KcF+UpsONbizWOEzLI5ylLFrh7z1TlqoeosSCXUqLnutmPwID5RDa54CJsl9XB9aPCKsK548XhrcIWAlyd91e/SlqS7WxXNuYqI3UD9DdBkO2ei0dgluujjv0mCnQqGhokjLSGUdmNGMB6p4aFMyKA4+i6IzwTWIOLTvbZhr3GhWIlCUKeB 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..c7db0572faa9 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 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 tool is +also officially announced to support DAMON and general Linux kernel development +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