__assign_str handling

Johannes Berg <[email protected]> Tue, 11 Jun 2024 13:13:36 +0200
Newsgroups org.kernel.vger.backports
Message-ID <[email protected]>
In 6.10, the tracing __assign_str() macro lots its second argument.

We simply made a patch (for cfg80211, mac80211 and iwlwifi) to put it
back under ifdef, but maybe someone else has any other ideas?

The big problem is that it's defined/undefined/redefined, so can't even
override it (if it were even possible, since we don't generally know
what the argument should be).

johannes