Received: by 10.213.65.68 with SMTP id h4csp2506399imn; Mon, 9 Apr 2018 04:45:34 -0700 (PDT) X-Google-Smtp-Source: AIpwx49o8CTZjbA2eKtaBbGKLuVVL7+z75EMyXukI0tAZF6eq4Xep686bhquxoBPTH8rTkia3lQs X-Received: by 2002:a17:902:2c83:: with SMTP id n3-v6mr36417771plb.140.1523274334333; Mon, 09 Apr 2018 04:45:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523274334; cv=none; d=google.com; s=arc-20160816; b=a3EbLgp/HKvmbFXCKXAMRSUoLyXm9nzr+xnqS8yMIC3vkxuzC+56G+Z+SSov8vzzkm QaymrjHPiqRu1/x6pBX8rEIFnFjdvokUyWOlddGRESVRD/0WKinJDffhBKd3hwdZEZt3 D26Hkh9Jk+gfw9TxwvaO34H/OFYWWc+PknnUBVPtDHjjPcMEfVFgn16pxOTY4WylVqOt po4baa2pFf4VewhharyyQhPM7dziYpuKxuuZJfWQ51lqUA1Qzn31niuwlXi/VBcUOVr+ dggILl+rBr0toGn8HjXfp5hii3iC63jbpbLmvmR6Q6RowSif1QMGmgLu3NkoMzQ6/PCd Y0PQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=oArD9w6LItr8Cpxz8bSDNMQLWxpyiy9oIb5w4xxgZss=; b=SMvINfORv0c0UMBoeaOIaQuXG/QyN2X5lOY1NCvGInKIlhHZYxEm8Uss/nMSCvlIBp kWXDRth9nkpgHLNnFeoVv+QtDEj3atICjg+iC6V9ieFNOAfJ6gb9p6+5l1K+7Mm7P9/e za60c9D7O6d3q66FMgRyhn5nM4Os+avKogx9Pyi54WoyawHnp2uY2yg1mqFz7HKNTDyD MMMhx6oMHqLX5v7OFWW848+EVBaDpA6jQqZ3FUeWHhsNENyG9sNFUoPaXPDxqquYyiZI T7V4asddfYPi5lukts3l1qqAhcnzuHtqFZggB38F6diQjcIdot2nJGGNgOUcC9qMUrR8 eV/Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e15si88290pgu.656.2018.04.09.04.44.57; Mon, 09 Apr 2018 04:45:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751844AbeDILly (ORCPT + 99 others); Mon, 9 Apr 2018 07:41:54 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42702 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750759AbeDILlx (ORCPT ); Mon, 9 Apr 2018 07:41:53 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id C02DF414; Mon, 9 Apr 2018 11:41:52 +0000 (UTC) Date: Mon, 9 Apr 2018 13:41:46 +0200 From: Greg KH To: Jean-Baptiste Theou Cc: Ard Biesheuvel , Mark Rutland , Linux Kernel Mailing List , Will Deacon , Dan Rue , Mark Brown , Marc Zyngier , Greg Hackmann Subject: Re: Linux 4.9.93 Message-ID: <20180409114146.GA20636@kroah.com> References: <20180409180534.1768583293d0abe207168c5a@essential.com> <20180409093028.GA3398@kroah.com> <20180409185751.247a0ac7@jbtheou> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180409185751.247a0ac7@jbtheou> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 09, 2018 at 06:57:51PM +0900, Jean-Baptiste Theou wrote: > On Mon, 9 Apr 2018 11:49:37 +0200 > Ard Biesheuvel wrote: > > > On 9 April 2018 at 11:30, Greg KH wrote: > > > On Mon, Apr 09, 2018 at 06:05:34PM +0900, Jean-Baptiste Theou wrote: > > >> Hi, > > >> > > >> After this patchset, a kernel built with CFI fails. Disabling > > >> UNMAP_KERNEL_AT_EL0 fix the issue obviously. > > > > How does one 'build a kernel with CFI' for arm64? > > From Google work on Android-4.9 > > https://android.googlesource.com/kernel/common/+/00a195e7c0752ff5d65c9caadfbcc226270ca232 > > I am not sure what is the plan on their side to upstream (Greg?), but definitely > useful to isolate actual issues. Ah, yeah, if you are taking anything from the Android tree, all bets are off :) Greg Hackmann can probably answer the questions about CFI and these patches, as he's working on merging this stable release into the android-4.9 branch this week. I'll let him deal with this... thanks, greg k-h