Search Linux Wireless

Re: [PATCH] mac80211: remove string from unaligned packet warning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Johannes,

[auto build test ERROR on mac80211/master]
[also build test ERROR on v4.3 next-20151106]

url:    https://github.com/0day-ci/linux/commits/Johannes-Berg/mac80211-remove-string-from-unaligned-packet-warning/20151106-190240
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git master
config: tile-allyesconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=tile 

All errors (new ones prefixed by >>):

   net/mac80211/rx.c: In function 'ieee80211_verify_alignment':
>> net/mac80211/rx.c:664:2: error: expected expression before ')' token

vim +664 net/mac80211/rx.c

   658	 * the payload is not supported, the driver is required to move the 802.11
   659	 * header to be directly in front of the payload in that case.
   660	 */
   661	static void ieee80211_verify_alignment(struct ieee80211_rx_data *rx)
   662	{
   663	#ifdef CONFIG_MAC80211_VERBOSE_DEBUG
 > 664		WARN_ONCE((unsigned long)rx->skb->data & 1);
   665	#endif
   666	}
   667	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux