Hi, We've got a few more stragglers for hopefully 5.13, see the tag message below for more details. Please pull and let me know if there's any problem. Thanks, johannes The following changes since commit 1c200f832e14420fa770193f9871f4ce2df00d07: net: qed: Fix memcpy() overflow of qed_dcbx_params() (2021-06-17 12:14:51 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git tags/mac80211-for-net-2021-06-18 for you to fetch changes up to 652e8363bbc7d149fa194a5cbf30b1001c0274b0: mac80211: handle various extensible elements correctly (2021-06-18 13:25:49 +0200) ---------------------------------------------------------------- A couple of straggler fixes: * a minstrel HT sample check fix * peer measurement could double-free on races * certificate file generation at build time could sometimes hang * some parameters weren't reset between connections in mac80211 * some extensible elements were treated as non- extensible, possibly causuing bad connections (or failures) if the AP adds data ---------------------------------------------------------------- Avraham Stern (1): cfg80211: avoid double free of PMSR request Felix Fietkau (1): mac80211: minstrel_ht: fix sample time check Johannes Berg (3): cfg80211: make certificate generation more robust mac80211: reset profile_periodicity/ema_ap mac80211: handle various extensible elements correctly net/mac80211/mlme.c | 8 ++++++++ net/mac80211/rc80211_minstrel_ht.c | 2 +- net/mac80211/util.c | 22 +++++++++++----------- net/wireless/Makefile | 2 +- net/wireless/pmsr.c | 16 ++++++++++++++-- 5 files changed, 35 insertions(+), 15 deletions(-)