From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:43272 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751872AbdJJHQJ (ORCPT ); Tue, 10 Oct 2017 03:16:09 -0400 Message-ID: <1507619766.2719.14.camel@redhat.com> Subject: Re: Patch "udp: perform source validation for mcast early demux" has been added to the 4.13-stable tree From: Paolo Abeni To: Greg KH Cc: davem@davemloft.net, stable@vger.kernel.org, stable-commits@vger.kernel.org Date: Tue, 10 Oct 2017 09:16:06 +0200 In-Reply-To: <20171009085458.GA20532@kroah.com> References: <150753453416498@kroah.com> <1507534651.2517.1.camel@redhat.com> <20171009075751.GA695@kroah.com> <1507536134.2517.5.camel@redhat.com> <20171009085458.GA20532@kroah.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On Mon, 2017-10-09 at 10:54 +0200, Greg KH wrote: > On Mon, Oct 09, 2017 at 10:02:14AM +0200, Paolo Abeni wrote: > > On Mon, 2017-10-09 at 09:57 +0200, Greg KH wrote: > > > On Mon, Oct 09, 2017 at 09:37:31AM +0200, Paolo Abeni wrote: > > > > On Mon, 2017-10-09 at 09:35 +0200, gregkh@linuxfoundation.org wrote: > > > > > This is a note to let you know that I've just added the patch titled > > > > > > > > > > udp: perform source validation for mcast early demux > > > > > > > > > > to the 4.13-stable tree which can be found at: > > > > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > > > > > > > > > The filename of the patch is: > > > > > udp-perform-source-validation-for-mcast-early-demux.patch > > > > > and it can be found in the queue-4.13 subdirectory. > > > > > > > > > > If you, or anyone else, feels it should not be added to the stable tree, > > > > > please let know about it. > > > > > > > > Please, keep this one on-hold. It needs a relevant follow-up I'm going > > > > to post soon! > > > > > > Can I keep the patch before this one in the series "IPv4: early demux > > > can return an error code"? Or should I hold off on both of these for > > > now? > > > > AFAIK the patch "IPv4: early demux can return an error code" does not > > have any issue - it's just useless without this one - I guess it can > > stay in. > > Ok, I've now moved this one out, thanks for letting me know. > > And if you happen to remember when/if a fix for this goes into the tree, > that would be most helpful :) Sure! the fix just entered Linus's tree: commit 996b44fcef8f ("udp: fix bcast packet reception") Thanks, Paolo