From: kbuild test robot <lkp@intel.com>
To: Mike Marciniszyn <mike.marciniszyn@intel.com>
Cc: kbuild-all@01.org, stable@vger.kernel.org,
linux-rdma@vger.kernel.org, stable-commits@vger.kernel.org
Subject: Re: [PATCH] RDMA/qib: Fix MR reference count leak on write with immediate
Date: Wed, 7 Jun 2017 15:47:28 +0800 [thread overview]
Message-ID: <201706071515.DptFcIHE%fengguang.wu@intel.com> (raw)
In-Reply-To: <20170606150244.14663.71707.stgit@phlsvslse11.ph.intel.com>
[-- Attachment #1: Type: text/plain, Size: 1482 bytes --]
Hi Mike,
[auto build test ERROR on rdma/master]
[cannot apply to v4.12-rc4 next-20170607]
[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/Mike-Marciniszyn/RDMA-qib-Fix-MR-reference-count-leak-on-write-with-immediate/20170607-150924
base: https://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git master
config: x86_64-randconfig-x019-201723 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
drivers/infiniband/hw/qib/qib_rc.c: In function 'qib_rc_rcv':
>> drivers/infiniband/hw/qib/qib_rc.c:1960:4: error: implicit declaration of function 'qib_put_ss' [-Werror=implicit-function-declaration]
qib_put_ss(&qp->r_sge);
^~~~~~~~~~
cc1: some warnings being treated as errors
vim +/qib_put_ss +1960 drivers/infiniband/hw/qib/qib_rc.c
1954 else if (opcode == OP(RDMA_WRITE_ONLY))
1955 goto no_immediate_data;
1956 ret = qib_get_rwqe(qp, 1);
1957 if (ret < 0)
1958 goto nack_op_err;
1959 if (!ret) {
> 1960 qib_put_ss(&qp->r_sge);
1961 goto rnr_nak;
1962 }
1963 wc.ex.imm_data = ohdr->u.rc.imm_data;
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 31762 bytes --]
next prev parent reply other threads:[~2017-06-07 7:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-06 15:02 [PATCH] RDMA/qib: Fix MR reference count leak on write with immediate Mike Marciniszyn
2017-06-07 7:47 ` kbuild test robot [this message]
[not found] ` <201706071515.DptFcIHE%fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2017-06-07 14:38 ` Marciniszyn, Mike
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201706071515.DptFcIHE%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@01.org \
--cc=linux-rdma@vger.kernel.org \
--cc=mike.marciniszyn@intel.com \
--cc=stable-commits@vger.kernel.org \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox