On Thu, 2022-10-13 at 08:32 -0700, Jakub Kicinski wrote: > On Thu, 13 Oct 2022 12:04:51 +0200 Johannes Berg wrote: > > Please pull and let me know if there's any problem. > > Since you asked if there are any problems... :) > > net/wireless/scan.c:1677:61: warning: incorrect type in argument 2 (different address spaces) > net/wireless/scan.c:1677:61: expected struct cfg80211_bss_ies const *new_ies > net/wireless/scan.c:1677:61: got struct cfg80211_bss_ies const [noderef] __rcu *beacon_ies > Oh shoot, I had noticed this later and forgot about it ... FWIW, it's harmless, but we do need to silence the sparse warning. I'll add a follow-up patch for our next pull request, unless you want it quickly, then I can send it to you directly? johannes