From: Kalle Valo <kvalo@codeaurora.org>
To: kbuild test robot <lkp@intel.com>
Cc: "Toke Høiland-Jørgensen" <toke@toke.dk>,
kbuild-all@01.org, linux-wireless@vger.kernel.org,
"Johannes Berg" <johannes.berg@intel.com>,
"Maya Erez" <merez@codeaurora.org>
Subject: Re: [mac80211-next:master 12/14] drivers/net//wireless/ath/wil6210/debugfs.c:1245:1: warning: the frame size of 1600 bytes is larger than 1024 bytes
Date: Wed, 09 May 2018 11:47:11 +0300 [thread overview]
Message-ID: <87efil2p2o.fsf@purkki.adurom.net> (raw)
In-Reply-To: <201805090154.h4Cokbx2%fengguang.wu@intel.com> (kbuild test robot's message of "Wed, 9 May 2018 01:39:57 +0800")
(adding Maya)
kbuild test robot <lkp@intel.com> writes:
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git master
> head: 57c6cb81717f957fb741f2e4c79bd0e2f4f55910
> commit: 52539ca89f365d3db530535fbffa88a3cca4d2ec [12/14] cfg80211: Expose TXQ stats and parameters to userspace
> config: i386-randconfig-i1-201818 (attached as .config)
> compiler: gcc-7 (Debian 7.3.0-16) 7.3.0
> reproduce:
> git checkout 52539ca89f365d3db530535fbffa88a3cca4d2ec
> # save the attached .config to linux build tree
> make ARCH=i386
>
> All warnings (new ones prefixed by >>):
>
> drivers/net//wireless/ath/wil6210/debugfs.c: In function 'wil_link_debugfs_show':
>>> drivers/net//wireless/ath/wil6210/debugfs.c:1245:1: warning: the frame size of 1600 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> }
> ^
> --
> drivers/net//wireless/ath/wil6210/wmi.c: In function 'wmi_evt_connect':
>>> drivers/net//wireless/ath/wil6210/wmi.c:979:1: warning: the frame size of 1684 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> }
> ^
> --
> drivers/net//wireless/quantenna/qtnfmac/event.c: In function 'qtnf_event_handle_sta_assoc':
>>> drivers/net//wireless/quantenna/qtnfmac/event.c:107:1: warning: the frame size of 1616 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> }
> ^
I guess these warnings come because Toke's patch increased size of
struct cfg80211_tid_stats (which is included in struct station_info) and
both wil6210 and qtnfmac allocate a struct station_info from stack? Can
someone send a fix for the drivers?
--
Kalle Valo
next prev parent reply other threads:[~2018-05-09 8:47 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-08 17:39 [mac80211-next:master 12/14] drivers/net//wireless/ath/wil6210/debugfs.c:1245:1: warning: the frame size of 1600 bytes is larger than 1024 bytes kbuild test robot
2018-05-09 8:47 ` Kalle Valo [this message]
2018-05-09 8:51 ` Johannes Berg
2018-05-09 8:56 ` Kalle Valo
2018-05-09 9:00 ` Johannes Berg
2018-05-09 9:36 ` Toke Høiland-Jørgensen
2018-05-09 9:36 ` Johannes Berg
2018-05-09 9:48 ` Kalle Valo
2018-05-09 10:07 ` Toke Høiland-Jørgensen
2018-05-09 10:14 ` Kalle Valo
2018-05-09 10:17 ` Toke Høiland-Jørgensen
2018-05-09 10:30 ` Toke Høiland-Jørgensen
2018-05-09 11:01 ` Kalle Valo
2018-05-09 11:47 ` Toke Høiland-Jørgensen
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=87efil2p2o.fsf@purkki.adurom.net \
--to=kvalo@codeaurora.org \
--cc=johannes.berg@intel.com \
--cc=kbuild-all@01.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lkp@intel.com \
--cc=merez@codeaurora.org \
--cc=toke@toke.dk \
/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).