From owner-freebsd-stable@FreeBSD.ORG Mon Oct 25 08:22:12 2010 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 72366106566C for ; Mon, 25 Oct 2010 08:22:12 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id A49808FC19 for ; Mon, 25 Oct 2010 08:22:11 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA01184 for ; Mon, 25 Oct 2010 11:22:10 +0300 (EEST) (envelope-from avg@freebsd.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1PAIJl-000OsF-UE for freebsd-stable@FreeBSD.org; Mon, 25 Oct 2010 11:22:09 +0300 Message-ID: <4CC53E31.5090202@freebsd.org> Date: Mon, 25 Oct 2010 11:22:09 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.11) Gecko/20101021 Lightning/1.0b2 Thunderbird/3.1.5 MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=X-VIET-VPS Content-Transfer-Encoding: 7bit Subject: [HEADSUP] KDB, KDB_TRACE are now in GENERIC kernels 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, 25 Oct 2010 08:22:12 -0000 KDB and KDB_TRACE are now included into GENERIC kernels on stable/8 branch. This should not break anything for you. But if you include GENERIC into your custom kernel config and you already have the above options there, then you will get warnings about duplicate options. You can simply remove the second copy. The purpose of the change is to get a stack trace from a panic or a trap in a default installation. We still don't configure any debugger backend by default. -- Andriy Gapon