Hi Shamir, Thank you for the patch! Yet something to improve: [auto build test ERROR on rdma/for-next] [also build test ERROR on v4.19-rc8 next-20181016] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Shamir-Rabinovitch/convey-ib_ucontext-via-ib_udata/20181015-021539 base: https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git for-next config: i386-randconfig-j2-10140915 (attached as .config) compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4 reproduce: # save the attached .config to linux build tree make ARCH=i386 All errors (new ones prefixed by >>): drivers/infiniband/core/verbs.c: In function 'ib_dealloc_pd': >> drivers/infiniband/core/verbs.c:340:2: error: implicit declaration of function 'rdma_is_user_pd' [-Werror=implicit-function-declaration] WARN_ON(rdma_is_user_pd(pd)); ^ cc1: some warnings being treated as errors vim +/rdma_is_user_pd +340 drivers/infiniband/core/verbs.c 327 328 /** 329 * ib_dealloc_pd - Deallocates a protection domain. 330 * @pd: The protection domain to deallocate. 331 * 332 * It is an error to call this function while any resources in the pd still 333 * exist. The caller is responsible to synchronously destroy them and 334 * guarantee no new allocations will happen. 335 * 336 * NOTE: Never call this function from uverbs! 337 */ 338 void ib_dealloc_pd(struct ib_pd *pd) 339 { > 340 WARN_ON(rdma_is_user_pd(pd)); 341 ib_dealloc_pd_user(pd, NULL); 342 } 343 EXPORT_SYMBOL(ib_dealloc_pd); 344 --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip