Message ID | 20230216105406.208416-1-johannes@sipsolutions.net (mailing list archive) |
---|---|
State | Accepted |
Commit | ca0df43d211039dded5a8f8553356414c9a74731 |
Headers | show |
Series | pull-request: wireless-next-2023-03-16 | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net-next |
netdev/build_32bit | fail | Errors and warnings before: 267 this patch: 268 |
netdev/build_clang | fail | Errors and warnings before: 104 this patch: 107 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | fail | Problems with Fixes tag: 1 |
netdev/build_allmodconfig_warn | fail | Errors and warnings before: 272 this patch: 273 |
On Thu, 16 Feb 2023 11:54:05 +0100 Johannes Berg wrote: > Here's a last (obviously) set of new work for -next. The > major changes are summarized in the tag below. > > Please pull and let me know if there's any problem. Could you follow up soon with fixes for the compilation warnings? drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c:441:21: warning: unused function 'iwl_dbgfs_is_match' [-Wunused-function] static inline char *iwl_dbgfs_is_match(char *name, char *buf) ^ there are also 2 new fortify string warnings (could be false positives).
Hello: This pull request was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Thu, 16 Feb 2023 11:54:05 +0100 you wrote: > Hi, > > Here's a last (obviously) set of new work for -next. The > major changes are summarized in the tag below. > > Please pull and let me know if there's any problem. > > [...] Here is the summary with links: - pull-request: wireless-next-2023-03-16 https://git.kernel.org/netdev/net-next/c/ca0df43d2110 You are awesome, thank you!
On Thu, 2023-02-16 at 11:32 -0800, Jakub Kicinski wrote: > On Thu, 16 Feb 2023 11:54:05 +0100 Johannes Berg wrote: > > Here's a last (obviously) set of new work for -next. The > > major changes are summarized in the tag below. > > > > Please pull and let me know if there's any problem. > > Could you follow up soon with fixes for the compilation warnings? Huh, yes, sorry about that. > drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c:441:21: warning: unused function 'iwl_dbgfs_is_match' [-Wunused-function] > static inline char *iwl_dbgfs_is_match(char *name, char *buf) > ^ > That's particularly odd, feels like that was already unused since (my) commit 3a894a9f319f ("iwlwifi: remove TOF implementation")? But that's _ancient_. So I think probably the new ones are different than that one, how did you find this one? Anyway there are far too many left ... johannes