Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751699AbdF2DwG (ORCPT ); Wed, 28 Jun 2017 23:52:06 -0400 Received: from mail-pf0-f179.google.com ([209.85.192.179]:33733 "EHLO mail-pf0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751548AbdF2DwA (ORCPT ); Wed, 28 Jun 2017 23:52:00 -0400 Date: Thu, 29 Jun 2017 09:21:57 +0530 From: Viresh Kumar To: Randy Dunlap Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rafael Wysocki , Vincent Guittot , Stephen Boyd , Mark Brown , Shiraz Hashim , Rob Herring , rnayak@codeaurora.org Subject: Re: [RFC 1/5] drivers: Add boot constraints core Message-ID: <20170629035157.GG29665@vireshk-i7> References: <24921f2a6a86cb9b2b3a1cae86649180bc116a62.1498642745.git.viresh.kumar@linaro.org> <78941b27-c233-837d-9709-b11c01f1ab1f@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <78941b27-c233-837d-9709-b11c01f1ab1f@infradead.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 393 Lines: 18 On 28-06-17, 08:55, Randy Dunlap wrote: > On 06/28/2017 03:26 AM, Viresh Kumar wrote: > > +config BOOT_CONSTRAINTS > > + bool "Boot constraints for devices" > > + default y > > Why default y? > > As Linus just wrote yesterday: > > No. We've tried. The only sensible default (and that I try to enforce) > is "new featrures default to 'n'" Yeah, this should have been n really. -- viresh