Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Yanze Zhang <zhang.yanze@zte.com.cn>,
	jgg@ziepe.ca, leon@kernel.org, julianbraha@gmail.com,
	huangjunxian6@hisilicon.com
Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org,
	linux-rdma@vger.kernel.org, wei.quan@zte.com.cn,
	han.junyang@zte.com.cn, ran.ming@zte.com.cn,
	han.chengfei@zte.com.cn, zhang.yanze@zte.com.cn
Subject: Re: [PATCH rdma v4 2/2] RDMA/zrdma: Add hardware config code and improve driver init flow
Date: Sat, 1 Aug 2026 10:41:27 +0800	[thread overview]
Message-ID: <202608011042.ZdKTOgxW-lkp@intel.com> (raw)
In-Reply-To: <20260704082640.664061-3-zhang.yanze@zte.com.cn>

Hi Yanze,

kernel test robot noticed the following build errors:

[auto build test ERROR on rdma/for-next]
[also build test ERROR on linus/master v7.2-rc5 next-20260731]
[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#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Yanze-Zhang/RDMA-zrdma-Add-ZTE-Dinghai-Ethernet-Protocol-Driver-for-RDMA/20260801-003905
base:   https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git for-next
patch link:    https://lore.kernel.org/r/20260704082640.664061-3-zhang.yanze%40zte.com.cn
patch subject: [PATCH rdma v4 2/2] RDMA/zrdma: Add hardware config code and improve driver init flow
config: nios2-allmodconfig (https://download.01.org/0day-ci/archive/20260801/202608011042.ZdKTOgxW-lkp@intel.com/config)
compiler: nios2-linux-gcc (GCC) 11.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260801/202608011042.ZdKTOgxW-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202608011042.ZdKTOgxW-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from drivers/infiniband/hw/zrdma/zrdma_main.h:11,
                    from drivers/infiniband/hw/zrdma/zrdma_main.c:14:
>> drivers/infiniband/hw/zrdma/zrdma_type.h:92:27: error: field 'msix_entries' has incomplete type
      92 |         struct msix_entry msix_entries;
         |                           ^~~~~~~~~~~~


vim +/msix_entries +92 drivers/infiniband/hw/zrdma/zrdma_type.h

    81	
    82	struct zxdh_core_dev_info {
    83		struct pci_dev *pdev;
    84		struct auxiliary_device *adev;
    85		u32 __iomem *hw_addr;
    86		struct zxdh_ver_info ver;
    87		void *auxiliary_priv;
    88		enum zxdh_function_type ftype;
    89		u16 vport_id;
    90		u16 slot_id;
    91		struct net_device *netdev;
  > 92		struct msix_entry msix_entries;
    93		u16 msix_count;
    94		void *dh_dev;
    95	};
    96	

--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

      reply	other threads:[~2026-08-01  2:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-04  8:26 [PATCH rdma v4 0/2] Add ZTE DingHai Ethernet Protocol Driver for RDMA Yanze Zhang
2026-07-04  8:26 ` [PATCH rdma v4 1/2] RDMA/zrdma: Add ZTE Dinghai " Yanze Zhang
2026-07-04  8:26 ` [PATCH rdma v4 2/2] RDMA/zrdma: Add hardware config code and improve driver init flow Yanze Zhang
2026-08-01  2:41   ` kernel test robot [this message]

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=202608011042.ZdKTOgxW-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=han.chengfei@zte.com.cn \
    --cc=han.junyang@zte.com.cn \
    --cc=huangjunxian6@hisilicon.com \
    --cc=jgg@ziepe.ca \
    --cc=julianbraha@gmail.com \
    --cc=leon@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=ran.ming@zte.com.cn \
    --cc=wei.quan@zte.com.cn \
    --cc=zhang.yanze@zte.com.cn \
    /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