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