Re: [PATCH v8 3/5] rxrpc: check return value of skb_to_sgvec always

From: Jason A. Donenfeld
Date: Tue May 16 2017 - 18:11:48 EST


On Mon, May 15, 2017 at 3:11 PM, David Howells <dhowells@xxxxxxxxxx> wrote:
> skb_to_sgvec() can return -EMSGSIZE in some circumstances. You shouldn't
> return -ENOMEM here in such a case.

Noted. I'll fix this up for the next round.