From owner-svn-src-stable-10@freebsd.org Fri Mar 3 14:19:13 2017 Return-Path: Delivered-To: svn-src-stable-10@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A33E7CF535B; Fri, 3 Mar 2017 14:19:13 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F07E1646; Fri, 3 Mar 2017 14:19:13 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 0785D1FE025; Fri, 3 Mar 2017 15:18:45 +0100 (CET) Subject: Re: svn commit: r314594 - stable/10/sys/modules/mlx5 To: Andriy Gapon , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org References: <201703031206.v23C6XTF055972@repo.freebsd.org> From: Hans Petter Selasky Message-ID: Date: Fri, 3 Mar 2017 15:18:24 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <201703031206.v23C6XTF055972@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 14:19:13 -0000 On 03/03/17 13:06, Andriy Gapon wrote: > Author: avg > Date: Fri Mar 3 12:06:33 2017 > New Revision: 314594 > URL: https://svnweb.freebsd.org/changeset/base/314594 > > Log: > mlx5 module: remove include path that doesn't exist in this branch > > This is a direct commit. > It allows the module to be compiled with the base gcc. > > Modified: > stable/10/sys/modules/mlx5/Makefile > > Modified: stable/10/sys/modules/mlx5/Makefile > ============================================================================== > --- stable/10/sys/modules/mlx5/Makefile Fri Mar 3 12:03:50 2017 (r314593) > +++ stable/10/sys/modules/mlx5/Makefile Fri Mar 3 12:06:33 2017 (r314594) > @@ -30,7 +30,6 @@ device_if.h bus_if.h vnode_if.h pci_if.h > SRCS+= linux_compat.c linux_radix.c linux_idr.c > > CFLAGS+= -I${.CURDIR}/../../ofed/include > -CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include > > .include > Hi, Which version of GCC is this? Do you want me to check for this kind of errors before committing or are you fine cleaning up every now and then? Currently the mlx4/mlx5 code is only tested with the in-base compiler. --HPS