From patchwork Tue Oct 30 11:58:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Weinberger X-Patchwork-Id: 990963 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=linux-um-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=nod.at Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="tZDTPTo8"; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="DGtyVmjQ"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42kxCW1cpBz9s8F for ; Wed, 31 Oct 2018 03:05:58 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=jWncs8wr4vLkOrEyah0BFAe5Jy7OnW928DFMf0rg8vw=; b=tZDTPTo87CIr+o BEiy6pv9R+B9QfJhxAku2kNkWezV0CGDoXKV6/aPenGZ92JREWU1QxwV51jQuT4BuxDoql8fOSR2l FwR7n2IGBdFowmjBiA4TSHzUdQoNyoBg3afHOiJhc3kQdhNVI2ql+V9NgZQzk80cRF/S/DQYG8sO4 Uitzp9XB6yLHlGqueD9NzIu3Jt8RSQH+tCZH/vomsYStBwKbjHhUVMmdO9ps/eNV1AnVn15xF6KPi 4f+XRz9J+ziiqm4B7EWnJdjiyeEaTY14ryIUrQqPGWuDPrRDP1R1VtEl1MyIPFfq05NLwlVvP0wQS bDvHefxS14KWJDZkr8hA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gHWWc-0004qK-8e; Tue, 30 Oct 2018 16:05:50 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gHVmf-00035E-3r for linux-um@bombadil.infradead.org; Tue, 30 Oct 2018 15:18:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=9giYgS01OcE/dMOpHFm1c5OVtl2khnMlzmzEiNWOpQs=; b=DGtyVmjQGygzdCIvwmiBrEIWyN P7h9OhUNAWrnieUOfOlz8ea2Izsgkvsi5PgrpaGU93TlJQP2KJeGjg6xLrJen99207UHhPdTJfJb/ NuTkgLdLmy7oxoUl2/gMkyjQc2k+odKBpFA88acqXr6BsUSJbPp+rTWYh+OAh9pSfecSkoYu/GYNj IeNc7mw42PB9UmKuuEPXOKpxgY8ExjFxr7yKkXmM8PUgqZ5E3s7gzmpb1S+3qsDlEfG4wp9CEjCOP ZM+Jb+lBhi4XXsd2iCPPOA2JaD4afCKIbDYgaP2+QkzpeFFtlDvCNZobxhPxgKPBCt1YYTEzPu6cz KdnCruRQ==; Received: from lilium.sigma-star.at ([109.75.188.150]) by casper.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gHSgK-00030V-K4 for linux-um@lists.infradead.org; Tue, 30 Oct 2018 11:59:38 +0000 Received: from localhost (localhost [127.0.0.1]) by lilium.sigma-star.at (Postfix) with ESMTP id 8B532180347EF; Tue, 30 Oct 2018 12:58:23 +0100 (CET) From: Richard Weinberger To: linux-um@lists.infradead.org Subject: [PATCH 4/4] um: Make GCOV depend on !KCOV Date: Tue, 30 Oct 2018 12:58:12 +0100 Message-Id: <20181030115812.346-4-richard@nod.at> X-Mailer: git-send-email 2.19.1 In-Reply-To: <20181030115812.346-1-richard@nod.at> References: <20181030115812.346-1-richard@nod.at> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181030_115936_700231_E84693E6 X-CRM114-Status: GOOD ( 10.01 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.1 on casper.infradead.org summary: Content analysis details: (0.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 T_SPF_PERMERROR SPF: test of record failed (permerror) X-BeenThere: linux-um@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Richard Weinberger Sender: "linux-um" Errors-To: linux-um-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Both do more or less the same thing and are mutually exclusive. If both are enabled the build will fail. Sooner or later we can kill UML's GCOV. Signed-off-by: Richard Weinberger --- arch/um/Kconfig.debug | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/um/Kconfig.debug b/arch/um/Kconfig.debug index 2014597605ea..85726eeec345 100644 --- a/arch/um/Kconfig.debug +++ b/arch/um/Kconfig.debug @@ -16,6 +16,7 @@ config GPROF config GCOV bool "Enable gcov support" depends on DEBUG_INFO + depends on !KCOV help This option allows developers to retrieve coverage data from a UML session.