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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, URIBL_BLOCKED,USER_AGENT_MUTT 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 B6B91C65BAE for ; Thu, 13 Dec 2018 18:02:04 +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 9351720851 for ; Thu, 13 Dec 2018 18:02:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="JMIIOvF7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9351720851 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+infradead-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.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=KaOg9IvWO9n+/mF7gdvwOCVo+TvJOZ1ObZBrXD6bL1Y=; b=JMIIOvF7ZaieGU DJDMLW3SMQGzpp9R29YefMzczNNpZjQhtcHG9dBnyoxYI+m0Azvbxvx7nNaQa9XmIslKRTL+JcJSF xw0E6ZqpfxpS2KxxwN1JGAWHXzABqs1Iaknsnao0DLU5WyJIv/pTdnDIk5va+ZfOzS+R5IE7y9qm8 8uPPo94eeRyZZl7xlm48Q2NyOSVcntuGqxdijhlRIH6Hf45tdHLB9yR7GaeZATzwZ8+1QJM9d2AYL DYCiJX6Bd4j02dmPMlteZXTq0+I2XB5o4jNMsme5wBjIOexcigrbgyD3kKvUKfIPpeUOZRWPi8QPd cyexpWR5ab+7JBbJ0e+w==; 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 1gXVJC-0006vG-Ax; Thu, 13 Dec 2018 18:02:02 +0000 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70] helo=foss.arm.com) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gXVIe-0006IH-Db for linux-arm-kernel@lists.infradead.org; Thu, 13 Dec 2018 18:01:45 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 677B8A78; Thu, 13 Dec 2018 10:01:17 -0800 (PST) Received: from edgewater-inn.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 3610C3F575; Thu, 13 Dec 2018 10:01:17 -0800 (PST) Received: by edgewater-inn.cambridge.arm.com (Postfix, from userid 1000) id 07AD51AE0838; Thu, 13 Dec 2018 18:01:40 +0000 (GMT) Date: Thu, 13 Dec 2018 18:01:40 +0000 From: Will Deacon To: Kristina Martsenko Subject: Re: [PATCH v6 00/13] ARMv8.3 pointer authentication userspace support Message-ID: <20181213180140.GA18185@edgewater-inn.cambridge.arm.com> References: <20181207183931.4285-1-kristina.martsenko@arm.com> <20181212193544.GB22013@edgewater-inn.cambridge.arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20181212193544.GB22013@edgewater-inn.cambridge.arm.com> User-Agent: Mutt/1.11.1+30 (d10eec459b35) () X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181213_100128_865727_AFBF2AB6 X-CRM114-Status: GOOD ( 17.25 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Andrew Jones , linux-kernel@vger.kernel.org, Jacob Bramley , Ard Biesheuvel , Marc Zyngier , Catalin Marinas , Adam Wallis , Suzuki K Poulose , Richard Henderson , Christoffer Dall , kvmarm@lists.cs.columbia.edu, Cyrill Gorcunov , Ramana Radhakrishnan , Amit Kachhap , Dave P Martin , linux-arm-kernel@lists.infradead.org, Kees Cook Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Dec 12, 2018 at 07:35:44PM +0000, Will Deacon wrote: > On Fri, Dec 07, 2018 at 06:39:18PM +0000, Kristina Martsenko wrote: > > This series adds support for the ARMv8.3 pointer authentication extension, > > enabling userspace return address protection with GCC 7 and above. > > I've pushed this out to for-next/ptr-auth with the following changes: > > * Rebased onto for-next/core > * Dropped the GET/SET ptrace requests for now, due to fragile regset usage > * Moved the user key state from thread_info to thread_struct > * Removed use of VA_BITS for the PAC mask (doesn't work with 52-bit user VAs) > * Added a patch to use _BITUL for the bit definitions in sysreg.h > * Tidied up the HWCAP generation [need to run this past Suzuki] > * Reduced the number of CPU caps from 6 to 4 [also need to run past Suzuki] > * Added Reviewed-by tags > > I've not merged it into for-next/core yet, because it could use some testing > and review first. This is now in for-next/core, so I've removed the for-next/ptr-auth staging branch. Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel