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 DC8AAC64EC4 for ; Wed, 22 Feb 2023 16:38:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230267AbjBVQi7 (ORCPT ); Wed, 22 Feb 2023 11:38:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231622AbjBVQi6 (ORCPT ); Wed, 22 Feb 2023 11:38:58 -0500 Received: from orbyte.nwl.cc (orbyte.nwl.cc [IPv6:2001:41d0:e:133a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B9721167D for ; Wed, 22 Feb 2023 08:38:46 -0800 (PST) Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.94.2) (envelope-from ) id 1pUs8h-00059C-EN; Wed, 22 Feb 2023 17:38:43 +0100 Date: Wed, 22 Feb 2023 17:38:43 +0100 From: Phil Sutter To: Thomas Devoogdt Cc: Pablo Neira Ayuso , netfilter-devel@vger.kernel.org Subject: Re: [PATCH] [iptables] extensions: libxt_LOG.c: fix linux/netfilter/xt_LOG.h include on Linux < 3.4 Message-ID: Mail-Followup-To: Phil Sutter , Thomas Devoogdt , Pablo Neira Ayuso , netfilter-devel@vger.kernel.org References: <20230222072349.509917-1-thomas.devoogdt@barco.com> 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, Feb 22, 2023 at 05:21:58PM +0100, Thomas Devoogdt wrote: > I saw your new commit: > https://patchwork.ozlabs.org/project/netfilter-devel/patch/20230222155601.31645-1-phil@nwl.cc/, > > Thx in advance. > No further action from my side is required I guess. Thanks for confirming. I'll push the patch. Cheers, Phil