Re: [PATCH net 1/1] net: ipa: don't be a hog in gsi_channel_poll()

From: David Miller
Date: Sat May 16 2020 - 18:16:36 EST


From: Alex Elder <elder@xxxxxxxxxx>
Date: Fri, 15 May 2020 14:52:03 -0500

> The iteration count value used in gsi_channel_poll() is intended to
> limit poll iterations to the budget supplied as an argument. But
> it's never updated.
>
> Fix this bug by incrementing the count each time through the loop.
>
> Reported-by: Sharath Chandra Vurukala <sharathv@xxxxxxxxxxxxxx>
> Signed-off-by: Alex Elder <elder@xxxxxxxxxx>

Applied, thanks.