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 3/4] cfg80211: Add Support set btcoex priority value
Date: Sat, 25 Feb 2017 23:12:29 +0800	[thread overview]
Message-ID: <201702252314.wAajMEj2%fengguang.wu@intel.com> (raw)
In-Reply-To: <1488029873-14600-4-git-send-email-c_traja@qti.qualcomm.com>

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

Hi Tamizh,

[auto build test ERROR on mac80211-next/master]
[also build test ERROR 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: sparc64-allmodconfig (attached as .config)
compiler: sparc64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
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=sparc64 

Note: the linux-review/c_traja-qti-qualcomm-com/cfg80211-mac80211-BTCOEX-feature-support/20170225-215733 HEAD 375b0104c717b355c9c35350bd9a7d34cb05f4bb builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

>> net/mac80211/cfg.c:3703:16: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
     .set_btcoex = ieee80211_set_btcoex,
                   ^~~~~~~~~~~~~~~~~~~~
   net/mac80211/cfg.c:3703:16: note: (near initialization for 'mac80211_config_ops.set_btcoex')
   cc1: some warnings being treated as errors

vim +3703 net/mac80211/cfg.c

6d52563f2b net/mac80211/cfg.c           Johannes Berg    2012-04-04  3687  #ifdef CONFIG_PM
6d52563f2b net/mac80211/cfg.c           Johannes Berg    2012-04-04  3688  	.set_wakeup = ieee80211_set_wakeup,
6d52563f2b net/mac80211/cfg.c           Johannes Berg    2012-04-04  3689  #endif
5b7ccaf3fc net/mac80211/cfg.c           Johannes Berg    2012-07-12  3690  	.get_channel = ieee80211_cfg_get_channel,
164eb02d07 net/mac80211/cfg.c           Simon Wunderlich 2013-02-08  3691  	.start_radar_detection = ieee80211_start_radar_detection,
73da7d5bab net/mac80211/cfg.c           Simon Wunderlich 2013-07-11  3692  	.channel_switch = ieee80211_channel_switch,
32db6b54df net/mac80211/cfg.c           Kyeyoon Park     2013-12-16  3693  	.set_qos_map = ieee80211_set_qos_map,
3b1700bde4 net/mac80211/cfg.c           Jouni Malinen    2014-04-28  3694  	.set_ap_chanwidth = ieee80211_set_ap_chanwidth,
02219b3abc net/mac80211/cfg.c           Johannes Berg    2014-10-07  3695  	.add_tx_ts = ieee80211_add_tx_ts,
02219b3abc net/mac80211/cfg.c           Johannes Berg    2014-10-07  3696  	.del_tx_ts = ieee80211_del_tx_ts,
708d50edb1 net/mac80211/cfg.c           Ayala Beker      2016-09-20  3697  	.start_nan = ieee80211_start_nan,
708d50edb1 net/mac80211/cfg.c           Ayala Beker      2016-09-20  3698  	.stop_nan = ieee80211_stop_nan,
5953ff6d6a net/mac80211/cfg.c           Ayala Beker      2016-09-20  3699  	.nan_change_conf = ieee80211_nan_change_conf,
167e33f4f6 net/mac80211/cfg.c           Ayala Beker      2016-09-20  3700  	.add_nan_func = ieee80211_add_nan_func,
167e33f4f6 net/mac80211/cfg.c           Ayala Beker      2016-09-20  3701  	.del_nan_func = ieee80211_del_nan_func,
ebceec860f net/mac80211/cfg.c           Michael Braun    2016-11-22  3702  	.set_multicast_to_unicast = ieee80211_set_multicast_to_unicast,
8eb981c618 net/mac80211/cfg.c           Tamizh chelvam   2017-02-25 @3703  	.set_btcoex = ieee80211_set_btcoex,
f0706e828e net/mac80211/ieee80211_cfg.c Jiri Benc        2007-05-05  3704  };

:::::: The code at line 3703 was first introduced by commit
:::::: 8eb981c618fea1c068e64a61adc32c2149f5cfd8 mac80211: Add support to enable or disable btcoex

:::::: TO: Tamizh chelvam <c_traja@qti.qualcomm.com>
:::::: CC: 0day robot <fengguang.wu@intel.com>

