From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f65.google.com ([74.125.82.65]:38683 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751216AbeDEHkx (ORCPT ); Thu, 5 Apr 2018 03:40:53 -0400 Received: by mail-wm0-f65.google.com with SMTP id i3so4093335wmf.3 for ; Thu, 05 Apr 2018 00:40:52 -0700 (PDT) Date: Thu, 5 Apr 2018 00:40:48 -0700 From: Nathan Chancellor To: Harsh Shandilya Cc: Sasha Levin , Greg KH , "stable@vger.kernel.org" Subject: Re: [GIT PULL] commits for Linux 3.18 Message-ID: <20180405074048.GA735@flashbox> References: <19F4B2DD-63A7-4D98-8A3A-C7C29C3DFBDA@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <19F4B2DD-63A7-4D98-8A3A-C7C29C3DFBDA@gmail.com> Sender: stable-owner@vger.kernel.org List-ID: On Thu, Apr 05, 2018 at 12:32:55PM +0530, Harsh Shandilya wrote: > > > On 5 April 2018 11:54:28 AM IST, Sasha Levin wrote: > >-----BEGIN PGP SIGNED MESSAGE----- > >Hash: SHA512 > > > >Hi Greg, > > > >Pleae pull commits for Linux 3.18 . > > > >I've sent a review request for all commits over a week ago and all > >comments were addressed. > > > > > >Thanks, > >Sasha > > > >===== > > > > > >The following changes since commit > >89dad4ea47357950b8ba09886e02ff4fd0793f9e: > > > > Linux 3.18.99 (2018-03-11 16:12:20 +0100) > > > >are available in the Git repository at: > > > >git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git > >tags/for-greg-3.18-04052018 > > > >for you to fetch changes up to > >5ea952bd1f538212d63bbd34b42e2cc769074259: > > > >signal/arm: Document conflicts with SI_USER and SIGFPE (2018-04-05 > >00:51:03 -0400) > > > >- ---------------------------------------------------------------- > >for-greg-3.18-04052018 > > > >- ---------------------------------------------------------------- > >Jason A. Donenfeld (1): > > skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow > > > This patch introduces build warnings[1] with GCC 7.3.1 that were fixed upstream by commit 3f29770723fe498a5c5f57c3a31a996ebdde03e1 ("ipsec: check return value of skb_to_sgvec always"). > > [1] https://del.dog/delexogeqi.coffeescript > -- > Sent from my Android device with K-9 Mail. Please excuse my brevity. I have backported this commit and verified it fixes the warnings. This affects 3.18, 4.4, and 4.9. I can send them if/when these patches are added. No other warnings appear on arm64 and x86_64. Nathan