From owner-freebsd-virtualization@FreeBSD.ORG Wed Aug 27 06:33:42 2014 Return-Path: Delivered-To: freebsd-virtualization@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 8A35458F for ; Wed, 27 Aug 2014 06:33:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7214A396C for ; Wed, 27 Aug 2014 06:33:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s7R6XgqS023631 for ; Wed, 27 Aug 2014 06:33:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-virtualization@FreeBSD.org Subject: [Bug 147950] [vimage] [carp] VIMAGE + CARP = kernel crash Date: Wed, 27 Aug 2014 06:33:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: boco@ufanet.ru X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-virtualization@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 06:33:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=147950 Damir Bikmukhametov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |boco@ufanet.ru --- Comment #6 from Damir Bikmukhametov --- Created attachment 146357 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146357&action=edit Fix kernel panic when using CARP with VIMEGE enabled kernel While initial PR is for FreeBSD 8, the same kernel panic occurs on 9.3-RELEASE. This bug was fixed for FreeBSD 10 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=164696) but still exists in 8.x and 9.x. The patch is for 9.3-RELEASE. I hope the patch will be merged to the source tree. Thanks. -- You are receiving this mail because: You are the assignee for the bug.