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=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 8EBB0C433ED for ; Mon, 3 May 2021 21:01:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6637E61077 for ; Mon, 3 May 2021 21:01:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229596AbhECVCt (ORCPT ); Mon, 3 May 2021 17:02:49 -0400 Received: from mail.netfilter.org ([217.70.188.207]:41006 "EHLO mail.netfilter.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229497AbhECVCs (ORCPT ); Mon, 3 May 2021 17:02:48 -0400 Received: from us.es (unknown [90.77.255.23]) by mail.netfilter.org (Postfix) with ESMTPSA id 7722E63087; Mon, 3 May 2021 23:01:11 +0200 (CEST) Date: Mon, 3 May 2021 23:01:51 +0200 From: Pablo Neira Ayuso To: Phil Sutter Cc: netfilter-devel@vger.kernel.org, Jan Engelhardt Subject: Re: [net-next PATCH v2] netfilter: xt_SECMARK: add new revision to fix structure layout Message-ID: <20210503210151.GA13380@salvia> References: <20210430120013.28875-1-phil@nwl.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210430120013.28875-1-phil@nwl.cc> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Fri, Apr 30, 2021 at 02:00:13PM +0200, Phil Sutter wrote: > From: Pablo Neira Ayuso > > This extension breaks when trying to delete rules, add a new revision to > fix this. Applied, thanks Phil. I'm routing this through nf.git given removal of SECMARK rules is not possible, which is a bug. > Fixes: 5e6874cdb8de ("[SECMARK]: Add xtables SECMARK target") > Signed-off-by: Pablo Neira Ayuso > Signed-off-by: Phil Sutter