linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] mm/damon: Fix some small bugs
@ 2021-10-20  1:42 Xin Hao
  2021-10-20  1:42 ` [PATCH v3 1/2] mm/damon: Remove unnecessary variable initialization Xin Hao
  2021-10-20  1:42 ` [PATCH v3 2/2] mm/damon/dbgfs: Add adaptive_targets list check before enable monitor_on Xin Hao
  0 siblings, 2 replies; 7+ messages in thread
From: Xin Hao @ 2021-10-20  1:42 UTC (permalink / raw)
  To: sjpark; +Cc: xhao, akpm, linux-mm, linux-kernel

v3 -> V2
  -- Fix some formatting issues
  -- Modify the return value of 'damon_targets_empty' to bool type

V1 -> V2
  -- As SeongJae Park advised, put 'ctx->adaptive_targets
  check' into 'dbgfs_monitor_on_write()'

Xin Hao (2):
  mm/damon: Remove unnecessary variable initialization
  mm/damon/dbgfs: Add adaptive_targets list check before enable
    monitor_on

 include/linux/damon.h |  1 +
 mm/damon/core.c       |  5 +++++
 mm/damon/dbgfs.c      | 13 ++++++++++---
 mm/damon/vaddr.c      |  2 +-
 4 files changed, 17 insertions(+), 4 deletions(-)

--
2.31.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-10-20  8:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-20  1:42 [PATCH v3 0/2] mm/damon: Fix some small bugs Xin Hao
2021-10-20  1:42 ` [PATCH v3 1/2] mm/damon: Remove unnecessary variable initialization Xin Hao
2021-10-20  7:01   ` SeongJae Park
2021-10-20  1:42 ` [PATCH v3 2/2] mm/damon/dbgfs: Add adaptive_targets list check before enable monitor_on Xin Hao
2021-10-20  7:21   ` SeongJae Park
2021-10-20  8:12     ` SeongJae Park
2021-10-20  8:15       ` Xin Hao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).