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