messages from 2025-04-15 02:47:12 to 2025-04-23 21:26:09 UTC [more...]
cgroup null pointer dereference
2025-04-23 21:26 UTC (2+ messages)
[PATCH v3 0/2] sched/numa: Skip VMA scanning on memory pinned
2025-04-23 18:22 UTC (15+ messages)
` [PATCH v3 1/2] sched/numa: Skip VMA scanning on memory pinned to one NUMA node via cpuset.mems
` [PATCH v3 2/2] sched/numa: Add tracepoint that tracks the skipping of numa balancing due to cpuset memory pinning
[PATCH v7 0/2] memcg: Fix test_memcg_min/low test failures
2025-04-23 17:03 UTC (8+ messages)
` [PATCH v7 1/2] selftests: memcg: Allow low event with no memory.low and memory_recursiveprot on
` [PATCH v7 2/2] selftests: memcg: Increase error tolerance of child memory.current check in test_memcg_protection()
don't autoload block drivers on stat (and cgroup configuration)
2025-04-23 15:06 UTC (6+ messages)
` [PATCH 1/4] block: move blkdev_{get,put} _no_open prototypes out of blkdev.h
` [PATCH 2/4] block: remove the backing_inode variable in bdev_statx
` [PATCH 3/4] block: don't autoload drivers on stat
` [PATCH 4/4] block: don't autoload drivers on blk-cgroup configuration
[PATCH 0/2] Use kmem_cache for memcg alloc
2025-04-23 8:43 UTC (3+ messages)
` [PATCH 1/2] mm/memcg: use kmem_cache when alloc memcg
` [PATCH 2/2] mm/memcg: use kmem_cache when alloc memcg pernode info
[PATCH] memcg: multi-memcg percpu charge cache
2025-04-23 1:10 UTC (2+ messages)
[PATCH v4 0/2] vmscan: enforce mems_effective during demotion
2025-04-22 19:57 UTC (12+ messages)
` [PATCH v4 1/2] cpuset: rename cpuset_node_allowed to cpuset_current_node_allowed
` [PATCH v4 2/2] vmscan,cgroup: apply mems_effective to reclaim
` [PATCH] cpuset: relax locking on cpuset_node_allowed
[tj-cgroup:for-6.16] BUILD SUCCESS 7efbc8f2f9b3eed3ffc6560abf8305859f2153d3
2025-04-22 19:56 UTC
[tj-cgroup:for-next] BUILD SUCCESS 68d22e7da593c0c8431d88993595480222933f3c
2025-04-22 19:53 UTC
[RFC PATCH 00/14] Virtual Swap Space
2025-04-22 19:29 UTC (13+ messages)
` [RFC PATCH 03/14] mm: swap: add a separate type for physical swap slots
[PATCH v2] memcg: introduce non-blocking limit setting option
2025-04-22 18:12 UTC (7+ messages)
[PATCH] memcg: vmalloc: simplify MEMCG_VMALLOC updates
2025-04-22 15:17 UTC (2+ messages)
[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
2025-04-22 14:20 UTC (40+ messages)
` [PATCH RFC 01/28] mm: memcontrol: remove dead code of checking parent memory cgroup
` [PATCH RFC 02/28] mm: memcontrol: use folio_memcg_charged() to avoid potential rcu lock holding
` [PATCH RFC 03/28] mm: workingset: use folio_lruvec() in workingset_refault()
` [PATCH RFC 04/28] mm: rename unlock_page_lruvec_irq and its variants
` [PATCH RFC 05/28] mm: thp: replace folio_memcg() with folio_memcg_charged()
` [PATCH RFC 06/28] mm: thp: introduce folio_split_queue_lock and its variants
` [PATCH RFC 14/28] mm: memcontrol: prevent memory cgroup release in count_memcg_folio_events()
` [PATCH RFC 15/28] mm: page_io: prevent memory cgroup release in page_io module
` [PATCH RFC 16/28] mm: migrate: prevent memory cgroup release in folio_migrate_mapping()
` [PATCH RFC 17/28] mm: mglru: prevent memory cgroup release in mglru
` [PATCH RFC 18/28] mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()
` [PATCH RFC 19/28] mm: workingset: prevent memory cgroup release in lru_gen_eviction()
` [PATCH RFC 20/28] mm: workingset: prevent lruvec release in workingset_refault()
` [PATCH RFC 21/28] mm: zswap: prevent lruvec release in zswap_folio_swapin()
` [PATCH RFC 22/28] mm: swap: prevent lruvec release in swap module
` [PATCH RFC 23/28] mm: workingset: prevent lruvec release in workingset_activation()
` [PATCH RFC 24/28] mm: memcontrol: prepare for reparenting LRU pages for lruvec lock
` [PATCH RFC 25/28] mm: thp: prepare for reparenting LRU pages for split queue lock
` [PATCH RFC 26/28] mm: memcontrol: introduce memcg_reparent_ops
` [PATCH RFC 27/28] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
` [PATCH RFC 28/28] mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpers
[PATCH v4 0/5] cgroup: separate rstat trees
2025-04-22 14:01 UTC (25+ messages)
` [PATCH v4 1/5] cgroup: move rstat base stat objects into their own struct
` [PATCH v4 2/5] cgroup: add helper for checking when css is cgroup::self
` [PATCH v4 3/5] cgroup: change rstat function signatures from cgroup-based to css-based
` [PATCH v4 4/5] cgroup: use separate rstat trees for each subsystem
` [PATCH v4 5/5] cgroup: use subsystem-specific rstat locks to avoid contention
KASAN: slab-use-after-free Read in cgroup_rstat_flush
2025-04-22 12:18 UTC (3+ messages)
[PATCH v2] memcg: optimize memcg_rstat_updated
2025-04-22 11:41 UTC (2+ messages)
[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
2025-04-22 7:05 UTC (9+ messages)
` [PATCH v3 13/20] mm: Copy-on-Write (COW) reuse support for PTE-mapped THP
RIP: kernel/cgroup/rstat.c:231 cgroup_rstat_flush+0x4ea/0x7e0
2025-04-22 3:47 UTC (3+ messages)
[GIT PULL] cgroup: Fixes for v6.15-rc3
2025-04-22 2:25 UTC (2+ messages)
[PATCH v3 0/2] vmscan: enforce mems_effective during demotion
2025-04-22 1:00 UTC (20+ messages)
` [PATCH v3 1/2] cpuset: rename cpuset_node_allowed to cpuset_current_node_allowed
` [PATCH v3 2/2] vmscan,cgroup: apply mems_effective to reclaim
[PATCH] cgroup: fix pointer check in css_rstat_init()
2025-04-21 18:39 UTC (3+ messages)
[PATCH] memcg: introduce non-blocking limit setting interfaces
2025-04-21 17:28 UTC (9+ messages)
[PATCH v2] cgroup: Fix compilation issue due to cgroup_mutex not being exported
2025-04-20 0:49 UTC (3+ messages)
` 回复: "
[PATCH 1/2] cpuset: rename cpuset_node_allowed to cpuset_current_node_allowed
2025-04-19 3:53 UTC (10+ messages)
` [PATCH v2 2/2] vmscan,cgroup: apply mems_effective to reclaim
[tj-cgroup:for-6.15-fixes] BUILD SUCCESS 1bf67c8fdbda21fadd564a12dbe2b13c1ea5eda7
2025-04-18 18:13 UTC
[tj-cgroup:for-next] BUILD SUCCESS 986fb28ac6483ac1e1ea5093cf88a4d914b25d34
2025-04-18 18:11 UTC
[PATCH] cgroup: Fix compilation issue due to cgroup_mutex not being exported
2025-04-18 2:03 UTC (5+ messages)
` 回复: "
[PATCH v3] cgroup/cpuset-v1: Add missing support for cpuset_v2_mode
2025-04-17 17:33 UTC (2+ messages)
[PATCH v2 00/10] Add kernel cmdline option for rt_group_sched
2025-04-17 12:13 UTC (3+ messages)
` [PATCH v2 10/10] sched: Add deprecation warning for users of RT_GROUP_SCHED
[PATCH] mm: memcontrol: remove unnecessary NULL check before free_percpu()
2025-04-17 8:43 UTC
[PATCH v2] cgroup/cpuset-v1: Add missing support for cpuset_v2_mode
2025-04-16 18:32 UTC (9+ messages)
[RFC 0/5] add option to restore swap account to cgroupv1 mode
2025-04-16 8:29 UTC (11+ messages)
` [RFC 2/5] memcontrol: add boot option to enable memsw account on dfl
` [External] "
[PATCH] memcg: decouple memcg_hotplug_cpu_dead from stock_lock
2025-04-15 17:01 UTC (8+ messages)
[PATCH v3 0/3] netfilter: Make xt_cgroup independent from net_cls
2025-04-15 16:06 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox