From: kernel test robot <lkp@intel.com>
To: Ma Jun <Jun.Ma2@amd.com>,
amd-gfx@lists.freedesktop.org, lenb@kernel.org,
hdegoede@redhat.com, johannes@sipsolutions.net,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, alexander.deucher@amd.com, Lijo.Lazar@amd.com,
mario.limonciello@amd.com, netdev@vger.kernel.org,
linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-doc@vger.kernel.org, platform-driver-x86@vger.kernel.org
Cc: oe-kbuild-all@lists.linux.dev, majun@amd.com,
Evan Quan <quanliangl@hotmail.com>, Ma Jun <Jun.Ma2@amd.com>
Subject: Re: [PATCH v14 4/9] wifi: mac80211: Add support for WBRF features
Date: Wed, 6 Dec 2023 12:34:02 +0800 [thread overview]
Message-ID: <202312061213.9yUe2RGP-lkp@intel.com> (raw)
In-Reply-To: <20231129091348.3972539-5-Jun.Ma2@amd.com>
Hi Ma,
kernel test robot noticed the following build errors:
[auto build test ERROR on v6.7-rc1]
[also build test ERROR on next-20231205]
[cannot apply to drm-misc/drm-misc-next wireless-next/main wireless/main linus/master v6.7-rc3 v6.7-rc2]
[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/Ma-Jun/Documentation-driver-api-Add-document-about-WBRF-mechanism/20231129-181516
base: v6.7-rc1
patch link: https://lore.kernel.org/r/20231129091348.3972539-5-Jun.Ma2%40amd.com
patch subject: [PATCH v14 4/9] wifi: mac80211: Add support for WBRF features
config: arm-randconfig-004-20231201 (https://download.01.org/0day-ci/archive/20231206/202312061213.9yUe2RGP-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231206/202312061213.9yUe2RGP-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/oe-kbuild-all/202312061213.9yUe2RGP-lkp@intel.com/
All errors (new ones prefixed by >>):
net/mac80211/wbrf.c: In function 'ieee80211_add_wbrf':
>> net/mac80211/wbrf.c:79:9: error: implicit declaration of function 'acpi_amd_wbrf_add_remove'; did you mean 'acpi_amd_wbrf_add_exclusion'? [-Werror=implicit-function-declaration]
79 | acpi_amd_wbrf_add_remove(dev, WBRF_RECORD_ADD, &ranges_in);
| ^~~~~~~~~~~~~~~~~~~~~~~~
| acpi_amd_wbrf_add_exclusion
cc1: some warnings being treated as errors
vim +79 net/mac80211/wbrf.c
66
67 void ieee80211_add_wbrf(struct ieee80211_local *local, struct cfg80211_chan_def *chandef)
68 {
69 struct wbrf_ranges_in_out ranges_in = {0};
70 struct device *dev;
71
72 if (!local->wbrf_supported)
73 return;
74
75 dev = local->hw.wiphy->dev.parent;
76
77 get_ranges_from_chandef(chandef, &ranges_in);
78
> 79 acpi_amd_wbrf_add_remove(dev, WBRF_RECORD_ADD, &ranges_in);
80 }
81
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2023-12-06 4:34 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-29 9:13 [PATCH v14 0/9] Enable Wifi RFI interference mitigation feature support Ma Jun
2023-11-29 9:13 ` [PATCH v14 1/9] Documentation/driver-api: Add document about WBRF mechanism Ma Jun
2023-11-29 17:21 ` Mario Limonciello
2023-11-29 9:13 ` [PATCH v14 2/9] platform/x86/amd: Add support for AMD ACPI based Wifi band RFI mitigation feature Ma Jun
2023-11-29 17:24 ` Mario Limonciello
2023-12-05 7:24 ` Ma, Jun
2023-12-04 13:00 ` Hans de Goede
2023-12-05 7:22 ` Ma, Jun
2023-11-29 9:13 ` [PATCH v14 3/9] cfg80211: expose nl80211_chan_width_to_mhz for wide sharing Ma Jun
2023-11-29 17:26 ` Mario Limonciello
2023-11-29 9:13 ` [PATCH v14 4/9] wifi: mac80211: Add support for WBRF features Ma Jun
2023-12-06 4:23 ` kernel test robot
2023-12-06 4:34 ` kernel test robot [this message]
2023-11-29 9:13 ` [PATCH v14 5/9] drm/amd/pm: update driver_if and ppsmc headers for coming wbrf feature Ma Jun
2023-11-29 9:13 ` [PATCH v14 6/9] drm/amd/pm: setup the framework to support Wifi RFI mitigation feature Ma Jun
2023-11-29 9:13 ` [PATCH v14 7/9] drm/amd/pm: add flood detection for wbrf events Ma Jun
2023-11-29 9:13 ` [PATCH v14 8/9] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.0 Ma Jun
2023-11-29 9:13 ` [PATCH v14 9/9] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.7 Ma Jun
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=202312061213.9yUe2RGP-lkp@intel.com \
--to=lkp@intel.com \
--cc=Jun.Ma2@amd.com \
--cc=Lijo.Lazar@amd.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=hdegoede@redhat.com \
--cc=johannes@sipsolutions.net \
--cc=kuba@kernel.org \
--cc=lenb@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=majun@amd.com \
--cc=mario.limonciello@amd.com \
--cc=netdev@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=pabeni@redhat.com \
--cc=platform-driver-x86@vger.kernel.org \
--cc=quanliangl@hotmail.com \
/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).