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=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,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 66BAEC433F4 for ; Fri, 31 Aug 2018 18:19:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1502C20837 for ; Fri, 31 Aug 2018 18:19:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="43SDed6P" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1502C20837 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lunn.ch 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 S1727356AbeHaW2P (ORCPT ); Fri, 31 Aug 2018 18:28:15 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:49095 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726704AbeHaW2P (ORCPT ); Fri, 31 Aug 2018 18:28:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=xABDa6m6bbMeiqPo1BTiDLXIe8CVAtc9YQvERjHJ6Us=; b=43SDed6PXTeRcGBoXBs5btUkNHNuNnzogqmc+mLeUA+qrdb2RxEAARR+g+0K5vYrXvfaicgkL5qtwDfgGkJdzQEXC9/E0fI27vPnT84ilnlD474aJVBFO52qCHfd5O3R11otQGORUxDjZjbP96r5OALaVTCWNE2pJ3eP7uZM8yE=; Received: from andrew by vps0.lunn.ch with local (Exim 4.84_2) (envelope-from ) id 1fvo13-00075S-F9; Fri, 31 Aug 2018 20:19:29 +0200 Date: Fri, 31 Aug 2018 20:19:29 +0200 From: Andrew Lunn To: Moritz Fischer Cc: Randy Dunlap , sfr@canb.auug.org.au, linux-next@vger.kernel.org, Linux Kernel Mailing List , netdev@vger.kernel.org Subject: Re: linux-next: Tree for Aug 31 (nixge.c and phy) Message-ID: <20180831181929.GB23595@lunn.ch> References: <20180831130356.6b0fd971@canb.auug.org.au> <20180831175427.GC19733@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Sounds good. What's the process here? Follow-up patch to net-next? Hi Moritz Yes. Please include a Fixes: tag, so we have some traceability. Andrew