From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yk0-f172.google.com (mail-yk0-f172.google.com [209.85.160.172]) by kanga.kvack.org (Postfix) with ESMTP id 46F686B0255 for ; Wed, 2 Dec 2015 17:04:59 -0500 (EST) Received: by ykba77 with SMTP id a77so64156217ykb.2 for ; Wed, 02 Dec 2015 14:04:59 -0800 (PST) Received: from mail-yk0-x230.google.com (mail-yk0-x230.google.com. [2607:f8b0:4002:c07::230]) by mx.google.com with ESMTPS id o190si3168445ywf.313.2015.12.02.14.04.58 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Dec 2015 14:04:58 -0800 (PST) Received: by ykfs79 with SMTP id s79so64732711ykf.1 for ; Wed, 02 Dec 2015 14:04:58 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <565F6A7A.4040302@deltatee.com> References: <20151010005522.17221.87557.stgit@dwillia2-desk3.jf.intel.com> <562AA15E.3010403@deltatee.com> <565F6A7A.4040302@deltatee.com> Date: Wed, 2 Dec 2015 14:04:58 -0800 Message-ID: Subject: Re: [PATCH v2 00/20] get_user_pages() for dax mappings From: Dan Williams Content-Type: text/plain; charset=UTF-8 Sender: owner-linux-mm@kvack.org List-ID: To: Logan Gunthorpe Cc: "linux-nvdimm@lists.01.org" , Linux MM , Stephen Bates On Wed, Dec 2, 2015 at 2:02 PM, Logan Gunthorpe wrote: > On 30/11/15 03:15 PM, Dan Williams wrote: >> >> I appreciate the test report. I appreciate it so much I wonder if >> you'd be willing to re-test the current state of: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm >> libnvdimm-pending > > > > Hi Dan, > > I've had some mixed success with the above branch. Many of my tests are > working but I have the following two issues which I didn't see previously: > > * When trying to do RDMA transfers to a mmaped DAX file I get a kernel panic > while de-registering the memory region. (The panic message is at the end of > this email.) addr2line puts it around dax.c:723 for the first line in the > call trace, the address where the failure occurs doesn't seem to map to a > line of code. > > * Less important: my tests no longer work inside qemu because I'm using a > region in the PCI bar space which is not on a section boundary. The latest > code enforces that restriction which makes it harder to use with PCI memory. > (I'm talking memremap.c:311). Presently, if I comment out the check, my VM > tests work fine. This hasn't been a problem on real hardware as we are using > a 64bit address space and thus the BAR addresses are better aligned. > > > I don't have much time at the moment to dig into the kernel panic myself so > hopefully what I've provided will help you find the issue. If you need any > more information let me know. This is great. Thank you! I'll take a look. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org