Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751192AbbD3V0o (ORCPT ); Thu, 30 Apr 2015 17:26:44 -0400 Received: from g2t2353.austin.hp.com ([15.217.128.52]:60219 "EHLO g2t2353.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750705AbbD3V0k (ORCPT ); Thu, 30 Apr 2015 17:26:40 -0400 Message-ID: <1430429197.2475.55.camel@j-VirtualBox> Subject: Re: [PATCH v2 2/5] sched, numa: Document usages of mm->numa_scan_seq From: Jason Low To: Davidlohr Bueso Cc: Waiman Long , Peter Zijlstra , Ingo Molnar , Thomas Gleixner , linux-kernel@vger.kernel.org, "Paul E. McKenney" , Andrew Morton , Oleg Nesterov , Frederic Weisbecker , Mel Gorman , Rik van Riel , Steven Rostedt , Preeti U Murthy , Mike Galbraith , Aswin Chandramouleeswaran , Scott J Norton , jason.low2@hp.com Date: Thu, 30 Apr 2015 14:26:37 -0700 In-Reply-To: <1430420047.2011.41.camel@stgolabs.net> References: <1430251224-5764-1-git-send-email-jason.low2@hp.com> <1430251224-5764-3-git-send-email-jason.low2@hp.com> <55411F91.6050101@hp.com> <1430333101.8722.32.camel@j-VirtualBox> <55427794.30808@hp.com> <1430420047.2011.41.camel@stgolabs.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 807 Lines: 19 On Thu, 2015-04-30 at 11:54 -0700, Davidlohr Bueso wrote: > I also wonder why this patch is included in a set called > "sched, timer: Improve scalability of itimers" ;) Good point :) The reason these first 2 patches were included in this patchset is because patch 3 depended on patch 1 (particularly due to the modifications to posix_cpu_timers_init_group() which happen to use ACCESS_ONCE after initializing the thread_group_cputimer lock). Likewise patch 2 depended on patch 1. Thus, I included these changes to make applying these patches a bit simpler. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/