From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 37832C5CFC2 for ; Thu, 15 Jul 2021 17:45:56 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 07054613C4 for ; Thu, 15 Jul 2021 17:45:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 07054613C4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=sdqvti+CnCd6jW39Ox0d3SbuiKDztJsOG3lfusk2XPs=; b=NOpkmb49BFTg+0 Cl3mgEf4kTv49R6tVSRhaU9Z/M4XPETjH1USv8BQEYOR9+pMPwg65J0ogDy2xXE8c7dBGK/Y41Gny mXAKqlAF1nmjs5W2S268z698DhYqobDzwq3nEMw6/X2uKwEKRlqLqj+KwUF5bvXJRhQ3F8PJGUwNW Ymthv9eH921uZrrN2LxcJA3h9lHCG5Y6xqd6UDyvWIqCEJINNLkQBBjoFGz5l7bmMupKN5SxTAY7s 229cVR0BKnu+A0PPMesxYLwzEGkSRtzEy6FVQeC93l1s1BoE4teg24GrzYIt0J3CREGQ7gDsFiCwN Z4hZPTC9OoKfr3riO29A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m45P2-001pOx-0M; Thu, 15 Jul 2021 17:44:05 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m45KK-001nDT-Eq for linux-arm-kernel@lists.infradead.org; Thu, 15 Jul 2021 17:39:13 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id DC04961357; Thu, 15 Jul 2021 17:39:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1626370752; bh=iubY9SFZq/FvyBmevr7bixkj8+TEges7vLgRGLDaK4E=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=P9PfMBzQy2B3nVcZ78W5sM2P1/9rNt1Kbka3bIDMTpefzlPK+wqK+2SI38lXKc9Mn ilAFQkU5yal91TVwAUAD22Pqx5TEbRXWH+KrL4kiC9fYdtNJjsDO4Hd4CL5edt8j9W 9msYuZRPyM79SgDTrczIV8Qzd4l2sXED5IxpwBEh/iQkMjuE5cZwT4zmr+L3vi7Sxh Df6mkXUQ5sLgZF4F13GajItxYOchb8E92BoZ92mqotytnO4Ba9pD/tqid26VP6hcfF +5NPig3RqRmjpfYOOWSK9KD5DqjE+Fyba1ZBolDdSUcfF7y1jWWrmwIrDMAAAqHlvJ QXkoTT9FqlhWA== From: Will Deacon To: Mark Rutland , linux-arm-kernel@lists.infradead.org Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , James Morse , Marc Zyngier Subject: Re: [PATCH] arm64: entry: fix KCOV suppression Date: Thu, 15 Jul 2021 18:39:02 +0100 Message-Id: <162636710642.638355.15916451843308044903.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210715123049.9990-1-mark.rutland@arm.com> References: <20210715123049.9990-1-mark.rutland@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210715_103912_553443_4C30D827 X-CRM114-Status: UNSURE ( 8.33 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 15 Jul 2021 13:30:49 +0100, Mark Rutland wrote: > We suppress KCOV for entry.o rather than entry-common.o. As entry.o is > built from entry.S, this is pointless, and permits instrumentation of > entry-common.o, which is built from entry-common.c. > > Fix the Makefile to suppress KCOV for entry-common.o, as we had intended > to begin with. I've verified with objdump that this is working as > expected. Applied to arm64 (for-next/fixes), thanks! [1/1] arm64: entry: fix KCOV suppression https://git.kernel.org/arm64/c/e6f85cbeb23b Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel