From owner-svn-src-all@freebsd.org Thu May 5 17:09:48 2016 Return-Path: Delivered-To: svn-src-all@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 D8287B2EEE5; Thu, 5 May 2016 17:09:48 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.daemonic.se (cloud.daemonic.se [185.34.0.151]) (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 9950919B8; Thu, 5 May 2016 17:09:48 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cloud.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 3r11c35mzrzNdYF; Thu, 5 May 2016 17:09:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([IPv6:::1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cloud.daemonic.se (mailscanner.daemonic.se [IPv6:::1]) (amavisd-new, port 10587) with ESMTPS id NirDIpGtwEjW; Thu, 5 May 2016 17:09:39 +0000 (UTC) Received: from [IPv6:2001:470:dca9:2::3] (celes.daemonic.se [IPv6:2001:470:dca9:2::3]) by mail.daemonic.se (Postfix) with ESMTPSA id 3r11c308MzzNdTt; Thu, 5 May 2016 17:09:38 +0000 (UTC) Subject: Re: svn commit: r299109 - head/sys/modules/bhnd/bhndb To: Adrian Chadd , Ivan Klymenko References: <201605050658.u456wUNn007238@repo.freebsd.org> <20160505125830.757502f7@nonamehost.local> Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" From: Niclas Zeising Message-ID: Date: Thu, 5 May 2016 19:09:26 +0200 User-Agent: Mutt/1.5.21 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 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: Thu, 05 May 2016 17:09:48 -0000 On 2016-05-05 17:51, Adrian Chadd wrote: > I'll check. I've done full kernel builds with this though, I wonder > why it's not showing up here. > Hi! I'm bitten by the same issue and just developed the same fix independently of Ivan Klymenko. However, at least for me, the issue only shows when doing a parallel build of the kernel, in my case make -j8. Regards! -- Niclas