]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
wifi: ath6kl: remove WARN on bad firmware input
authorJohannes Berg <johannes.berg@intel.com>
Tue, 17 Jun 2025 09:45:29 +0000 (11:45 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Jul 2025 16:24:57 +0000 (18:24 +0200)
commit7a2afdc5af3b82b601f6a2f0d1c90d5f0bc27aeb
treefb086554df858050b9a309cb96c8cb2ed9055633
parent48293b9cde181d5f52666181775f27b9ed030e87
wifi: ath6kl: remove WARN on bad firmware input

[ Upstream commit e7417421d89358da071fd2930f91e67c7128fbff ]

If the firmware gives bad input, that's nothing to do with
the driver's stack at this point etc., so the WARN_ON()
doesn't add any value. Additionally, this is one of the
top syzbot reports now. Just print a message, and as an
added bonus, print the sizes too.

Reported-by: syzbot+92c6dd14aaa230be6855@syzkaller.appspotmail.com
Tested-by: syzbot+92c6dd14aaa230be6855@syzkaller.appspotmail.com
Acked-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
Link: https://patch.msgid.link/20250617114529.031a677a348e.I58bf1eb4ac16a82c546725ff010f3f0d2b0cca49@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/ath/ath6kl/bmi.c