---
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: 48666 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 3/4] cfg80211: Add Support set btcoex priority value
Date: Sat, 25 Feb 2017 23:12:29 +0800	[thread overview]
Message-ID: <201702252314.wAajMEj2%fengguang.wu@intel.com> (raw)
In-Reply-To: <1488029873-14600-4-git-send-email-c_traja@qti.qualcomm.com>

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

Hi Tamizh,

[auto build test ERROR on mac80211-next/master]
[also build test ERROR 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: sparc64-allmodconfig (attached as .config)
compiler: sparc64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
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=sparc64 

Note: the linux-review/c_traja-qti-qualcomm-com/cfg80211-mac80211-BTCOEX-feature-support/20170225-215733 HEAD 375b0104c717b355c9c35350bd9a7d34cb05f4bb builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

>> net/mac80211/cfg.c:3703:16: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
     .set_btcoex = ieee80211_set_btcoex,
                   ^~~~~~~~~~~~~~~~~~~~
   net/mac80211/cfg.c:3703:16: note: (near initialization for 'mac80211_config_ops.set_btcoex')
   cc1: some warnings being treated as errors

vim +3703 net/mac80211/cfg.c

6d52563f2b net/mac80211/cfg.c           Johannes Berg    2012-04-04  3687  #ifdef CONFIG_PM
6d52563f2b net/mac80211/cfg.c           Johannes Berg    2012-04-04  3688  	.set_wakeup = ieee80211_set_wakeup,
6d52563f2b net/mac80211/cfg.c           Johannes Berg    2012-04-04  3689  #endif
5b7ccaf3fc net/mac80211/cfg.c           Johannes Berg    2012-07-12  3690  	.get_channel = ieee80211_cfg_get_channel,
164eb02d07 net/mac80211/cfg.c           Simon Wunderlich 2013-02-08  3691  	.start_radar_detection = ieee80211_start_radar_detection,
73da7d5bab net/mac80211/cfg.c           Simon Wunderlich 2013-07-11  3692  	.channel_switch = ieee80211_channel_switch,
32db6b54df net/mac80211/cfg.c           Kyeyoon Park     2013-12-16  3693  	.set_qos_map = ieee80211_set_qos_map,
3b1700bde4 net/mac80211/cfg.c           Jouni Malinen    2014-04-28  3694  	.set_ap_chanwidth = ieee80211_set_ap_chanwidth,
02219b3abc net/mac80211/cfg.c           Johannes Berg    2014-10-07  3695  	.add_tx_ts = ieee80211_add_tx_ts,
02219b3abc net/mac80211/cfg.c           Johannes Berg    2014-10-07  3696  	.del_tx_ts = ieee80211_del_tx_ts,
708d50edb1 net/mac80211/cfg.c           Ayala Beker      2016-09-20  3697  	.start_nan = ieee80211_start_nan,
708d50edb1 net/mac80211/cfg.c           Ayala Beker      2016-09-20  3698  	.stop_nan = ieee80211_stop_nan,
5953ff6d6a net/mac80211/cfg.c           Ayala Beker      2016-09-20  3699  	.nan_change_conf = ieee80211_nan_change_conf,
167e33f4f6 net/mac80211/cfg.c           Ayala Beker      2016-09-20  3700  	.add_nan_func = ieee80211_add_nan_func,
167e33f4f6 net/mac80211/cfg.c           Ayala Beker      2016-09-20  3701  	.del_nan_func = ieee80211_del_nan_func,
ebceec860f net/mac80211/cfg.c           Michael Braun    2016-11-22  3702  	.set_multicast_to_unicast = ieee80211_set_multicast_to_unicast,
8eb981c618 net/mac80211/cfg.c           Tamizh chelvam   2017-02-25 @3703  	.set_btcoex = ieee80211_set_btcoex,
f0706e828e net/mac80211/ieee80211_cfg.c Jiri Benc        2007-05-05  3704  };

:::::: The code at line 3703 was first introduced by commit
:::::: 8eb981c618fea1c068e64a61adc32c2149f5cfd8 mac80211: Add support to enable or disable btcoex

:::::: TO: Tamizh chelvam <c_traja@qti.qualcomm.com>
:::::: CC: 0day robot <fengguang.wu@intel.com>

---
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: 48666 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:16 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
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 [this message]
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=201702252314.wAajMEj2%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.