From owner-freebsd-stable@FreeBSD.ORG Sun Jun 10 20:50:19 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48504106566B for ; Sun, 10 Jun 2012 20:50:19 +0000 (UTC) (envelope-from andy@fud.org.nz) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1849F8FC18 for ; Sun, 10 Jun 2012 20:50:19 +0000 (UTC) Received: by dadv36 with SMTP id v36so4728476dad.13 for ; Sun, 10 Jun 2012 13:50:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding:x-gm-message-state; bh=K8maakLWYGYXBZrnkhFigBNvDaxxWc9ck2HxpCY9G9E=; b=kl7FbPRgDL8xjER2bQ0qbRDAlPJa66+8boSzPe1qAB0Cskyqhw2pCj4QTMjRLvyu// oJgFvAjWlXFNrZe2FdYpaAG4fHmMgdgAjDuimApGbKtU4s5ehS95CRZOMsJKDaSV+g5z Q72qk9Mm2fp1PL7718PQad2urZvM0eTTrFTK8z54shejUQMntj7/c4uidPPfwfPWio0R DTkmcNl6UgPYs7CFT+s4YSj7ZcWQ/leaKxDLFxLd4Rq5uBjNwIPregof9ZD3OWLeAqz0 OlJj3l3Z2MEDjpEt4TGU19PyyG+LCgDsndhSm8C2I3Hy1CvY2Yg/7HsjDNct65BZhjzQ 3teg== MIME-Version: 1.0 Received: by 10.68.136.69 with SMTP id py5mr19117301pbb.115.1339361418820; Sun, 10 Jun 2012 13:50:18 -0700 (PDT) Sender: andy@fud.org.nz Received: by 10.68.73.161 with HTTP; Sun, 10 Jun 2012 13:50:18 -0700 (PDT) In-Reply-To: <4FD50830.1070602@roffiaen.com> References: <4FD50830.1070602@roffiaen.com> Date: Mon, 11 Jun 2012 08:50:18 +1200 X-Google-Sender-Auth: QFKA_TO0mbE7ztzsfI8xYhRd1_8 Message-ID: From: Andrew Thompson To: David ROFFIAEN Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQmPlWHj8FK7kiJWYj1rvB+eyLQuv53xbbfz2NoCzc/wueQQLHIDUGimvVG5MqXtC+1WnUdK Cc: freebsd-stable Subject: Re: if_bridge panic removing member X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2012 20:50:19 -0000 On 11 June 2012 08:48, David ROFFIAEN wrote: > Hi list, > > On FreeBSD 9-stable (csup from today) with amd64 arch (only, no poblem wi= th > the same source on i386) kernel panic when removing member form the bridg= e : > to reproduce : > > # ifconfig bridge0 create addm em0 > # ifconfig bridge0 deletem em0 > > the problem is the same with all interfaces (tested with wlan vlan em) > > It seems to become for a new function in net/if_bridge.c : > =A0bridge_linkstate, not existing previously when it worked on amd64 (one > month ago) > I introduced this issue in r234487, please try this patch. http://people.freebsd.org/~thompsa/bridge_link.diff regards, Andrew