From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 C91DA2E06E4; Mon, 29 Jun 2026 14:55:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782744944; cv=none; b=a8fAD0aHe6yussXeC2QRwRN9/e5f6TgJTyTh013f4A03A82VS1uObca0TD50i7RCBGZ1+HwFhaYwd9m/Z5EtjxPpMZOjXmUQEe9B6AQ8QheITPVIR3Mgw477Swo95YI9AA3DaZgLsA4wS7JdyNNPQDqX7BD1CtA30JQp+IVo3Po= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782744944; c=relaxed/simple; bh=D7N5a7qo/YAKktxwJ4n2nVSy5WQVGmL6DjXBnoaN3BM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=SgZsFc0Ktkiv5PDymIw3TH+lBM7aj6JoKys+xRnGlp9ayGMnSA/HqQhJ/x5lbe1UUKRtCeSyaY0aCEcpFwcvT98XEyhCWslLpNsujzB6MPY57gW+CG6FA7Se42piIv9JUQ5QsB5YFiaTJRiQedTCcAFGFrThae8rE+yKvnyiqVY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ab23CYWO; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Ab23CYWO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4208E1F00A3D; Mon, 29 Jun 2026 14:55:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782744943; bh=ttGyzzeHcyljjJxDkR2hOA9v80OHBSDRc7TeCp+VQP8=; h=From:To:Cc:Subject:Date; b=Ab23CYWOV3R+jpaIPE9R0BH1pPzkKLGN9yekJMEuyHJSGLOiW95ZIKQhVlSXKcc69 jJa0VyN9iR4gaTg+wwjnarmCYMOsJeLQl+kSw+AD2+qpJXKCLLUx8yZnaJGEX10knk 1ET102mc69Sbjd8CcoicFTKmLNpVf8/SgvhlUUT20WrdfXo2BJd3c9XT/ZfIiiq5F1 BPIkWBIcc773ohFNpPn8yhjl8mOtQI7eorbvIgIxIaxj3D4fT4x9EYsvH49pCx1N3P U55ZUewOXAfMBD/jRdoLuDAKH6mzoHygxc5Mx9/Itt9FVy98qTpKWsZoPtYu/khVmg bPdasO5kJ4vhA== From: SJ Park To: Andrew Morton Cc: SJ Park , "Liam R. Howlett" , Brendan Higgins , David Gow , David Hildenbrand , Jonathan Corbet , Lorenzo Stoakes , Michal Hocko , Mike Rapoport , Shuah Khan , Suren Baghdasaryan , Vlastimil Babka , damon@lists.linux.dev, kunit-dev@googlegroups.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-mm@kvack.org Subject: [PATCH 0/5] mm/damon: five misc fixups Date: Mon, 29 Jun 2026 07:55:31 -0700 Message-ID: <20260629145538.134832-1-sj@kernel.org> X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Five patches for miscellaneous DAMON fixups. Use better fit kernel functions, cleanup/fixup documents, and add unit tests. Below is a note that is better to drop from the final commit message. The five patches were initially sent and revisioned by different individuals. Each patch contains changelog on their commentary area. The patches are curated into this series by SJ, for the convenience in reposting. Akinobu Mita (1): mm/damon/core: use kvmalloc for target regions array Asier Gutierrez (1): samples/damon: Fix typos in Kconfig help text Doehyun Baek (1): Docs/{admin-guide,mm}/damon: fix DAMON documentation details Philippe Laferriere (1): mm/damon/stat: use secs_to_jiffies() instead of msecs_to_jiffies() Sailesh Nandanavanam (1): mm/damon/tests/core-kunit: add KUnit test for walk_control_obsolete behavior Documentation/admin-guide/mm/damon/usage.rst | 8 +++--- Documentation/mm/damon/design.rst | 12 ++++----- mm/damon/core.c | 4 +-- mm/damon/stat.c | 2 +- mm/damon/tests/core-kunit.h | 28 ++++++++++++++++++++ samples/damon/Kconfig | 2 +- 6 files changed, 42 insertions(+), 14 deletions(-) base-commit: 58a53a487b7a86995fdfba07723fb8416fccf830 -- 2.47.3