WSL2-Linux-Kernel/Documentation/admin-guide/mm
Charan Teja Kalla 9a79443ddc mm/cma_debug: show complete cma name in debugfs directories
Currently only 12 characters of the cma name is being used as the debug
directories where as the cma name can be of length CMA_MAX_NAME(=64)
characters.  One side problem with this is having 2 cma's with first
common 12 characters would end up in trying to create directories with
same name and fails with -EEXIST thus can limit cma debug functionality.

The 'cma-' prefix is used initially where cma areas don't have any names
and are represented by simple integer values.  Since now each cma would be
having its own name, drop 'cma-' prefix for the cma debug directories as
they are clearly evident that they are for cma debug through creating them
in /sys/kernel/debug/cma/ path.

Link: https://lkml.kernel.org/r/1660223729-22461-1-git-send-email-quic_charante@quicinc.com
Signed-off-by: Charan Teja Kalla <quic_charante@quicinc.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Cc: Pavan Kondeti <quic_pkondeti@quicinc.com>
Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2022-09-11 20:25:50 -07:00
..
damon Docs/admin-guide/damon: add a document for DAMON_LRU_SORT 2022-07-03 18:08:43 -07:00
cma_debugfs.rst mm/cma_debug: show complete cma name in debugfs directories 2022-09-11 20:25:50 -07:00
concepts.rst docs: rename Documentation/vm to Documentation/mm 2022-06-27 12:52:53 -07:00
hugetlbpage.rst mm: hugetlb_vmemmap: introduce the name HVO 2022-08-08 18:06:42 -07:00
idle_page_tracking.rst tools/vm/page-types.c: add support for idle page tracking 2018-08-17 16:20:28 -07:00
index.rst mm: docs: document shrinker debugfs 2022-07-03 18:08:40 -07:00
ksm.rst mm/vmstat: add events for ksm cow 2022-04-28 23:16:16 -07:00
memory-hotplug.rst mm: hugetlb_vmemmap: introduce the name HVO 2022-08-08 18:06:42 -07:00
nommu-mmap.rst docs: move nommu-mmap.txt to admin-guide and rename to ReST 2020-06-26 11:33:35 -06:00
numa_memory_policy.rst mm/mempolicy: add set_mempolicy_home_node syscall 2022-01-15 16:30:30 +02:00
numaperf.rst Documentation: Add leading slash to some paths 2021-03-31 13:49:19 -06:00
pagemap.rst proc: fix documentation and description of pagemap 2022-03-05 11:08:33 -08:00
shrinker_debugfs.rst mm: shrinkers: add scan interface for shrinker debugfs 2022-07-03 18:08:41 -07:00
soft-dirty.rst docs/admin-guide/mm: start moving here files from Documentation/vm 2018-04-27 17:02:48 -06:00
swap_numa.rst Documentation/vm: move user guides to admin-guide/mm/ 2021-11-06 13:30:44 -07:00
transhuge.rst mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask 2021-04-30 11:20:42 -07:00
userfaultfd.rst userfaultfd: update documentation to describe /dev/userfaultfd 2022-09-11 20:25:49 -07:00
zswap.rst mm/zswap.c: allow handling just same-value filled pages 2022-03-22 15:57:11 -07:00