All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, cgroups@vger.kernel.org,
	"Johannes Weiner" <hannes@cmpxchg.org>,
	"Michal Koutný" <mkoutny@suse.com>
Subject: [GIT PULL] cgroup: Changes for v6.13
Date: Mon, 18 Nov 2024 06:06:27 -1000	[thread overview]
Message-ID: <ZztmA9FyfqLtPy47@slm.duckdns.org> (raw)

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git/ tags/cgroup-for-6.13

for you to fetch changes up to fbfbf86685b3270dc27d1c5d6108532334aaf329:

  cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing (2024-11-14 08:44:03 -1000)

----------------------------------------------------------------
cgroup: Changes for v6.13

- cpu.stat now also shows niced CPU time.

- Freezer and cpuset optimizations.

- Other misc changes.

----------------------------------------------------------------
Chen Ridong (4):
      Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"
      cgroup/bpf: only cgroup v2 can be attached by bpf programs
      cgroup/freezer: Reduce redundant traversal for cgroup_freeze
      cgroup/freezer: Add cgroup CGRP_FROZEN flag update helper

Joshua Hahn (2):
      cgroup/rstat: Tracking cgroup-level niced CPU time
      cgroup/rstat: Selftests for niced CPU statistics

Waiman Long (4):
      cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cpumasks_hier()"
      cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per operation
      cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not set
      cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing

Xiu Jianfeng (1):
      selftests/cgroup: Fix compile error in test_cpu.c

Zefan Li (1):
      MAINTAINERS: remove Zefan Li

everestkc (1):
      cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.c

 CREDITS                                   |   3 +
 MAINTAINERS                               |   2 -
 include/linux/cgroup-defs.h               |   3 +-
 kernel/cgroup/cgroup.c                    |  21 ++--
 kernel/cgroup/cpuset.c                    | 157 +++++++++++++++++-------------
 kernel/cgroup/freezer.c                   |  97 +++++++++---------
 kernel/cgroup/rstat.c                     |  19 +++-
 tools/testing/selftests/cgroup/test_cpu.c |  75 ++++++++++++++
 8 files changed, 239 insertions(+), 138 deletions(-)

-- 
tejun

             reply	other threads:[~2024-11-18 16:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-18 16:06 Tejun Heo [this message]
2024-11-20 18:32 ` [GIT PULL] cgroup: Changes for v6.13 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZztmA9FyfqLtPy47@slm.duckdns.org \
    --to=tj@kernel.org \
    --cc=cgroups@vger.kernel.org \
    --cc=hannes@cmpxchg.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mkoutny@suse.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.