From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:37272 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753704AbeDIUZi (ORCPT ); Mon, 9 Apr 2018 16:25:38 -0400 Date: Mon, 9 Apr 2018 22:25:30 +0200 From: Greg Kroah-Hartman To: Nathan Chancellor Cc: stable@vger.kernel.org, "Jason A. Donenfeld" , Steffen Klassert , Herbert Xu , "David S. Miller" Subject: Re: [PATCH 4.9] ipsec: check return value of skb_to_sgvec always Message-ID: <20180409202530.GA1965@kroah.com> References: <20180409180525.32425-1-natechancellor@gmail.com> <20180409180525.32425-4-natechancellor@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180409180525.32425-4-natechancellor@gmail.com> Sender: stable-owner@vger.kernel.org List-ID: On Mon, Apr 09, 2018 at 11:05:25AM -0700, Nathan Chancellor wrote: > From: "Jason A. Donenfeld" > > commit 3f29770723fe498a5c5f57c3a31a996ebdde03e1 upstream. > > Signed-off-by: Jason A. Donenfeld > Cc: Steffen Klassert > Cc: Herbert Xu > Cc: "David S. Miller" > Signed-off-by: David S. Miller > [natechancellor: Adjusted context due to lack of fca11ebde3f0] > Signed-off-by: Nathan Chancellor > --- > 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