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=-6.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED 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 D3A28C282C8 for ; Mon, 28 Jan 2019 18:52:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ADD542171F for ; Mon, 28 Jan 2019 18:52:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727507AbfA1SwJ (ORCPT ); Mon, 28 Jan 2019 13:52:09 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:48348 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726752AbfA1SwJ (ORCPT ); Mon, 28 Jan 2019 13:52:09 -0500 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::bf5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id A16EE14EFCE83; Mon, 28 Jan 2019 10:52:08 -0800 (PST) Date: Mon, 28 Jan 2019 10:52:07 -0800 (PST) Message-Id: <20190128.105207.1557362159767695959.davem@davemloft.net> To: pablo@netfilter.org Cc: netfilter-devel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 0/7] Netfilter/IPVS fixes for net From: David Miller In-Reply-To: <20190128140405.15020-1-pablo@netfilter.org> References: <20190128140405.15020-1-pablo@netfilter.org> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Mon, 28 Jan 2019 10:52:08 -0800 (PST) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Pablo Neira Ayuso Date: Mon, 28 Jan 2019 15:03:58 +0100 > The following patchset contains Netfilter/IPVS fixes for your net tree: > > 1) The nftnl mutex is now per-netns, therefore use reference counter > for matches and targets to deal with concurrent updates from netns. > Moreover, place extensions in a pernet list. Patches from Florian Westphal. > > 2) Bail out with EINVAL in case of negative timeouts via setsockopt() > through ip_vs_set_timeout(), from ZhangXiaoxu. > > 3) Spurious EINVAL on ebtables 32bit binary with 64bit kernel, also > from Florian. > > 4) Reset TCP option header parser in case of fingerprint mismatch, > otherwise follow up overlapping fingerprint definitions including > TCP options do not work, from Fernando Fernandez Mancera. > > 5) Compilation warning in ipt_CLUSTER with CONFIG_PROC_FS unset. > From Anders Roxell. > > You can pull these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git Pulled, thanks Pablo.