From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DF71E18C933 for ; Sat, 9 May 2026 08:09:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778314152; cv=none; b=Dkgch+aHmiH+kTyw18ZBpILI5YtbGv3kLJnhdv+z33AmuJPzKoR0edmCwGz8bRcWgPjr0Rn/8EOZo54THv6qi4/n1s4BcYFW+zhN8Zf6xo7mF2AfBOmaGklZccKuQTkykV0iv8ph+m15OaX7051bmpryDKIkEOxa22zWPWA2mV4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778314152; c=relaxed/simple; bh=EJWHKecBBQx18bkB7WVC+Ft4Vs7sffFYop4MHJWt4N0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JP53n5AgtYUiymrlo0wAYPyEaDI/rv8d5tvp7/io0xd8AJOeyOPLRMlO8B56CWf3JW94YWcppwWdA8aoVHFhkET0bCt986bM42+ejwyTgUXdNTsJ3+be+ULJABMt/A3Y72h5pemEgOw4pmp7KixFNnkeVXBvS8LZlKzhH9cxViM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=strlen.de; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=strlen.de Received: by Chamillionaire.breakpoint.cc (Postfix, from userid 1003) id 1154E6084A; Sat, 09 May 2026 10:09:02 +0200 (CEST) Date: Sat, 9 May 2026 10:09:01 +0200 From: Florian Westphal To: Jozsef Kadlecsik Cc: netfilter-devel@vger.kernel.org, Pablo Neira Ayuso Subject: Re: [PATCH v6 0/8] netfilter: ipset fixes Message-ID: References: <20260508205903.10238-1-kadlec@netfilter.org> Precedence: bulk X-Mailing-List: netfilter-devel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260508205903.10238-1-kadlec@netfilter.org> Jozsef Kadlecsik wrote: > Hi Pablo, > > Here follows the new revision of the fixes for the current list > of ipset related issues. If sashiko won't find any issues in > the patches themselves, then please consider applying them. I think it would make sense to start taking the first 4 patches so we make some progress here and Jozsef doesn't have to respin all patches. What do you think?