Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp815152imm; Sat, 14 Jul 2018 13:18:33 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdY85bmd65K9ndY4iUq/SVIbIVbrkQ+6bxnzKOACtzfZ8buSZA8qD8mHjrkaSm14HUeMOMF X-Received: by 2002:a62:d693:: with SMTP id a19-v6mr12105906pfl.248.1531599513081; Sat, 14 Jul 2018 13:18:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531599513; cv=none; d=google.com; s=arc-20160816; b=tQLJiOQ/wzNKNvDr2LofJMkv9wjgdzyZQeubMzS7ZzpX4RoDb1snt/1npjMdsp8iav 9wjKmVuEU9fjcoB6H1sg4+mVFVnNknU5GVLgB3PKh5PhkWSVQV3RyEQDlLW24e5AIfUi ZOn67m+APQ4ztRz5NfRloSMzf2fqApzAjm1AOo8PORnyDNYELJjBAQwGpaosH3W/DFyG DExOkysGRs3MAL+gRL6jCJIBCrdSNCzSAmTnFiEUuvaLG6TGo+vSDk1774YjXv+gXike WJkHq+zlDly/mQ/+oDZCy1tlBmKeyihK9+P44giPib9DkPLWme7klkVIGT5gAl35AMPo YgVA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=JdGa/Rt3YCzCTYcOItLsfEGyo+ay1SBGTf2bLhRACCs=; b=eh9PwuGHmYZN8neZJ+LjyQE/6qex6k5t7D5/yQQpqAvy5yCYfGvwmFYHQTxFDLdK6x xDf4cTyImyYihAuTZ2s1817vwkQtOInbfymERvgOF0vxEwSVWwX+/A/srhqf8cMIv+Dy 0SIigVfFptQcBObjGU+g2jwa2LDgLMg04VY+gqr7Z3L+3Yg6uQ4ChVU1xWp7o2C+WO0B 8xySYZ11JOYgzcTnEO7kPthPNoLgNp6dhwWRjdAmLLm3NxmUl0a2JpVInLLbH9bo+uue 68MLOlKgbH8dQyTo2K7crawdmJR9nDS1PkgVUd/WFccPDGeqW766Uz19nXuX8v4qWNGi tdDA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 28-v6si26721530pgk.111.2018.07.14.13.18.18; Sat, 14 Jul 2018 13:18:33 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731369AbeGNUgc (ORCPT + 99 others); Sat, 14 Jul 2018 16:36:32 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:55249 "EHLO relay2-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727955AbeGNUgb (ORCPT ); Sat, 14 Jul 2018 16:36:31 -0400 X-Originating-IP: 50.39.174.102 Received: from localhost (50-39-174-102.bvtn.or.frontiernet.net [50.39.174.102]) (Authenticated sender: josh@joshtriplett.org) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 52F0B40002; Sat, 14 Jul 2018 20:16:13 +0000 (UTC) Date: Sat, 14 Jul 2018 13:16:10 -0700 From: Josh Triplett To: "Eric W. Biederman" Cc: Kees Cook , Andrew Morton , Adrian Reber , LKML , Oleg Nesterov , Pavel Emelyanov , Andrei Vagin , Hendrik Brueckner , Cyrill Gorcunov , Linux Containers Subject: Re: [PATCH] kconfig: remove EXPERT from CHECKPOINT_RESTORE Message-ID: <20180714201610.GB17877@localhost> References: <20180712130733.11510-1-adrian@lisas.de> <87sh4o5s82.fsf@xmission.com> <20180713135541.7ada72437862c32f4563a9a8@linux-foundation.org> <87pnzpvdtd.fsf@xmission.com> <20180714191030.GA17877@localhost> <871sc5vc7n.fsf@xmission.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <871sc5vc7n.fsf@xmission.com> User-Agent: Mutt/1.10.0 (2018-05-17) X-Spam-Level: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 14, 2018 at 02:39:24PM -0500, Eric W. Biederman wrote: > Josh Triplett writes: > > > On Sat, Jul 14, 2018 at 02:04:46PM -0500, Eric W. Biederman wrote: > >> For a config option that no one has come forward with an actual real > >> world use case for disabling, that cost seems much too high. > > > > The real-world use case is precisely as stated: code size, both storage > > and RAM. > > That is theoretical. No, it isn't. I've *watched* the kernel's size trend steadily upward over time. And it largely happens in individual features that don't think *their* contribution to size is all that large. > > I regularly encounter systems I'd *like* to put Linux in that have > > around 1MB of storage and 1MB of RAM, or even less. > > Yes. There is so little code behind CONFIG_CHECKPOINT_RESTART that it > won't help with that. It adds up; there are hundreds more small features like it. > But if minification is the actual requirement for disabling > CONFIG_CHECKPOINT_RESTART than CONFIG_CHECKPIONT_RESTART is properly > behind expert and it needs to be default y instead of default n. I don't have any objection to *that*, as long as the option remains.