From owner-freebsd-stable@freebsd.org Sat Jul 11 22:00:12 2015 Return-Path: Delivered-To: freebsd-stable@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 777C8997ED6 for ; Sat, 11 Jul 2015 22:00:12 +0000 (UTC) (envelope-from hps@selasky.org) 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 3AF8732A for ; Sat, 11 Jul 2015 22:00:12 +0000 (UTC) (envelope-from hps@selasky.org) 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 EDF4C1FE022; Sun, 12 Jul 2015 00:00:01 +0200 (CEST) Message-ID: <55A1922B.60500@selasky.org> Date: Sun, 12 Jul 2015 00:01:15 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Dmitry Morozovsky CC: freebsd-stable@freebsd.org Subject: Re: OFED on stable/9 is not buildable at least on stable/10 References: <55966F82.4010900@selasky.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2015 22:00:12 -0000 On 07/11/15 19:14, Dmitry Morozovsky wrote: > Hans Petter, > > On Sat, 4 Jul 2015, Dmitry Morozovsky wrote: > >>>> on stable/10 trying to buildkernel with ALL_MODULES chokes at OFED >>>> (actually, >>>> for quite a few months already): >>>> >>>> Could you please take a look at this? >>> >>> Does this patch fix the problem for you: >>> >>> https://svnweb.freebsd.org/changeset/base/285088 >> >> yes it does, thank you! > > could you please MFC this small change to reduce burden of local patches a bit? :) > Here you go: https://svnweb.freebsd.org/changeset/base/285410 --HPS