From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: Re: [PATCH v2 2/4] fpga: xilinx: reorganize to subdir layout
Date: Fri, 18 Jun 2021 19:07:36 +0800 [thread overview]
Message-ID: <202106181843.GdrP57V7-lkp@intel.com> (raw)
In-Reply-To: <20210609142208.3085451-4-trix@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 4117 bytes --]
Hi,
I love your patch! Perhaps something to improve:
[auto build test WARNING on linus/master]
[also build test WARNING on v5.13-rc6 next-20210617]
[cannot apply to xlnx/master]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch]
url: https://github.com/0day-ci/linux/commits/trix-redhat-com/fpga-reorganize-to-subdirs/20210616-231900
base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 94f0b2d4a1d0c52035aef425da5e022bd2cb1c71
config: arm-randconfig-r011-20210618 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 64720f57bea6a6bf033feef4a5751ab9c0c3b401)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# install arm cross compiling tool for clang build
# apt-get install binutils-arm-linux-gnueabi
# https://github.com/0day-ci/linux/commit/0bd65980328487e0974bffd1493b183e2e413fbd
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review trix-redhat-com/fpga-reorganize-to-subdirs/20210616-231900
git checkout 0bd65980328487e0974bffd1493b183e2e413fbd
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
drivers/fpga/xilinx/xilinx-pr-decoupler.c:37:19: warning: unused function 'xlnx_pr_decouple_read' [-Wunused-function]
static inline u32 xlnx_pr_decouple_read(const struct xlnx_pr_decoupler_data *d,
^
>> drivers/fpga/xilinx/xilinx-pr-decoupler.c:92:34: warning: unused variable 'xlnx_pr_decoupler_of_match' [-Wunused-const-variable]
static const struct of_device_id xlnx_pr_decoupler_of_match[] = {
^
2 warnings generated.
--
>> drivers/fpga/xilinx/xilinx-spi.c:259:34: warning: unused variable 'xlnx_spi_of_match' [-Wunused-const-variable]
static const struct of_device_id xlnx_spi_of_match[] = {
^
1 warning generated.
vim +/xlnx_pr_decoupler_of_match +92 drivers/fpga/xilinx/xilinx-pr-decoupler.c
30a2ac9a8bb5fc drivers/fpga/xilinx-pr-decoupler.c Nava kishore Manne 2021-02-11 91
7e961c12be424c drivers/fpga/xilinx-pr-decoupler.c Moritz Fischer 2017-03-24 @92 static const struct of_device_id xlnx_pr_decoupler_of_match[] = {
30a2ac9a8bb5fc drivers/fpga/xilinx-pr-decoupler.c Nava kishore Manne 2021-02-11 93 { .compatible = "xlnx,pr-decoupler-1.00", .data = &decoupler_config },
30a2ac9a8bb5fc drivers/fpga/xilinx-pr-decoupler.c Nava kishore Manne 2021-02-11 94 { .compatible = "xlnx,pr-decoupler", .data = &decoupler_config },
30a2ac9a8bb5fc drivers/fpga/xilinx-pr-decoupler.c Nava kishore Manne 2021-02-11 95 { .compatible = "xlnx,dfx-axi-shutdown-manager-1.00",
30a2ac9a8bb5fc drivers/fpga/xilinx-pr-decoupler.c Nava kishore Manne 2021-02-11 96 .data = &shutdown_config },
30a2ac9a8bb5fc drivers/fpga/xilinx-pr-decoupler.c Nava kishore Manne 2021-02-11 97 { .compatible = "xlnx,dfx-axi-shutdown-manager",
30a2ac9a8bb5fc drivers/fpga/xilinx-pr-decoupler.c Nava kishore Manne 2021-02-11 98 .data = &shutdown_config },
7e961c12be424c drivers/fpga/xilinx-pr-decoupler.c Moritz Fischer 2017-03-24 99 {},
7e961c12be424c drivers/fpga/xilinx-pr-decoupler.c Moritz Fischer 2017-03-24 100 };
7e961c12be424c drivers/fpga/xilinx-pr-decoupler.c Moritz Fischer 2017-03-24 101 MODULE_DEVICE_TABLE(of, xlnx_pr_decoupler_of_match);
7e961c12be424c drivers/fpga/xilinx-pr-decoupler.c Moritz Fischer 2017-03-24 102
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 23027 bytes --]
next prev parent reply other threads:[~2021-06-18 11:07 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-09 14:22 [PATCH v2 0/4] fpga: reorganize to subdirs trix
2021-06-09 14:22 ` trix
2021-06-09 14:22 ` trix
2021-06-09 14:22 ` trix
2021-06-09 14:22 ` [PATCH v2 1/4] fpga: dfl: reorganize to subdir layout trix
2021-06-09 14:22 ` trix
2021-06-09 14:22 ` [PATCH v2 2/4] fpga: xilinx: " trix
2021-06-09 14:22 ` trix
2021-06-09 14:55 ` Greg KH
2021-06-09 14:55 ` Greg KH
2021-06-18 11:07 ` kernel test robot [this message]
2021-06-21 20:57 ` kernel test robot
2021-06-09 14:22 ` [PATCH v2 3/4] fpga: altera: " trix
2021-06-09 14:22 ` trix
2021-06-09 14:56 ` Greg KH
2021-06-09 14:56 ` Greg KH
2021-06-09 14:22 ` [PATCH v2 4/4] fpga: lattice: " trix
2021-06-09 14:22 ` trix
2021-06-09 14:56 ` Greg KH
2021-06-09 14:56 ` Greg KH
2021-06-18 12:24 ` kernel test robot
2021-06-18 12:27 ` Arnd Bergmann
2021-06-18 22:12 ` Moritz Fischer
2021-06-18 22:16 ` Moritz Fischer
2021-06-09 14:51 ` [PATCH v2 0/4] fpga: reorganize to subdirs Greg KH
2021-06-09 14:51 ` Greg KH
2021-06-09 14:53 ` Greg KH
2021-06-09 14:53 ` Greg KH
2021-06-09 15:08 ` Tom Rix
2021-06-09 15:08 ` Tom Rix
2021-06-09 16:38 ` Greg KH
2021-06-09 16:38 ` Greg KH
2021-06-09 16:50 ` Tom Rix
2021-06-09 16:50 ` Tom Rix
2021-06-09 17:13 ` Greg KH
2021-06-09 17:13 ` Greg KH
2021-06-09 18:52 ` Tom Rix
2021-06-09 18:52 ` Tom Rix
2021-06-09 19:16 ` Greg KH
2021-06-09 19:16 ` Greg KH
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=202106181843.GdrP57V7-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.