From: kernel test robot <lkp@intel.com>
To: Luiz Augusto von Dentz <luiz.dentz@gmail.com>,
linux-bluetooth@vger.kernel.org
Cc: kbuild-all@lists.01.org
Subject: Re: [PATCH 2/3] Bluetooth: Add BTPROTO_ISO socket type
Date: Tue, 29 Dec 2020 12:32:36 +0800 [thread overview]
Message-ID: <202012291233.6kB8080o-lkp@intel.com> (raw)
In-Reply-To: <20201221214217.2093485-2-luiz.dentz@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3105 bytes --]
Hi Luiz,
I love your patch! Perhaps something to improve:
[auto build test WARNING on bluetooth-next/master]
[also build test WARNING on v5.11-rc1 next-20201223]
[cannot apply to bluetooth/master]
[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]
url: https://github.com/0day-ci/linux/commits/Luiz-Augusto-von-Dentz/Bluetooth-Add-initial-implementation-of-CIS-connections/20201222-054425
base: https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git master
config: ia64-allmodconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 9.3.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/0day-ci/linux/commit/0c29289286983b97fb21b564e19fc1eed47ae0bd
git remote add linux-review https://github.com/0day-ci/linux
git fetch --no-tags linux-review Luiz-Augusto-von-Dentz/Bluetooth-Add-initial-implementation-of-CIS-connections/20201222-054425
git checkout 0c29289286983b97fb21b564e19fc1eed47ae0bd
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=ia64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
In file included from net/bluetooth/iso.c:30:
>> include/net/bluetooth/bluetooth.h:161:30: warning: initialized field overwritten [-Woverride-init]
161 | #define BT_ISO_QOS_CIS_UNSET 0xff
| ^~~~
net/bluetooth/iso.c:529:10: note: in expansion of macro 'BT_ISO_QOS_CIS_UNSET'
529 | .cig = BT_ISO_QOS_CIS_UNSET,
| ^~~~~~~~~~~~~~~~~~~~
include/net/bluetooth/bluetooth.h:161:30: note: (near initialization for 'default_qos.cig')
161 | #define BT_ISO_QOS_CIS_UNSET 0xff
| ^~~~
net/bluetooth/iso.c:529:10: note: in expansion of macro 'BT_ISO_QOS_CIS_UNSET'
529 | .cig = BT_ISO_QOS_CIS_UNSET,
| ^~~~~~~~~~~~~~~~~~~~
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for FRAME_POINTER
Depends on DEBUG_KERNEL && (M68K || UML || SUPERH) || ARCH_WANT_FRAME_POINTERS
Selected by
- FAULT_INJECTION_STACKTRACE_FILTER && FAULT_INJECTION_DEBUG_FS && STACKTRACE_SUPPORT && !X86_64 && !MIPS && !PPC && !S390 && !MICROBLAZE && !ARM && !ARC && !X86
vim +161 include/net/bluetooth/bluetooth.h
7c800e5d3fe2926 Luiz Augusto von Dentz 2020-12-21 159
7c800e5d3fe2926 Luiz Augusto von Dentz 2020-12-21 160 #define BT_ISO_QOS_CIG_UNSET 0xff
7c800e5d3fe2926 Luiz Augusto von Dentz 2020-12-21 @161 #define BT_ISO_QOS_CIS_UNSET 0xff
7c800e5d3fe2926 Luiz Augusto von Dentz 2020-12-21 162
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 62967 bytes --]
next prev parent reply other threads:[~2020-12-29 4:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-21 21:42 [PATCH 1/3] Bluetooth: Add initial implementation of CIS connections Luiz Augusto von Dentz
2020-12-21 21:42 ` [PATCH 2/3] Bluetooth: Add BTPROTO_ISO socket type Luiz Augusto von Dentz
2020-12-29 4:32 ` kernel test robot [this message]
2020-12-21 21:42 ` [PATCH 3/3] Bluetooth: btusb: Add support for ISO packets Luiz Augusto von Dentz
2020-12-21 22:11 ` [1/3] Bluetooth: Add initial implementation of CIS connections bluez.test.bot
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=202012291233.6kB8080o-lkp@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=luiz.dentz@gmail.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;
as well as URLs for NNTP newsgroup(s).