From: Vinicius Costa Gomes <[email protected]>
Date: Wed, 14 Mar 2018 13:32:09 -0700
> When errors are enqueued to the error queue via sock_queue_err_skb()
> function, it is possible that the waiting application is not notified.
>
> Calling 'sk->sk_data_ready()' would not notify applications that
> selected only POLLERR events in poll() (for example).
>
> Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
> Reported-by: Randy E. Witt <[email protected]>
> Reviewed-by: Eric Dumazet <[email protected]>
> Signed-off-by: Vinicius Costa Gomes <[email protected]>
Applied and queued up for -stable, thank you.
Since this is going into 'net', it doesn't need to be in your net-next
submission as 'net' changes will (eventually) propagate into net-next.
Please fix that up, thank you.