From: kernel test robot <lkp@intel.com>
To: Zijun Hu <quic_zijuhu@quicinc.com>,
marcel@holtmann.org, johan.hedberg@gmail.com,
luiz.dentz@gmail.com, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, luiz.von.dentz@intel.com
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH v5] Bluetooth: hci_sync: Remove redundant func definition
Date: Sun, 14 Aug 2022 20:18:04 +0800 [thread overview]
Message-ID: <202208142033.Kav1wBRp-lkp@intel.com> (raw)
In-Reply-To: <1658488552-24691-1-git-send-email-quic_zijuhu@quicinc.com>
Hi Zijun,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on bluetooth/master]
[also build test WARNING on net-next/master net/master linus/master v5.19]
[cannot apply to bluetooth-next/master next-20220812]
[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/Zijun-Hu/Bluetooth-hci_sync-Remove-redundant-func-definition/20220722-191804
base: https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git master
config: arm-defconfig (https://download.01.org/0day-ci/archive/20220814/202208142033.Kav1wBRp-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 12.1.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://github.com/intel-lab-lkp/linux/commit/01ff3d2230c220a1387940ed594eccda09dc51fb
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Zijun-Hu/Bluetooth-hci_sync-Remove-redundant-func-definition/20220722-191804
git checkout 01ff3d2230c220a1387940ed594eccda09dc51fb
# save the config file
mkdir build_dir && cp config build_dir/.config
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash net/bluetooth/
If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> net/bluetooth/hci_sync.c:2398:6: warning: no previous prototype for 'disconnected_accept_list_entries' [-Wmissing-prototypes]
2398 | bool disconnected_accept_list_entries(struct hci_dev *hdev)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vim +/disconnected_accept_list_entries +2398 net/bluetooth/hci_sync.c
2397
> 2398 bool disconnected_accept_list_entries(struct hci_dev *hdev)
2399 {
2400 struct bdaddr_list *b;
2401
2402 list_for_each_entry(b, &hdev->accept_list, list) {
2403 struct hci_conn *conn;
2404
2405 conn = hci_conn_hash_lookup_ba(hdev, ACL_LINK, &b->bdaddr);
2406 if (!conn)
2407 return true;
2408
2409 if (conn->state != BT_CONNECTED && conn->state != BT_CONFIG)
2410 return true;
2411 }
2412
2413 return false;
2414 }
2415
--
0-DAY CI Kernel Test Service
https://01.org/lkp
prev parent reply other threads:[~2022-08-14 12:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-22 11:15 [PATCH v5] Bluetooth: hci_sync: Remove redundant func definition Zijun Hu
2022-07-22 12:01 ` [v5] " bluez.test.bot
2022-08-14 12:18 ` [PATCH v5] " kernel test robot
2022-08-14 12:18 ` 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=202208142033.Kav1wBRp-lkp@intel.com \
--to=lkp@intel.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=johan.hedberg@gmail.com \
--cc=kbuild-all@lists.01.org \
--cc=kuba@kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
--cc=luiz.von.dentz@intel.com \
--cc=marcel@holtmann.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=quic_zijuhu@quicinc.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox