Message ID | 20250320131106.33266-3-johannes@sipsolutions.net (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | pull-request: wireless-next-2025-03-20 | expand |
Context | Check | Description |
---|---|---|
wifibot/tree_selection | success | Pull request for wireless-next |
wifibot/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
wifibot/build_allmodconfig_warn | success | Errors and warnings before: 1 this patch: 0 |
wifibot/build_clang | success | Errors and warnings before: 0 this patch: 0 |
wifibot/build_clang_rust | success | No Rust files in patch. Skipping build |
wifibot/build_tools | success | No tools touched, skip |
wifibot/kdoc | success | Errors and warnings before: 0 this patch: 0 |
wifibot/verify_fixes | success | Fixes tag looks correct |
wifibot/verify_signedoff | success | Signed-off-by tag matches author and committer |
Hello: This pull request was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 20 Mar 2025 14:09:50 +0100 you wrote: > Hi, > > This is obviously going to be the last pull request before > the merge window. Nothing really stands out except for the > new iwlmld sub-driver for iwlwifi. > > Note I pulled net-next back after wireless/net went in, to > fix the reported conflicts. > > [...] Here is the summary with links: - pull-request: wireless-next-2025-03-20 https://git.kernel.org/netdev/net-next/c/1952e19c02ae You are awesome, thank you!
On Thu, 20 Mar 2025 14:09:50 +0100 Johannes Berg wrote: > This is obviously going to be the last pull request before > the merge window. Nothing really stands out except for the > new iwlmld sub-driver for iwlwifi. > > Note I pulled net-next back after wireless/net went in, to > fix the reported conflicts. > > Please pull and let us know if there's any problem. Hi Johannes! Not very urgent but doing my "pre-PR weird arches build testing" I see a lot of: make[1]: Leaving directory '/home/kicinski/linux/build_csky' In file included from ../drivers/net/wireless/intel/iwlwifi/mld/mlo.h:13, from ../drivers/net/wireless/intel/iwlwifi/mld/mld.c:17: ../drivers/net/wireless/intel/iwlwifi/mld/iface.h:169:5: warning: "CONFIG_PM_SLEEP" is not defined, evaluates to 0 [-Wundef] 169 | #if CONFIG_PM_SLEEP | ^~~~~~~~~~~~~~~ You may want to s/if/ifdef/ these, if you haven't already
Hi Jakub, > Not very urgent but doing my "pre-PR weird arches build testing" > I see a lot of: > > make[1]: Leaving directory '/home/kicinski/linux/build_csky' > In file included from ../drivers/net/wireless/intel/iwlwifi/mld/mlo.h:13, > from ../drivers/net/wireless/intel/iwlwifi/mld/mld.c:17: > ../drivers/net/wireless/intel/iwlwifi/mld/iface.h:169:5: warning: "CONFIG_PM_SLEEP" is not defined, evaluates to 0 [-Wundef] > 169 | #if CONFIG_PM_SLEEP > | ^~~~~~~~~~~~~~~ Yeah, I apologize. We had this in the robot for quite a while, but it either slipped through or it managed to not hit it. Arnd already sent a patch for some of these, and I thought we also already had a patch for this one. I'll check. What's the best way to get it to you now? johannes
On Wed, 26 Mar 2025 12:36:31 +0100 Johannes Berg wrote: > > Not very urgent but doing my "pre-PR weird arches build testing" > > I see a lot of: > > > > make[1]: Leaving directory '/home/kicinski/linux/build_csky' > > In file included from ../drivers/net/wireless/intel/iwlwifi/mld/mlo.h:13, > > from ../drivers/net/wireless/intel/iwlwifi/mld/mld.c:17: > > ../drivers/net/wireless/intel/iwlwifi/mld/iface.h:169:5: warning: "CONFIG_PM_SLEEP" is not defined, evaluates to 0 [-Wundef] > > 169 | #if CONFIG_PM_SLEEP > > | ^~~~~~~~~~~~~~~ > > Yeah, I apologize. We had this in the robot for quite a while, but it > either slipped through or it managed to not hit it. Arnd already sent a > patch for some of these, and I thought we also already had a patch for > this one. I'll check. > > What's the best way to get it to you now? You can send it with the next PR, I suspect it only bothers people doing build testing.