From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54742C282C7 for ; Sat, 26 Jan 2019 18:01:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 229FA218B0 for ; Sat, 26 Jan 2019 18:01:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548525709; bh=rpr4EyDUwCVFZLzzhoB1nVwbnjOnjpHqDFFwcqFsZnM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=JPfC4YeK0uwQEFl/FZl1s+o+o0bAgYoTM63KvWpSOOalE+OqirLpkoNbM2Nhq2BUL ZyaMAC1hNWUsnO9R0aCLmW9t4bGPOG71CmBQCTTw4iwWg+ZUv+Agkx1h/0EO5HP+0t txsy0XT/JvYzB6rkUzJ5BEXHSWE13r7CGUG7QWzc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726155AbfAZSBs (ORCPT ); Sat, 26 Jan 2019 13:01:48 -0500 Received: from mail.kernel.org ([198.145.29.99]:32818 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726089AbfAZSBs (ORCPT ); Sat, 26 Jan 2019 13:01:48 -0500 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 861D22184C; Sat, 26 Jan 2019 18:01:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548525707; bh=rpr4EyDUwCVFZLzzhoB1nVwbnjOnjpHqDFFwcqFsZnM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DzLrfxXIW1H6l+Z1q/GPtx89YmHfC1GTcG5aIs8y6PaSHCp32UxRhTImpdXI8USuh he6iNx8yJoO7gQMN7A22L0rAwVkKEmSUjQJq5QiQB82hwsJW1F7SYGSTn/EqvfhmLl HkE0v0GIFBs9s2/Gfl69korlH1qO7/hjg1+Oga8E= Date: Sat, 26 Jan 2019 13:01:46 -0500 From: Sasha Levin To: Ben Hutchings Cc: Greg Kroah-Hartman , stable Subject: Re: [stable] ipfrag: really prevent allocation on netns exit Message-ID: <20190126180146.GC30183@sasha-vm> References: <1548430288.3229.374.camel@codethink.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1548430288.3229.374.camel@codethink.co.uk> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Jan 25, 2019 at 03:31:28PM +0000, Ben Hutchings wrote: >Please pick this commit for the 4.9 and 4.14 stable branches: > >commit f6f2a4a2eb92bc73671204198bb2f8ab53ff59fb >Author: Paolo Abeni >Date:   Fri Jul 6 12:30:20 2018 +0200 > >    ipfrag: really prevent allocation on netns exit > >It's not needed on earlier branches unless other commits are also applied. Queued for 4.9 and 4.14, thank you. -- Thanks, Sasha