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=-2.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,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 7A234C10F00 for ; Wed, 27 Mar 2019 14:40:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 472C42146F for ; Wed, 27 Mar 2019 14:40:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553697657; bh=xvLzJwF28PPMgmkURs9C66Qe3Jn3KQNlA2iyMtA+fkM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=JA4oTx/nVXbU1J0A7XvHHAd+3CO3H+Z0oFW8w5pqIC8vN6VM+K91zcP0nrZYTl6ZJ AOYTJXKf4iUdfxAon1dwmEJ2F+MQDjyUykvLl8xvVBpmXzmdt8czrfrnQAljpFp5Nv UzXdelmGInFG+Lg9v+YY30TQF+Drk9L/VK4yPIoo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728739AbfC0Okz (ORCPT ); Wed, 27 Mar 2019 10:40:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:58512 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729063AbfC0Oky (ORCPT ); Wed, 27 Mar 2019 10:40:54 -0400 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 B8F0D2146F; Wed, 27 Mar 2019 14:40:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553697654; bh=xvLzJwF28PPMgmkURs9C66Qe3Jn3KQNlA2iyMtA+fkM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OnhUSjATA11opZyiCYP87/mnJwERrbJsGTP+EvR1A1UlDkp7Q2a8N+/YBhL0Qgh1k swusCbKUCZTFED1HJvwpIMBf2w46aj37Qz6Pjg18Ik7cCuxdGxgDPEXdZ/3/YzQ8Nd z9dB5WY3sXyzAsBDGWAM6AJ2m5SmkYnE6zRlPfpc= Date: Wed, 27 Mar 2019 10:40:51 -0400 From: Sasha Levin To: kfm@plushkava.net Cc: stable@vger.kernel.org, pablo@netfilter.org, mpagano@gentoo.org Subject: Re: netfilter: nf_tables: fix set double-free in abort path Message-ID: <20190327144051.GI25262@sasha-vm> References: <20190326200449.eabc8fdde97ecb302023fc4a@plushkava.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20190326200449.eabc8fdde97ecb302023fc4a@plushkava.net> 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 Tue, Mar 26, 2019 at 08:04:49PM +0000, kfm@plushkava.net wrote: >Hi, > >Please consider the attached for inclusion in the 5.0 queue. The justification should be apparent from reading the referenced bugzilla report. The upstream commit is 40ba1d9b4d19796afc9b7ece872f5f3e8f5e2c13 but I have attached the patch that was originally posted by Pablo because it can be applied to 5.0 without fuzz. Queued for 5.0, thank you. -- Thanks, Sasha