Re: [PATCH] mac80211: tdls: don't WARN_ON_ONCE on missing STA info
From: Johannes Berg
Date: Sun Oct 26 2025 - 06:34:17 EST
On Sun, 2025-10-26 at 10:25 +0000, Nikita Aleksandrov wrote:
> syzbot report e55106f8389651870be0 revealed a crash in tdls handling
> when the STA or AP STA info was missing.
> Fix: replace WARN_ON_ONCE with a regular error log (sdata_err) and
> return early if STA info is missing. Avoids panic_on_warn.
>
Wrong way to do this, we shouldn't get here that way.
johannes