From owner-freebsd-net@FreeBSD.ORG Thu Feb 17 00:30:15 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADE07106566B for ; Thu, 17 Feb 2011 00:30:15 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 614F58FC1C for ; Thu, 17 Feb 2011 00:30:15 +0000 (UTC) Received: by qyk8 with SMTP id 8so3715932qyk.13 for ; Wed, 16 Feb 2011 16:30:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=tS278v9ZCSdB2vXR95kceH3A3Bki8jYqTGWweieV8vM=; b=ncZgyh2jFlHr/SxNJuFP4xjt19bV3RbkkIB8LJckAY0ardYS36SwjkKcjq0QRrhb64 oyl9eEaDrsFpJtXNtoo4km6QDP9buTi9dISQRdbokXd6PD9r6ImtCZwFBQ3t2DJHQ/wy +h2GZY8euwRojW1IZFtV2jP/Nb2qxuaN86plE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=w2Cb/Nn4YJFZgVqaQ10zuhK4ChdVRZtOuUbD2WOHRakZY+w4hQ4xN7i23TtsmGJRek jy/21a1JUsOFP3i5+0JNzkZXfIx4pXnWuIl+Yj4kEuwHpHOG1Vr/k037ebSqsbs4O7E9 q+oFOfcWnKabCoKQH0BBc9AXrJdaMu7UfViSg= MIME-Version: 1.0 Received: by 10.229.247.212 with SMTP id md20mr1465893qcb.272.1297902614576; Wed, 16 Feb 2011 16:30:14 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.220.194.69 with HTTP; Wed, 16 Feb 2011 16:30:14 -0800 (PST) In-Reply-To: References: Date: Wed, 16 Feb 2011 19:30:14 -0500 X-Google-Sender-Auth: PkeI6JW4itBse_U-M1yvBQVGd_8 Message-ID: From: Adrian Chadd To: Monthadar Al Jaberi Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-net@freebsd.org Subject: Re: [ieee80211_hwmp][panic] hwmp_recv_prep(...) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2011 00:30:15 -0000 On 16 February 2011 15:51, Monthadar Al Jaberi wrote: > I think anytime the destination node sends a PREP to the originator > node that is not a peering node (not in direct contact with) we would > get this panic. Ok. Would you mind doing a quick audit to see what other KASSERT()s are lurking about when invalid/unexpected things happen? I'd rather they log a debug message and be handled gracefully. :-) Adrian