From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752705AbbDFH1u (ORCPT ); Mon, 6 Apr 2015 03:27:50 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:37195 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751134AbbDFH1s (ORCPT ); Mon, 6 Apr 2015 03:27:48 -0400 Date: Mon, 6 Apr 2015 09:27:43 +0200 From: Ingo Molnar To: Yinghai Lu Cc: Toshi Kani , Christoph Hellwig , linux-nvdimm@ml01.01.org, linux-fsdevel@vger.kernel.org, Linux Kernel Mailing List , the arch/x86 maintainers , Jens Axboe Subject: Re: [Linux-nvdimm] [PATCH 1/2] x86: add support for the non-standard protected e820 type Message-ID: <20150406072743.GC1668@gmail.com> References: <1427872339-6688-1-git-send-email-hch@lst.de> <1427872339-6688-2-git-send-email-hch@lst.de> <1428077687.31093.120.camel@misato.fc.hp.com> <1428094444.31093.122.camel@misato.fc.hp.com> <20150404094054.GA21027@gmail.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 * Yinghai Lu wrote: > On Sat, Apr 4, 2015 at 2:40 AM, Ingo Molnar wrote: > > > > * Toshi Kani wrote: > > > >> On Fri, 2015-04-03 at 10:12 -0700, Yinghai Lu wrote: > >> > On Fri, Apr 3, 2015 at 9:14 AM, Toshi Kani wrote: > >> > > On Wed, 2015-04-01 at 09:12 +0200, Christoph Hellwig wrote: > >> > > >> > should revert those end_of_ram change as attached. > >> > >> I confirmed that the pmem driver works with the change, and last_pfn is > >> updated as expected. > > > > Could someone please send the fix with a changelog, etc? > > > > Why just fold those change into that commit. Because we try to avoid doing rebases of otherwise tested trees, and because fixes will outline the thinking behind the code as well. Thanks, Ingo