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.4 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 5BA38C04EB8 for ; Mon, 10 Dec 2018 13:55:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2004B2086D for ; Mon, 10 Dec 2018 13:55:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2004B2086D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=queasysnail.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727522AbeLJNzu (ORCPT ); Mon, 10 Dec 2018 08:55:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35102 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726791AbeLJNzt (ORCPT ); Mon, 10 Dec 2018 08:55:49 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C2760307D843; Mon, 10 Dec 2018 13:55:48 +0000 (UTC) Received: from bistromath.localdomain (ovpn-116-33.ams2.redhat.com [10.36.116.33]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CB9A45C225; Mon, 10 Dec 2018 13:55:46 +0000 (UTC) Date: Mon, 10 Dec 2018 14:55:45 +0100 From: Sabrina Dubroca To: Andrew Lunn Cc: David Miller , hkallweit1@gmail.com, sfr@canb.auug.org.au, netdev@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, f.fainelli@gmail.com Subject: Re: linux-next: Signed-off-by missing for commits in the net-next tree Message-ID: <20181210135545.GA29631@bistromath.localdomain> References: <20181210080045.0e67ad79@canb.auug.org.au> <20181209211139.GB21186@lunn.ch> <011f5be3-4bc1-2e64-0ddf-b43b8dbc4dcd@gmail.com> <20181209.162805.1102172618676272423.davem@davemloft.net> <20181210133500.GB4660@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181210133500.GB4660@lunn.ch> User-Agent: Mutt/1.11.1 (2018-12-01) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Mon, 10 Dec 2018 13:55:49 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2018-12-10, 14:35:00 +0100, Andrew Lunn wrote: > > The problem here is the '--' delimiter, Andrew should have either > > used nothing or something else. > > I picked -- because it was not --- ! > > Anyway, lesson learned. But i kind of expect it will happen again to > others, since the "Submitting Patches" documentation just mentions --- > and does not say that other similar markers may also trigger the magic > scissors. -- doesn't trigger the scissors. It looks like patchwork replaced your -- with a ---, as I wrote in my other reply. -- Sabrina