From owner-freebsd-current@FreeBSD.ORG Fri Dec 5 13:00:57 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2ED43C81 for ; Fri, 5 Dec 2014 13:00:57 +0000 (UTC) Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B735894C for ; Fri, 5 Dec 2014 13:00:56 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id b13so837277wgh.3 for ; Fri, 05 Dec 2014 05:00:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=EoJNVJGB68lb/cUda0txTdxD3xy4jKYXJyT/ryMnJZA=; b=TppQMpjyechvQVivNft6uNFi57uAKloixc7KBPulzs+lsVYCTLc3w9+Y/iFdLXdOi4 MvB2hV0jYtCB6jqfk4wuwLA1M2nVYyZVflHUVkrK6MB4Ukf2NSVJ7K4Hr1ZEszJnvhu/ tKe6J3DWRoX+NAxR1Z92ReRRcGblFbd2/bE8VQHcRifasav52O8vf/Io3e61ksq6MmVG b8UJAdXtp5eogTB5ob6yY6x0W6DA4ZnJXsciepFOS0xh0oOyJ6V5GxVRFsZpnbdoSODb YlwGSkHXqJoSArnAi7B6lwK8SlC+uChloQTaOZfERuugB1tSAJeal6v5syA4T++DbBLf DdMg== X-Gm-Message-State: ALoCoQmGPHU5/Gp1F9mx8h8JFX/RUf0DcxW7OVojMFX06MNGrjA50ymm7RUhYGg7MJsM2Sal7LTL X-Received: by 10.194.238.3 with SMTP id vg3mr23426868wjc.69.1417784448630; Fri, 05 Dec 2014 05:00:48 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id bj7sm44845188wjc.33.2014.12.05.05.00.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Dec 2014 05:00:47 -0800 (PST) Message-ID: <5481AC78.6050107@multiplay.co.uk> Date: Fri, 05 Dec 2014 13:00:40 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: Fix Emulex "oce" driver in CURRENT References: <201406301402.42119.jhb@freebsd.org> <8BA1A243-8EA9-449A-A2D2-4E03487CE3E0@sarenet.es> In-Reply-To: <8BA1A243-8EA9-449A-A2D2-4E03487CE3E0@sarenet.es> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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, 05 Dec 2014 13:00:57 -0000 On 04/09/2014 09:49, Borja Marcos wrote: > On Jun 30, 2014, at 8:02 PM, John Baldwin wrote: > >> I think these sound fine, but I've cc'd Xin Li (delphij@) who has worked with >> folks at Emulex to maintain this driver. He is probably the best person to >> review this. > Hi, > > Seems 10.1 is on the pipeline now, but as far as I know none of these fixes have been applied to -STABLE. Any chances to do it yet? As far as I know, the "oce" driver is currently unusable in -STABLE. I managed to cause a panic reliably within 30 seconds. Was there any conclusion to this, current and releng/10.0 & releng/10.1 seem pretty similar with regards oce but a customer is reporting panics very similar to this thread. Did the commit of the additional locking never make it in? Regards Steve