From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx3-rdu2.redhat.com ([66.187.233.73]:55406 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751628AbeBWI2h (ORCPT ); Fri, 23 Feb 2018 03:28:37 -0500 Message-ID: <1519374515.4161.3.camel@redhat.com> Subject: Re: Patch "netfilter: on sockopt() acquire sock lock only in the required scope" has been added to the 4.14-stable tree From: Paolo Abeni To: gregkh@linuxfoundation.org Cc: stable@vger.kernel.org, stable-commits@vger.kernel.org Date: Fri, 23 Feb 2018 09:28:35 +0100 In-Reply-To: <1519334010109153@kroah.com> References: <1519334010109153@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: Hi, On Thu, 2018-02-22 at 22:13 +0100, gregkh@linuxfoundation.org wrote: > This is a note to let you know that I've just added the patch titled > > netfilter: on sockopt() acquire sock lock only in the required scope > > to the 4.14-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: > netfilter-on-sockopt-acquire-sock-lock-only-in-the-required-scope.patch > and it can be found in the queue-4.14 subdirectory. > > If you, or anyone else, feels it should not be added to the stable tree, > please let know about it. This has 2 required follow-up: commit dfec091439bb2acf763497cfc58f2bdfc67c56b7 Author: Paolo Abeni Date: Thu Feb 15 16:59:49 2018 +0100 dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock and: commit 01ea306f2ac2baff98d472da719193e738759d93 Author: Paolo Abeni Date: Thu Feb 8 12:19:00 2018 +0100 netfilter: drop outermost socket lock in getsockopt() I suggest to pull these 3 patches together. My bad: I was unable to provide a complete fix in a single shot. Thanks, Paolo