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, Li Zefan <lizefan@huawei.com>,
	Johannes Weiner <hannes@cmpxchg.org>,
	cgroups@vger.kernel.org
Subject: [GIT PULL] cgroup fixes for v4.15-rc3
Date: Mon, 11 Dec 2017 13:57:36 -0800	[thread overview]
Message-ID: <20171211215736.GR2421075@devbig577.frc2.facebook.com> (raw)

Hello,

* Prateek posted a couple patches to fix a deadlock involving cpuset
  and workqueue.  It unfortunately caused a different deadlock and the
  recent workqueue hotplug simplification removed the original
  deadlock, so Prateek's two patches are reverted for now.

* The new stat code was missing u64_stats initialization.  Fixed.

* Doc and other misc changes.

Thanks.

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the git repository at:

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

for you to fetch changes up to c2f31b79d510ec1a27138bdcf2d0ece1080be85e:

  cgroup: add warning about RT not being supported on cgroup2 (2017-12-05 11:47:17 -0800)

----------------------------------------------------------------
Lucas Stach (1):
      cgroup: properly init u64_stats

Prateek Sood (2):
      cgroup/cpuset: remove circular dependency deadlock
      cpuset: Make cpuset hotplug synchronous

Tejun Heo (3):
      Revert "cpuset: Make cpuset hotplug synchronous"
      Revert "cgroup/cpuset: remove circular dependency deadlock"
      cgroup: add warning about RT not being supported on cgroup2

Wang Long (1):
      debug cgroup: use task_css_set instead of rcu_dereference

 Documentation/cgroup-v2.txt | 7 +++++++
 kernel/cgroup/debug.c       | 4 ++--
 kernel/cgroup/stat.c        | 8 ++++++--
 3 files changed, 15 insertions(+), 4 deletions(-)

-- 
tejun

                 reply	other threads:[~2017-12-11 21:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20171211215736.GR2421075@devbig577.frc2.facebook.com \
    --to=tj@kernel.org \
    --cc=cgroups@vger.kernel.org \
    --cc=hannes@cmpxchg.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lizefan@huawei.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.