From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Weiner Subject: [patch 0/2] mm: memcontrol: default hierarchy interface for memory v2 Date: Tue, 20 Jan 2015 10:31:53 -0500 Message-ID: <1421767915-14232-1-git-send-email-hannes@cmpxchg.org> Return-path: Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andrew Morton Cc: Michal Hocko , Vladimir Davydov , Greg Thelen , linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Hi Andrew, these patches changed sufficiently while in -mm that a rebase makes sense. The change from using "none" in the configuration files to "max"/"infinity" requires a do-over of 1/2 and a changelog fix in 2/2. I folded all increments, both in-tree and the ones still pending, and credited your seq_puts() checkpatch fix, so these two changes are the all-encompassing latest versions, and everything else can be dropped. Thanks!