Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3918894imu; Mon, 7 Jan 2019 11:55:57 -0800 (PST) X-Google-Smtp-Source: ALg8bN7398dwDkCKs7Yj/0p5jDG2eI6qIHJo1ojUSCtwEVFkAEi/lcm2fZbFXYPd8W+956PVykBF X-Received: by 2002:a17:902:e012:: with SMTP id ca18mr62536050plb.218.1546890957168; Mon, 07 Jan 2019 11:55:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546890957; cv=none; d=google.com; s=arc-20160816; b=rm/P3u2p8ACj/FyuocEr2BYTj4iEfc7tO0R+3WL7dgHIT0lghGRhZzBFhGjWmXJadb F7IiGlsZPHnOn27FbY1vE7WuWXZnLknjKg6CMIU9ZR9Um8NA2hdi2CBRUye2WYlRAknr F/xDN9L4ng9ZJciveyjThZPimtDUblBHLHLFW79+EZ2HJvKEtLrNd2aEXkTagH4tWT2H 71pQ76VdVMqs7YfG3r9/FM2gmDvy917LQBLOTHy6b6V7ZjLQS69eHTN38C5o828dkV2B 7MmgruRDVcYCxktl1PHXPgBNYKnxCThH+fP7Dnf3wqRw11kAkT8dtO60qJKfbBTA7cN0 x74Q== 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; bh=/NLxI3KL1EbePPVQ6x5vHswEjQNNpcNw+0fjpbnimd4=; b=h1GQccf16YC0ft3lf8JmEONfPPLtQQCLHXJRmTw/9f4p3XK+HdypbfKN2k9DHNLMEY CEpFw4LjiSHp60Go/2XYyr+dWR35C3CJT5K/HZSmhZFbk5bIAvBLLKZ8XYllUq2Ga9Nh xrAjnJdrcSm1ESW4yEhqrYpOyIRmgoJmq/KQobANFudiNBZGezfFovSKz6XomcEevgpr G5SNnLZ+3XzKIosElqujCyNwLM91Tco23vFYWqHA+LH1IVppXIG6XZ+e8RES6zTuo7ay kfEVwU68Pbvd5aknnmR0GCJWEvWeULgXSEVlk4IiddueUUnrLpzAlcI1K2gLE1r8SlQN sEIA== 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 184si24821439pgj.329.2019.01.07.11.55.41; Mon, 07 Jan 2019 11:55:57 -0800 (PST) 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 S1727878AbfAGR7V (ORCPT + 99 others); Mon, 7 Jan 2019 12:59:21 -0500 Received: from foss.arm.com ([217.140.101.70]:35956 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726878AbfAGR7V (ORCPT ); Mon, 7 Jan 2019 12:59:21 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E653F15AB; Mon, 7 Jan 2019 09:59:18 -0800 (PST) Received: from lakrids.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4616A3F5A0; Mon, 7 Jan 2019 09:59:17 -0800 (PST) Date: Mon, 7 Jan 2019 17:59:11 +0000 From: Mark Rutland To: Mark Brown Cc: Anders Roxell , linux-kernel@vger.kernel.org, catalin.marinas@arm.com, will.deacon@arm.com, arnd@arndb.de, mingo@redhat.com, rostedt@goodmis.org, akpm@linux-foundation.org Subject: Re: [RFC PATCH 3/3] arm64: add a new config option KTEST_RUNNABLE Message-ID: <20190107175911.GA11863@lakrids.cambridge.arm.com> References: <20181213122910.24193-1-anders.roxell@linaro.org> <20181213122910.24193-4-anders.roxell@linaro.org> <20190107144356.GB46743@lakrids.cambridge.arm.com> <20190107175531.GN9570@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190107175531.GN9570@sirena.org.uk> User-Agent: Mutt/1.11.1+11 (2f07cb52) (2018-12-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 07, 2019 at 05:55:31PM +0000, Mark Brown wrote: > On Mon, Jan 07, 2019 at 02:43:57PM +0000, Mark Rutland wrote: > > > Is it possible to use an allyesconfig rather than an allmodconfig? That > > would leave all relevant options built-in. > > The allyesconfig would make it more difficult to apply this approach to > real hardware which is part of the goal here - the idea was to come up > with a way of making runnable configurations which are likely to be > usable with random userspace testsuites in order to avoid needing ever > expanding combinations of builds. Ok. Is it somehow possible to fuse defconfig with an allmodconfig, with defconfig's CONFIG_FOO=y taking precedence over allmodconfig's CONFIG_FOO=m? IIUC, that would give you the necessary platform bits, at least for anything supported by defconfig. That would also happen to get CONFIG_UNIX=y, too. Thanks, Mark.