On 2024/7/25 17:38, Michal Koutný wrote:
> Hello Jianfeng.
>
> On Tue, Jul 16, 2024 at 11:27:39AM GMT, xiujianfeng
> wrote:
>> On 2024/7/3 14:59, xiujianfeng wrote:
> ...
>>> for (; parent_pids(p); p = parent_pids(p)) {
>>> if (p == pids_over_limit) {
>>>
Hello Jianfeng.
On Tue, Jul 16, 2024 at 11:27:39AM GMT, xiujianfeng
wrote:
> On 2024/7/3 14:59, xiujianfeng wrote:
...
> > for (; parent_pids(p); p = parent_pids(p)) {
> > if (p == pids_over_limit) {
> > limit = true;
> > at
Hi,
Friendly ping, more comment as below.
On 2024/7/3 14:59, xiujianfeng wrote:
>
>
> On 2024/5/21 17:21, Michal Koutný wrote:
>> The pids.events file should honor the hierarchy, so make the events
>> propagate from their origin up to the root on the unified hierarchy. The
>> legacy behavior re
On 2024/5/21 17:21, Michal Koutný wrote:
> The pids.events file should honor the hierarchy, so make the events
> propagate from their origin up to the root on the unified hierarchy. The
> legacy behavior remains non-hierarchical.
>
> Signed-off-by: Michal Koutný
> --
[...]
> diff --git a/kerne
The pids.events file should honor the hierarchy, so make the events
propagate from their origin up to the root on the unified hierarchy. The
legacy behavior remains non-hierarchical.
Signed-off-by: Michal Koutný
---
Documentation/admin-guide/cgroup-v2.rst | 9 +++--
kernel/cgroup/pids.c