From owner-svn-src-all@freebsd.org Thu Dec 1 21:41:42 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 EC1D4C61FE9 for ; Thu, 1 Dec 2016 21:41:42 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x229.google.com (mail-io0-x229.google.com [IPv6:2607:f8b0:4001:c06::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABD96195C for ; Thu, 1 Dec 2016 21:41:42 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x229.google.com with SMTP id a124so448743486ioe.2 for ; Thu, 01 Dec 2016 13:41:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=9D9ZSTqAF5Glu9GpOe0YOBuqDAgxeZURoWricEHCePU=; b=U2Av6UqPOuirpjLgqEb6J+naiPJOe/AznbeeTbvWXxEsCmOFSk4j3rHys+mk/i00zo QIKRhE78hvJrxzF+X/0adse0PGh9c27v9zdXODHIFHo32WJMdqQc+cXn1ems2s3t7tTD 4/741OaNkOLXb0yEAdYnCol+dxiTJlWDhM08pgi06YAScfSXAC64JOMi2KvLALktrvvG 7u7S89l+SHgoQXAZuE8LaMM6D/G/Zp1zIHAUZld/UpXT3/NciM9maXo7FJG98LZutQ/m C8sK9JSS+GiD3VjJxz3kt9VJrfeK1gABgX3JHeEGh2bAC6FEPdywz8oqoU8Gk4+kyszo iTJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=9D9ZSTqAF5Glu9GpOe0YOBuqDAgxeZURoWricEHCePU=; b=iIywV+tK33PQ57S428/DCporlz6Ix4nne4hKNzwovODiVJNS4xNzeBgwJ4r7Wasxbe gbseud5CJ4Vhq6goSPzUF6shc7TBSAbHq3NZltRLhjgObSqIQoAbFgI91kGqNmlPXg8X 7RHlrHwBtvf5OWBwdHNM9BIvjCQnP9+TACKofuItg+CkT6w8p/tWp3irjgQVEsmIZAvK g+Uv1wHLleZN4gnjgvGtH7rfX8v1/UbrU8YkO4swEALRx+L9HMOhzh2jHmPEIO8FxmRm /ewkO33C+aoVjFwEvqg++G8+8/Q6DlX6d3GeF5kc4AH5J+37vJhRZCoPmriF9y5NDTLL 8H3A== X-Gm-Message-State: AKaTC02ZtX935zWcmKnavV4+6BvWbSZBDkVs6N0lkyMyYHB1LP7mDR06nOHCxwAnIfMVW4Biiu6+m1Gy7qywPg== X-Received: by 10.36.84.138 with SMTP id t132mr35191448ita.103.1480628502004; Thu, 01 Dec 2016 13:41:42 -0800 (PST) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.31.199 with HTTP; Thu, 1 Dec 2016 13:41:41 -0800 (PST) X-Originating-IP: [69.53.245.200] In-Reply-To: <20161201164807.GE27291@strugglingcoder.info> References: <201612010435.uB14Zh21020050@repo.freebsd.org> <20161201164807.GE27291@strugglingcoder.info> From: Warner Losh Date: Thu, 1 Dec 2016 14:41:41 -0700 X-Google-Sender-Auth: ZMWV2R-qg6DwPeAZbuR09usPZOg Message-ID: Subject: Re: svn commit: r309351 - head/etc/defaults To: hiren panchasara Cc: Warner Losh , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 01 Dec 2016 21:41:43 -0000 On Thu, Dec 1, 2016 at 9:48 AM, hiren panchasara wrote: > On 12/01/16 at 04:35P, Warner Losh wrote: >> Author: imp >> Date: Thu Dec 1 04:35:43 2016 >> New Revision: 309351 >> URL: https://svnweb.freebsd.org/changeset/base/309351 >> >> Log: >> Revert the 'performance' setting to 'NONE' from C2. > > Just a note that this commit reverts r282110. Yea, it's good for laptops, bad for servers. At least there's some Intel CPUs that this causes corruption with USB. That's being sorted out, but until that's done we need to fail more safe for our primary market. Warner