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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6AA62C4332F for ; Mon, 11 Oct 2021 10:56:10 +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 412336023F for ; Mon, 11 Oct 2021 10:56:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 412336023F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=DKslwIYvZYh3m+h2BphD+B5/xpM91oStX55rHPheVAU=; b=XNEYqqFWz4cw0K 4m5FgDvUFmeYdHFb+gdN4kR3Pica4VJpIqYvYpuiNcyIvWU5xnftT/rqfU/PKBCVADvIQoylakCae gZvpP7rYPvfj7RoyoD50Huh+PyZKKw7KOHRGhya9uriM/uJjU9gah35W3V+Gz8rQQ3swgk7hMTpmx Z9tTegM58mLp8ebdymr1KSjAQEaJe7pBVQykcA2pit4q2MtTK131RK3S947K/mzjgNE56OhIuIkY5 +hplVbuhiHu+gVqspu0PhD9M5hjR6qTVEGbsSPJp5Wm1tCPSWTWqZ+awiVpcSEt8zOdh9Zj3vgskM PPjBsfgSQsd2GLKB9NXQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mZsx0-008vWf-LX; Mon, 11 Oct 2021 10:54:34 +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 1mZsww-008vW6-Td for linux-arm-kernel@lists.infradead.org; Mon, 11 Oct 2021 10:54:32 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3CBAD6023F; Mon, 11 Oct 2021 10:54:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1633949670; bh=efC4KA59LTu76+6Io6IabNwAy4+PIrTQ5Oouhu4OhOo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YTsOkR/PDdrvKtPGsBT9/OeJcWzf+/ckGqz27wOdLxgsHfTuAINLmM18an7Ge6no5 3cbavbARtyhJg8L+2YPpEGzrBfLBlJp4EgBVK7tvh4zMuQ/6tmpdF5Zb0f9RpejgKw YbmrQEhZzCm+6ECSQlPhPdrfOoXXh6xjXgyPbkDyERZUlDBmI0Q5Y3ACG+UO2/tGaW 9Yh0cm4BIHUDKUkb3sOef0hunodERTMs8Nmlofq+axj33nKzs02Lk/phRlx6KQv+a1 u9YmJPI5V15f5m8k+vDxt2vqaaAEfUd5K8wE3etv8sajpXaD6ip4VUtt36QP74VcvT aZgdVxoYXqb0g== Date: Mon, 11 Oct 2021 11:54:23 +0100 From: Will Deacon To: Marc Zyngier Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Mark Rutland , Daniel Lezcano , Thomas Gleixner , Peter Shier , Raghavendra Rao Ananta , Ricardo Koller , Oliver Upton , Catalin Marinas , Linus Walleij , kernel-team@android.com Subject: Re: [PATCH v3 16/17] arm64: Add handling of CNTVCTSS traps Message-ID: <20211011105423.GA4009@willie-the-truck> References: <20211010114306.2910453-1-maz@kernel.org> <20211010114306.2910453-17-maz@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211010114306.2910453-17-maz@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211011_035430_992206_3E4F31D9 X-CRM114-Status: GOOD ( 10.03 ) 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 Sun, Oct 10, 2021 at 12:43:05PM +0100, Marc Zyngier wrote: > Since CNTVCTSS obey the same control bits as CNTVCT, add the necessary > decoding to the hook table. Note that there is no known user of > this at the moment. > > Signed-off-by: Marc Zyngier > --- > arch/arm64/include/asm/esr.h | 6 ++++++ > arch/arm64/kernel/traps.c | 11 +++++++++++ > 2 files changed, 17 insertions(+) Acked-by: Will Deacon Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel