From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756043Ab2GDXRg (ORCPT ); Wed, 4 Jul 2012 19:17:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18624 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755910Ab2GDXRd (ORCPT ); Wed, 4 Jul 2012 19:17:33 -0400 Date: Thu, 5 Jul 2012 01:16:35 +0200 From: Andrea Arcangeli To: Rik van Riel Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Hillf Danton , Dan Smith , Peter Zijlstra , Linus Torvalds , Andrew Morton , Thomas Gleixner , Ingo Molnar , Paul Turner , Suresh Siddha , Mike Galbraith , "Paul E. McKenney" , Lai Jiangshan , Bharata B Rao , Lee Schermerhorn , Johannes Weiner , Srivatsa Vaddagiri , Christoph Lameter , Alex Shi , Mauricio Faria de Oliveira , Konrad Rzeszutek Wilk , Don Morris , Benjamin Herrenschmidt Subject: Re: [PATCH 10/40] autonuma: mm_autonuma and sched_autonuma data structures Message-ID: <20120704231635.GQ25743@redhat.com> References: <1340888180-15355-1-git-send-email-aarcange@redhat.com> <1340888180-15355-11-git-send-email-aarcange@redhat.com> <4FEDE9B1.5030608@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4FEDE9B1.5030608@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 29, 2012 at 01:45:21PM -0400, Rik van Riel wrote: > On 06/28/2012 08:55 AM, Andrea Arcangeli wrote: > > Define the two data structures that collect the per-process (in the > > mm) and per-thread (in the task_struct) statistical information that > > are the input of the CPU follow memory algorithms in the NUMA > > scheduler. > > I just noticed the subject of this email is misleading, too. > > This patch does not introduce sched_autonuma at all. > > *searches around for the patch that does* I corrected the subject and commit message leftovers last weekend. I'll notify when the inline docs are improved.