From: Arnd Bergmann <arnd@xxxxxxxx> While testing some other patch series I worked on across gcc versions, I found a couple of stringop warnings that only show up with some toolchains but not others. The warnings I both seem to be false positive. I have also not found an explanation why both of these happen in atheros wireless drivers, as I don't see this in other drivers. Maybe Kees can work out what is going on here. Arnd Bergmann (2): [RESEND] carl9170: re-fix fortified-memset warning ath9k: work around memset overflow warning drivers/net/wireless/ath/ath.h | 6 ++++-- drivers/net/wireless/ath/ath9k/main.c | 3 +-- drivers/net/wireless/ath/carl9170/tx.c | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) -- 2.39.2