From owner-freebsd-stable@FreeBSD.ORG Mon Aug 18 22:42:19 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 CB0991065673; Mon, 18 Aug 2008 22:42:19 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 7E5EE8FC0A; Mon, 18 Aug 2008 22:42:19 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7IMgH5m097139; Mon, 18 Aug 2008 18:42:17 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id m7IMgGvQ068692 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 18 Aug 2008 18:42:16 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200808182242.m7IMgGvQ068692@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Mon, 18 Aug 2008 18:42:16 -0400 To: "Kip Macy" From: Mike Tancsa In-Reply-To: <3c1674c90808181532n741a7269g751f8f64e44c954c@mail.gmail.co m> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 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:42:19 -0000 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 ? 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? ---Mike