From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) by ozlabs.org (Postfix) with ESMTP id 168B42C00CE for ; Thu, 22 Aug 2013 04:50:53 +1000 (EST) Date: Wed, 21 Aug 2013 11:50:51 -0700 From: Greg Kroah-Hartman To: Seth Jennings Subject: Re: [PATCH 1/7] drivers: base: move mutex lock out of add_memory_section() Message-ID: <20130821185051.GA11574@kroah.com> References: <1377018783-26756-1-git-send-email-sjenning@linux.vnet.ibm.com> <20130820172445.GE4151@medulla.variantweb.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20130820172445.GE4151@medulla.variantweb.net> Cc: Dave Hansen , Lai Jiangshan , linuxppc-dev@lists.ozlabs.org, Yinghai Lu , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Nathan Fontenot , Andrew Morton , Cody P Schafer , Wanpeng Li List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Aug 20, 2013 at 12:24:45PM -0500, Seth Jennings wrote: > Gah! Forgot the cover letter. No worries, I barely read them anyway :) > This patchset just seeks to clean up and refactor some things in > memory.c for better understanding and possibly better performance due do > a decrease in mutex acquisitions and refcount churn at boot time. No > functional change is intended by this set! All looks good, thanks for breaking it up into reviewable patches. Now applied. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx204.postini.com [74.125.245.204]) by kanga.kvack.org (Postfix) with SMTP id CF1076B0032 for ; Wed, 21 Aug 2013 14:50:52 -0400 (EDT) Date: Wed, 21 Aug 2013 11:50:51 -0700 From: Greg Kroah-Hartman Subject: Re: [PATCH 1/7] drivers: base: move mutex lock out of add_memory_section() Message-ID: <20130821185051.GA11574@kroah.com> References: <1377018783-26756-1-git-send-email-sjenning@linux.vnet.ibm.com> <20130820172445.GE4151@medulla.variantweb.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130820172445.GE4151@medulla.variantweb.net> Sender: owner-linux-mm@kvack.org List-ID: To: Seth Jennings Cc: Dave Hansen , Nathan Fontenot , Cody P Schafer , Andrew Morton , Lai Jiangshan , "Rafael J. Wysocki" , Yinghai Lu , Wanpeng Li , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linuxppc-dev@lists.ozlabs.org On Tue, Aug 20, 2013 at 12:24:45PM -0500, Seth Jennings wrote: > Gah! Forgot the cover letter. No worries, I barely read them anyway :) > This patchset just seeks to clean up and refactor some things in > memory.c for better understanding and possibly better performance due do > a decrease in mutex acquisitions and refcount churn at boot time. No > functional change is intended by this set! All looks good, thanks for breaking it up into reviewable patches. Now applied. greg k-h -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752742Ab3HUSux (ORCPT ); Wed, 21 Aug 2013 14:50:53 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34143 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752245Ab3HUSuw (ORCPT ); Wed, 21 Aug 2013 14:50:52 -0400 Date: Wed, 21 Aug 2013 11:50:51 -0700 From: Greg Kroah-Hartman To: Seth Jennings Cc: Dave Hansen , Nathan Fontenot , Cody P Schafer , Andrew Morton , Lai Jiangshan , "Rafael J. Wysocki" , Yinghai Lu , Wanpeng Li , linux-kernel@vger.kernel.org, linux-mm@kvack.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 1/7] drivers: base: move mutex lock out of add_memory_section() Message-ID: <20130821185051.GA11574@kroah.com> References: <1377018783-26756-1-git-send-email-sjenning@linux.vnet.ibm.com> <20130820172445.GE4151@medulla.variantweb.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130820172445.GE4151@medulla.variantweb.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 20, 2013 at 12:24:45PM -0500, Seth Jennings wrote: > Gah! Forgot the cover letter. No worries, I barely read them anyway :) > This patchset just seeks to clean up and refactor some things in > memory.c for better understanding and possibly better performance due do > a decrease in mutex acquisitions and refcount churn at boot time. No > functional change is intended by this set! All looks good, thanks for breaking it up into reviewable patches. Now applied. greg k-h