All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xin Hao <xhao@linux.alibaba.com>
To: sj@kernel.org
Cc: xhao@linux.alibaba.com, akpm@linux-foundation.org,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: [PATCH V2 0/2] mm/damon: Fix some little bugs in using DAMON
Date: Sun, 21 Nov 2021 22:07:03 +0800	[thread overview]
Message-ID: <cover.1637503141.git.xhao@linux.alibaba.com> (raw)

V1 -> V2
	Fix patch1 compile problem.
	Add review by SeongJae Park in patch2

V1:
https://lkml.org/lkml/2021/11/20/191

Xin Hao (2):
  mm/damon/dbgfs: Modify Damon dbfs interface dependency in Kconfig
  mm/damon: move damon_rand() definition into damon.h

 include/linux/damon.h   | 16 ++++++++++++++++
 mm/damon/Kconfig        |  2 +-
 mm/damon/core.c         |  4 ----
 mm/damon/prmtv-common.h |  4 ----
 4 files changed, 17 insertions(+), 9 deletions(-)

--
2.31.0


             reply	other threads:[~2021-11-21 14:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-21 14:07 Xin Hao [this message]
2021-11-21 14:07 ` [PATCH V2 1/2] mm/damon/dbgfs: Modify Damon dbfs interface dependency in Kconfig Xin Hao
2021-11-23 10:38   ` SeongJae Park
2021-11-23 11:25     ` Xin Hao
2021-11-21 14:07 ` [PATCH V2 2/2] mm/damon: move damon_rand() definition into damon.h Xin Hao

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=cover.1637503141.git.xhao@linux.alibaba.com \
    --to=xhao@linux.alibaba.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=sj@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.