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 C369EC4332F for ; Wed, 21 Dec 2022 16:51:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233757AbiLUQvV (ORCPT ); Wed, 21 Dec 2022 11:51:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43564 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234459AbiLUQvT (ORCPT ); Wed, 21 Dec 2022 11:51:19 -0500 Received: from orbyte.nwl.cc (orbyte.nwl.cc [IPv6:2001:41d0:e:133a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 837DF1F5 for ; Wed, 21 Dec 2022 08:51:17 -0800 (PST) Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.94.2) (envelope-from ) id 1p82JH-0003zS-JB; Wed, 21 Dec 2022 17:51:15 +0100 Date: Wed, 21 Dec 2022 17:51:15 +0100 From: Phil Sutter To: Pablo Neira Ayuso Cc: netfilter-devel@vger.kernel.org Subject: Re: [conntrack-tools PATCH 0/4] Fix some minor bugs Message-ID: Mail-Followup-To: Phil Sutter , Pablo Neira Ayuso , netfilter-devel@vger.kernel.org References: <20221220153847.24152-1-phil@nwl.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Wed, Dec 21, 2022 at 05:48:01PM +0100, Pablo Neira Ayuso wrote: > On Tue, Dec 20, 2022 at 04:38:43PM +0100, Phil Sutter wrote: > > All these were identified by Covscan. > > Series LGTM. Series applied, thanks for the review!