From: SJ Park <sj@kernel.org>
Cc: SJ Park <sj@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
damon@lists.linux.dev, linux-kernel@vger.kernel.org,
linux-mm@kvack.org
Subject: [RFC PATCH 0/3] mm/damon: move zero damos quota target_value handling to the core layer
Date: Wed, 12 Aug 2026 22:44:27 -0700 [thread overview]
Message-ID: <20260813054432.101197-1-sj@kernel.org> (raw)
Having zero DAMOS quota target value can cause division by zero. DAMON
API callers are checking the target value parameters to avoid that. It
is easy to make mistakes in some of the multiple API callers. Move that
to the core layer.
Patch 1 adds the corner case handling into the core layer DAMON
parameters validation logic. Patches 2 and 3 remove no more needed
DAMON API callers side handling of the corner case in DAMON_LRU_SORT and
DMON_SAMPLIE_MTIER, respectively.
SJ Park (3):
mm/damon/core: error damos_commit_quota_goal() for zero target_value
Revert "mm/damon/lru_sort: error out for >10000 active_mem_bp"
Revert "samples/damon/mtier: error out for zero quota goal target
values"
mm/damon/core.c | 22 ++++++++++++++++------
mm/damon/lru_sort.c | 2 --
samples/damon/mtier.c | 3 ---
3 files changed, 16 insertions(+), 11 deletions(-)
base-commit: bb9dee2c45b87e872d6b1d5f812ebafaa952b7c5
--
2.47.3
next reply other threads:[~2026-08-13 5:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-13 5:44 SJ Park [this message]
2026-08-13 5:44 ` [RFC PATCH 1/3] mm/damon/core: error damos_commit_quota_goal() for zero target_value SJ Park
2026-08-13 5:44 ` [RFC PATCH 2/3] Revert "mm/damon/lru_sort: error out for >10000 active_mem_bp" SJ Park
2026-08-13 5:44 ` [RFC PATCH 3/3] Revert "samples/damon/mtier: error out for zero quota goal target values" SJ Park
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260813054432.101197-1-sj@kernel.org \
--to=sj@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=damon@lists.linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox