All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Lorenzo Bianconi <lorenzo@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC mt76 v2 3/4] wifi: mt76: Introduce the NPU generic layer
Date: Wed, 23 Jul 2025 13:14:25 +0800	[thread overview]
Message-ID: <202507231259.selew941-lkp@intel.com> (raw)
In-Reply-To: <112fcef21bf490a2fa2c58ab1e4822756fe3c601.1753173330.git.lorenzo@kernel.org>

Hi Lorenzo,

[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:

[auto build test ERROR on wireless-next/main]
[also build test ERROR on wireless/main linus/master v6.16-rc7 next-20250723]
[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/Lorenzo-Bianconi/wifi-mt76-Move-Q_READ-Q_WRITE-definitions-in-dma-h/20250722-165253
base:   https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git main
patch link:    https://lore.kernel.org/r/112fcef21bf490a2fa2c58ab1e4822756fe3c601.1753173330.git.lorenzo%40kernel.org
patch subject: [RFC mt76 v2 3/4] wifi: mt76: Introduce the NPU generic layer
config: x86_64-buildonly-randconfig-006-20250723 (https://download.01.org/0day-ci/archive/20250723/202507231259.selew941-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14+deb12u1) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250723/202507231259.selew941-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/202507231259.selew941-lkp@intel.com/

All errors (new ones prefixed by >>):

   In file included from drivers/net/wireless/mediatek/mt76/mt76x2/../mt76x02.h:12,
                    from drivers/net/wireless/mediatek/mt76/mt76x2/mt76x2.h:23,
                    from drivers/net/wireless/mediatek/mt76/mt76x2/init.c:7:
>> drivers/net/wireless/mediatek/mt76/mt76x2/../mt76.h:17:10: fatal error: linux/soc/airoha/airoha_offload.h: No such file or directory
      17 | #include <linux/soc/airoha/airoha_offload.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.
--
   In file included from drivers/net/wireless/mediatek/mt76/mt7615/../mt76_connac.h:7,
                    from drivers/net/wireless/mediatek/mt76/mt7615/../mt76_connac_mcu.h:7,
                    from drivers/net/wireless/mediatek/mt76/mt7615/mt7615.h:11,
                    from drivers/net/wireless/mediatek/mt76/mt7615/mcu.c:9:
>> drivers/net/wireless/mediatek/mt76/mt7615/../mt76.h:17:10: fatal error: linux/soc/airoha/airoha_offload.h: No such file or directory
      17 | #include <linux/soc/airoha/airoha_offload.h>
         |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   compilation terminated.


vim +17 drivers/net/wireless/mediatek/mt76/mt76x2/../mt76.h

     8	
     9	#include <linux/kernel.h>
    10	#include <linux/io.h>
    11	#include <linux/spinlock.h>
    12	#include <linux/skbuff.h>
    13	#include <linux/leds.h>
    14	#include <linux/usb.h>
    15	#include <linux/average.h>
    16	#include <linux/soc/mediatek/mtk_wed.h>
  > 17	#include <linux/soc/airoha/airoha_offload.h>
    18	#include <net/mac80211.h>
    19	#include <net/page_pool/helpers.h>
    20	#include "util.h"
    21	#include "testmode.h"
    22	

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

  reply	other threads:[~2025-07-23  5:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-22  8:42 [RFC mt76 v2 0/4] Add NPU offload support to MT7996 driver Lorenzo Bianconi
2025-07-22  8:42 ` [RFC mt76 v2 1/4] wifi: mt76: Move Q_READ/Q_WRITE definitions in dma.h Lorenzo Bianconi
2025-07-22  8:42 ` [RFC mt76 v2 2/4] wifi: mt76: Add mt76_dev pointer in mt76_queue struct Lorenzo Bianconi
2025-07-22  8:42 ` [RFC mt76 v2 3/4] wifi: mt76: Introduce the NPU generic layer Lorenzo Bianconi
2025-07-23  5:14   ` kernel test robot [this message]
2025-07-22  8:42 ` [RFC mt76 v2 4/4] wifi: mt76: mt7996: Add NPU offload support to MT7996 driver Lorenzo Bianconi

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=202507231259.selew941-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=lorenzo@kernel.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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.