From: kernel test robot <lkp@intel.com>
To: Deren Wu <deren.wu@mediatek.com>, Felix Fietkau <nbd@nbd.name>,
Lorenzo Bianconi <lorenzo@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev, Sean Wang <sean.wang@mediatek.com>,
Ryder Lee <ryder.lee@mediatek.com>,
Shayne Chen <shayne.chen@mediatek.com>,
linux-wireless <linux-wireless@vger.kernel.org>,
linux-mediatek <linux-mediatek@lists.infradead.org>,
Deren Wu <deren.wu@mediatek.com>
Subject: Re: [PATCH 17/17] wifi: mt76: add mt7925 to Kconfig
Date: Wed, 2 Aug 2023 18:25:58 +0800 [thread overview]
Message-ID: <202308021841.dVQEY7mc-lkp@intel.com> (raw)
In-Reply-To: <12bafb6334728c3c12cdd8ab3e7505a963d4356d.1690864199.git.deren.wu@mediatek.com>
Hi Deren,
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.5-rc4 next-20230802]
[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/Deren-Wu/wifi-mt76-mt7925-add-Kconfig/20230801-223655
base: https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git main
patch link: https://lore.kernel.org/r/12bafb6334728c3c12cdd8ab3e7505a963d4356d.1690864199.git.deren.wu%40mediatek.com
patch subject: [PATCH 17/17] wifi: mt76: add mt7925 to Kconfig
config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20230802/202308021841.dVQEY7mc-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 12.3.0
reproduce: (https://download.01.org/0day-ci/archive/20230802/202308021841.dVQEY7mc-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/202308021841.dVQEY7mc-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from drivers/net/wireless/mediatek/mt76/mt7925/mac.c:7:
>> drivers/net/wireless/mediatek/mt76/mt7925/mt7925.h:7:10: fatal error: ../mt792x.h: No such file or directory
7 | #include "../mt792x.h"
| ^~~~~~~~~~~~~
compilation terminated.
vim +7 drivers/net/wireless/mediatek/mt76/mt7925/mt7925.h
d5f8016ffd8fd01 Deren Wu 2023-08-01 6
d5f8016ffd8fd01 Deren Wu 2023-08-01 @7 #include "../mt792x.h"
d5f8016ffd8fd01 Deren Wu 2023-08-01 8 #include "regs.h"
d5f8016ffd8fd01 Deren Wu 2023-08-01 9
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2023-08-02 10:26 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-01 14:34 [PATCH 00/17] Add support for Mediatek Wi-Fi7 driver mt7925 Deren Wu
2023-08-01 14:34 ` [PATCH 01/17] wifi: mt76: mt7925: add Kconfig Deren Wu
2023-08-01 14:34 ` [PATCH 02/17] wifi: mt76: mt7925: add Makefile Deren Wu
2023-08-01 14:34 ` [PATCH 03/17] wifi: mt76: mt7925: add mt7925.h Deren Wu
2023-08-01 14:34 ` [PATCH 04/17] wifi: mt76: mt7925: add regs.h Deren Wu
2023-08-01 14:34 ` [PATCH 05/17] wifi: mt76: mt7925: add mcu.c Deren Wu
2023-08-01 14:34 ` [PATCH 06/17] wifi: mt76: mt7925: add mcu.h Deren Wu
2023-08-01 14:34 ` [PATCH 07/17] wifi: mt76: mt7925: add mac.c Deren Wu
2023-08-01 14:34 ` [PATCH 08/17] wifi: mt76: mt7925: add mac.h Deren Wu
2023-08-01 14:34 ` [PATCH 09/17] wifi: mt76: mt7925: add main.c Deren Wu
2023-08-01 14:34 ` [PATCH 10/17] wifi: mt76: mt7925: add init.c Deren Wu
2023-08-01 14:34 ` [PATCH 11/17] wifi: mt76: mt7925: add pci_mcu.c Deren Wu
2023-08-01 14:34 ` [PATCH 12/17] wifi: mt76: mt7925: add pci_mac.c Deren Wu
2023-08-01 14:34 ` [PATCH 13/17] wifi: mt76: mt7925: add pci.c Deren Wu
2023-08-01 14:34 ` [PATCH 14/17] wifi: mt76: mt7925: add usb.c Deren Wu
2023-08-01 14:34 ` [PATCH 15/17] wifi: mt76: mt7925: add debugfs.c Deren Wu
2023-08-01 14:34 ` [PATCH 16/17] wifi: mt76: add mt7925 to Makefile Deren Wu
2023-08-01 14:34 ` [PATCH 17/17] wifi: mt76: add mt7925 to Kconfig Deren Wu
2023-08-02 10:25 ` 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=202308021841.dVQEY7mc-lkp@intel.com \
--to=lkp@intel.com \
--cc=deren.wu@mediatek.com \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo@kernel.org \
--cc=nbd@nbd.name \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=ryder.lee@mediatek.com \
--cc=sean.wang@mediatek.com \
--cc=shayne.chen@mediatek.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 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.