All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: c_traja@qti.qualcomm.com
Cc: kbuild-all@01.org, linux-wireless@vger.kernel.org,
	johannes@sipsolutions.net, ath10k@lists.infradead.org,
	Tamizh chelvam <c_traja@qti.qualcomm.com>
Subject: Re: [PATCHv2 1/4] cfg80211: Add support to enable or disable btcoex
Date: Sat, 25 Feb 2017 22:48:41 +0800	[thread overview]
Message-ID: <201702252244.HJbH6gOr%fengguang.wu@intel.com> (raw)
In-Reply-To: <1488029873-14600-2-git-send-email-c_traja@qti.qualcomm.com>

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

Hi Tamizh,

[auto build test WARNING on mac80211-next/master]
[also build test WARNING on next-20170224]
[cannot apply to v4.10]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/c_traja-qti-qualcomm-com/cfg80211-mac80211-BTCOEX-feature-support/20170225-215733
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git master
config: xtensa-allmodconfig (attached as .config)
compiler: xtensa-linux-gcc (GCC) 4.9.0
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=xtensa 

All warnings (new ones prefixed by >>):

   In file included from include/trace/define_trace.h:95:0,
                    from net/wireless/trace.h:3116,
                    from net/wireless/trace.c:5:
   net/wireless/./trace.h: In function 'trace_raw_output_rdev_set_btcoex':
