Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documenation: update cgroup's document path

cgroup's document path is changed to "cgroup-v1". update it.

Signed-off-by: seokhoon.yoon <iamyooon@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

seokhoon.yoon and committed by
Jonathan Corbet
09c3bcce d9a77fe2

+19 -19
+2 -2
Documentation/cgroup-v1/cgroups.txt
··· 2 2 ------- 3 3 4 4 Written by Paul Menage <menage@google.com> based on 5 - Documentation/cgroups/cpusets.txt 5 + Documentation/cgroup-v1/cpusets.txt 6 6 7 7 Original copyright statements from cpusets.txt: 8 8 Portions Copyright (C) 2004 BULL SA. ··· 72 72 tracking. The intention is that other subsystems hook into the generic 73 73 cgroup support to provide new attributes for cgroups, such as 74 74 accounting/limiting the resources which processes in a cgroup can 75 - access. For example, cpusets (see Documentation/cgroups/cpusets.txt) allow 75 + access. For example, cpusets (see Documentation/cgroup-v1/cpusets.txt) allow 76 76 you to associate a set of CPUs and a set of memory nodes with the 77 77 tasks in each cgroup. 78 78
+1 -1
Documentation/cgroup-v1/cpusets.txt
··· 48 48 job placement on large systems. 49 49 50 50 Cpusets use the generic cgroup subsystem described in 51 - Documentation/cgroups/cgroups.txt. 51 + Documentation/cgroup-v1/cgroups.txt. 52 52 53 53 Requests by a task, using the sched_setaffinity(2) system call to 54 54 include CPUs in its CPU affinity mask, and using the mbind(2) and
+2 -2
Documentation/cgroup-v1/memcg_test.txt
··· 6 6 is complex. This is a document for memcg's internal behavior. 7 7 Please note that implementation details can be changed. 8 8 9 - (*) Topics on API should be in Documentation/cgroups/memory.txt) 9 + (*) Topics on API should be in Documentation/cgroup-v1/memory.txt) 10 10 11 11 0. How to record usage ? 12 12 2 objects are used. ··· 256 256 257 257 You can see charges have been moved by reading *.usage_in_bytes or 258 258 memory.stat of both A and B. 259 - See 8.2 of Documentation/cgroups/memory.txt to see what value should be 259 + See 8.2 of Documentation/cgroup-v1/memory.txt to see what value should be 260 260 written to move_charge_at_immigrate. 261 261 262 262 9.10 Memory thresholds
+1 -1
Documentation/filesystems/tmpfs.txt
··· 98 98 use at file creation time. When a task allocates a file in the file 99 99 system, the mount option memory policy will be applied with a NodeList, 100 100 if any, modified by the calling task's cpuset constraints 101 - [See Documentation/cgroups/cpusets.txt] and any optional flags, listed 101 + [See Documentation/cgroup-v1/cpusets.txt] and any optional flags, listed 102 102 below. If the resulting NodeLists is the empty set, the effective memory 103 103 policy for the file will revert to "default" policy. 104 104
+2 -2
Documentation/kernel-parameters.txt
··· 3547 3547 3548 3548 relax_domain_level= 3549 3549 [KNL, SMP] Set scheduler's default relax_domain_level. 3550 - See Documentation/cgroups/cpusets.txt. 3550 + See Documentation/cgroup-v1/cpusets.txt. 3551 3551 3552 3552 relative_sleep_states= 3553 3553 [SUSPEND] Use sleep state labeling where the deepest ··· 3867 3867 swapaccount=[0|1] 3868 3868 [KNL] Enable accounting of swap in memory resource 3869 3869 controller if no parameter or 1 is given or disable 3870 - it if 0 is given (See Documentation/cgroups/memory.txt) 3870 + it if 0 is given (See Documentation/cgroup-v1/memory.txt) 3871 3871 3872 3872 swiotlb= [ARM,IA-64,PPC,MIPS,X86] 3873 3873 Format: { <int> | force }
+1 -1
Documentation/kernel-per-CPU-kthreads.txt
··· 10 10 11 11 o Documentation/IRQ-affinity.txt: Binding interrupts to sets of CPUs. 12 12 13 - o Documentation/cgroups: Using cgroups to bind tasks to sets of CPUs. 13 + o Documentation/cgroup-v1: Using cgroups to bind tasks to sets of CPUs. 14 14 15 15 o man taskset: Using the taskset command to bind tasks to sets 16 16 of CPUs.
+1 -1
Documentation/scheduler/sched-deadline.txt
··· 431 431 432 432 -deadline tasks cannot have an affinity mask smaller that the entire 433 433 root_domain they are created on. However, affinities can be specified 434 - through the cpuset facility (Documentation/cgroups/cpusets.txt). 434 + through the cpuset facility (Documentation/cgroup-v1/cpusets.txt). 435 435 436 436 5.1 SCHED_DEADLINE and cpusets HOWTO 437 437 ------------------------------------
+1 -1
Documentation/scheduler/sched-design-CFS.txt
··· 215 215 216 216 These options need CONFIG_CGROUPS to be defined, and let the administrator 217 217 create arbitrary groups of tasks, using the "cgroup" pseudo filesystem. See 218 - Documentation/cgroups/cgroups.txt for more information about this filesystem. 218 + Documentation/cgroup-v1/cgroups.txt for more information about this filesystem. 219 219 220 220 When CONFIG_FAIR_GROUP_SCHED is defined, a "cpu.shares" file is created for each 221 221 group created using the pseudo filesystem. See example steps below to create
+1 -1
Documentation/scheduler/sched-rt-group.txt
··· 133 133 to control the CPU time reserved for each control group. 134 134 135 135 For more information on working with control groups, you should read 136 - Documentation/cgroups/cgroups.txt as well. 136 + Documentation/cgroup-v1/cgroups.txt as well. 137 137 138 138 Group settings are checked against the following limits in order to keep the 139 139 configuration schedulable:
+2 -2
Documentation/vm/numa
··· 63 63 physical memory. NUMA emluation is useful for testing NUMA kernel and 64 64 application features on non-NUMA platforms, and as a sort of memory resource 65 65 management mechanism when used together with cpusets. 66 - [see Documentation/cgroups/cpusets.txt] 66 + [see Documentation/cgroup-v1/cpusets.txt] 67 67 68 68 For each node with memory, Linux constructs an independent memory management 69 69 subsystem, complete with its own free page lists, in-use page lists, usage ··· 113 113 114 114 System administrators can restrict the CPUs and nodes' memories that a non- 115 115 privileged user can specify in the scheduling or NUMA commands and functions 116 - using control groups and CPUsets. [see Documentation/cgroups/cpusets.txt] 116 + using control groups and CPUsets. [see Documentation/cgroup-v1/cpusets.txt] 117 117 118 118 On architectures that do not hide memoryless nodes, Linux will include only 119 119 zones [nodes] with memory in the zonelists. This means that for a memoryless
+1 -1
Documentation/vm/numa_memory_policy.txt
··· 9 9 support. 10 10 11 11 Memory policies should not be confused with cpusets 12 - (Documentation/cgroups/cpusets.txt) 12 + (Documentation/cgroup-v1/cpusets.txt) 13 13 which is an administrative mechanism for restricting the nodes from which 14 14 memory may be allocated by a set of processes. Memory policies are a 15 15 programming interface that a NUMA-aware application can take advantage of. When
+1 -1
Documentation/vm/page_migration
··· 38 38 Larger installations usually partition the system using cpusets into 39 39 sections of nodes. Paul Jackson has equipped cpusets with the ability to 40 40 move pages when a task is moved to another cpuset (See 41 - Documentation/cgroups/cpusets.txt). 41 + Documentation/cgroup-v1/cpusets.txt). 42 42 Cpusets allows the automation of process locality. If a task is moved to 43 43 a new cpuset then also all its pages are moved with it so that the 44 44 performance of the process does not sink dramatically. Also the pages
+1 -1
Documentation/vm/unevictable-lru.txt
··· 122 122 -------------------------------- 123 123 124 124 The unevictable LRU facility interacts with the memory control group [aka 125 - memory controller; see Documentation/cgroups/memory.txt] by extending the 125 + memory controller; see Documentation/cgroup-v1/memory.txt] by extending the 126 126 lru_list enum. 127 127 128 128 The memory controller data structure automatically gets a per-zone unevictable
+2 -2
Documentation/x86/x86_64/fake-numa-for-cpusets
··· 8 8 amount of system memory that are available to a certain class of tasks. 9 9 10 10 For more information on the features of cpusets, see 11 - Documentation/cgroups/cpusets.txt. 11 + Documentation/cgroup-v1/cpusets.txt. 12 12 There are a number of different configurations you can use for your needs. For 13 13 more information on the numa=fake command line option and its various ways of 14 14 configuring fake nodes, see Documentation/x86/x86_64/boot-options.txt. ··· 33 33 On node 3 totalpages: 131072 34 34 35 35 Now following the instructions for mounting the cpusets filesystem from 36 - Documentation/cgroups/cpusets.txt, you can assign fake nodes (i.e. contiguous memory 36 + Documentation/cgroup-v1/cpusets.txt, you can assign fake nodes (i.e. contiguous memory 37 37 address spaces) to individual cpusets: 38 38 39 39 [root@xroads /]# mkdir exampleset