[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180926195110.GA27233@ziepe.ca>
Date: Wed, 26 Sep 2018 13:51:10 -0600
From: Jason Gunthorpe <jgg@...pe.ca>
To: Arnd Bergmann <arnd@...db.de>
Cc: Lijun Ou <oulijun@...wei.com>,
"Wei Hu(Xavier)" <xavier.huwei@...wei.com>,
Doug Ledford <dledford@...hat.com>,
Yishai Hadas <yishaih@...lanox.com>,
Shaobo Xu <xushaobo2@...wei.com>, linux-rdma@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] RDMA: fix dependencies for rdma_user_mmap_io
On Wed, Sep 26, 2018 at 09:36:52PM +0200, Arnd Bergmann wrote:
> The mlx4 driver produces a link error when it is configured
> as built-in while CONFIG_INFINIBAND_USER_ACCESS is set to =m:
>
> drivers/infiniband/hw/mlx4/main.o: In function `mlx4_ib_mmap':
> main.c:(.text+0x1af4): undefined reference to `rdma_user_mmap_io'
>
> The same function is called from mlx5, which already has a
> dependency to ensure we can call it, and from hns, which
> appears to suffer from the same problem.
>
> This adds the same dependency that mlx5 uses to the other two.
>
> Fixes: 6745d356ab39 ("RDMA/hns: Use rdma_user_mmap_io")
> Fixes: c282da4109e4 ("RDMA/mlx4: Use rdma_user_mmap_io")
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> ---
> drivers/infiniband/hw/hns/Kconfig | 1 +
> drivers/infiniband/hw/mlx4/Kconfig | 1 +
> 2 files changed, 2 insertions(+)
Woops, thanks Arnd, applied to for-next
Jason
Powered by blists - more mailing lists