On Mon, Apr 09, 2018 at 10:25:30PM +0200, Greg Kroah-Hartman wrote: > On Mon, Apr 09, 2018 at 11:05:25AM -0700, Nathan Chancellor wrote: > > From: "Jason A. Donenfeld" <Jason@xxxxxxxxx> > > > > commit 3f29770723fe498a5c5f57c3a31a996ebdde03e1 upstream. > > > > Signed-off-by: Jason A. Donenfeld <Jason@xxxxxxxxx> > > Cc: Steffen Klassert <steffen.klassert@xxxxxxxxxxx> > > Cc: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> > > Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> > > Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> > > [natechancellor: Adjusted context due to lack of fca11ebde3f0] > > Signed-off-by: Nathan Chancellor <natechancellor@xxxxxxxxx> > > --- > > net/ipv4/ah4.c | 8 ++++++-- > > net/ipv4/esp4.c | 13 ++++++++----- > > net/ipv6/ah6.c | 8 ++++++-- > > net/ipv6/esp6.c | 12 ++++++++---- > > 4 files changed, 28 insertions(+), 13 deletions(-) > > Thanks, now there are only 4 build warnings left due to this change, > I'll go fix them up in the morning... > > greg k-h Sorry, I should have checked the other call sites of skb_to_sgvec* :/ These are the other two commits, I've sent the backports out in a separate email thread: 89a5ea996625 ("rxrpc: check return value of skb_to_sgvec always") e2fcad58fd23 ("virtio_net: check return value of skb_to_sgvec always") Cheers! Nathan (sorry, meant to send this several hours ago then got distracted...)