From: kbuild test robot <lkp@intel.com>
To: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Cc: kbuild-all@01.org, johannes@sipsolutions.net,
linux-wireless@vger.kernel.org, Eliad Peller <eliad@wizery.com>,
Eliad Peller <eliadx.peller@intel.com>,
Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Subject: Re: [PATCH 3/3] mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seq
Date: Sun, 14 Feb 2016 21:03:55 +0800 [thread overview]
Message-ID: <201602142108.Uy1wmogP%fengguang.wu@intel.com> (raw)
In-Reply-To: <1455450997-15409-3-git-send-email-emmanuel.grumbach@intel.com>
[-- Attachment #1: Type: text/plain, Size: 2130 bytes --]
Hi Eliad,
[auto build test ERROR on mac80211-next/master]
[also build test ERROR on v4.5-rc3 next-20160212]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/Emmanuel-Grumbach/mac80211-move-TKIP-TX-IVs-to-public-part-of-key-struct/20160214-195932
base: https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git master
config: x86_64-allyesdebian (attached as .config)
reproduce:
# save the attached .config to linux build tree
make ARCH=x86_64
All errors (new ones prefixed by >>):
drivers/staging/vt6656/rxtx.c: In function 'vnt_fill_txkey':
>> drivers/staging/vt6656/rxtx.c:755:3: error: implicit declaration of function 'ieee80211_get_key_tx_seq' [-Werror=implicit-function-declaration]
ieee80211_get_key_tx_seq(tx_key, &seq);
^
cc1: some warnings being treated as errors
vim +/ieee80211_get_key_tx_seq +755 drivers/staging/vt6656/rxtx.c
d38b13aa7 Malcolm Priestley 2014-06-25 749 return;
d38b13aa7 Malcolm Priestley 2014-06-25 750
d38b13aa7 Malcolm Priestley 2014-06-25 751 mic_hdr->id = 0x59;
d38b13aa7 Malcolm Priestley 2014-06-25 752 mic_hdr->payload_len = cpu_to_be16(payload_len);
48eaa7f59 Heba Aamer 2015-01-21 753 ether_addr_copy(mic_hdr->mic_addr2, hdr->addr2);
d38b13aa7 Malcolm Priestley 2014-06-25 754
d38b13aa7 Malcolm Priestley 2014-06-25 @755 ieee80211_get_key_tx_seq(tx_key, &seq);
d38b13aa7 Malcolm Priestley 2014-06-25 756
79f976dc3 Malcolm Priestley 2014-06-28 757 memcpy(mic_hdr->ccmp_pn, seq.ccmp.pn, IEEE80211_CCMP_PN_LEN);
d38b13aa7 Malcolm Priestley 2014-06-25 758
:::::: The code at line 755 was first introduced by commit
:::::: d38b13aa7884021ddb06fb6f248da265b8a6fbee staging: vt6656: mac80211 conversion: Create tx functions
:::::: TO: Malcolm Priestley <tvboxspy@gmail.com>
:::::: CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
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: 36455 bytes --]
next prev parent reply other threads:[~2016-02-14 13:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-14 11:56 [PATCH 1/3] mac80211: move TKIP TX IVs to public part of key struct Emmanuel Grumbach
2016-02-14 11:56 ` [PATCH 2/3] iwlwifi: mvm: move TX PN assignment for TKIP to the driver Emmanuel Grumbach
2016-02-14 17:34 ` Emmanuel Grumbach
2016-02-14 19:24 ` Johannes Berg
2016-02-14 19:37 ` Grumbach, Emmanuel
2016-02-15 9:06 ` Eliad Peller
2016-02-15 9:16 ` Grumbach, Emmanuel
2016-02-15 9:19 ` Eliad Peller
2016-02-15 9:24 ` Grumbach, Emmanuel
2016-02-15 10:14 ` Johannes Berg
2016-02-14 11:56 ` [PATCH 3/3] mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seq Emmanuel Grumbach
2016-02-14 13:03 ` kbuild test robot [this message]
2016-02-14 14:00 ` kbuild test robot
2016-02-23 10:07 ` [PATCH 1/3] mac80211: move TKIP TX IVs to public part of key struct Johannes Berg
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=201602142108.Uy1wmogP%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=eliad@wizery.com \
--cc=eliadx.peller@intel.com \
--cc=emmanuel.grumbach@intel.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 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).