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=-5.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 79563C433E2 for ; Mon, 7 Sep 2020 10:30:27 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 CC8DC2067C for ; Mon, 7 Sep 2020 10:30:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="eDH1dOtH" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CC8DC2067C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com 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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=j9MFjGIxJZjOjfxmbmO5jcbdaHV7CUtKhHFzAmL9vYQ=; b=eDH1dOtHemiwIhpomFZDq+ifC 4v0lxJctlhotPZ5ZwBTR59WwWu6O6ZaZe7lRy6S/Sca+5blKxar8pP7Ie+64M4kSdIyCbEYfpKYwo auqHsnkeg2zVCgXufHWkQ+Idv0MRVGMfMkvKjnsoDJ5IBYN3QhgXvZ1Xn2ATXZ2ZL+vFwbtGh5t1a jOOj8KOhbH5kJaXdHcJsmkgi6o3jiwbVrHvXquBvzFQohvGv5xspIekK7pNA++5BsAGajm1oiSLcd RFjBY12nsm4Zab5GfH3kdqHJYRawL4KB0lxbisycRUWrJ7LBwZRDIESVPILR7NN/w12C2A7KuhuFt qksTIARvQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kFEOf-0004yF-CO; Mon, 07 Sep 2020 10:29:13 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kFEOX-0004w7-MX for linux-arm-kernel@lists.infradead.org; Mon, 07 Sep 2020 10:29:07 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F3606106F; Mon, 7 Sep 2020 03:29:03 -0700 (PDT) Received: from arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A3B2A3F66E; Mon, 7 Sep 2020 03:29:02 -0700 (PDT) Date: Mon, 7 Sep 2020 11:29:00 +0100 From: Dave Martin To: Boyan Karatotev Subject: Re: [PATCH 0/4] kselftests/arm64: add PAuth tests Message-ID: <20200907102900.GN6642@arm.com> References: <20200828131606.7946-1-boyan.karatotev@arm.com> <20200902164825.GH6642@arm.com> <7ed52c37-a448-55c9-4ec8-b803ec62ecf6@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <7ed52c37-a448-55c9-4ec8-b803ec62ecf6@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200907_062905_829295_A424E109 X-CRM114-Status: GOOD ( 30.31 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Will Deacon , boian4o1@gmail.com, Catalin Marinas , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, amit.kachhap@arm.com, vincenzo.frascino@arm.com, Shuah Khan , linux-arm-kernel@lists.infradead.org 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, Sep 03, 2020 at 10:46:33AM +0100, Boyan Karatotev wrote: > On 02/09/2020 17:48, Dave Martin wrote: > > On Fri, Aug 28, 2020 at 02:16:02PM +0100, Boyan Karatotev wrote: > >> Pointer Authentication (PAuth) is a security feature introduced in ARMv8.3. > >> It introduces instructions to sign addresses and later check for potential > >> corruption using a second modifier value and one of a set of keys. The > >> signature, in the form of the Pointer Authentication Code (PAC), is stored > >> in some of the top unused bits of the virtual address (e.g. [54: 49] if > >> TBID0 is enabled and TnSZ is set to use a 48 bit VA space). A set of > >> controls are present to enable/disable groups of instructions (which use > >> certain keys) for compatibility with libraries that do not utilize the > >> feature. PAuth is used to verify the integrity of return addresses on the > >> stack with less memory than the stack canary. > >> > >> This patchset adds kselftests to verify the kernel's configuration of the > >> feature and its runtime behaviour. There are 7 tests which verify that: > >> * an authentication failure leads to a SIGSEGV > >> * the data/instruction instruction groups are enabled > >> * the generic instructions are enabled > >> * all 5 keys are unique for a single thread > >> * exec() changes all keys to new unique ones > >> * context switching preserves the 4 data/instruction keys > >> * context switching preserves the generic keys > >> > >> The tests have been verified to work on qemu without a working PAUTH > >> Implementation and on ARM's FVP with a full or partial PAuth > >> implementation. > >> > >> Note: This patchset is only verified for ARMv8.3 and there will be some > >> changes required for ARMv8.6. More details can be found here [1]. Once > >> ARMv8.6 PAuth is merged the first test in this series will required to be > >> updated. > > > > Nit: is it worth running checkpatch over this series? > > > > Although this is not kernel code, there are a number of formatting > > weirdnesses and surplus blank lines etc. that checkpatch would probably > > warn about. > > > I ran it through checkpatch and it came out clean except for some > MAINTAINERS warnings. I see that when I add --strict it does complain > about multiple blank lines which I can fix for the next version. Are > there any other flags I should be running checkpatch with? Hmmm, probably not. I had thought checkpatch was generally noisier about that kind of thing. Since the issues were all minor and nobody else objected, I would suggest not to worry about them. Cheers ---Dave _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel