All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Larry Finger <Larry.Finger@lwfinger.net>
Cc: kbuild-all@01.org, kvalo@codeaurora.org,
	linux-wireless@vger.kernel.org,
	Yan-Hsuan Chuang <yhchuang@realtek.com>,
	Larry Finger <Larry.Finger@lwfinger.net>,
	Pkshih <pkshih@realtek.com>, Birming Chiu <birming@realtek.com>,
	Shaofu <shaofu@realtek.com>, Steven Ting <steventing@realtek.com>
Subject: Re: [PATCH 01/12] rtlwifi: btcoex: remove unused functions
Date: Sun, 2 Apr 2017 22:00:37 +0800	[thread overview]
Message-ID: <201704022159.qV1qp46A%fengguang.wu@intel.com> (raw)
In-Reply-To: <20170331164742.22374-2-Larry.Finger@lwfinger.net>

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

Hi Yan-Hsuan,

[auto build test ERROR on wireless-drivers-next/master]
[also build test ERROR on v4.11-rc4 next-20170331]
[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/Larry-Finger/rtlwifi-btcoex-Improve-Bluetooth-coexistence/20170402-183253
base:   https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git master
config: ia64-allmodconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 6.2.0
reproduce:
        wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=ia64 

Note: the linux-review/Larry-Finger/rtlwifi-btcoex-Improve-Bluetooth-coexistence/20170402-183253 HEAD 053f68d46680b7af274834966e1a0bde82fd12e4 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   drivers/net/wireless//realtek/rtlwifi/btcoexist/halbtc8723b1ant.c: In function 'halbtc8723b1ant_run_coexist_mechanism':
>> drivers/net/wireless//realtek/rtlwifi/btcoexist/halbtc8723b1ant.c:1667:4: error: 'wifi_rssi_state' undeclared (first use in this function)
       wifi_rssi_state =
       ^~~~~~~~~~~~~~~
   drivers/net/wireless//realtek/rtlwifi/btcoexist/halbtc8723b1ant.c:1667:4: note: each undeclared identifier is reported only once for each function it appears in
>> drivers/net/wireless//realtek/rtlwifi/btcoexist/halbtc8723b1ant.c:1668:5: error: implicit declaration of function 'halbtc8723b1ant_wifi_rssi_state' [-Werror=implicit-function-declaration]
        halbtc8723b1ant_wifi_rssi_state(btcoexist,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   At top level:
   drivers/net/wireless//realtek/rtlwifi/btcoexist/halbtc8723b1ant.c:1032:13: warning: 'btc8723b1ant_tdma_dur_adj_for_acl' defined but not used [-Wunused-function]
    static void btc8723b1ant_tdma_dur_adj_for_acl(struct btc_coexist *btcoexist,
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +/wifi_rssi_state +1667 drivers/net/wireless//realtek/rtlwifi/btcoexist/halbtc8723b1ant.c

f5b58690 drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b1ant.c         Larry Finger 2014-09-04  1661  	}
f5b58690 drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b1ant.c         Larry Finger 2014-09-04  1662  
f5b58690 drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b1ant.c         Larry Finger 2014-09-04  1663  	if (!bt_link_info->sco_exist && !bt_link_info->hid_exist) {
f5b58690 drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b1ant.c         Larry Finger 2014-09-04  1664  		halbtc8723b1ant_limited_tx(btcoexist, NORMAL_EXEC, 0, 0, 0, 0);
f5b58690 drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b1ant.c         Larry Finger 2014-09-04  1665  	} else {
f5b58690 drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b1ant.c         Larry Finger 2014-09-04  1666  		if (wifi_connected) {
f5b58690 drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b1ant.c         Larry Finger 2014-09-04 @1667  			wifi_rssi_state =
f5b58690 drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b1ant.c         Larry Finger 2014-09-04 @1668  				halbtc8723b1ant_wifi_rssi_state(btcoexist,
f5b58690 drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b1ant.c         Larry Finger 2014-09-04  1669  								1, 2, 30, 0);
f5b58690 drivers/net/wireless/rtlwifi/btcoexist/halbtc8723b1ant.c         Larry Finger 2014-09-04  1670  			halbtc8723b1ant_limited_tx(btcoexist,
b686784d drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c Larry Finger 2017-02-11  1671  						   NORMAL_EXEC, 1, 1, 1, 1);

:::::: The code at line 1667 was first introduced by commit
:::::: f5b5869095819970333dc9de54eed5c552407d35 rtlwifi: btcoexist: Modify driver to support BT coexistence in rtl8723be

:::::: TO: Larry Finger <Larry.Finger@lwfinger.net>
:::::: CC: John W. Linville <linville@tuxdriver.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: 46775 bytes --]

  reply	other threads:[~2017-04-02 14:00 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-03  1:14 [PATCH v2 00/12] rtlwifi: btcoex: Improve Bluetooth coexistence Larry Finger
2017-03-31 16:47 ` [PATCH 01/12] rtlwifi: btcoex: remove unused functions Larry Finger
2017-04-02 14:00   ` kbuild test robot [this message]
2017-03-31 16:47 ` [PATCH 02/12] rtlwifi: btcoex: follow linux coding style Larry Finger
2017-03-31 16:47 ` [PATCH 03/12] rtlwifi: btcoex: 23b 2ant: add btc8723b2ant_limited_rx to reduce agg size Larry Finger
2017-03-31 16:47 ` [PATCH 04/12] rtlwifi: btcoex: 23b 2ant: detect if bt is slave, and modify tdma Larry Finger
2017-03-31 16:47 ` [PATCH 05/12] rtlwifi: btcoex: 23b 2ant: monitor wifi counter for allocate tdma time Larry Finger
2017-03-31 16:47 ` [PATCH 06/12] rtlwifi: btcoex: 23b 2ant: less sensitive to tx rate penalty Larry Finger
2017-03-31 16:47 ` [PATCH 07/12] rtlwifi: btcoex: 23b 2ant: adjust wifi duration for bt a2dp Larry Finger
2017-03-31 16:47 ` [PATCH 08/12] rtlwifi: btcoex: 23b 2ant: coex table fine tune Larry Finger
2017-03-31 16:47 ` [PATCH 09/12] rtlwifi: btcoex: 23b 2ant: remove redundant bt stack report Larry Finger
2017-03-31 16:47 ` [PATCH 10/12] rtlwifi: btcoex: 23b 2ant: finer bt power adjustment Larry Finger
2017-03-31 16:47 ` [PATCH 11/12] rtlwifi: btcoex: 23b 2ant: add comments to describe how duration adjusted Larry Finger
2017-03-31 16:47 ` [PATCH 12/12] rtlwifi: btcoex: 23b 2ant: new fw use h2c to control GNT_BT Larry Finger
2017-04-03  1:14 ` [PATCH v2 01/12] rtlwifi: btcoex: remove unused functions Larry Finger
2017-04-03  1:14 ` [PATCH v2 02/12] rtlwifi: btcoex: follow linux coding style Larry Finger
2017-04-03  1:14 ` [PATCH v2 03/12] rtlwifi: btcoex: 23b 2ant: add btc8723b2ant_limited_rx to reduce agg size Larry Finger
2017-04-03  1:14 ` [PATCH v2 04/12] rtlwifi: btcoex: 23b 2ant: detect if bt is slave, and modify tdma Larry Finger
2017-04-03  1:14 ` [PATCH v2 05/12] rtlwifi: btcoex: 23b 2ant: monitor wifi counter for allocate tdma time Larry Finger
2017-04-03  1:14 ` [PATCH v2 06/12] rtlwifi: btcoex: 23b 2ant: less sensitive to tx rate penalty Larry Finger
2017-04-03  1:14 ` [PATCH v2 07/12] rtlwifi: btcoex: 23b 2ant: adjust wifi duration for bt a2dp Larry Finger
2017-04-03 12:59   ` kbuild test robot
2017-04-03  1:14 ` [PATCH v2 08/12] rtlwifi: btcoex: 23b 2ant: coex table fine tune Larry Finger
2017-04-03  1:14 ` [PATCH v2 09/12] rtlwifi: btcoex: 23b 2ant: remove redundant bt stack report Larry Finger
2017-04-03  1:14 ` [PATCH v2 10/12] rtlwifi: btcoex: 23b 2ant: finer bt power adjustment Larry Finger
2017-04-03  1:14 ` [PATCH v2 11/12] rtlwifi: btcoex: 23b 2ant: add comments to describe how duration adjusted Larry Finger
2017-04-03  1:14 ` [PATCH v2 12/12] rtlwifi: btcoex: 23b 2ant: new fw use h2c to control GNT_BT Larry Finger
2017-04-03 18:41 ` [PATCH v3 01/12] rtlwifi: btcoex: remove unused functions Larry Finger
2017-04-05 12:54   ` [v3,01/12] " Kalle Valo
2017-04-03 18:41 ` [PATCH v3 02/12] rtlwifi: btcoex: follow linux coding style Larry Finger
2017-04-03 18:41 ` [PATCH v3 03/12] rtlwifi: btcoex: 23b 2ant: add btc8723b2ant_limited_rx to reduce agg size Larry Finger
2017-04-03 18:41 ` [PATCH v3 04/12] rtlwifi: btcoex: 23b 2ant: detect if bt is slave, and modify tdma Larry Finger
2017-04-03 18:41 ` [PATCH v3 05/12] rtlwifi: btcoex: 23b 2ant: monitor wifi counter for allocate tdma time Larry Finger
2017-04-03 18:41 ` [PATCH v3 06/12] rtlwifi: btcoex: 23b 2ant: less sensitive to tx rate penalty Larry Finger
2017-04-03 18:41 ` [PATCH v3 07/12] rtlwifi: btcoex: 23b 2ant: adjust wifi duration for bt a2dp Larry Finger
2017-04-03 18:41 ` [PATCH v3 08/12] rtlwifi: btcoex: 23b 2ant: coex table fine tune Larry Finger
2017-04-03 18:41 ` [PATCH v3 09/12] rtlwifi: btcoex: 23b 2ant: remove redundant bt stack report Larry Finger
2017-04-03 18:41 ` [PATCH v3 10/12] rtlwifi: btcoex: 23b 2ant: finer bt power adjustment Larry Finger
2017-04-03 18:41 ` [PATCH v3 11/12] rtlwifi: btcoex: 23b 2ant: add comments to describe how duration adjusted Larry Finger
2017-04-03 18:41 ` [PATCH v3 12/12] rtlwifi: btcoex: 23b 2ant: new fw use h2c to control GNT_BT Larry Finger

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=201704022159.qV1qp46A%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=birming@realtek.com \
    --cc=kbuild-all@01.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=pkshih@realtek.com \
    --cc=shaofu@realtek.com \
    --cc=steventing@realtek.com \
    --cc=yhchuang@realtek.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.