All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: kbuild-all@01.org, linux-wireless@vger.kernel.org,
	"Michał Kazior" <kazikcz@gmail.com>,
	ath10k@lists.infradead.org,
	"Johannes Berg" <johannes.berg@intel.com>
Subject: Re: [PATCH] mac80211: manage RX BA session offload without SKB queue
Date: Wed, 31 May 2017 04:39:25 +0800	[thread overview]
Message-ID: <201705310433.ZyNRETDZ%fengguang.wu@intel.com> (raw)
In-Reply-To: <20170530141059.28006-1-johannes@sipsolutions.net>

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

Hi Johannes,

[auto build test ERROR on mac80211/master]
[cannot apply to v4.12-rc3 next-20170530]
[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/Johannes-Berg/mac80211-manage-RX-BA-session-offload-without-SKB-queue/20170531-041414
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git master
config: i386-randconfig-x079-05301437 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   net/mac80211/ht.c: In function 'ieee80211_ba_session_work':
>> net/mac80211/ht.c:320:38: error: assignment to expression with array type
      sta->ampdu_mlme.tid_rx_manage_offl = 0;
                                         ^

vim +320 net/mac80211/ht.c

   314		 * When this flag is set, new sessions should be
   315		 * blocked, and existing sessions will be torn
   316		 * down by the code that set the flag, so this
   317		 * need not run.
   318		 */
   319		if (test_sta_flag(sta, WLAN_STA_BLOCK_BA)) {
 > 320			sta->ampdu_mlme.tid_rx_manage_offl = 0;
   321			goto unlock;
   322		}
   323	

---
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: 31255 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: "Johannes Berg" <johannes.berg@intel.com>,
	"Michał Kazior" <kazikcz@gmail.com>,
	linux-wireless@vger.kernel.org, kbuild-all@01.org,
	ath10k@lists.infradead.org
Subject: Re: [PATCH] mac80211: manage RX BA session offload without SKB queue
Date: Wed, 31 May 2017 04:39:25 +0800	[thread overview]
Message-ID: <201705310433.ZyNRETDZ%fengguang.wu@intel.com> (raw)
In-Reply-To: <20170530141059.28006-1-johannes@sipsolutions.net>

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

Hi Johannes,

[auto build test ERROR on mac80211/master]
[cannot apply to v4.12-rc3 next-20170530]
[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/Johannes-Berg/mac80211-manage-RX-BA-session-offload-without-SKB-queue/20170531-041414
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git master
config: i386-randconfig-x079-05301437 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   net/mac80211/ht.c: In function 'ieee80211_ba_session_work':
>> net/mac80211/ht.c:320:38: error: assignment to expression with array type
      sta->ampdu_mlme.tid_rx_manage_offl = 0;
                                         ^

vim +320 net/mac80211/ht.c

   314		 * When this flag is set, new sessions should be
   315		 * blocked, and existing sessions will be torn
   316		 * down by the code that set the flag, so this
   317		 * need not run.
   318		 */
   319		if (test_sta_flag(sta, WLAN_STA_BLOCK_BA)) {
 > 320			sta->ampdu_mlme.tid_rx_manage_offl = 0;
   321			goto unlock;
   322		}
   323	

---
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: 31255 bytes --]

[-- Attachment #3: Type: text/plain, Size: 146 bytes --]

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

  parent reply	other threads:[~2017-05-30 20:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-30 14:10 [PATCH] mac80211: manage RX BA session offload without SKB queue Johannes Berg
2017-05-30 14:10 ` Johannes Berg
2017-05-30 14:12 ` Johannes Berg
2017-05-30 14:12   ` Johannes Berg
2017-05-30 14:34 ` [PATCH v2] " Johannes Berg
2017-05-30 14:34   ` Johannes Berg
2017-05-30 20:39 ` kbuild test robot [this message]
2017-05-30 20:39   ` [PATCH] " kbuild test robot

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=201705310433.ZyNRETDZ%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=ath10k@lists.infradead.org \
    --cc=johannes.berg@intel.com \
    --cc=johannes@sipsolutions.net \
    --cc=kazikcz@gmail.com \
    --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 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.