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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 30B8CC433F5 for ; Mon, 8 Nov 2021 11:09:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0488161352 for ; Mon, 8 Nov 2021 11:09:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236276AbhKHLMc (ORCPT ); Mon, 8 Nov 2021 06:12:32 -0500 Received: from mail.netfilter.org ([217.70.188.207]:47072 "EHLO mail.netfilter.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236077AbhKHLMb (ORCPT ); Mon, 8 Nov 2021 06:12:31 -0500 Received: from netfilter.org (unknown [78.30.32.163]) by mail.netfilter.org (Postfix) with ESMTPSA id CC9526063C; Mon, 8 Nov 2021 12:07:47 +0100 (CET) Date: Mon, 8 Nov 2021 12:09:41 +0100 From: Pablo Neira Ayuso To: Jeremy Sowden Cc: Netfilter Devel Subject: Re: [ulogd2 PATCH v2 00/13] Build Improvements Message-ID: References: <20211106161759.128364-1-jeremy@azazel.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20211106161759.128364-1-jeremy@azazel.net> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Sat, Nov 06, 2021 at 04:17:47PM +0000, Jeremy Sowden wrote: > Some tidying and autotools updates and fixes. Same thing, please add a description. Sorry for dumping this series for this "silly reason", I think this helps dig out in the future if the natural language description (expressed in the commit description) matches with update as a way to spot for bugs. It does not need to be long, I understand some little update are quite obvious to the reader, so a concise description should be fine. Thanks