From: kbuild test robot <lkp@intel.com>
To: Loic Pallardy <loic.pallardy@st.com>
Cc: kbuild-all@01.org, bjorn.andersson@linaro.org, ohad@wizery.com,
linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
arnaud.pouliquen@st.com
Subject: Re: [PATCH 1/2] remoteproc: debug: add resource table dump feature
Date: Mon, 30 Oct 2017 19:46:40 +0800 [thread overview]
Message-ID: <201710301909.CfxcmI83%fengguang.wu@intel.com> (raw)
In-Reply-To: <1509108082-22201-2-git-send-email-loic.pallardy@st.com>
[-- Attachment #1: Type: text/plain, Size: 1427 bytes --]
Hi Loic,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on v4.14-rc6]
[also build test WARNING on next-20171018]
[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/Loic-Pallardy/remoteproc-increase-debug-capabilities/20171030-174235
config: tile-allyesconfig (attached as .config)
compiler: tilegx-linux-gcc (GCC) 4.6.2
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=tile
All warnings (new ones prefixed by >>):
>> drivers/remoteproc/remoteproc_debugfs.c:249:2: warning: initialization from incompatible pointer type [enabled by default]
drivers/remoteproc/remoteproc_debugfs.c:249:2: warning: (near initialization for 'rproc_rsc_table_ops.open') [enabled by default]
vim +249 drivers/remoteproc/remoteproc_debugfs.c
247
248 static const struct file_operations rproc_rsc_table_ops = {
> 249 .open = rproc_rsc_table_open,
250 .read = seq_read,
251 .llseek = seq_lseek,
252 .release = single_release,
253 };
254
---
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: 50480 bytes --]
next prev parent reply other threads:[~2017-10-30 11:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-27 12:41 [PATCH 0/2] remoteproc: increase debug capabilities Loic Pallardy
2017-10-27 12:41 ` [PATCH 1/2] remoteproc: debug: add resource table dump feature Loic Pallardy
2017-10-30 10:35 ` kbuild test robot
2017-10-30 11:46 ` kbuild test robot [this message]
2017-10-27 12:41 ` [PATCH 2/2] remoteproc: debug: add carveouts list " Loic Pallardy
2017-10-31 4:21 ` [PATCH 0/2] remoteproc: increase debug capabilities Bjorn Andersson
2017-11-06 16:51 ` Loic PALLARDY
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=201710301909.CfxcmI83%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=arnaud.pouliquen@st.com \
--cc=bjorn.andersson@linaro.org \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=loic.pallardy@st.com \
--cc=ohad@wizery.com \
/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