mbox series

[for-5.15.x,0/2] DAMON fixes

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

Message

SeongJae Park Nov. 21, 2021, 11:02 a.m. UTC
This patchset is a backport of DAMON fixes that merged in the mainline,
for v5.15.x stable series.

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 | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Comments

Greg KH Nov. 22, 2021, 12:28 p.m. UTC | #1
On Sun, Nov 21, 2021 at 11:02:09AM +0000, SeongJae Park wrote:
> This patchset is a backport of DAMON fixes that merged in the mainline,
> for v5.15.x stable series.
> 
> 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 | 15 ++++++++++-----
>  1 file changed, 10 insertions(+), 5 deletions(-)
> 
> -- 
> 2.17.1
> 

Now queued up, thanks for the backports.

greg k-h