From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754828AbbBSAsC (ORCPT ); Wed, 18 Feb 2015 19:48:02 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:44264 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753985AbbBSArq (ORCPT ); Wed, 18 Feb 2015 19:47:46 -0500 Date: Wed, 18 Feb 2015 16:47:31 -0800 From: Christoph Hellwig To: Dan Williams Cc: Boaz Harrosh , Matthew Wilcox , Ingo Molnar , Ross Zwisler , x86@kernel.org, linux-kernel , "Roger C. Pao" , Thomas Gleixner , Linus Torvalds , linux-nvdimm , "H. Peter Anvin" Subject: Re: [Linux-nvdimm] [PATCH 0/2] e820: Fix handling of NvDIMM chips Message-ID: <20150219004731.GA5477@infradead.org> References: <54E1CF5B.9020905@plexistor.com> <20150216220302.GF3364@wil.cx> <54E2FEF2.8060701@plexistor.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) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 18, 2015 at 10:15:32AM -0800, Dan Williams wrote: > In fact it was originally "type-6" until ACPI 5 claimed that number > for official use, so these platforms, with early proof-of-concept > nvdimm support, have already gone through one transition to a new > number. They need to do the same once an official number for nvdimm > support is published. > > Put another way, these early platforms are already using out-of-tree > patches for nvdimm enabling. They can continue to do so, or switch to > standard methods when the standard is published. Not supporting hardware that is widely avaiable (I have some, too) is not very user friendly. I'll submit a patch allowing a nvdimm_type= kernel option that allows to detect them, but will do nothing by default. The code needed is very small and it would be very useful for all kinds of projects.