From owner-svn-src-all@FreeBSD.ORG Sun Jan 18 09:50:04 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC3D4690; Sun, 18 Jan 2015 09:50:04 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::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 786D22BF; Sun, 18 Jan 2015 09:50:04 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (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 9137A1FE023; Sun, 18 Jan 2015 10:50:02 +0100 (CET) Message-ID: <54BB81FC.3030501@selasky.org> Date: Sun, 18 Jan 2015 10:50:52 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "Bjoern A. Zeeb" Subject: Re: svn commit: r277302 - in head/sys: conf modules modules/ibcore modules/ipoib modules/linuxapi modules/mlx4 modules/mlx4ib ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mlx4 ofed/drivers/i... References: <201501171636.t0HGadsf039591@svn.freebsd.org> <47909EEB-D9BF-43A1-B485-43680A86E170@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2015 09:50:04 -0000 On 01/18/15 04:37, Bjoern A. Zeeb wrote: > >> On 18 Jan 2015, at 01:33 , Bjoern A. Zeeb wrote: >> >> >>> On 17 Jan 2015, at 16:36 , Hans Petter Selasky wrote: >>> >>> Author: hselasky >>> Date: Sat Jan 17 16:36:39 2015 >>> New Revision: 277302 >>> URL: https://svnweb.freebsd.org/changeset/base/277302 >>> >>> Log: >>> Start importing the basic OFED linux compatibility layer changes made >>> by dumbbell@ to be able to compile this layer as a dependency module. >>> Clean up some Makefiles and remove the no longer used OFED define. >> >> Build files, NOTES files, .. still referenced the “OFED” option. I put it back in for now to unbreak LINT builds. Please cleanup properly. Can always put it into reviews and find someone to make sure you caught all places. >> > > Ok, never mind: > > /home/baz21/SVN/head-reviews.svn/sys/ofed/include/linux/linux_compat.c:49:10: fatal error: 'linux/kobject.h' file not found > #include > ^ > 1 error generated. I'll fix it. --HPS