* htmldocs: Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
@ 2026-06-18 5:10 kernel test robot
2026-06-18 5:19 ` Shrikanth Hegde
0 siblings, 1 reply; 6+ messages in thread
From: kernel test robot @ 2026-06-18 5:10 UTC (permalink / raw)
To: Shrikanth Hegde; +Cc: oe-kbuild-all, 0day robot, linux-doc
tree: https://github.com/intel-lab-lkp/linux/commits/Shrikanth-Hegde/sched-debug-Remove-unused-schedstats/20260618-031604
head: bcb0c494e4af36dd6306a5a1839a0c03046053af
commit: 4c29e4f3ba22adc04fc456620f2c6abf539d76df sched/docs: Document cpu_preferred_mask and Preferred CPU concept
date: 10 hours ago
compiler: clang version 22.1.8 (https://github.com/llvm/llvm-project ca7933e47d3a3451d81e72ac174dcb5aa28b59d1)
docutils: docutils (Docutils 0.21.2, Python 3.13.5, on linux)
reproduce: (https://download.01.org/0day-ci/archive/20260618/202606180717.yNM0yb41-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202606180717.yNM0yb41-lkp@intel.com/
All warnings (new ones prefixed by >>):
Checksumming on output with GSO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [docutils]
MAINTAINERS:40: WARNING: Inline strong start-string without end-string. [docutils]
Documentation/scheduler/sched-arch.rst:107: ERROR: Unexpected indentation. [docutils]
>> Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
Documentation/userspace-api/landlock:504: ./security/landlock/errata/abi-4.h:5: ERROR: Unexpected section title.
vim +108 Documentation/scheduler/sched-arch.rst
102
103 Notes:
104 1. This feature is available under CONFIG_PREFERRED_CPU
105 2. This feature works for FAIR class only.
106 3. A task pinned, which can't be moved to preferred CPUs will continue
107 to run based on its affinity. But no load balancing happens
> 108 4. If needed, steal time based governors/arch dependent method
109 could be used to cater to different types of cpu numbers.
110 Arch can do so by implementing its own hooks.
111 5. Decision to use/not use is driven by kernel. Hence it shouldn't
112 break user affinities. One of the main reason why CPU hotplug
113 or Isolated cpuset partitions was not a solution.
114
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: htmldocs: Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] 2026-06-18 5:10 htmldocs: Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] kernel test robot @ 2026-06-18 5:19 ` Shrikanth Hegde 2026-06-18 19:33 ` Randy Dunlap 0 siblings, 1 reply; 6+ messages in thread From: Shrikanth Hegde @ 2026-06-18 5:19 UTC (permalink / raw) To: kernel test robot; +Cc: oe-kbuild-all, linux-doc On 6/18/26 10:40 AM, kernel test robot wrote: > tree: https://github.com/intel-lab-lkp/linux/commits/Shrikanth-Hegde/sched-debug-Remove-unused-schedstats/20260618-031604 > head: bcb0c494e4af36dd6306a5a1839a0c03046053af > commit: 4c29e4f3ba22adc04fc456620f2c6abf539d76df sched/docs: Document cpu_preferred_mask and Preferred CPU concept > date: 10 hours ago > compiler: clang version 22.1.8 (https://github.com/llvm/llvm-project ca7933e47d3a3451d81e72ac174dcb5aa28b59d1) > docutils: docutils (Docutils 0.21.2, Python 3.13.5, on linux) > reproduce: (https://download.01.org/0day-ci/archive/20260618/202606180717.yNM0yb41-lkp@intel.com/reproduce) > > If you fix the issue in a separate patch/commit (i.e. not just a new version of > the same patch/commit), kindly add following tags > | Reported-by: kernel test robot <lkp@intel.com> > | Closes: https://lore.kernel.org/oe-kbuild-all/202606180717.yNM0yb41-lkp@intel.com/ > > All warnings (new ones prefixed by >>): > > Checksumming on output with GSO > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [docutils] > MAINTAINERS:40: WARNING: Inline strong start-string without end-string. [docutils] > Documentation/scheduler/sched-arch.rst:107: ERROR: Unexpected indentation. [docutils] >>> Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] > Documentation/userspace-api/landlock:504: ./security/landlock/errata/abi-4.h:5: ERROR: Unexpected section title. > > > vim +108 Documentation/scheduler/sched-arch.rst > > 102 > 103 Notes: > 104 1. This feature is available under CONFIG_PREFERRED_CPU > 105 2. This feature works for FAIR class only. > 106 3. A task pinned, which can't be moved to preferred CPUs will continue > 107 to run based on its affinity. But no load balancing happens is it flagging here due to missing . ? > > 108 4. If needed, steal time based governors/arch dependent method > 109 could be used to cater to different types of cpu numbers. > 110 Arch can do so by implementing its own hooks. > 111 5. Decision to use/not use is driven by kernel. Hence it shouldn't > 112 break user affinities. One of the main reason why CPU hotplug > 113 or Isolated cpuset partitions was not a solution. > 114 > > -- > 0-DAY CI Kernel Test Service > https://github.com/intel/lkp-tests/wiki ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: htmldocs: Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] 2026-06-18 5:19 ` Shrikanth Hegde @ 2026-06-18 19:33 ` Randy Dunlap 2026-06-19 4:25 ` Shrikanth Hegde 0 siblings, 1 reply; 6+ messages in thread From: Randy Dunlap @ 2026-06-18 19:33 UTC (permalink / raw) To: Shrikanth Hegde, kernel test robot; +Cc: oe-kbuild-all, linux-doc On 6/17/26 10:19 PM, Shrikanth Hegde wrote: > > > On 6/18/26 10:40 AM, kernel test robot wrote: >> tree: https://github.com/intel-lab-lkp/linux/commits/Shrikanth-Hegde/sched-debug-Remove-unused-schedstats/20260618-031604 >> head: bcb0c494e4af36dd6306a5a1839a0c03046053af >> commit: 4c29e4f3ba22adc04fc456620f2c6abf539d76df sched/docs: Document cpu_preferred_mask and Preferred CPU concept >> date: 10 hours ago >> compiler: clang version 22.1.8 (https://github.com/llvm/llvm-project ca7933e47d3a3451d81e72ac174dcb5aa28b59d1) >> docutils: docutils (Docutils 0.21.2, Python 3.13.5, on linux) >> reproduce: (https://download.01.org/0day-ci/archive/20260618/202606180717.yNM0yb41-lkp@intel.com/reproduce) >> >> If you fix the issue in a separate patch/commit (i.e. not just a new version of >> the same patch/commit), kindly add following tags >> | Reported-by: kernel test robot <lkp@intel.com> >> | Closes: https://lore.kernel.org/oe-kbuild-all/202606180717.yNM0yb41-lkp@intel.com/ >> >> All warnings (new ones prefixed by >>): >> >> Checksumming on output with GSO >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [docutils] >> MAINTAINERS:40: WARNING: Inline strong start-string without end-string. [docutils] >> Documentation/scheduler/sched-arch.rst:107: ERROR: Unexpected indentation. [docutils] >>>> Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] >> Documentation/userspace-api/landlock:504: ./security/landlock/errata/abi-4.h:5: ERROR: Unexpected section title. >> >> >> vim +108 Documentation/scheduler/sched-arch.rst >> >> 102 >> 103 Notes: >> 104 1. This feature is available under CONFIG_PREFERRED_CPU >> 105 2. This feature works for FAIR class only. >> 106 3. A task pinned, which can't be moved to preferred CPUs will continue >> 107 to run based on its affinity. But no load balancing happens > > is it flagging here due to missing . ? No, but you could add that anyway. >> > 108 4. If needed, steal time based governors/arch dependent method >> 109 could be used to cater to different types of cpu numbers. >> 110 Arch can do so by implementing its own hooks. >> 111 5. Decision to use/not use is driven by kernel. Hence it shouldn't >> 112 break user affinities. One of the main reason why CPU hotplug >> 113 or Isolated cpuset partitions was not a solution. >> 114 It wants a blank line between each list item (if the list items are multi-line). For the list above this one (3 items, all single line), blank lines aren't needed. [These comments come from testing, not reading specs.] I made these changes and a couple of others to make the rendered html look reasonable. Use (or not). --- From: Shrikanth Hegde <sshegde@linux.ibm.com> To: linux-kernel@vger.kernel.org, mingo@kernel.org, peterz@infradead.org, juri.lelli@redhat.com, vincent.guittot@linaro.org, yury.norov@gmail.com, kprateek.nayak@amd.com, iii@linux.ibm.com Cc: sshegde@linux.ibm.com, tglx@kernel.org, gregkh@linuxfoundation.org, pbonzini@redhat.com, seanjc@google.com, vschneid@redhat.com, huschle@linux.ibm.com, rostedt@goodmis.org, dietmar.eggemann@arm.com, mgorman@suse.de, bsegall@google.com, maddy@linux.ibm.com, srikar@linux.ibm.com, hdanton@sina.com, chleroy@kernel.org, vineeth@bitbyteword.org, frederic@kernel.org, arighi@nvidia.com, pauld@redhat.com, christian.loehle@arm.com, tj@kernel.org, tommaso.cucinotta@gmail.com, maz@kernel.org, rafael@kernel.org Subject: [PATCH v4 02/20] sched/docs: Document cpu_preferred_mask and Preferred CPU concept Date: Wed, 17 Jun 2026 23:11:21 +0530 Message-ID: <20260617174139.155540-3-sshegde@linux.ibm.com> Add documentation for new cpumask called cpu_preferred_mask. This could help users in understanding what this mask is and the concept behind it. Document how to enable it and implementation aspects of it. Signed-off-by: Shrikanth Hegde <sshegde@linux.ibm.com> --- v3->v4: - update docs to reflect preferred is subset of active. Documentation/scheduler/sched-arch.rst | 61 ++++++++++++++++++++++- 1 file changed, 59 insertions(+), 2 deletions(-) --- linux-next.orig/Documentation/scheduler/sched-arch.rst +++ linux-next/Documentation/scheduler/sched-arch.rst @@ -6,7 +6,8 @@ CPU Scheduler implementation hints for a Context switch ============== -1. Runqueue locking +Runqueue locking + By default, the switch_to arch function is called with the runqueue locked. This is usually not a problem unless switch_to may need to take the runqueue lock. This is usually due to a wake up operation in @@ -62,11 +63,67 @@ Your cpu_idle routines need to obey the arch/x86/kernel/process.c has examples of both polling and sleeping idle functions. +Preferred CPUs +============== + +In virtualised environments it is possible to overcommit CPU resources. +i.e sum of virtual CPU(vCPU) of all VM's is greater than number of physical +CPUs(pCPU). Under such conditions when all or many VM's have high utilization, +hypervisor won't be able to satisfy the CPU requirement and has to context +switch within or across VM. i.e hypervisor need to preempt one vCPU to run +another. This is called vCPU preemption. This is more expensive compared to +task context switch within a vCPU. + +In such cases it is better that combined vCPU ask from all VM is reduced +by not using some of the vCPUs. vCPUs where workload can be safely +scheduled which won't increase any contention for pCPU are called as +"Preferred CPUs". + +In most cases preferred CPUs will be same as active CPUs, when there is pCPU +contention, Preferred CPUs will reduce based on the amount of steal time. +When the pCPU contention goes away as indicated by steal time, Preferred CPUs +will become same as active CPUs again. One has to enable the feature by +writing 1 to /sys/kernel/debug/sched/steal_monitor/enable + +One of the design construct is preferred CPUs is always subset of active CPUs. +With CONFIG_PREFERRED_CPU=n, it is same as active CPUs. + +For scheduling decisions such as wakeup, pushing the task etc, needs this +CPU state info. This is maintained in cpu_preferred_mask. + +vCPUs which are not in cpu_preferred_mask should be treated as vCPUs which +should not be used at this moment provided it doesn't break user affinity. +This is achieved by: + +1. Selecting a preferred CPU at wakeup. +2. Push the task away from non-preferred CPU at tick. +3. Only select preferred CPUs for load balance. + +/sys/devices/system/cpu/preferred prints the current cpu_preferred_mask in +cpulist format. + +Notes: + +1. This feature is available under CONFIG_PREFERRED_CPU + +2. This feature works for FAIR class only. + +3. A task pinned, which can't be moved to preferred CPUs will continue + to run based on its affinity. But no load balancing happens + +4. If needed, steal time based governors/arch dependent method + could be used to cater to different types of cpu numbers. + Arch can do so by implementing its own hooks. + +5. Decision to use/not use is driven by kernel. Hence it shouldn't + break user affinities. One of the main reason why CPU hotplug + or Isolated cpuset partitions was not a solution. Possible arch/ problems ======================= Possible arch problems I found (and either tried to fix or didn't): -sparc - IRQs on at this point(?), change local_irq_save to _disable. +sparc: + - IRQs on at this point(?), change local_irq_save to _disable. - TODO: needs secondary CPUs to disable preempt (See #1) ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: htmldocs: Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] 2026-06-18 19:33 ` Randy Dunlap @ 2026-06-19 4:25 ` Shrikanth Hegde 0 siblings, 0 replies; 6+ messages in thread From: Shrikanth Hegde @ 2026-06-19 4:25 UTC (permalink / raw) To: Randy Dunlap, kernel test robot; +Cc: oe-kbuild-all, linux-doc Hi Randy, thanks for going through. On 6/19/26 1:03 AM, Randy Dunlap wrote: > > > On 6/17/26 10:19 PM, Shrikanth Hegde wrote: >> >> >> On 6/18/26 10:40 AM, kernel test robot wrote: >>> tree: https://github.com/intel-lab-lkp/linux/commits/Shrikanth-Hegde/sched-debug-Remove-unused-schedstats/20260618-031604 >>> head: bcb0c494e4af36dd6306a5a1839a0c03046053af >>> commit: 4c29e4f3ba22adc04fc456620f2c6abf539d76df sched/docs: Document cpu_preferred_mask and Preferred CPU concept >>> date: 10 hours ago >>> compiler: clang version 22.1.8 (https://github.com/llvm/llvm-project ca7933e47d3a3451d81e72ac174dcb5aa28b59d1) >>> docutils: docutils (Docutils 0.21.2, Python 3.13.5, on linux) >>> reproduce: (https://download.01.org/0day-ci/archive/20260618/202606180717.yNM0yb41-lkp@intel.com/reproduce) >>> >>> If you fix the issue in a separate patch/commit (i.e. not just a new version of >>> the same patch/commit), kindly add following tags >>> | Reported-by: kernel test robot <lkp@intel.com> >>> | Closes: https://lore.kernel.org/oe-kbuild-all/202606180717.yNM0yb41-lkp@intel.com/ >>> >>> All warnings (new ones prefixed by >>): >>> >>> Checksumming on output with GSO >>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [docutils] >>> MAINTAINERS:40: WARNING: Inline strong start-string without end-string. [docutils] > >>> Documentation/scheduler/sched-arch.rst:107: ERROR: Unexpected indentation. [docutils] >>>>> Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] >>> Documentation/userspace-api/landlock:504: ./security/landlock/errata/abi-4.h:5: ERROR: Unexpected section title. >>> >>> >>> vim +108 Documentation/scheduler/sched-arch.rst >>> >>> 102 >>> 103 Notes: >>> 104 1. This feature is available under CONFIG_PREFERRED_CPU >>> 105 2. This feature works for FAIR class only. >>> 106 3. A task pinned, which can't be moved to preferred CPUs will continue >>> 107 to run based on its affinity. But no load balancing happens >> >> is it flagging here due to missing . ? > > No, but you could add that anyway. > >>> > 108 4. If needed, steal time based governors/arch dependent method >>> 109 could be used to cater to different types of cpu numbers. >>> 110 Arch can do so by implementing its own hooks. >>> 111 5. Decision to use/not use is driven by kernel. Hence it shouldn't >>> 112 break user affinities. One of the main reason why CPU hotplug >>> 113 or Isolated cpuset partitions was not a solution. >>> 114 > It wants a blank line between each list item (if the list items are multi-line). > For the list above this one (3 items, all single line), blank lines aren't needed. > [These comments come from testing, not reading specs.] > Ah ok. I was wondering why it flagged only that. > I made these changes and a couple of others to make the rendered html look > reasonable. > > Use (or not). Sure. thanks. > --- > From: Shrikanth Hegde <sshegde@linux.ibm.com> > To: linux-kernel@vger.kernel.org, mingo@kernel.org, peterz@infradead.org, juri.lelli@redhat.com, vincent.guittot@linaro.org, yury.norov@gmail.com, kprateek.nayak@amd.com, iii@linux.ibm.com > Cc: sshegde@linux.ibm.com, tglx@kernel.org, gregkh@linuxfoundation.org, pbonzini@redhat.com, seanjc@google.com, vschneid@redhat.com, huschle@linux.ibm.com, rostedt@goodmis.org, dietmar.eggemann@arm.com, mgorman@suse.de, bsegall@google.com, maddy@linux.ibm.com, srikar@linux.ibm.com, hdanton@sina.com, chleroy@kernel.org, vineeth@bitbyteword.org, frederic@kernel.org, arighi@nvidia.com, pauld@redhat.com, christian.loehle@arm.com, tj@kernel.org, tommaso.cucinotta@gmail.com, maz@kernel.org, rafael@kernel.org > Subject: [PATCH v4 02/20] sched/docs: Document cpu_preferred_mask and Preferred CPU concept > Date: Wed, 17 Jun 2026 23:11:21 +0530 > Message-ID: <20260617174139.155540-3-sshegde@linux.ibm.com> > > > Add documentation for new cpumask called cpu_preferred_mask. This could > help users in understanding what this mask is and the concept behind it. > > Document how to enable it and implementation aspects of it. > > Signed-off-by: Shrikanth Hegde <sshegde@linux.ibm.com> > --- > v3->v4: > - update docs to reflect preferred is subset of active. > > Documentation/scheduler/sched-arch.rst | 61 ++++++++++++++++++++++- > 1 file changed, 59 insertions(+), 2 deletions(-) > > --- linux-next.orig/Documentation/scheduler/sched-arch.rst > +++ linux-next/Documentation/scheduler/sched-arch.rst > @@ -6,7 +6,8 @@ CPU Scheduler implementation hints for a > > Context switch > ============== > -1. Runqueue locking > +Runqueue locking > + > By default, the switch_to arch function is called with the runqueue > locked. This is usually not a problem unless switch_to may need to > take the runqueue lock. This is usually due to a wake up operation in > @@ -62,11 +63,67 @@ Your cpu_idle routines need to obey the > arch/x86/kernel/process.c has examples of both polling and > sleeping idle functions. > > +Preferred CPUs > +============== > + > +In virtualised environments it is possible to overcommit CPU resources. > +i.e sum of virtual CPU(vCPU) of all VM's is greater than number of physical > +CPUs(pCPU). Under such conditions when all or many VM's have high utilization, > +hypervisor won't be able to satisfy the CPU requirement and has to context > +switch within or across VM. i.e hypervisor need to preempt one vCPU to run > +another. This is called vCPU preemption. This is more expensive compared to > +task context switch within a vCPU. > + > +In such cases it is better that combined vCPU ask from all VM is reduced > +by not using some of the vCPUs. vCPUs where workload can be safely > +scheduled which won't increase any contention for pCPU are called as > +"Preferred CPUs". > + > +In most cases preferred CPUs will be same as active CPUs, when there is pCPU > +contention, Preferred CPUs will reduce based on the amount of steal time. > +When the pCPU contention goes away as indicated by steal time, Preferred CPUs > +will become same as active CPUs again. One has to enable the feature by > +writing 1 to /sys/kernel/debug/sched/steal_monitor/enable > + > +One of the design construct is preferred CPUs is always subset of active CPUs. > +With CONFIG_PREFERRED_CPU=n, it is same as active CPUs. > + > +For scheduling decisions such as wakeup, pushing the task etc, needs this > +CPU state info. This is maintained in cpu_preferred_mask. > + > +vCPUs which are not in cpu_preferred_mask should be treated as vCPUs which > +should not be used at this moment provided it doesn't break user affinity. > +This is achieved by: > + > +1. Selecting a preferred CPU at wakeup. > +2. Push the task away from non-preferred CPU at tick. > +3. Only select preferred CPUs for load balance. > + > +/sys/devices/system/cpu/preferred prints the current cpu_preferred_mask in > +cpulist format. > + > +Notes: > + > +1. This feature is available under CONFIG_PREFERRED_CPU > + > +2. This feature works for FAIR class only. > + > +3. A task pinned, which can't be moved to preferred CPUs will continue > + to run based on its affinity. But no load balancing happens > + > +4. If needed, steal time based governors/arch dependent method > + could be used to cater to different types of cpu numbers. > + Arch can do so by implementing its own hooks. > + > +5. Decision to use/not use is driven by kernel. Hence it shouldn't > + break user affinities. One of the main reason why CPU hotplug > + or Isolated cpuset partitions was not a solution. > > Possible arch/ problems > ======================= > > Possible arch problems I found (and either tried to fix or didn't): > > -sparc - IRQs on at this point(?), change local_irq_save to _disable. > +sparc: > + - IRQs on at this point(?), change local_irq_save to _disable. > - TODO: needs secondary CPUs to disable preempt (See #1) > ^ permalink raw reply [flat|nested] 6+ messages in thread
* htmldocs: Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
@ 2026-05-15 8:10 kernel test robot
0 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2026-05-15 8:10 UTC (permalink / raw)
To: Shrikanth Hegde; +Cc: oe-kbuild-all, 0day robot, linux-doc
tree: https://github.com/intel-lab-lkp/linux/commits/Shrikanth-Hegde/sched-debug-Remove-unused-schedstats/20260515-054159
head: 7c2ea3b4f5530a92ddf8bf0b9835101138cbcefb
commit: a9c3470cec4255c02ebdc8637ef447726b6b792f sched/docs: Document cpu_preferred_mask and Preferred CPU concept
date: 10 hours ago
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
docutils: docutils (Docutils 0.21.2, Python 3.13.5, on linux)
reproduce: (https://download.01.org/0day-ci/archive/20260515/202605151011.KtNAJKrV-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202605151011.KtNAJKrV-lkp@intel.com/
All warnings (new ones prefixed by >>):
Checksumming on output with GSO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [docutils]
MAINTAINERS:40: WARNING: Inline strong start-string without end-string. [docutils]
Documentation/scheduler/sched-arch.rst:107: ERROR: Unexpected indentation. [docutils]
>> Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
Documentation/userspace-api/landlock:504: ./security/landlock/errata/abi-4.h:5: ERROR: Unexpected section title.
vim +108 Documentation/scheduler/sched-arch.rst
102
103 Notes:
104 1. This feature is available under CONFIG_PREFERRED_CPU
105 2. This feature works for FAIR/RT class.
106 3. A task pinned, which can't be moved to preferred CPUs will continue
107 to run based on its affinity. But no load balancing happens
> 108 4. If needed, steal time based governors/arch dependent method
109 could be used to cater to different types of cpu numbers.
110 Arch can do so by implementing its own hooks.
111 5. Decision to use/not use is driven by kernel. Hence it shouldn't
112 break user affinities. One of the main reason why CPU hotplug
113 or Isolated cpuset partitions was not a solution.
114
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 6+ messages in thread* htmldocs: Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
@ 2026-04-10 19:32 kernel test robot
0 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2026-04-10 19:32 UTC (permalink / raw)
To: Shrikanth Hegde; +Cc: oe-kbuild-all, 0day robot, linux-doc
tree: https://github.com/intel-lab-lkp/linux/commits/Shrikanth-Hegde/sched-debug-Remove-unused-schedstats/20260410-192441
head: ab0b22aae278e62b46dd1b9bbc54f81d48eb7922
commit: d4c12cd241b1a892722ed07feb9114c23717202e sched/docs: Document cpu_preferred_mask and Preferred CPU concept
date: 8 hours ago
compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)
docutils: docutils (Docutils 0.21.2, Python 3.13.5, on linux)
reproduce: (https://download.01.org/0day-ci/archive/20260410/202604102139.zj1yx5qc-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202604102139.zj1yx5qc-lkp@intel.com/
All warnings (new ones prefixed by >>):
Checksumming on output with GSO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [docutils]
Documentation/scheduler/sched-arch.rst:107: ERROR: Unexpected indentation. [docutils]
>> Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
Documentation/userspace-api/landlock:495: ./security/landlock/errata/abi-4.h:5: ERROR: Unexpected section title.
vim +108 Documentation/scheduler/sched-arch.rst
102
103 Notes:
104 1. This feature is available under CONFIG_PARAVIRT.
105 2. preferred CPUs is same as online CPUs until STEAL_MONITOR is enabled.
106 3. A task pinned, which can't be moved to preferred CPUs will continue
107 to run based on its affinity. But no load balancing happens
> 108 4. If needed, steal time based governors/arch dependent method
109 could be used to cater to different types of cpu numbers.
110 5. Decision to use/not use is driven by kernel. Hence it shouldn't
111 break user affinities. One of the main reason why CPU hotplug
112 or Isolated cpuset partitions was not a solution.
113
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 6+ messages in threadend of thread, other threads:[~2026-06-19 4:26 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-06-18 5:10 htmldocs: Documentation/scheduler/sched-arch.rst:108: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] kernel test robot 2026-06-18 5:19 ` Shrikanth Hegde 2026-06-18 19:33 ` Randy Dunlap 2026-06-19 4:25 ` Shrikanth Hegde -- strict thread matches above, loose matches on Subject: below -- 2026-05-15 8:10 kernel test robot 2026-04-10 19:32 kernel test robot
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox