linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mm: fix the names of general cma and hugetlb cma
@ 2020-06-16 22:31 Barry Song
  2020-06-16 22:31 ` [PATCH v2 1/2] mm: cma: fix the name of CMA areas Barry Song
  2020-06-16 22:31 ` [PATCH v2 2/2] mm: hugetlb: fix the name of hugetlb CMA Barry Song
  0 siblings, 2 replies; 3+ messages in thread
From: Barry Song @ 2020-06-16 22:31 UTC (permalink / raw)
  To: akpm, mike.kravetz; +Cc: linux-mm, linux-kernel, linuxarm, Barry Song

the current code of CMA can only work when users pass a const string as name
parameter. we need to fix the way to handle names in CMA.
On the other hand, to avoid name conflicts after enabling CMA_DEBUGFS, each
hugetlb should get a different CMA name.

-v2:
  add acked-by and reviewed-by
  rebase to 5.8-rc1

Barry Song (2):
  mm: cma: fix the name of CMA areas
  mm: hugetlb: fix the name of hugetlb CMA

 mm/cma.c     | 13 ++++++-------
 mm/cma.h     |  4 +++-
 mm/hugetlb.c |  4 +++-
 3 files changed, 12 insertions(+), 9 deletions(-)

-- 
2.23.0



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

end of thread, other threads:[~2020-06-16 22:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-16 22:31 [PATCH v2 0/2] mm: fix the names of general cma and hugetlb cma Barry Song
2020-06-16 22:31 ` [PATCH v2 1/2] mm: cma: fix the name of CMA areas Barry Song
2020-06-16 22:31 ` [PATCH v2 2/2] mm: hugetlb: fix the name of hugetlb CMA Barry Song

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