From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boaz Harrosh Subject: Re: [Linux-nvdimm] [PATCH 1/3] pmem: Initial version of persistent memory driver Date: Thu, 26 Mar 2015 16:52:06 +0200 Message-ID: <55141D16.5070100@plexistor.com> References: <1427358764-6126-1-git-send-email-hch@lst.de> <1427358764-6126-2-git-send-email-hch@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: linux-fsdevel , linux-nvdimm , X86 ML , Jens Axboe , "linux-kernel@vger.kernel.org" To: Dan Williams , Christoph Hellwig Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On 03/26/2015 04:12 PM, Dan Williams wrote: > On Thu, Mar 26, 2015 at 1:32 AM, Christoph Hellwig wrote: >> From: Ross Zwisler >> Dan something is Broken with you mailer program it keeps dropping the CC when sending replies. For example Both me and Ross who were on CC got dropped, Jens Axboe though got add back. Its not only this email, it is all the emails in this series, please check what is going on. Thanks Boaz >> PMEM is a new driver that presents a reserved range of memory as a >> block device. This is useful for developing with NV-DIMMs, and >> can be used with volatile memory as a development platform. >> >> Signed-off-by: Ross Zwisler >> [hch: convert to use a platform_device for discovery, fix partition >> support] <>