* net/wireless/util.c:3087:6: warning: no previous prototype for function 'cfg80211_validate_ies'
@ 2026-07-29 7:58 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-07-29 7:58 UTC (permalink / raw)
To: oe-kbuild; +Cc: lkp
::::::
:::::: Manual check reason: "bisect to a FBC not belonging to original linux-review patches: branch: linux-review/Deepanshu-Kartikey/wifi-cfg80211-add-cfg80211_validate_ies-helper-and-use-it/20260729-101807, commit: 9f00c96249f6b1cad035a9ece55d6a199cf08cbf"
::::::
BCC: lkp@intel.com
CC: llvm@lists.linux.dev
CC: oe-kbuild-all@lists.linux.dev
TO: Deepanshu Kartikey <kartikey406@gmail.com>
CC: 0day robot <lkp@intel.com>
tree: https://github.com/intel-lab-lkp/linux/commits/Deepanshu-Kartikey/wifi-cfg80211-add-cfg80211_validate_ies-helper-and-use-it/20260729-101807
head: 9f00c96249f6b1cad035a9ece55d6a199cf08cbf
commit: 9f00c96249f6b1cad035a9ece55d6a199cf08cbf wifi: cfg80211: add cfg80211_validate_ies() helper and use it
date: 5 hours ago
:::::: branch date: 5 hours ago
:::::: commit date: 5 hours ago
config: mips-bcm63xx_defconfig (https://download.01.org/0day-ci/archive/20260729/202607291550.vB2j4bbW-lkp@intel.com/config)
compiler: clang version 24.0.0git (https://github.com/llvm/llvm-project 890b11e09e45e9d8b29f2f94f22052be3934e757)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260729/202607291550.vB2j4bbW-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/r/202607291550.vB2j4bbW-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> net/wireless/util.c:3087:6: warning: no previous prototype for function 'cfg80211_validate_ies' [-Wmissing-prototypes]
3087 | bool cfg80211_validate_ies(const u8 *data, int len)
| ^
net/wireless/util.c:3087:1: note: declare 'static' if the function is not intended to be used outside of this translation unit
3087 | bool cfg80211_validate_ies(const u8 *data, int len)
| ^
| static
1 warning generated.
vim +/cfg80211_validate_ies +3087 net/wireless/util.c
9f00c96249f6b1 Deepanshu Kartikey 2026-07-29 3086
9f00c96249f6b1 Deepanshu Kartikey 2026-07-29 @3087 bool cfg80211_validate_ies(const u8 *data, int len)
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-29 7:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-29 7:58 net/wireless/util.c:3087:6: warning: no previous prototype for function 'cfg80211_validate_ies' kernel test robot
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.