From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com, Julia Lawall <julia.lawall@inria.fr>
Subject: Re: [PATCH 02/15] wifi: mac80211: clean up connection process
Date: Thu, 1 Feb 2024 02:56:38 +0800 [thread overview]
Message-ID: <202402010203.oFGFYBYQ-lkp@intel.com> (raw)
BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
In-Reply-To: <20240129194108.9451722c0110.I3e61f4cfe9da89008e1854160093c76a1e69dc2a@changeid>
References: <20240129194108.9451722c0110.I3e61f4cfe9da89008e1854160093c76a1e69dc2a@changeid>
TO: Johannes Berg <johannes@sipsolutions.net>
TO: linux-wireless@vger.kernel.org
CC: Johannes Berg <johannes.berg@intel.com>
CC: Ilan Peer <ilan.peer@intel.com>
CC: Miriam Rachel Korenblit <miriam.rachel.korenblit@intel.com>
Hi Johannes,
kernel test robot noticed the following build warnings:
[auto build test WARNING on wireless-next/main]
[cannot apply to wireless/main staging/staging-testing staging/staging-next staging/staging-linus linus/master v6.8-rc2 next-20240131]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Johannes-Berg/wifi-mac80211-clean-up-band-switch-in-duration/20240130-025313
base: https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git main
patch link: https://lore.kernel.org/r/20240129194108.9451722c0110.I3e61f4cfe9da89008e1854160093c76a1e69dc2a%40changeid
patch subject: [PATCH 02/15] wifi: mac80211: clean up connection process
:::::: branch date: 2 days ago
:::::: commit date: 2 days ago
config: x86_64-randconfig-101-20240131 (https://download.01.org/0day-ci/archive/20240201/202402010203.oFGFYBYQ-lkp@intel.com/config)
compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18)
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>
| Reported-by: Julia Lawall <julia.lawall@inria.fr>
| Closes: https://lore.kernel.org/r/202402010203.oFGFYBYQ-lkp@intel.com/
cocci warnings: (new ones prefixed by >>)
>> net/mac80211/mlme.c:5106:19-20: WARNING opportunity for max()
vim +5106 net/mac80211/mlme.c
bee7f58699a406 net/mac80211/mlme.c Johannes Berg 2013-02-07 5097
398baf0587bf42 net/mac80211/mlme.c Johannes Berg 2024-01-29 5098 static void
398baf0587bf42 net/mac80211/mlme.c Johannes Berg 2024-01-29 5099 ieee80211_determine_our_sta_mode_auth(struct ieee80211_sub_if_data *sdata,
398baf0587bf42 net/mac80211/mlme.c Johannes Berg 2024-01-29 5100 struct ieee80211_supported_band *sband,
398baf0587bf42 net/mac80211/mlme.c Johannes Berg 2024-01-29 5101 struct cfg80211_auth_request *req,
398baf0587bf42 net/mac80211/mlme.c Johannes Berg 2024-01-29 5102 bool wmm_used,
398baf0587bf42 net/mac80211/mlme.c Johannes Berg 2024-01-29 5103 struct ieee80211_conn_settings *conn)
398baf0587bf42 net/mac80211/mlme.c Johannes Berg 2024-01-29 5104 {
398baf0587bf42 net/mac80211/mlme.c Johannes Berg 2024-01-29 5105 ieee80211_determine_our_sta_mode(sdata, sband, NULL, wmm_used,
398baf0587bf42 net/mac80211/mlme.c Johannes Berg 2024-01-29 @5106 req->link_id > 0 ? req->link_id : 0,
398baf0587bf42 net/mac80211/mlme.c Johannes Berg 2024-01-29 5107 conn);
398baf0587bf42 net/mac80211/mlme.c Johannes Berg 2024-01-29 5108 }
f0706e828e96d0 net/mac80211/ieee80211_sta.c Jiri Benc 2007-05-05 5109
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next reply other threads:[~2024-01-31 18:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-31 18:56 kernel test robot [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-29 18:34 [PATCH 00/15] wifi: support wider-BW OFDMA and fix puncturing Johannes Berg
2024-01-29 18:34 ` [PATCH 02/15] wifi: mac80211: clean up connection process 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=202402010203.oFGFYBYQ-lkp@intel.com \
--to=lkp@intel.com \
--cc=julia.lawall@inria.fr \
--cc=oe-kbuild@lists.linux.dev \
/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.