From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 In-Reply-To: <201710081447.sQSonloO%fengguang.wu@intel.com> References: <150743537023.13602.3520782942682280917.stgit@dwillia2-desk3.amr.corp.intel.com> <201710081447.sQSonloO%fengguang.wu@intel.com> From: Dan Williams Date: Sun, 8 Oct 2017 08:49:33 -0700 Message-ID: Subject: Re: [PATCH v8 2/2] IB/core: use MAP_DIRECT to fix / enable RDMA to DAX mappings Content-Type: text/plain; charset="UTF-8" Sender: owner-linux-mm@kvack.org To: kbuild test robot Cc: kbuild-all@01.org, "linux-nvdimm@lists.01.org" , Sean Hefty , linux-xfs@vger.kernel.org, Jan Kara , Ashok Raj , "Darrick J. Wong" , linux-rdma@vger.kernel.org, Linux API , Joerg Roedel , Dave Chinner , Jeff Moyer , iommu@lists.linux-foundation.org, Christoph Hellwig , "J. Bruce Fields" , Linux MM , Doug Ledford , Ross Zwisler , linux-fsdevel , Jeff Layton , David Woodhouse , Hal Rosenstock List-ID: On Sat, Oct 7, 2017 at 11:45 PM, kbuild test robot wrote: > Hi Dan, > > [auto build test ERROR on rdma/master] > [also build test ERROR on v4.14-rc3 next-20170929] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] This was a fixed up resend of patch [v7 11/12]. It's not clear how to teach the kbuild robot to be aware of patch-replies to individual patches in the series. I.e. reworked patches without resending the complete series? > url: https://github.com/0day-ci/linux/commits/Dan-Williams/iommu-up-level-sg_num_pages-from-amd-iommu/20171008-133505 > base: https://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git master > config: i386-randconfig-n0-201741 (attached as .config) > compiler: gcc-4.8 (Debian 4.8.4-1) 4.8.4 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All errors (new ones prefixed by >>): > >>> drivers/infiniband/core/umem.c:39:29: fatal error: linux/mapdirect.h: No such file or directory > #include mapdirect.h indeed does not exist when missing the earlier patches in the series. It would be slick if the 0day-robot read the the "in-reply-to" header and auto replaced a patch in a series, but that would be a feature approaching magic. > compilation terminated. > > vim +39 drivers/infiniband/core/umem.c > > > 39 #include > 40 #include > 41 #include > 42 #include > 43 #include > 44 > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Williams Subject: Re: [PATCH v8 2/2] IB/core: use MAP_DIRECT to fix / enable RDMA to DAX mappings Date: Sun, 8 Oct 2017 08:49:33 -0700 Message-ID: References: <150743537023.13602.3520782942682280917.stgit@dwillia2-desk3.amr.corp.intel.com> <201710081447.sQSonloO%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <201710081447.sQSonloO%fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: kbuild test robot Cc: kbuild-all-JC7UmRfGjtg@public.gmane.org, "linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org" , Sean Hefty , linux-xfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jan Kara , Ashok Raj , "Darrick J. Wong" , linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux API , Joerg Roedel , Dave Chinner , Jeff Moyer , iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Christoph Hellwig , "J. Bruce Fields" , Linux MM , Doug Ledford , Ross Zwisler , linux-fsdevel , Jeff Layton , David Woodhouse , Hal List-Id: linux-rdma@vger.kernel.org On Sat, Oct 7, 2017 at 11:45 PM, kbuild test robot wrote: > Hi Dan, > > [auto build test ERROR on rdma/master] > [also build test ERROR on v4.14-rc3 next-20170929] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] This was a fixed up resend of patch [v7 11/12]. It's not clear how to teach the kbuild robot to be aware of patch-replies to individual patches in the series. I.e. reworked patches without resending the complete series? > url: https://github.com/0day-ci/linux/commits/Dan-Williams/iommu-up-level-sg_num_pages-from-amd-iommu/20171008-133505 > base: https://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git master > config: i386-randconfig-n0-201741 (attached as .config) > compiler: gcc-4.8 (Debian 4.8.4-1) 4.8.4 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All errors (new ones prefixed by >>): > >>> drivers/infiniband/core/umem.c:39:29: fatal error: linux/mapdirect.h: No such file or directory > #include mapdirect.h indeed does not exist when missing the earlier patches in the series. It would be slick if the 0day-robot read the the "in-reply-to" header and auto replaced a patch in a series, but that would be a feature approaching magic. > compilation terminated. > > vim +39 drivers/infiniband/core/umem.c > > > 39 #include > 40 #include > 41 #include > 42 #include > 43 #include > 44 > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f47.google.com ([209.85.218.47]:52720 "EHLO mail-oi0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753489AbdJHPtf (ORCPT ); Sun, 8 Oct 2017 11:49:35 -0400 Received: by mail-oi0-f47.google.com with SMTP id p126so36181773oih.9 for ; Sun, 08 Oct 2017 08:49:34 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <201710081447.sQSonloO%fengguang.wu@intel.com> References: <150743537023.13602.3520782942682280917.stgit@dwillia2-desk3.amr.corp.intel.com> <201710081447.sQSonloO%fengguang.wu@intel.com> From: Dan Williams Date: Sun, 8 Oct 2017 08:49:33 -0700 Message-ID: Subject: Re: [PATCH v8 2/2] IB/core: use MAP_DIRECT to fix / enable RDMA to DAX mappings Content-Type: text/plain; charset="UTF-8" Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: kbuild test robot Cc: kbuild-all@01.org, "linux-nvdimm@lists.01.org" , Sean Hefty , linux-xfs@vger.kernel.org, Jan Kara , Ashok Raj , "Darrick J. Wong" , linux-rdma@vger.kernel.org, Linux API , Joerg Roedel , Dave Chinner , Jeff Moyer , iommu@lists.linux-foundation.org, Christoph Hellwig , "J. Bruce Fields" , Linux MM , Doug Ledford , Ross Zwisler , linux-fsdevel , Jeff Layton , David Woodhouse , Hal Rosenstock On Sat, Oct 7, 2017 at 11:45 PM, kbuild test robot wrote: > Hi Dan, > > [auto build test ERROR on rdma/master] > [also build test ERROR on v4.14-rc3 next-20170929] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] This was a fixed up resend of patch [v7 11/12]. It's not clear how to teach the kbuild robot to be aware of patch-replies to individual patches in the series. I.e. reworked patches without resending the complete series? > url: https://github.com/0day-ci/linux/commits/Dan-Williams/iommu-up-level-sg_num_pages-from-amd-iommu/20171008-133505 > base: https://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git master > config: i386-randconfig-n0-201741 (attached as .config) > compiler: gcc-4.8 (Debian 4.8.4-1) 4.8.4 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All errors (new ones prefixed by >>): > >>> drivers/infiniband/core/umem.c:39:29: fatal error: linux/mapdirect.h: No such file or directory > #include mapdirect.h indeed does not exist when missing the earlier patches in the series. It would be slick if the 0day-robot read the the "in-reply-to" header and auto replaced a patch in a series, but that would be a feature approaching magic. > compilation terminated. > > vim +39 drivers/infiniband/core/umem.c > > > 39 #include > 40 #include > 41 #include > 42 #include > 43 #include > 44 > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation