From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752483AbdLKV5u (ORCPT ); Mon, 11 Dec 2017 16:57:50 -0500 Received: from mail-qt0-f196.google.com ([209.85.216.196]:44866 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751688AbdLKV5j (ORCPT ); Mon, 11 Dec 2017 16:57:39 -0500 X-Google-Smtp-Source: ACJfBosnLvV1+X6DzPxXkMKbdsenQvEfwnyy7dF0GnY8oljiWkgM4Uc20T7yE8lSGrxtRn2LTmuhpw== Date: Mon, 11 Dec 2017 13:57:36 -0800 From: Tejun Heo To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Li Zefan , Johannes Weiner , cgroups@vger.kernel.org Subject: [GIT PULL] cgroup fixes for v4.15-rc3 Message-ID: <20171211215736.GR2421075@devbig577.frc2.facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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