From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754615AbbIRVkU (ORCPT ); Fri, 18 Sep 2015 17:40:20 -0400 Received: from mail-yk0-f178.google.com ([209.85.160.178]:36581 "EHLO mail-yk0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753526AbbIRVkQ (ORCPT ); Fri, 18 Sep 2015 17:40:16 -0400 Date: Fri, 18 Sep 2015 17:40:12 -0400 From: Tejun Heo To: hannes@cmpxchg.org, lizefan@huawei.com Cc: mhocko@kernel.org, cgroups@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHSET cgroup/for-4.3] cgroup,memcg: generalize event handling and enable notifications on "memory.events" Message-ID: <20150918214012.GA2893@mtj.duckdns.org> References: <1439315889-3492-1-git-send-email-tj@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439315889-3492-1-git-send-email-tj@kernel.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 11, 2015 at 01:58:01PM -0400, Tejun Heo wrote: > Hello, > > This patchset establishes conventions on low frequency events, > converts "cgroup.populated" to "cgroup.events" accordingly, > generalizes event handling and enable notifications for > "memory.events". > > This patchset contains the following eight patches. > > 0001-cgroup-replace-cgroup.populated-with-cgroup.events.patch > 0002-cgroup-replace-cftype-mode-with-CFTYPE_WORLD_WRITABL.patch > 0003-cgroup-relocate-cgroup_populate_dir.patch > 0004-cgroup-make-cgroup_addrm_files-clean-up-after-itself.patch > 0005-cgroup-cosmetic-updates-to-rebind_subsystems.patch > 0006-cgroup-restructure-file-creation-removal-handling.patch > 0007-cgroup-generalize-obtaining-the-handles-of-and-notif.patch > 0008-memcg-generate-file-modified-notifications-on-memory.patch Applying 1-7 to cgroup/for-4.4. Will post refreshed 0008 soon. Thanks. -- tejun