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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 90600C433FE for ; Tue, 22 Nov 2022 20:48:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235119AbiKVUs3 (ORCPT ); Tue, 22 Nov 2022 15:48:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235566AbiKVUsJ (ORCPT ); Tue, 22 Nov 2022 15:48:09 -0500 Received: from mail.netfilter.org (mail.netfilter.org [217.70.188.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id AE8042734 for ; Tue, 22 Nov 2022 12:45:34 -0800 (PST) Date: Tue, 22 Nov 2022 21:45:31 +0100 From: Pablo Neira Ayuso To: Jozsef Kadlecsik Cc: netfilter-devel@vger.kernel.org Subject: Re: [PATCH 1/1] netfilter: ipset: restore allowing 64 clashing elements in hash:net,iface Message-ID: References: <20221122191858.1051777-1-kadlec@netfilter.org> <20221122191858.1051777-2-kadlec@netfilter.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20221122191858.1051777-2-kadlec@netfilter.org> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Hi Jozsef, On Tue, Nov 22, 2022 at 08:18:58PM +0100, Jozsef Kadlecsik wrote: > The patch "netfilter: ipset: enforce documented limit to prevent allocating > huge memory" was too strict and prevented to add up to 64 clashing elements > to a hash:net,iface type of set. This patch fixes the issue and now the type > behaves as documented. I have manually applied, this to add the Fixes: tag, upstream maintainers usually require this and it also helps robots to identify patches which should go into -stable.