From owner-freebsd-stable@FreeBSD.ORG Mon Aug 18 22:45:59 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D28881065677 for ; Mon, 18 Aug 2008 22:45:59 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id 8E78E8FC14 for ; Mon, 18 Aug 2008 22:45:59 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so3639961rvf.43 for ; Mon, 18 Aug 2008 15:45:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=7OCXGlPjB7JGzAEUqyyCdHJlubrLRpYA9YQLlE5gosg=; b=w9F+8+LMY8Q4BFBHpjp/ejqJpMV30peiGzOmy9OSWp0MLzB94zeZhifELuMn0YOTeC oT5+1UkcRXOjYF1M6k4sP3p0VQxGAK2WPwm+Clf/9fdmq4NLf3dK0S4WkXiFUEwc7LqO jbmYwgt828OSdbLnSR5W9BDU46MYMZw4EozAg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=AHhy402gb2iVfDEqLssOWSlTSO4SlOgX64vWQv4ZT9/EhCWIpVl5MBoTaCd4lM7aPQ ftGnahcJadQ/QzO1U1PTM5LhdYUH230SCsgiS770dYlWHctKvBiWyin8vqK4yyllhQwx TUNsKKI9MADqT52Dibd/SQrO6O0t7UwF7DKp8= Received: by 10.140.199.3 with SMTP id w3mr3671091rvf.67.1219099559114; Mon, 18 Aug 2008 15:45:59 -0700 (PDT) Received: by 10.141.101.21 with HTTP; Mon, 18 Aug 2008 15:45:59 -0700 (PDT) Message-ID: <3c1674c90808181545p654f86d5pf9a14ad8bb030c15@mail.gmail.com> Date: Mon, 18 Aug 2008 15:45:59 -0700 From: "Kip Macy" Sender: mat.macy@gmail.com To: "Mike Tancsa" In-Reply-To: <200808182242.m7IMgGvQ068692@lava.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200808181337.m7IDbqSC066670@lava.sentex.ca> <200808181024.40038.jhb@freebsd.org> <200808181622.m7IGM9mk067285@lava.sentex.ca> <3c1674c90808180955w665476e0s9f37321cfcfd1eed@mail.gmail.com> <200808181714.m7IHEsvc067471@lava.sentex.ca> <3c1674c90808181532n741a7269g751f8f64e44c954c@mail.gmail.com> <200808182242.m7IMgGvQ068692@lava.sentex.ca> X-Google-Sender-Auth: ed2c6be5f8c7ca82 Cc: Robert Watson , freebsd-stable@freebsd.org, John Baldwin Subject: Re: HEADS UP: inpcb/inpcbinfo rwlocking: coming to a 7-STABLE branch near you 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: Mon, 18 Aug 2008 22:45:59 -0000 On Mon, Aug 18, 2008 at 3:42 PM, Mike Tancsa wrote: > At 06:32 PM 8/18/2008, Kip Macy wrote: >> >> Hi Mike, >> Could you please check that this doesn't happen on HEAD as well? This >> same code has been in 8 since shortly after the branch. > > Hi, > I dont have any easy way to migrate the box to HEAD and then back. > Can I just boot a kernel from HEAD ? Yes. That should work fine. A couple of utilities won't work (ps and netstat) but other than that it should be testable. > I noticed on the commits prior to some of those files, > (e.g. > http://lists.freebsd.org/pipermail/cvs-src/2008-July/093223.html > ) > "MFC an ABI compatible implementation of Multiple routing tables." > > Is it possible your commit makes some assumptions that dont jive with that? It is indeed possible. That would make the most sense. Thanks, Kip