All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] DAMON fixes
@ 2021-11-10 14:57 SeongJae Park
  2021-11-10 14:57 ` [PATCH 1/2] mm/damon/dbgfs: Use '__GFP_NOWARN' for user-specified size buffer allocation SeongJae Park
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: SeongJae Park @ 2021-11-10 14:57 UTC (permalink / raw)
  To: akpm; +Cc: linux-mm, linux-kernel, SeongJae Park

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(-)

-- 
2.17.1


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

end of thread, other threads:[~2021-11-16  3:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10 14:57 [PATCH 0/2] DAMON fixes SeongJae Park
2021-11-10 14:57 ` [PATCH 1/2] mm/damon/dbgfs: Use '__GFP_NOWARN' for user-specified size buffer allocation SeongJae Park
2021-11-10 14:57 ` [PATCH 2/2] mm/damon/dbgfs: Fix missed use of damon_dbgfs_lock SeongJae Park
2021-11-16  3:42 ` [PATCH 0/2] DAMON fixes Andrew Morton

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.