From owner-svn-src-stable-11@freebsd.org Fri Jul 8 11:36:05 2016 Return-Path: Delivered-To: svn-src-stable-11@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 0B44EB76611; Fri, 8 Jul 2016 11:36:05 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from pv33p00im-asmtp002.me.com (pv33p00im-asmtp002.me.com [17.142.194.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEB221742; Fri, 8 Jul 2016 11:36:01 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from process-dkim-sign-daemon.pv33p00im-asmtp002.me.com by pv33p00im-asmtp002.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) id <0O9Z00F00RZRPF00@pv33p00im-asmtp002.me.com>; Fri, 08 Jul 2016 10:35:55 +0000 (GMT) Received: from [192.168.1.46] (unknown [117.200.30.51]) by pv33p00im-asmtp002.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) with ESMTPSA id <0O9Z00M3NS3OMJ20@pv33p00im-asmtp002.me.com>; Fri, 08 Jul 2016 10:35:55 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-07-08_07:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1011 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1607080105 User-Agent: Microsoft-MacOutlook/f.17.0.160611 Date: Fri, 08 Jul 2016 16:05:38 +0530 Subject: Re: svn commit: r302410 - in stable/11: . contrib/jemalloc/include/jemalloc etc/defaults sys/amd64/conf sys/i386/conf sys/powerpc/conf sys/sparc64/conf From: Ravi Pokala Sender: "Pokala, Ravi" To: Glen Barber , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Message-id: <61B19F6B-17BD-41ED-AAAE-43EC5D5ED0B0@panasas.com> Thread-topic: svn commit: r302410 - in stable/11: . contrib/jemalloc/include/jemalloc etc/defaults sys/amd64/conf sys/i386/conf sys/powerpc/conf sys/sparc64/conf References: <201607080022.u680MEb1003687@repo.freebsd.org> In-reply-to: <201607080022.u680MEb1003687@repo.freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mac.com; s=4d515a; t=1467974155; bh=MsEPGY0sDya9m86thizgSlpp/CqfcAKfbtdgf7XsSI4=; h=Date:Subject:From:To:Message-id:MIME-version:Content-type; b=I+UOVQ/mhL/3iD8GZtcQzX1mC+Q+dBEpjSat4L9OFPeNI4BriUmQjPnKRQlBrGbAR GS4FSjg+cha14EE5qOIAeLTZ+qKJkuegrpiYI5m5/Ig1qxo27cfU6KrHvwrGrjtytF 8STu+VEeQ73OWSDFhY8Jx1JMU9IX2rBNN1DLA+WLOpJ7rlr3T33zXYl4kU81DHh3KT 171dUc5BWLO2pinzZL+f1W/Hd4sJFcqSBGMzKt934RB7lF6YoBGccggkGmgqtHj+Wv bssS87sHlpNBwXoczQQpw21yLkyzK/BM7kqaV/Vi5/FmJo7MkEXbmVlKscR8DQTOAJ ZsOJJwbQysOcQ== X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2016 11:36:05 -0000 -----Original Message----- > From: on behalf of Glen Barber > Date: 2016-07-08, Friday at 05:52 > To: , , , > Subject: svn commit: r302410 - in stable/11: . contrib/jemalloc/include/jemalloc etc/defaults sys/amd64/conf sys/i386/conf sys/powerpc/conf sys/sparc64/conf > > Author: gjb > Date: Fri Jul 8 00:22:14 2016 > New Revision: 302410 > URL: https://svnweb.freebsd.org/changeset/base/302410 > > Log: > - Remove debugging from GENERIC* kernel configurations > - Enable MALLOC_PRODUCTION > - Default dumpdev=NO > - Remove UPDATING entry regarding debugging features > > Approved by: re (implicit) > Sponsored by: The FreeBSD Foundation > > Modified: > stable/11/UPDATING > stable/11/contrib/jemalloc/include/jemalloc/jemalloc_FreeBSD.h > stable/11/etc/defaults/rc.conf > stable/11/sys/amd64/conf/GENERIC > stable/11/sys/i386/conf/GENERIC > stable/11/sys/powerpc/conf/GENERIC > stable/11/sys/sparc64/conf/GENERIC Just as we have MI sys/conf/NOTES and MD sys//conf/NOTES, would it make sense to have an MI sys/conf/GENERIC for the truly universal options, which could then be included by the MD sys//conf/GENERIC versions? That would reduce duplication and make it easier to twiddle knobs like this across the board when needed. If that sounds reasonable to people, I'll take a swing at that in August, when I get back from my vacation. Thanks, Ravi (rpokala@)