mirror of https://lore.kernel.org/lkml/
 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 fixes for v6.1-rc1
Date: Mon, 17 Oct 2022 11:45:47 -1000	[thread overview]
Message-ID: <Y03NC6GVxT6iPDsr@slm.duckdns.org> (raw)

The following changes since commit 4de65c5830233e7a4adf2e679510089ec4e210c7:

  Merge tag 'livepatching-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching (2022-10-10 11:36: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.1-rc1-fixes

for you to fetch changes up to 79a818b5087393d5a4cb356d4545d02f55bf1a2f:

  blkcg: Update MAINTAINERS entry (2022-10-17 09:27:18 -1000)

----------------------------------------------------------------
cgroup fixes for v6.1-rc1

* Fix a recent regression where a sleeping kernfs function is called with
  css_set_lock (spinlock) held.

* Revert the commit to enable cgroup1 support for cgroup_get_from_fd/file().
  Multiple users assume that the lookup only works for cgroup2 and breaks
  when fed a cgroup1 file. Instead, introduce a separate set of functions to
  lookup both v1 and v2 and use them where the user explicitly wants to
  support both versions.

* Compat update for tools/perf/util/bpf_skel/bperf_cgroup.bpf.c.

* Add Josef Bacik as a blkcg maintainer.

----------------------------------------------------------------
Michal Koutný (1):
      cgroup: Reorganize css_set_lock and kernfs path processing

Namhyung Kim (1):
      perf stat: Support old kernels for bperf cgroup counting

Tejun Heo (2):
      Revert "cgroup: enable cgroup_get_from_file() on cgroup1"
      blkcg: Update MAINTAINERS entry

Yosry Ahmed (3):
      cgroup: add cgroup_v1v2_get_from_[fd/file]()
      bpf: cgroup_iter: support cgroup1 using cgroup fd
      mm: cgroup: fix comments for get from fd/file helpers

 MAINTAINERS                                 |  2 +
 include/linux/cgroup.h                      |  1 +
 kernel/bpf/cgroup_iter.c                    |  2 +-
 kernel/cgroup/cgroup.c                      | 99 +++++++++++++++++++++++------
 tools/perf/util/bpf_skel/bperf_cgroup.bpf.c | 29 ++++++++-
 5 files changed, 111 insertions(+), 22 deletions(-)

             reply	other threads:[~2022-10-17 21:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-17 21:45 Tejun Heo [this message]
2022-10-18  2:01 ` 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=Y03NC6GVxT6iPDsr@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

all inboxes | Powered by JetHome®