From owner-freebsd-current@FreeBSD.ORG Fri Jan 24 18:16:45 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FD7CB39 for ; Fri, 24 Jan 2014 18:16:45 +0000 (UTC) Received: from mail-qc0-x235.google.com (mail-qc0-x235.google.com [IPv6:2607:f8b0:400d:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 375281A8C for ; Fri, 24 Jan 2014 18:16:45 +0000 (UTC) Received: by mail-qc0-f181.google.com with SMTP id e9so4883011qcy.12 for ; Fri, 24 Jan 2014 10:16:44 -0800 (PST) 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:content-type; bh=fNhiYPhMMuRdL3ZSgsMdXAXEzLRcG/75Onu7L+oXNtc=; b=XgIAL5kRKqGy0pKpLcRCqK1RZGPCkDRjbLSp2LRd6VPwqMZmJgIh61CH+Sd+0v3wWK as7gFtk6WNATJKIUiHE50323IbVVYNaa2D0LbFXvWsXfnQAU+QqR948VNjvCvVvIG+wh zrhAcAUyGAuyJC2Gz2XETvGDF8aOhy/I3RsTUHkrYV1RACOd3ToDL51TTsX0+Kd+rg5R 1L8Yg6Pf5/GYoZIHy+Gv9mmvt+vim8uPez2URDbTlO08Vceg+udWV4/QkkLQQRlUfiD9 hHrFRUN2o4Tm3U5o+++GbLLSTkBmv4H4VS/GymX5NRTR0PEjodqZNiuKSbSig0A7wmuC zuNw== MIME-Version: 1.0 X-Received: by 10.224.46.8 with SMTP id h8mr23014444qaf.49.1390587404402; Fri, 24 Jan 2014 10:16:44 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Fri, 24 Jan 2014 10:16:44 -0800 (PST) In-Reply-To: References: <610447.24251.bm@smtp117.sbc.mail.gq1.yahoo.com> Date: Fri, 24 Jan 2014 10:16:44 -0800 X-Google-Sender-Auth: nMmUGbPIp-gooR0ewVLayvPD8WM Message-ID: Subject: Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC From: Adrian Chadd To: Vlad Movchan Content-Type: text/plain; charset=ISO-8859-1 Cc: Thomas Mueller , freebsd-current , Miguel Clara X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 18:16:45 -0000 On 24 January 2014 08:47, Vlad Movchan wrote: > NDISulator on github (and mirror on gitorious) is a FreeBSD ndis > module+binaries forked by Paul B. Mahol in 2009 (I've sent Paul's email > address privately to Adrian). > Almost every change in this project was made by Paul. > My part is small - I've just discovered and fixed several panic/problems. Is i kept up to date with -head changes? > I've tried to submit my changes back to FreeBSD base tree via problem > reports: > One was commited: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/165630 > Another one is hanging without feedback: > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/165622 > > Few more fixes are depend on kern/165622. I have not created more PRs as > without fix for panic described in 165622 new reports would be like: > "I'm running something different than FreeBSD sources and it panics. And I > have a fix for it. But you won't be able to reproduce and/or test it on your > machine." > I bet there are not much people who would like to spend their time on > reports like this :) > HI, Well, someone needs to break the fork up into pieces and submit those. The FPU change is a good candidate - but it needs to be a sepaate PR for that. So, how about we start with the fpu change? Get it into a separate enhancement PR, then email -arch and -current. I'll help you get it reviewed and put into -head. -a