On Sat, Aug 10, 2024 at 11:54:31AM +0200, Vincenzo Mezzela wrote: > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > commit ce04abc3fcc62cd5640af981ebfd7c4dc3bded28 upstream. > > When userspace sets basic rates, it might send us some rates > list that's empty or consists of invalid values only. We're > currently ignoring invalid values and then may end up with a > rates bitmap that's empty, which later results in a warning. > > Reject the call if there were no valid rates. > > [ Conflict resolution involved adjusting the patch to accommodate > changes in the function signature of ieee80211_parse_bitrates, > specifically the updated first parameter ] > > Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> > Reported-by: syzbot+19013115c9786bfd0c4e@xxxxxxxxxxxxxxxxxxxxxxxxx > Tested-by: syzbot+19013115c9786bfd0c4e@xxxxxxxxxxxxxxxxxxxxxxxxx > Closes: https://syzkaller.appspot.com/bug?extid=19013115c9786bfd0c4e > Signed-off-by: Vincenzo Mezzela <vincenzo.mezzela@xxxxxxxxx> > --- > Hi, > I'm resending the backport for v5.15 [1], following the one I previously > sent for v6.1 [2]. Now queued up, thanks. greg k-h