Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751164AbbEYSQ6 (ORCPT ); Mon, 25 May 2015 14:16:58 -0400 Received: from mga11.intel.com ([192.55.52.93]:42298 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751065AbbEYSQ5 (ORCPT ); Mon, 25 May 2015 14:16:57 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,493,1427785200"; d="scan'208";a="715359707" Date: Mon, 25 May 2015 14:16:54 -0400 From: Matthew Wilcox To: Ingo Molnar Cc: Linus Torvalds , linux-nvdimm@ml01.01.org, linux-kernel@vger.kernel.org, Christoph Hellwig Subject: Re: [Linux-nvdimm] [GIT PULL] PMEM driver for v4.1 Message-ID: <20150525181654.GE2729@linux.intel.com> References: <20150413093309.GA30219@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150413093309.GA30219@gmail.com> 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 Content-Length: 1263 Lines: 30 On Mon, Apr 13, 2015 at 11:33:09AM +0200, Ingo Molnar wrote: > Please pull the latest x86-pmem-for-linus git tree from: > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-pmem-for-linus > > # HEAD: 4c1eaa2344fb26bb5e936fb4d8ee307343ea0089 drivers/block/pmem: Fix 32-bit build warning in pmem_alloc() > > This is the initial support for the pmem block device driver: > persistent non-volatile memory space mapped into the system's physical > memory space as large physical memory regions. Ingo, this sucks. You collapsed all of the separate patches into a single "add new driver" patch, which makes it impossible to bisect which of the recent changes broke xfstests. Please don't do this again. > ------------------> > Christoph Hellwig (1): > x86/mm: Add support for the non-standard protected e820 type > > Ingo Molnar (1): > drivers/block/pmem: Fix 32-bit build warning in pmem_alloc() > > Ross Zwisler (1): > drivers/block/pmem: Add a driver for persistent memory -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/