From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932941AbbI3VlH (ORCPT ); Wed, 30 Sep 2015 17:41:07 -0400 Received: from mail-yk0-f169.google.com ([209.85.160.169]:34803 "EHLO mail-yk0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754598AbbI3VlD (ORCPT ); Wed, 30 Sep 2015 17:41:03 -0400 Date: Wed, 30 Sep 2015 17:40:49 -0400 From: Tejun Heo To: Dan Williams Cc: "linux-kernel@vger.kernel.org" , Christoph Hellwig , "linux-nvdimm@lists.01.org" Subject: Re: [PATCH 1/3] devm: make allocations numa aware by default Message-ID: <20150930214049.GH2627@mtj.duckdns.org> References: <20150926011243.2848.82422.stgit@dwillia2-desk3.jf.intel.com> <20150926011742.2848.89427.stgit@dwillia2-desk3.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 29, 2015 at 05:30:26PM -0700, Dan Williams wrote: > Hi Tejun, any thoughts on this, or concerns about globally enabling > numa hints for devm allocations? Looks good to me. Please feel free to add Reviewed-by: Tejun Heo Thanks. -- tejun