From patchwork Fri Jun 21 16:36:26 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: SeongJae Park X-Patchwork-Id: 13707823 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 DACB5C27C4F for ; Fri, 21 Jun 2024 16:36:41 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 51FEC6B0285; Fri, 21 Jun 2024 12:36:41 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 471B36B027C; 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 1C17B8D0181; Fri, 21 Jun 2024 12:36:41 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (smtprelay0016.hostedemail.com [216.40.44.16]) by kanga.kvack.org (Postfix) with ESMTP id E99098D0170 for ; Fri, 21 Jun 2024 12:36:40 -0400 (EDT) Received: from smtpin19.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay02.hostedemail.com (Postfix) with ESMTP id AB9DD12103A for ; Fri, 21 Jun 2024 16:36:40 +0000 (UTC) X-FDA: 82255449360.19.AFAE548 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by imf02.hostedemail.com (Postfix) with ESMTP id 4D47A8001E for ; Fri, 21 Jun 2024 16:36:37 +0000 (UTC) Authentication-Results: imf02.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=Qc4zEfVZ; spf=pass (imf02.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=1718987793; 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=tKOtewtGToWgPmNErbRwoBIc0bLPWkx9sMNKAGo0FF8=; b=drLDcaHrmsMv4zC/e7wbfUTYSRk8/jyrKteEBiDtCr0u5XvXWg5qClMAHEsPxggftWbC+A JFywXPCTkGmJ19WTRvL1efgQku8x/kgReK9TXhBtaBiYcgd/snF4x/72tr2NrrlNuOxiiV ckNuBPQMjG+9ThOd3sdi9tYRFGLI1Dw= ARC-Authentication-Results: i=1; imf02.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=Qc4zEfVZ; spf=pass (imf02.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=1718987793; a=rsa-sha256; cv=none; b=z3N9Sd9Ms+fqAOtCHCtC2rUluXxa2zuDBUFI9LMVZ02Ra77ba2xhC5T5wJttnW9bYVCUfy uogKZ7YdItQYSLSbDfNU964JL2n+96+jL1QXBdX+MQY6cwtcSfQAyB9H9ZJkYsYEgRLq+B NmG7SKrAWkagWhgTGB0B/mx4vi2RlHA= Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id A253BCE2F64; Fri, 21 Jun 2024 16:36:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28ED3C3277B; Fri, 21 Jun 2024 16:36:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718987793; bh=ag+0LTSvLc7p7uZDX+MobUWjPrOwOdBj/IVIopBLENw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Qc4zEfVZNnBg2XbzQFMVaWNzba5Lb2AR7x1cjKKbPMm7+Mt3o+0gRADFEeX04DJg9 hwFmg23uXZJ38e6Xq9i0zj7K3vr9CPEGwK3QxFWRozF9LX/CndLlZfB2IOvOkDoV4B L1Ir1me/v8eVWzmuRM6IT+dGOHU+4sSE8C8wmIa43PZ+RAgjliCspaCA34RetYnq4k G9UoT6W4Goxu0gPVL4MbQYOmfpOOFQXbKz5IOeHs8Qs6CRWaqn4z5aJXPMGQFyTdpD KuRQWtw2+NZYswdhNTqB52BQnmEBviBoPW233JqFX6L/L+sqNUEi+fVbG7xx7EwPiv 7APPyYdixr9/Q== 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 2/2] Docs/mm/damon/maintainer-profile: document DAMON community meetups Date: Fri, 21 Jun 2024 09:36:26 -0700 Message-Id: <20240621163626.74815-3-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: rspam11 X-Rspamd-Queue-Id: 4D47A8001E X-Stat-Signature: 91en41p8x96zh6sh1raowj1okozoxozp X-Rspam-User: X-HE-Tag: 1718987797-856650 X-HE-Meta: U2FsdGVkX18eBe12ErtaqRMvtb9caqxzFuvPOpsC2c22RQcfIGdRqsrWfZRClDDgI8jrEqhDto1MV0nW/68I4ALWzr7Ng9OCtnOKLiKS2NikB0Sjl4g5ljx+9kkz4csLUommPW+7y0lB2ejhkbiyx4nUbdUXZoUX7bQgvTdWGVyq22WjE0ihLBxBuxDWYDFXD5pBWPLUTYN7S2EEpp/P0rX+I+GGVhAol2hyB8qIbn76USazVG1maKXpYCVuUVDGTK3Yi3q0C6bMnhVXMi5C9/Ic5kBtll4yZ6M1xBfsOij2T2VZPwrAn27KIKAWvVjT/3OVqjSz4oDkIfE7Bio/8wiXX7qvzaWCBkU2rOanY3H6P1zIeT2rlWAjOT/SFS5LAgq/P0Gdfql66weIK+/VqQAk5VYNgQxmkOJESJxgrsv3padQaPaHVUYQIG5BNqf2j5x8fpD+3NaqIvIfWjvSJof8rklACsegrIStAjhIAMU8oQy2axc5YgllcHMcMDGkKpzwIZw4HDDo4xh/BNp3yAP1fyImR+yXoOLKOp2JeEDXFskCiQViH93g/1pwzP6Da6HL8tf4Q0LuLaChA3HMbqCkk+8SDaemNjShrc9hTNY91oYv7ex035heswQ1O53G6TlNBdaBAcib9xb/OGzCZi2fu+9hbUQnuYyKvebXljrW+NI0cvvKd+CRcEabxv3/40ydUdqXmot8NytC7ljr9TS4H2hv8lU+WdaCjVYrp3sjCw4CG6mpafLpGH4T9ylvmZtirlWVybqbSKzsQP77CldA57PjDJ2fhd1seByYcUTXF1gwJCXM1MP61o740FsPaJf2s0GKxSFjJMgKLifPGGIa+pHI019G/qBtFGes39zBbw5vqE4x1txJee6JWw6pA7Rmbw/vIZlsnnuXcNODDpFlOGL7YXi3hho698FctsFxS4n2Jxm+ydIABJXeH6Al4ToS5qwvvqvZKJh3pm8 oh74rLp4 a83AgsEVo70yEAayKmZFJFcIPkPOj3XMR3HAOYcSiBQVRMuVhAizDt8pFcUJpe8ElynHHZ2MOGYOYPWo9D8aMGAGwMX+tpa39WrMbgdWm5HNuxcpkZC8y8s7KnhCJmAy2Gt3e/rHmLflmTiBnebPNHsil4usYoGT5lrclP9mzHQA7bDJZKDilYuxhZI8HWDcamE01Q5KqQ1UbQLTs8sE7cp/03HnIoBGgKxC/wf20IzQ7xWXNS+p11UisliLBfR5krVN5YQXbeK0ekDDke5a9M2Uk+w== 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 c7db0572faa9..feccf6a0f6c3 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