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 X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4B96CC76186 for ; Wed, 24 Jul 2019 22:26:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 272BF205C9 for ; Wed, 24 Jul 2019 22:26:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729278AbfGXW0U (ORCPT ); Wed, 24 Jul 2019 18:26:20 -0400 Received: from orbyte.nwl.cc ([151.80.46.58]:51970 "EHLO orbyte.nwl.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728027AbfGXW0T (ORCPT ); Wed, 24 Jul 2019 18:26:19 -0400 Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.91) (envelope-from ) id 1hqPi8-0003Jc-2l; Thu, 25 Jul 2019 00:26:12 +0200 Date: Thu, 25 Jul 2019 00:26:12 +0200 From: Phil Sutter To: Stephen Rothwell Cc: Pablo Neira Ayuso , NetFilter , Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: Signed-off-by missing for commit in the netfilter tree Message-ID: <20190724222612.GD14469@orbyte.nwl.cc> Mail-Followup-To: Phil Sutter , Stephen Rothwell , Pablo Neira Ayuso , NetFilter , Linux Next Mailing List , Linux Kernel Mailing List References: <20190725071803.6beb44f9@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190725071803.6beb44f9@canb.auug.org.au> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Thu, Jul 25, 2019 at 07:18:03AM +1000, Stephen Rothwell wrote: > Commit > > 5f5ff5ca2e18 ("netfilter: nf_tables: Make nft_meta expression more robust") > > is missing a Signed-off-by from its author. Argh, my SoB ended in the changelog I put below the commit message and hence was dropped during git-am. Thanks for the heads-up, Stephen! Pablo, can we fix this somehow? Sorry for the mess, Phil