From owner-svn-src-all@freebsd.org Thu May 5 18:29:59 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 3293FB2E01F; Thu, 5 May 2016 18:29:59 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x234.google.com (mail-ig0-x234.google.com [IPv6:2607:f8b0:4001:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F09D317DE; Thu, 5 May 2016 18:29:58 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-ig0-x234.google.com with SMTP id u10so24050742igr.1; Thu, 05 May 2016 11:29:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=LRija3Lyebyvc6KpFuECf7opVW7I8k9n2Tq3lWiC7Q0=; b=HOz7vc2sQ9QKy7idnExg1eJrdivAlWbGH86rvQjesuJ54N3cFsPJQVK3GFMbw0wFpd 1NYffOWb9986+UDzw51n2cspuCp9u3NbLiLVzCyEEtlEZ/VhzUdH7Sx5/gZjx2qlDSX8 9HPo0+3b0L/bcXfaxNRsdYAkve9XRttKU6mDcSwjZwYfaqqWYjx4WFh5tHKCGG3INkCH zZq6p+36SvAjmAzZIGnw9+6hDuNBbB/G1OD417s5mCTfbaxxDkuJHFJkOKI0w8Sj7/XN jPpDWgtyI8v/x/BISZqZ4SAFnk50RFPS/PeP3oQJT+HTCgYi2ahZEbPStXBmUtzy9JXR 5+UQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=LRija3Lyebyvc6KpFuECf7opVW7I8k9n2Tq3lWiC7Q0=; b=HStVVrrzGeohekSd4pKw9Gmw/HwVfjPs6m8ZNgJ3FHVs0qPhbDqvR7neQ2SNVLr4w5 v4hFajWnOPP3IhfDk0hmTtCWCQQsIUzUEExmsdR2f/GEK2Sb8d2/apTgCnESkIot5Kny 3VR9/JQZtePLH+AvhmsWAfWUBKSnW2QRaZhg9eZ+jReJxmoV02ad2ysxKysILM7FCDBV dnmo+J/Q/ll6mcGFmQjHey+38WTkrn+wddm315AeMqTe+Wd93DnZzPkckJ1ljbz7CQ1e 9Gxb/A8P9Og/FFkMnnXgz4/0UMJBczLr2f/BJseq7mWCjY6VEWLcmf0bJrzkcrBjJTWA mLKQ== X-Gm-Message-State: AOPr4FUfGrtF4KjKfav3+k6brm51B9mQeNaNm+3xNclwzxR6KUO9eZqxgV0IvXdCIBUT9tOkWrMfEBQFiVrxBA== MIME-Version: 1.0 X-Received: by 10.50.57.199 with SMTP id k7mr5332429igq.61.1462472998029; Thu, 05 May 2016 11:29:58 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.113.3 with HTTP; Thu, 5 May 2016 11:29:57 -0700 (PDT) In-Reply-To: References: <201605050658.u456wUNn007238@repo.freebsd.org> <20160505125830.757502f7@nonamehost.local> Date: Thu, 5 May 2016 11:29:57 -0700 X-Google-Sender-Auth: wjb70s5ClreBFPpctQsmnqNcSOs Message-ID: Subject: Re: svn commit: r299109 - head/sys/modules/bhnd/bhndb From: Adrian Chadd To: Niclas Zeising Cc: Ivan Klymenko , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Content-Type: text/plain; charset=UTF-8 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 18:29:59 -0000 Yeah I'm looking at it now. -adrian On 5 May 2016 at 10:09, Niclas Zeising wrote: > 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