From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw1-f65.google.com ([209.85.161.65]:34967 "EHLO mail-yw1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726917AbeJPGg4 (ORCPT ); Tue, 16 Oct 2018 02:36:56 -0400 Received: by mail-yw1-f65.google.com with SMTP id y76-v6so8185130ywd.2 for ; Mon, 15 Oct 2018 15:49:38 -0700 (PDT) Received: from mail-yb1-f182.google.com (mail-yb1-f182.google.com. [209.85.219.182]) by smtp.gmail.com with ESMTPSA id q126-v6sm2909394ywf.7.2018.10.15.15.49.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Oct 2018 15:49:37 -0700 (PDT) Received: by mail-yb1-f182.google.com with SMTP id x5-v6so8139739ybl.11 for ; Mon, 15 Oct 2018 15:49:37 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20181005084754.20950-1-kristina.martsenko@arm.com> References: <20181005084754.20950-1-kristina.martsenko@arm.com> From: Kees Cook Date: Mon, 15 Oct 2018 15:42:31 -0700 Message-ID: Subject: Re: [PATCH 00/17] ARMv8.3 pointer authentication support Content-Type: text/plain; charset="UTF-8" Sender: linux-arch-owner@vger.kernel.org List-ID: To: Kristina Martsenko Cc: linux-arm-kernel , Adam Wallis , Amit Kachhap , Andrew Jones , Ard Biesheuvel , Arnd Bergmann , Catalin Marinas , Christoffer Dall , Dave P Martin , Jacob Bramley , Marc Zyngier , Mark Rutland , Ramana Radhakrishnan , "Suzuki K . Poulose" , Will Deacon , kvmarm@lists.cs.columbia.edu, linux-arch , LKML Message-ID: <20181015224231.Sqy5IgwCYnND5d0WFsfw5-DbaTPjmR5WgJKysbmiB6U@z> On Fri, Oct 5, 2018 at 1:47 AM, Kristina Martsenko wrote: > This series adds support for the ARMv8.3 pointer authentication > extension. The series contains Mark's original patches to enable pointer > authentication for userspace [1], followed by early RFC patches using > pointer authentication in the kernel. It wasn't obvious to me where the PAC mismatch exceptions will be caught. I'm mainly curious to compare the PAC exception handling to the existing stack-protector panic(). Can you point me to which routines manage that? (Perhaps I just missed it in the series...) Thanks for the series! I'm quite excited for ARMv8.3 hardware. :) -Kees -- Kees Cook Pixel Security