linux-kernel.vger.kernel.org archive mirror
 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
Subject: [GIT PULL] cgroup changes for v5.15-rc1
Date: Tue, 31 Aug 2021 06:42:31 -1000	[thread overview]
Message-ID: <YS5b98kN6updRd3u@slm.duckdns.org> (raw)

Hello, Linus.

Two cpuset behavior changes:

* cpuset on cgroup2 is changed to enable memory migration based on nodemask
  by default.

* A notification is generated when cpuset partition state changes.

All other patches are minor fixes and clenaups.

Thanks.

The following changes since commit d936eb23874433caa3e3d841cfa16f5434b85dcf:

  Revert "Makefile: Enable -Wimplicit-fallthrough for Clang" (2021-07-15 18:05:31 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d20d30ebb199354729c64c86945ed25c66ff4991:

  cgroup: Avoid compiler warnings with no subsystems (2021-08-30 07:36:43 -1000)

----------------------------------------------------------------
Kees Cook (1):
      cgroup: Avoid compiler warnings with no subsystems

Nicolas Saenz Julienne (1):
      cgroup/cpuset: Avoid memory migration when nodemasks match

Randy Dunlap (1):
      cgroup: cgroup-v1: clean up kernel-doc notation

Sebastian Andrzej Siewior (1):
      cgroup: Replace deprecated CPU-hotplug functions.

Waiman Long (5):
      cgroup/cpuset: Miscellaneous code cleanup
      cgroup/cpuset: Fix a partition bug with hotplug
      cgroup/cpuset: Fix violation of cpuset locking rule
      cgroup/cpuset: Enable event notification when partition state changes
      cgroup/cpuset: Enable memory migration for cpuset v2

zhaoxiaoqiang11 (1):
      cgroup: remove cgroup_mount from comments

 Documentation/admin-guide/cgroup-v2.rst |  11 +++
 kernel/cgroup/cgroup-v1.c               |   8 +-
 kernel/cgroup/cgroup.c                  |  27 ++++--
 kernel/cgroup/cpuset.c                  | 162 +++++++++++++++++++++-----------
 4 files changed, 144 insertions(+), 64 deletions(-)

-- 
tejun

             reply	other threads:[~2021-08-31 16:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-31 16:42 Tejun Heo [this message]
2021-08-31 23:00 ` [GIT PULL] cgroup changes for v5.15-rc1 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=YS5b98kN6updRd3u@slm.duckdns.org \
    --to=tj@kernel.org \
    --cc=cgroups@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --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 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).