Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Docs/mm/damon/maintainer-profile: introduce HacKerMaiL

Patch series "Docs/mm/damon/maintaier-profile: document a mailing tool and
community meetup series", v2.

There is a mailing tool that developed and maintained by DAMON
maintainer aiming to support DAMON community. Also there are DAMON
community meetup series. Both are known to have rooms of improvements
in terms of their visibility. Document those on the maintainer's
profile document.


This patch (of 2):

Since DAMON was merged into 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

Link: https://lkml.kernel.org/r/20240621163626.74815-1-sj@kernel.org
Link: https://lkml.kernel.org/r/20240621163626.74815-2-sj@kernel.org
Signed-off-by: SeongJae Park <sj@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

SeongJae Park and committed by
Andrew Morton
3fe17dd0 dc9e6f70

+17
+17
Documentation/mm/damon/maintainer-profile.rst
··· 53 53 slow. Do not hesitate to send a ping if you have not heard back within a week 54 54 of sending a patch. 55 55 56 + Mailing tool 57 + ------------ 58 + 59 + Like many other Linux kernel subsystems, DAMON uses the mailing lists 60 + (damon@lists.linux.dev and linux-mm@kvack.org) as the major communication 61 + channel. There is a simple tool called HacKerMaiL (``hkml``) [8]_ , which is 62 + for people who are not very familiar with the mailing lists based 63 + communication. The tool could be particularly helpful for DAMON community 64 + members since it is developed and maintained by DAMON maintainer. The tool is 65 + also officially announced to support DAMON and general Linux kernel development 66 + workflow. 67 + 68 + In other words, ``hkml`` [8]_ is a mailing tool for DAMON community, which 69 + DAMON maintainer is committed to support. Please feel free to try and report 70 + issues or feature requests for the tool to the maintainer. 71 + 56 72 57 73 .. [1] https://git.kernel.org/akpm/mm/h/mm-unstable 58 74 .. [2] https://git.kernel.org/sj/h/damon/next ··· 77 61 .. [5] https://github.com/awslabs/damon-tests/blob/master/corr/tests/kunit.sh 78 62 .. [6] https://github.com/awslabs/damon-tests/tree/master/corr 79 63 .. [7] https://github.com/awslabs/damon-tests/tree/master/perf 64 + .. [8] https://github.com/damonitor/hackermail