From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752040AbbCZIBg (ORCPT ); Thu, 26 Mar 2015 04:01:36 -0400 Received: from verein.lst.de ([213.95.11.211]:51262 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751325AbbCZIBe (ORCPT ); Thu, 26 Mar 2015 04:01:34 -0400 Date: Thu, 26 Mar 2015 09:01:32 +0100 From: Christoph Hellwig To: Dan Williams Cc: Christoph Hellwig , linux-nvdimm , linux-fsdevel , "linux-kernel@vger.kernel.org" , X86 ML , Jens Axboe Subject: Re: [Linux-nvdimm] [PATCH 2/3] x86: add a is_e820_ram() helper Message-ID: <20150326080132.GA26540@lst.de> References: <1427299449-26722-1-git-send-email-hch@lst.de> <1427299449-26722-3-git-send-email-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 25, 2015 at 07:15:42PM -0700, Dan Williams wrote: > Random thought, type-12 memory happens to correspond to "legacy" > NVDIMM systems with smaller capacities. Perhaps "new NVDIMM" should > not be is_e820_ram() by default? Let's look into that once we can see the spec.. > > Based on an earlier patch from Dave Jiang . > > ...which was based on an earlier patch by me, its been nearly 4 years > to come full circle. That's the attribution in the patch I have access to. I can add you to the credits if you want.