From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751258AbdFEUab (ORCPT ); Mon, 5 Jun 2017 16:30:31 -0400 Received: from mail-yw0-f193.google.com ([209.85.161.193]:34459 "EHLO mail-yw0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751180AbdFEUa3 (ORCPT ); Mon, 5 Jun 2017 16:30:29 -0400 Date: Mon, 5 Jun 2017 16:30:22 -0400 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.12-rc4 Message-ID: <20170605203022.GD9399@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Linus. Two cgroup fixes. One to address RCU delay of cpuset removal affecting userland visible behaviors. The other fixes a race condition between controller disable and cgroup removal. Thanks. The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6: Linux 4.12-rc1 (2017-05-13 13:19:49 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-4.12-fixes for you to fetch changes up to 41c25707d21716826e3c1f60967f5550610ec1c9: cpuset: consider dying css as offline (2017-05-24 12:43:30 -0400) ---------------------------------------------------------------- Tejun Heo (1): cpuset: consider dying css as offline Waiman Long (1): cgroup: Prevent kill_css() from being called more than once include/linux/cgroup-defs.h | 1 + include/linux/cgroup.h | 20 ++++++++++++++++++++ kernel/cgroup/cgroup.c | 5 +++++ kernel/cgroup/cpuset.c | 4 ++-- 4 files changed, 28 insertions(+), 2 deletions(-) -- tejun