mbox series

[0/2] DAMON fixes

Message ID 20211110145758.16558-1-sj@kernel.org (mailing list archive)
Headers show
Series DAMON fixes | expand

Message

SeongJae Park Nov. 10, 2021, 2:57 p.m. UTC
This patchset fixes bugs in DAMON.  Those cannot cleanly applied on
v5.15.y.  I will back-port these on v5.15.y and post later once these
are merged in the mainline.

SeongJae Park (2):
  mm/damon/dbgfs: Use '__GFP_NOWARN' for user-specified size buffer
    allocation
  mm/damon/dbgfs: Fix missed use of damon_dbgfs_lock

 mm/damon/dbgfs.c | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

Comments

Andrew Morton Nov. 16, 2021, 3:42 a.m. UTC | #1
On Wed, 10 Nov 2021 14:57:56 +0000 SeongJae Park <sj@kernel.org> wrote:

> This patchset fixes bugs in DAMON.  Those cannot cleanly applied on
> v5.15.y.  I will back-port these on v5.15.y and post later once these
> are merged in the mainline.

Thanks.  I added cc:stable to these even though they won't apply.  I
think that fits Greg's processes better.