From: kernel test robot <lkp@intel.com>
To: Felix Fietkau <nbd@nbd.name>, linux-wireless@vger.kernel.org
Cc: oe-kbuild-all@lists.linux.dev, johannes@sipsolutions.net
Subject: Re: [PATCH] wifi: mac80211: add support for letting drivers register tc offload support
Date: Tue, 21 Mar 2023 05:26:55 +0800 [thread overview]
Message-ID: <202303210534.j0wuDWkS-lkp@intel.com> (raw)
In-Reply-To: <20230320133103.40724-1-nbd@nbd.name>
Hi Felix,
I love your patch! Yet something to improve:
[auto build test ERROR on wireless-next/main]
[also build test ERROR on next-20230320]
[cannot apply to wireless/main linus/master v6.3-rc3]
[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/Felix-Fietkau/wifi-mac80211-add-support-for-letting-drivers-register-tc-offload-support/20230320-213243
base: https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git main
patch link: https://lore.kernel.org/r/20230320133103.40724-1-nbd%40nbd.name
patch subject: [PATCH] wifi: mac80211: add support for letting drivers register tc offload support
config: i386-randconfig-a005 (https://download.01.org/0day-ci/archive/20230321/202303210534.j0wuDWkS-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-8) 11.3.0
reproduce (this is a W=1 build):
# https://github.com/intel-lab-lkp/linux/commit/462e7ebc43a4631d478861a9027e7940462c2e4b
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Felix-Fietkau/wifi-mac80211-add-support-for-letting-drivers-register-tc-offload-support/20230320-213243
git checkout 462e7ebc43a4631d478861a9027e7940462c2e4b
# save the config file
mkdir build_dir && cp config build_dir/.config
make W=1 O=build_dir ARCH=i386 olddefconfig
make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash net/mac80211/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202303210534.j0wuDWkS-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from include/trace/define_trace.h:102,
from net/mac80211/trace.h:3060,
from net/mac80211/trace.c:11:
net/mac80211/./trace.h: In function 'trace_raw_output_drv_net_setup_tc':
>> net/mac80211/./trace.h:2502:65: error: 'struct trace_event_raw_drv_net_setup_tc' has no member named 'new_links'
2502 | LOCAL_PR_ARG, VIF_PR_ARG, __entry->type, __entry->new_links
| ^~
include/trace/trace_events.h:203:34: note: in definition of macro 'DECLARE_EVENT_CLASS'
203 | trace_event_printf(iter, print); \
| ^~~~~
include/trace/trace_events.h:45:30: note: in expansion of macro 'PARAMS'
45 | PARAMS(print)); \
| ^~~~~~
net/mac80211/./trace.h:2481:1: note: in expansion of macro 'TRACE_EVENT'
2481 | TRACE_EVENT(drv_net_setup_tc,
| ^~~~~~~~~~~
net/mac80211/./trace.h:2500:9: note: in expansion of macro 'TP_printk'
2500 | TP_printk(
| ^~~~~~~~~
vim +2502 net/mac80211/./trace.h
2480
2481 TRACE_EVENT(drv_net_setup_tc,
2482 TP_PROTO(struct ieee80211_local *local,
2483 struct ieee80211_sub_if_data *sdata,
2484 u8 type),
2485
2486 TP_ARGS(local, sdata, type),
2487
2488 TP_STRUCT__entry(
2489 LOCAL_ENTRY
2490 VIF_ENTRY
2491 __field(u8, type)
2492 ),
2493
2494 TP_fast_assign(
2495 LOCAL_ASSIGN;
2496 VIF_ASSIGN;
2497 __entry->type = type;
2498 ),
2499
2500 TP_printk(
2501 LOCAL_PR_FMT VIF_PR_FMT " type:%d\n",
> 2502 LOCAL_PR_ARG, VIF_PR_ARG, __entry->type, __entry->new_links
2503 )
2504 );
2505
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
next prev parent reply other threads:[~2023-03-20 21:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-20 13:31 [PATCH] wifi: mac80211: add support for letting drivers register tc offload support Felix Fietkau
2023-03-20 21:26 ` kernel test robot [this message]
2023-03-20 21:27 ` kernel test robot
2023-03-20 21:37 ` kernel test robot
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=202303210534.j0wuDWkS-lkp@intel.com \
--to=lkp@intel.com \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=nbd@nbd.name \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox