From owner-freebsd-current@FreeBSD.ORG Sat Nov 11 03:20:59 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5039C16A599 for ; Sat, 11 Nov 2006 03:20:59 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0988A43D5E for ; Sat, 11 Nov 2006 03:20:54 +0000 (GMT) (envelope-from kip.macy@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so1013532nfc for ; Fri, 10 Nov 2006 19:20:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=BECDSHcvA5TxSJS608+BKII0DinASWFevYvbQvMzdSY3scu1K08SIGbNocHsZ/KSEU0dfGJg/LxDaOFQjYOcbzkbZC1y1oEeD/xcpXUCiMZGbHGOxHLjE4fcIxhu/jy8Bb637w7JtAqpyEaNZ0a3FyPCLR9X4GGoG16WfA/JVO0= Received: by 10.82.147.6 with SMTP id u6mr399971bud.1163215252980; Fri, 10 Nov 2006 19:20:52 -0800 (PST) Received: by 10.82.191.20 with HTTP; Fri, 10 Nov 2006 19:20:52 -0800 (PST) Message-ID: Date: Fri, 10 Nov 2006 19:20:52 -0800 From: "Kip Macy" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: HEADS UP: re-compile kernel modules X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2006 03:20:59 -0000 lockmgr now has an embedded lock_object in order to unify the interface to lock profiling - this means that kernel modules will need to be re-compiled -Kip