From: kbuild test robot <lkp@intel.com>
To: Marcel Holtmann <marcel@holtmann.org>
Cc: kbuild-all@01.org, linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH v2] Bluetooth: Add mising hci_skb_opcode for raw socket commands
Date: Fri, 6 Nov 2015 14:51:08 +0800 [thread overview]
Message-ID: <201511061403.VRkGc0Qq%fengguang.wu@intel.com> (raw)
In-Reply-To: <1446792140-20425-1-git-send-email-marcel@holtmann.org>
[-- Attachment #1: Type: text/plain, Size: 1482 bytes --]
Hi Marcel,
[auto build test ERROR on bluetooth/master]
[also build test ERROR on v4.3 next-20151105]
url: https://github.com/0day-ci/linux/commits/Marcel-Holtmann/Bluetooth-Add-mising-hci_skb_opcode-for-raw-socket-commands/20151106-144447
base: https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git master
config: x86_64-randconfig-x002-11051802 (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
net/bluetooth/hci_sock.c: In function 'hci_sock_sendmsg':
>> net/bluetooth/hci_sock.c:1248:3: error: implicit declaration of function 'hci_skb_opcode' [-Werror=implicit-function-declaration]
hci_skb_opcode(skb) = opcode;
^
>> net/bluetooth/hci_sock.c:1248:23: error: lvalue required as left operand of assignment
hci_skb_opcode(skb) = opcode;
^
cc1: some warnings being treated as errors
vim +/hci_skb_opcode +1248 net/bluetooth/hci_sock.c
1242 goto drop;
1243 }
1244
1245 /* Since the opcode has already been extracted here, store
1246 * a copy of the value for later use by the drivers.
1247 */
> 1248 hci_skb_opcode(skb) = opcode;
1249
1250 if (ogf == 0x3f) {
1251 skb_queue_tail(&hdev->raw_q, skb);
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 28326 bytes --]
next prev parent reply other threads:[~2015-11-06 6:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-06 6:42 [PATCH v2] Bluetooth: Add mising hci_skb_opcode for raw socket commands Marcel Holtmann
2015-11-06 6:51 ` kbuild test robot [this message]
2015-11-06 8:16 ` Johan Hedberg
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=201511061403.VRkGc0Qq%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=kbuild-all@01.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=marcel@holtmann.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox