On 17/07/2015 22:01, Jérôme Glisse wrote: > This is a preparatory patch for HMM implementation of ODP (on demand > paging). It introduce a new configure option and add proper build > time conditional code section. Enabling INFINIBAND_ON_DEMAND_PAGING_HMM > will result in build error with this patch. > > Signed-off-by: Jérôme Glisse <jgli...@redhat.com> > --- ... > diff --git a/include/rdma/ib_umem_odp.h b/include/rdma/ib_umem_odp.h > index 3da0b16..765aeb3 100644
> @@ -100,28 +124,13 @@ void ib_umem_odp_release(struct ib_umem *umem); > > #define ODP_DMA_ADDR_MASK (~(ODP_READ_ALLOWED_BIT | ODP_WRITE_ALLOWED_BIT)) > > + Please avoid adding double blank lines. You can find more of these by running checkpatch on the patch. Other than that: Reviewed-by: Haggai Eran <hagg...@mellanox.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/