cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-04 10:41:00 to 2021-09-21 00:03:27 UTC [more...]

[PATCH v7 01/12] LICENSES: Add the copyleft-next-0.3.1 license
 2021-09-21  0:03 UTC  (24+ messages)
` [PATCH v7 02/12] testing: use the copyleft-next-0.3.1 SPDX tag
` [PATCH v7 03/12] selftests: add tests_sysfs module
` [PATCH v7 04/12] kernfs: add initial failure injection support
` [PATCH v7 06/12] kernel/module: add documentation for try_module_get()
` [PATCH v7 07/12] fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link()
` [PATCH v7 08/12] fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()
` [PATCH v7 09/12] sysfs: fix deadlock race with module removal
  ` [PATCH v7 05/12] test_sysfs: add support to use kernfs failure injection
  ` [PATCH v7 10/12] test_sysfs: enable deadlock tests by default
  ` [PATCH v7 11/12] zram: fix crashes with cpu hotplug multistate
` [PATCH v7 12/12] zram: use ATTRIBUTE_GROUPS to fix sysfs deadlock module removal
` [PATCH v7 00/12 (RESEND)] syfs: generic deadlock fix with "

KCSAN: data-race in cgroup_rstat_flush_locked / cgroup_rstat_updated
 2021-09-20 18:09 UTC  (4+ messages)

[PATCH v2] cgroup: Make rebind_subsystems() disable v2 controllers all at once
 2021-09-20 18:00 UTC  (2+ messages)

[PATCH v4 1/3] misc_cgroup: introduce misc.events to count failures
 2021-09-20 17:36 UTC  (4+ messages)
  ` [PATCH v4 2/3] misc_cgroup: remove error log to avoid log flood
` [PATCH v4 3/3] docs/cgroup: add entry for misc.events

[PATCH memcg] memcg: prohibit unconditional exceeding the limit of dying tasks
 2021-09-20 10:59 UTC  (21+ messages)
                    ` [PATCH mm] vmalloc: back off when the current task is OOM-killed
                ` [PATCH memcg v2] memcg: prohibit unconditional exceeding the limit of dying tasks

[RFC PATCH] blk-throttle: enable io throttle for root in cgroup v2
 2021-09-19 10:31 UTC  (5+ messages)

Memcached with cfs quota 400% performance boost after bind to 4 cpus
 2021-09-18  1:19 UTC  (3+ messages)

[syzbot] general protection fault in cgroup_sk_free
 2021-09-17 21:06 UTC 

A missing check bug in cgroup1_reconfigure()
 2021-09-17 17:28 UTC  (2+ messages)

[PATCH v2] vmpressure: wake up work only when there is registration event
 2021-09-17 15:38 UTC  (4+ messages)

[PATCH v3 1/3] misc_cgroup: introduce misc.events to count failures
 2021-09-17  8:09 UTC  (9+ messages)
  ` [PATCH v3 2/3] misc_cgroup: remove error log to avoid log flood
` [PATCH v3 3/3] docs/cgroup: add entry for misc.events

[PATCH AUTOSEL 4.4] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
 2021-09-17  2:35 UTC 

[PATCH AUTOSEL 4.9] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
 2021-09-17  2:35 UTC 

[PATCH AUTOSEL 4.14 2/2] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
 2021-09-17  2:35 UTC 

[PATCH AUTOSEL 4.19 4/4] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
 2021-09-17  2:34 UTC 

[PATCH AUTOSEL 5.4 4/5] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
 2021-09-17  2:34 UTC 

[PATCH AUTOSEL 5.10 5/8] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
 2021-09-17  2:34 UTC 

[PATCH v3] mm/page_alloc: detect allocation forbidden by cpuset and bail out early
 2021-09-16  8:11 UTC  (8+ messages)

[PATCH] blkcg: fix memory leak in blk_iolatency_init
 2021-09-15 17:58 UTC  (3+ messages)

[PATCH] fix UAF in bfq_io_set_weight_legacy()
 2021-09-15 12:56 UTC  (2+ messages)

[PATCH v2 1/3] misc_cgroup: introduce misc.events and misc_events.local
 2021-09-14 20:10 UTC  (6+ messages)
` [PATCH v2 2/3] misc_cgroup: remove error log to avoid log flood
  ` [PATCH v2 3/3] docs/cgroup: add entry for misc.events and misc.events.local

[PATCH v3] blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd
 2021-09-14 16:20 UTC  (2+ messages)

[PATCH] ipc: remove memcg accounting for sops objects in do_semtimedop()
 2021-09-14 14:32 UTC  (7+ messages)

[cgroup:for-next] BUILD SUCCESS c0002d11d79900f8aa5c8375336434940d6afedf
 2021-09-14  6:41 UTC 

[syzbot] memory leak in blk_iolatency_init
 2021-09-14  3:13 UTC  (2+ messages)

[PATCH 1/2] cgroup: Fix incorrect warning from cgroup_apply_control_disable()
 2021-09-13 18:46 UTC  (9+ messages)
  ` [PATCH 2/2] cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem

[PATCH RESEND] cgroupv2, docs: fix misinformation in "device controller" section
 2021-09-13 18:09 UTC  (2+ messages)

[PATCH] docs/cgroup: remove some duplicate words
 2021-09-13 17:56 UTC  (2+ messages)

[PATCH v2] block, bfq: fix UAF in bfq_io_set_weight_legacy()
 2021-09-13 17:50 UTC  (2+ messages)

[RFC PATCH 0/2] support cgroup pool in v1
 2021-09-13 16:24 UTC  (19+ messages)
` [RFC PATCH 1/2] add pinned flags for kernfs node
      ` [RFC PATCH 2/2] support cgroup pool in v1

[PATCH v1] vmpressure: wake up work only when there is registration event
 2021-09-13 16:03 UTC  (2+ messages)

[PATCH v2] mm/page_alloc: detect allocation forbidden by cpuset and bail out early
 2021-09-13 12:12 UTC  (7+ messages)

[PATCH] sched/core: Fix wrong burst unit in cgroup2 cpu.max write
 2021-09-10 20:43 UTC  (2+ messages)

[PATCH 1/4] cputime,cpuacct: Include guest time in user time in cpuacct.stat
 2021-09-10 19:03 UTC  (5+ messages)
` [PATCH v2 1/5] cputime, cpuacct: "
  ` [PATCH v2 4/5] sched/cpuacct: fix user/system in shown cpuacct.usage*

[RFC PATCH 1/3] misc_cgroup: introduce misc.events and misc_events.local
 2021-09-10 17:37 UTC  (23+ messages)
  ` [RFC PATCH 2/3] misc_cgroup: introduce misc.failcnt for V1
  ` [RFC PATCH 3/3] misc_cgroup: remove error log to avoid log flood

[PATCH] sched/core: Fix wrong burst unit in cgroup2 cpu.max write
 2021-09-10 16:06 UTC 

[PATCH v2] misc_cgroup: use a counter to count the number of failures
 2021-09-09 15:01 UTC  (7+ messages)

[PATCH] fix UAF in bfq_io_set_weight_legacy()
 2021-09-09 13:26 UTC 

[PATCH v4 0/2] refactor sqthread cpu binding logic
 2021-09-09 12:34 UTC  (9+ messages)
` [PATCH 2/2] io_uring: consider cgroup setting when binding sqpoll cpu

[PATCH] blk-throttle: fix UAF by deleteing timer in blk_throtl_exit()
 2021-09-07 14:37 UTC  (2+ messages)

[PATCH v2] mm: Add configuration to control whether vmpressure notifier is enabled
 2021-09-06  6:37 UTC  (8+ messages)

[PATCH AUTOSEL 5.10 18/39] blk-throtl: optimize IOPS throttle for large IO scenarios
 2021-09-06  1:21 UTC 

[PATCH AUTOSEL 5.13 19/46] blk-throtl: optimize IOPS throttle for large IO scenarios
 2021-09-06  1:20 UTC 

[PATCH AUTOSEL 5.14 19/47] blk-throtl: optimize IOPS throttle for large IO scenarios
 2021-09-06  1:19 UTC 


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