From owner-freebsd-bugs@FreeBSD.ORG Sat Nov 17 18:54:05 2007 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D31D16A468 for ; Sat, 17 Nov 2007 18:54:05 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 4423413C459 for ; Sat, 17 Nov 2007 18:54:05 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1495213waf for ; Sat, 17 Nov 2007 10:53:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=K3DM0iqIYRnTPyyI2g5P1wg/RxcPvMf3gyQSqZ6e8U4=; b=f5Dzuk5gGUnN36gIE+myQNLIgS/uRN8+exP4rPbBBp0rav4AK1yVRCOCP3WqLSotyhHEWGa9dPLOVOG6lFfsYiNooItzraPjc5G0xLJdwplf0D1punT9utxhKBRXiNPYPjI8XqMuD3dfONNa4nitrvh/hZGTwMOsrBAjpoIuaUI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tR0mVb7XtIBKbQp3b7QWK46wlZQWwUVoctmc+0NeGjPP+aadHZTa8TjJsrSqE79IhsnCJmhmKA/iB92OyfaSiZogRsk/QRspF2NwCDBehtIiLbOChKXjER91XkCkeg7/mU/oy3MaXrJnwqB/Boc7pyRmsmmhkbTJGYplcZwgSUY= Received: by 10.114.76.1 with SMTP id y1mr354148waa.1195325637934; Sat, 17 Nov 2007 10:53:57 -0800 (PST) Received: by 10.114.13.15 with HTTP; Sat, 17 Nov 2007 10:53:57 -0800 (PST) Message-ID: Date: Sat, 17 Nov 2007 10:53:57 -0800 From: "Kip Macy" To: "Dan Lukes" In-Reply-To: <473EAC65.6050901@obluda.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200711162109.lAGL9jJq036014@freefall.freebsd.org> <473EAC65.6050901@obluda.cz> Cc: freebsd-bugs@freebsd.org, kmacy@freebsd.org Subject: Re: kern/116034: Giant not owned at /usr/src/sys/netinet/tcp_sack.c:271=tcp_clean_sackreport(tp) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Nov 2007 18:54:05 -0000 On Nov 17, 2007 12:55 AM, Dan Lukes wrote: > > Did you read the "Environment" section ? > > ------------ > NOTE: This doesn't apply for CURRENT, but may be significant for > 6.3-RELEASE unless Giant dependency completely MFCed-out from network > stack code > ------------ Nope - when triaging hundreds of bugs one sometimes misses details. Thanks. I think our answer to people will likely be RELENG_7 as fixing this properly in RELENG_6 is simply not feasible. However, I'll leave it open for now. -Kip