From mboxrd@z Thu Jan 1 00:00:00 1970 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 2B9171F7575 for ; Tue, 16 Sep 2025 04:01:11 +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=1757995273; cv=none; b=sIgS4jQnYfQ5tk+UJPDDn2QkSbFyfs5IjaG1Ei81gqfCrXLbS6X4E3xO6CRXNjDIgMEPTB6ufZJ9ONFoC4OoyW/m4urTtBLInwCXqZFjdbdk17v9BdPPvIUKzXfvZolTOwx36JO/2+BHjc6uzFnxGfE/VLVx0S9hOhJIVcQjqn0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757995273; c=relaxed/simple; bh=8X68bIxmTTu1NhU+jGSEsMWd+PMalHtbQccERexd0Bw=; h=Date:To:From:Subject:Message-Id; b=TRuh9JI1j6YbDm0dRW+VwK/mXJqVN2TQWIB4Jo/KXWAmxrU6lYUTNPzxfdFAU7xqR+dxwXnBctNjfC8UghI34J+Y9ICmfTYOVj7cONXa92LicsVkfAZyfL6PqmuILXE/TcNG/pqSs0YwUOYgoz7QZ1axNurGG5cHPYi1s2kt4lE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=VeHv205d; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="VeHv205d" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AD208C4CEEB; Tue, 16 Sep 2025 04:01:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1757995271; bh=8X68bIxmTTu1NhU+jGSEsMWd+PMalHtbQccERexd0Bw=; h=Date:To:From:Subject:From; b=VeHv205duqBrKEiCUIDcHg+vccCMlP/j1mdZB/Ynihmnqxbgh7igrEpVKc0DeKW/h u2VO+BqH2Kqe/DP4URvc4b4JUfvfKx3RtlbBiG9Q5iS1mlR8A3FXV84VxONRXGtSj7 4efO7MLIVi4z9Qcd7lNHD1xzNRLBUElyNuZ13FWI= Date: Mon, 15 Sep 2025 21:01:11 -0700 To: mm-commits@vger.kernel.org,vbabka@suse.cz,surenb@google.com,rppt@kernel.org,mhocko@suse.com,lorenzo.stoakes@oracle.com,liam.howlett@oracle.com,joshua.hahnjy@gmail.com,david@redhat.com,corbet@lwn.net,sj@kernel.org,akpm@linux-foundation.org From: Andrew Morton Subject: + docs-mm-damon-maintainer-profile-update-community-meetup-for-reservation-requirements.patch added to mm-new branch Message-Id: <20250916040111.AD208C4CEEB@smtp.kernel.org> Precedence: bulk X-Mailing-List: mm-commits@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The patch titled Subject: Docs/mm/damon/maintainer-profile: update community meetup for reservation requirements has been added to the -mm mm-new branch. Its filename is docs-mm-damon-maintainer-profile-update-community-meetup-for-reservation-requirements.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/docs-mm-damon-maintainer-profile-update-community-meetup-for-reservation-requirements.patch This patch will later appear in the mm-new branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Note, mm-new is a provisional staging ground for work-in-progress patches, and acceptance into mm-new is a notification for others take notice and to finish up reviews. Please do not hesitate to respond to review feedback and post updated versions to replace or incrementally fixup patches in mm-new. Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: SeongJae Park Subject: Docs/mm/damon/maintainer-profile: update community meetup for reservation requirements Date: Sun, 14 Sep 2025 18:58:05 -0700 DAMON community meetup was having two different kinds of meetups: reservation required ones and unrequired ones. Now the reservation unrequested one is gone, but the documentation on the maintainer-profile is not updated. Update. Link: https://lkml.kernel.org/r/20250915015807.101505-5-sj@kernel.org Signed-off-by: SeongJae Park Reviewed-by: Joshua Hahn Cc: David Hildenbrand Cc: Jonathan Corbet Cc: Liam Howlett Cc: Lorenzo Stoakes Cc: Michal Hocko Cc: Mike Rapoport Cc: Suren Baghdasaryan Cc: Vlastimil Babka Signed-off-by: Andrew Morton --- Documentation/mm/damon/maintainer-profile.rst | 17 +++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) --- a/Documentation/mm/damon/maintainer-profile.rst~docs-mm-damon-maintainer-profile-update-community-meetup-for-reservation-requirements +++ a/Documentation/mm/damon/maintainer-profile.rst @@ -89,18 +89,13 @@ the maintainer. Community meetup ---------------- -DAMON community is maintaining two bi-weekly meetup series for community -members who prefer synchronous conversations over mails. +DAMON community has a bi-weekly meetup series for members who prefer +synchronous conversations over mails. It is for discussions on specific topics +between a group of 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. -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 +Schedules and reservation status are available at the Google `doc `_. There is also a public Google `calendar `_ _ Patches currently in -mm which might be from sj@kernel.org are mm-damon-core-reset-age-if-nr_accesses-changes-between-non-zero-and-zero.patch mm-damon-core-set-effective-quota-on-first-charge-window.patch mm-damon-lru_sort-use-param_ctx-correctly.patch docs-mm-damon-maintainer-profile-update-community-meetup-for-reservation-requirements.patch docs-admin-guide-mm-damon-start-add-target_pid-to-damos-example-command.patch maintainers-rename-damon-section.patch