>> include/trace/trace_events.h:323:9: warning: too many arguments for format [-Wformat-extra-args]
     struct trace_event_raw_##call *field;    \
            ^
   include/trace/trace_events.h:60:2: note: in expansion of macro 'DECLARE_EVENT_CLASS'
     DECLARE_EVENT_CLASS(name,          \
     ^
   net/wireless/./trace.h:3072:1: note: in expansion of macro 'TRACE_EVENT'
    TRACE_EVENT(rdev_set_btcoex,
    ^

vim +323 include/trace/trace_events.h

6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  307  #undef __print_array
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  308  #define __print_array(array, count, el_size)				\
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  309  	({								\
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  310  		BUILD_BUG_ON(el_size != 1 && el_size != 2 &&		\
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  311  			     el_size != 4 && el_size != 8);		\
645df987 include/trace/trace_events.h Steven Rostedt (Red Hat  2015-05-04  312) 		trace_print_array_seq(p, array, count, el_size);	\
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  313  	})
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  314  
091ad365 include/trace/ftrace.h       Ingo Molnar              2009-11-26  315  #undef DECLARE_EVENT_CLASS
091ad365 include/trace/ftrace.h       Ingo Molnar              2009-11-26  316  #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print)	\
83f0d539 include/trace/ftrace.h       Steven Rostedt           2010-02-16  317  static notrace enum print_line_t					\
892c505a include/trace/trace_events.h Steven Rostedt (Red Hat  2015-05-05  318) trace_raw_output_##call(struct trace_iterator *iter, int flags,		\
80decc70 include/trace/ftrace.h       Steven Rostedt           2010-04-23  319  			struct trace_event *trace_event)		\
f42c85e7 include/trace/ftrace.h       Steven Rostedt           2009-04-13  320  {									\
f42c85e7 include/trace/ftrace.h       Steven Rostedt           2009-04-13  321  	struct trace_seq *s = &iter->seq;				\
f71130de include/trace/ftrace.h       Li Zefan                 2013-02-21  322  	struct trace_seq __maybe_unused *p = &iter->tmp_seq;		\
a7237765 include/trace/trace_events.h Steven Rostedt (Red Hat  2015-05-13 @323) 	struct trace_event_raw_##call *field;				\
f42c85e7 include/trace/ftrace.h       Steven Rostedt           2009-04-13  324  	int ret;							\
f42c85e7 include/trace/ftrace.h       Steven Rostedt           2009-04-13  325  									\
f71130de include/trace/ftrace.h       Li Zefan                 2013-02-21  326  	field = (typeof(field))iter->ent;				\
80decc70 include/trace/ftrace.h       Steven Rostedt           2010-04-23  327  									\
892c505a include/trace/trace_events.h Steven Rostedt (Red Hat  2015-05-05  328) 	ret = trace_raw_output_prep(iter, trace_event);			\
8e2e095c include/trace/ftrace.h       Steven Rostedt (Red Hat  2014-11-14  329) 	if (ret != TRACE_TYPE_HANDLED)					\
f71130de include/trace/ftrace.h       Li Zefan                 2013-02-21  330  		return ret;						\
f71130de include/trace/ftrace.h       Li Zefan                 2013-02-21  331  									\

:::::: The code at line 323 was first introduced by commit
:::::: a7237765730a10d429736f47ac4b89779ec6c534 tracing: Rename ftrace_raw_##call event structures to trace_event_raw_##call

:::::: TO: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
:::::: CC: Steven Rostedt <rostedt@goodmis.org>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 48197 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: c_traja@qti.qualcomm.com
Cc: johannes@sipsolutions.net, linux-wireless@vger.kernel.org,
	kbuild-all@01.org, ath10k@lists.infradead.org
Subject: Re: [PATCHv2 1/4] cfg80211: Add support to enable or disable btcoex
Date: Sat, 25 Feb 2017 22:48:41 +0800	[thread overview]
Message-ID: <201702252244.HJbH6gOr%fengguang.wu@intel.com> (raw)
In-Reply-To: <1488029873-14600-2-git-send-email-c_traja@qti.qualcomm.com>

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

Hi Tamizh,

[auto build test WARNING on mac80211-next/master]
[also build test WARNING on next-20170224]
[cannot apply to v4.10]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/c_traja-qti-qualcomm-com/cfg80211-mac80211-BTCOEX-feature-support/20170225-215733
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git master
config: xtensa-allmodconfig (attached as .config)
compiler: xtensa-linux-gcc (GCC) 4.9.0
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=xtensa 

All warnings (new ones prefixed by >>):

   In file included from include/trace/define_trace.h:95:0,
                    from net/wireless/trace.h:3116,
                    from net/wireless/trace.c:5:
   net/wireless/./trace.h: In function 'trace_raw_output_rdev_set_btcoex':
>> include/trace/trace_events.h:323:9: warning: too many arguments for format [-Wformat-extra-args]
     struct trace_event_raw_##call *field;    \
            ^
   include/trace/trace_events.h:60:2: note: in expansion of macro 'DECLARE_EVENT_CLASS'
     DECLARE_EVENT_CLASS(name,          \
     ^
   net/wireless/./trace.h:3072:1: note: in expansion of macro 'TRACE_EVENT'
    TRACE_EVENT(rdev_set_btcoex,
    ^

vim +323 include/trace/trace_events.h

6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  307  #undef __print_array
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  308  #define __print_array(array, count, el_size)				\
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  309  	({								\
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  310  		BUILD_BUG_ON(el_size != 1 && el_size != 2 &&		\
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  311  			     el_size != 4 && el_size != 8);		\
645df987 include/trace/trace_events.h Steven Rostedt (Red Hat  2015-05-04  312) 		trace_print_array_seq(p, array, count, el_size);	\
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  313  	})
6ea22486 include/trace/ftrace.h       Dave Martin              2015-01-28  314  
091ad365 include/trace/ftrace.h       Ingo Molnar              2009-11-26  315  #undef DECLARE_EVENT_CLASS
091ad365 include/trace/ftrace.h       Ingo Molnar              2009-11-26  316  #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print)	\
83f0d539 include/trace/ftrace.h       Steven Rostedt           2010-02-16  317  static notrace enum print_line_t					\
892c505a include/trace/trace_events.h Steven Rostedt (Red Hat  2015-05-05  318) trace_raw_output_##call(struct trace_iterator *iter, int flags,		\
80decc70 include/trace/ftrace.h       Steven Rostedt           2010-04-23  319  			struct trace_event *trace_event)		\
f42c85e7 include/trace/ftrace.h       Steven Rostedt           2009-04-13  320  {									\
f42c85e7 include/trace/ftrace.h       Steven Rostedt           2009-04-13  321  	struct trace_seq *s = &iter->seq;				\
f71130de include/trace/ftrace.h       Li Zefan                 2013-02-21  322  	struct trace_seq __maybe_unused *p = &iter->tmp_seq;		\
a7237765 include/trace/trace_events.h Steven Rostedt (Red Hat  2015-05-13 @323) 	struct trace_event_raw_##call *field;				\
f42c85e7 include/trace/ftrace.h       Steven Rostedt           2009-04-13  324  	int ret;							\
f42c85e7 include/trace/ftrace.h       Steven Rostedt           2009-04-13  325  									\
f71130de include/trace/ftrace.h       Li Zefan                 2013-02-21  326  	field = (typeof(field))iter->ent;				\
80decc70 include/trace/ftrace.h       Steven Rostedt           2010-04-23  327  									\
892c505a include/trace/trace_events.h Steven Rostedt (Red Hat  2015-05-05  328) 	ret = trace_raw_output_prep(iter, trace_event);			\
8e2e095c include/trace/ftrace.h       Steven Rostedt (Red Hat  2014-11-14  329) 	if (ret != TRACE_TYPE_HANDLED)					\
f71130de include/trace/ftrace.h       Li Zefan                 2013-02-21  330  		return ret;						\
f71130de include/trace/ftrace.h       Li Zefan                 2013-02-21  331  									\

:::::: The code at line 323 was first introduced by commit
:::::: a7237765730a10d429736f47ac4b89779ec6c534 tracing: Rename ftrace_raw_##call event structures to trace_event_raw_##call

:::::: TO: Steven Rostedt (Red Hat) <rostedt@goodmis.org>
:::::: CC: Steven Rostedt <rostedt@goodmis.org>

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 48197 bytes --]

[-- Attachment #3: Type: text/plain, Size: 146 bytes --]

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

  reply	other threads:[~2017-02-25 15:09 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-25 13:37 [PATCHv2 0/4] cfg80211: mac80211: BTCOEX feature support c_traja
2017-02-25 13:37 ` c_traja
2017-02-25 13:37 ` [PATCHv2 1/4] cfg80211: Add support to enable or disable btcoex c_traja
2017-02-25 13:37   ` c_traja
2017-02-25 14:48   ` kbuild test robot [this message]
2017-02-25 14:48     ` kbuild test robot
2017-02-25 14:48   ` kbuild test robot
2017-02-25 14:48     ` kbuild test robot
2017-03-02  8:45   ` Johannes Berg
2017-03-02  8:45     ` Johannes Berg
2017-03-02 11:49     ` Raja, Tamizh Chelvam
2017-03-02 11:49       ` Raja, Tamizh Chelvam
2017-02-25 13:37 ` [PATCHv2 2/4] mac80211: " c_traja
2017-02-25 13:37   ` c_traja
2017-02-25 13:37 ` [PATCHv2 3/4] cfg80211: Add Support set btcoex priority value c_traja
2017-02-25 13:37   ` c_traja
2017-02-25 15:12   ` kbuild test robot
2017-02-25 15:12     ` kbuild test robot
2017-03-02  8:50   ` Johannes Berg
2017-03-02  8:50     ` Johannes Berg
2017-03-02 11:48     ` Raja, Tamizh Chelvam
2017-03-02 11:48       ` Raja, Tamizh Chelvam
2017-03-02 12:15       ` Johannes Berg
2017-03-02 12:15         ` Johannes Berg
2017-03-02 13:08         ` Raja, Tamizh Chelvam
2017-03-02 13:08           ` Raja, Tamizh Chelvam
2017-03-02 13:43           ` Johannes Berg
2017-03-02 13:43             ` Johannes Berg
2017-03-02  8:51   ` Johannes Berg
2017-03-02  8:51     ` Johannes Berg
2017-02-25 13:37 ` [PATCHv2 4/4] mac80211: Add support to set/update " c_traja
2017-02-25 13:37   ` c_traja
2017-02-25 14:41 ` [PATCHv2 0/4] cfg80211: mac80211: BTCOEX feature support Arend Van Spriel
2017-02-25 14:41   ` Arend Van Spriel
2017-02-27 10:33   ` Raja, Tamizh Chelvam
2017-02-27 10:33     ` Raja, Tamizh Chelvam

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=201702252244.HJbH6gOr%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=ath10k@lists.infradead.org \
    --cc=c_traja@qti.qualcomm.com \
    --cc=johannes@sipsolutions.net \
    --cc=kbuild-all@01.org \
    --cc=linux-wireless@vger.kernel.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.