From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Schmitz Subject: Re: [PATCH v3 00/10] New network driver for Amiga X-Surf 100 (m68k) Date: Thu, 19 Apr 2018 09:34:29 +1200 Message-ID: References: <1523930895-6973-1-git-send-email-schmitzmic@gmail.com> <1524025616-3722-1-git-send-email-schmitzmic@gmail.com> <20180418121957.GB31643@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: netdev , Finn Thain , Geert Uytterhoeven , Florian Fainelli , "Linux/m68k" , Michael Karcher To: Andrew Lunn Return-path: Received: from mail-pl0-f67.google.com ([209.85.160.67]:40824 "EHLO mail-pl0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752214AbeDRVea (ORCPT ); Wed, 18 Apr 2018 17:34:30 -0400 In-Reply-To: <20180418121957.GB31643@lunn.ch> Sender: netdev-owner@vger.kernel.org List-ID: Hi Andrew, sorry, my mistake. I didn't realize how fast DaveM's tree diverges from Linus' (and Geert's) once the merge window opens. Cheers, Michael On Thu, Apr 19, 2018 at 12:19 AM, Andrew Lunn wrote: > On Wed, Apr 18, 2018 at 05:10:45PM +1200, Michael Schmitz wrote: >> All, >> >> just noticed belatedly that the Makefile hunk of patch 9 does no >> longer apply cleanly in 4.17-rc1, sorry. My series was based on 4.16. >> I'll resend that one, OK? > > Hi Michael > > You should be based on DaveM net-next tree: > > git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git > > Please also have "net-next" in the patch subject. See > Documentation/networking/netdev-FAQ.txt > > Andrew