Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753770AbbLQXpA (ORCPT ); Thu, 17 Dec 2015 18:45:00 -0500 Received: from ozlabs.org ([103.22.144.67]:53441 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751885AbbLQXo6 (ORCPT ); Thu, 17 Dec 2015 18:44:58 -0500 Message-ID: <1450395897.19696.0.camel@ellerman.id.au> Subject: Re: [PATCH v3 0/2] Create specific kconfig for kselftest From: Michael Ellerman To: Bamvor Jian Zhang , linux-api@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, shuahkh@osg.samsung.com, yann.morin.1998@free.fr, khilman@linaro.org, tyler.baker@linaro.org, broonie@kernel.org, dvhart@infradead.org Date: Fri, 18 Dec 2015 10:44:57 +1100 In-Reply-To: <1450346273-31633-1-git-send-email-bamvor.zhangjian@linaro.org> References: <1450346273-31633-1-git-send-email-bamvor.zhangjian@linaro.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1128 Lines: 30 On Thu, 2015-12-17 at 17:57 +0800, Bamvor Jian Zhang wrote: > There is a discussion about improving the usability of kselftest by > creating test-specific kconfig in recent kernel Summit. > > Patch 1 keep test-specific kconfig fragments inside each selftest so > that merge_configs.sh could build up a kernel that can test the > specific or all feature(s). > > Patch 2 add config option(kselftest-mergeconfig) in make file as a > helper to merge all the test config dependecies to .config. > > Changes since v2: > 1. Fix the misuse of objtree and srctree in the > kselftest-mergeconfig target. > > Changes since v1: > 1. Add kselftest-mergeconfig in scripts/kconfig/Makefile according > to the suggestion from Michael. Sorry I only just noticed you put it in scripts/kconfig/Makefile. I meant for it to go in Makefile, alongside the other kselftest targets. cheers -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/