On Mon, Aug 13, 2018 at 08:05:12PM -0600, Jason Gunthorpe wrote: > Even though this interface is marked CONFIG_BROKEN we still expect it to > compile, at least until we delete it completely. > > Also mark INFINIBAND_USER_ACCESS_UCM with COMPILE_TEST so these situations > can be detected. > > Fixes: e7ff98aefc9e ("RDMA/cma: Constify path record, ib_cm_event, listen_id pointers") > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxxxx> > --- > drivers/infiniband/Kconfig | 2 +- > drivers/infiniband/core/ucm.c | 10 +++++----- > 2 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/drivers/infiniband/Kconfig b/drivers/infiniband/Kconfig > index b03af54367c09e..d160d2d1f3a3fb 100644 > --- a/drivers/infiniband/Kconfig > +++ b/drivers/infiniband/Kconfig > @@ -37,7 +37,7 @@ config INFINIBAND_USER_ACCESS Applied to for-next Jason