From owner-svn-src-all@freebsd.org Fri Sep 2 22:47:58 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EEC93BCCD40; Fri, 2 Sep 2016 22:47:58 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1ACEABA; Fri, 2 Sep 2016 22:47:58 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u82MlwkG041055; Fri, 2 Sep 2016 22:47:58 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u82MlwUB041054; Fri, 2 Sep 2016 22:47:58 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201609022247.u82MlwUB041054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 2 Sep 2016 22:47:58 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org Subject: svn commit: r305311 - releng/11.0/sys/arm64/conf X-SVN-Group: releng MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2016 22:47:59 -0000 Author: gjb Date: Fri Sep 2 22:47:57 2016 New Revision: 305311 URL: https://svnweb.freebsd.org/changeset/base/305311 Log: Turn off debugging options in the arm64/aarch64 GENERIC kernel. This is a direct commit to releng/11.0. Approved by: re (bdrewery) Sponsored by: The FreeBSD Foundation Modified: releng/11.0/sys/arm64/conf/GENERIC Modified: releng/11.0/sys/arm64/conf/GENERIC ============================================================================== --- releng/11.0/sys/arm64/conf/GENERIC Fri Sep 2 22:21:28 2016 (r305310) +++ releng/11.0/sys/arm64/conf/GENERIC Fri Sep 2 22:47:57 2016 (r305311) @@ -75,15 +75,6 @@ options INTRNG # Debugging support. Always need this: options KDB # Enable kernel debugger support. options KDB_TRACE # Print a stack trace for a panic. -# For full debugger support use (turn off in stable branch): -options DDB # Support DDB. -#options GDB # Support remote GDB. -options DEADLKRES # Enable the deadlock resolver -options INVARIANTS # Enable calls of extra sanity checking -options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS -options WITNESS # Enable checks to detect deadlocks and cycles -options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed -options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones # SoC support options SOC_CAVM_THUNDERX