All of lore.kernel.org
 help / color / mirror / Atom feed
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: Tue, 22 Jun 2021 04:57:53 +0800	[thread overview]
Message-ID: <202106220445.UcQInfmG-lkp@intel.com> (raw)
In-Reply-To: <20210609142208.3085451-4-trix@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 2723 bytes --]

Hi,

I love your patch! Perhaps something to improve:

[auto build test WARNING on linus/master]
[also build test WARNING on v5.13-rc7 next-20210621]
[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: x86_64-randconfig-a014-20210621 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project e1adf90826a57b674eee79b071fb46c1f5683cd0)
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 x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # 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=x86_64 

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/zynqmp-fpga.c:113:34: warning: unused variable 'zynqmp_fpga_of_match' [-Wunused-const-variable]
   static const struct of_device_id zynqmp_fpga_of_match[] = {
                                    ^
   1 warning generated.


vim +/zynqmp_fpga_of_match +113 drivers/fpga/xilinx/zynqmp-fpga.c

c09f7471127e9d drivers/fpga/zynqmp-fpga.c Nava kishore Manne 2019-04-15  112  
c09f7471127e9d drivers/fpga/zynqmp-fpga.c Nava kishore Manne 2019-04-15 @113  static const struct of_device_id zynqmp_fpga_of_match[] = {
c09f7471127e9d drivers/fpga/zynqmp-fpga.c Nava kishore Manne 2019-04-15  114  	{ .compatible = "xlnx,zynqmp-pcap-fpga", },
c09f7471127e9d drivers/fpga/zynqmp-fpga.c Nava kishore Manne 2019-04-15  115  	{},
c09f7471127e9d drivers/fpga/zynqmp-fpga.c Nava kishore Manne 2019-04-15  116  };
c09f7471127e9d drivers/fpga/zynqmp-fpga.c Nava kishore Manne 2019-04-15  117  

---
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: 30210 bytes --]

  parent reply	other threads:[~2021-06-21 20:57 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
2021-06-21 20:57   ` kernel test robot [this message]
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=202106220445.UcQInfmG-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.