Received: by 2002:a25:6193:0:0:0:0:0 with SMTP id v141csp1822415ybb; Thu, 9 Apr 2020 09:38:20 -0700 (PDT) X-Google-Smtp-Source: APiQypIf61DhAphEFzQX2XpYy+E+s1xAaplwwh0Pz04B9bC9V/tXxNmSVgr+CkNpP5JH3n990lWB X-Received: by 2002:ae9:c319:: with SMTP id n25mr663407qkg.79.1586450300261; Thu, 09 Apr 2020 09:38:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1586450300; cv=none; d=google.com; s=arc-20160816; b=zJIg7pKGm3znOPy9gWTDLeVWrVZXbfeZnPAax6brdBW2Gmo/s3znvEi1Hwe2lUkjpz FcZJAeGk7M0QGVUJ4tOwyEzh9Kg6WxjKaWaTkpWcD8EeeZAyyKNsIXDNz/0b4uOTHJjo XZ/srsbe27B8+SxLWJ7IyCtNTe+NHP+JvWbhb/HmHpjzeEAieQZDgd6ei7pOndfzLqHM Irrjoz6mwNQpgPQTV0PwJc1NBMxhEgUzUOHCRZPV6uSQelN+83DWL6KHqJ+zTZvgiQFG djnG4ih9DMQmFnkgICNekkjtxNgNy6yyo5gXa0hNr6+XCAiT/uhTiXgjM7RDwHFrnYjG vFbQ== 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:dkim-signature; bh=rqTt4/dqsxMgTtgeuqtJrxo1ZMaMYCtXzEBe05M9cOY=; b=L/kBfcHvrSdKxsWsAM5u9Qty6vTwUya5kZZBkZALicYYNK8iau0BK0zxWAMkAMoE+1 H9PX277wcqSZqxchPP7P9YOZsya5ITyy/rDUDq2jfS3tmkcnuqtjQf1hYBIOlWdF2KDk Qcq8Z4n23heHuy0z74178ckbT0dkiF0kRX3juQb1V3kP6ZKgEf8ZL8QtJec88qYsJvSa tXbiXrg1JCOHAqMjgA/5j0bHGKnlulU1AZ5aBZYaWye7hbIuahinqGpxzUwSBN5ckQom /QYY4bzVmiLfjaNZrlv0Cdol4nJYX24DcjHqSwuLXADlM9ZQe8Zeg0a8Qa0tScPqU2Ty +o+A== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=Rf3pFoVh; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s6si6162442qks.239.2020.04.09.09.38.04; Thu, 09 Apr 2020 09:38:20 -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; dkim=pass header.i=@kernel.org header.s=default header.b=Rf3pFoVh; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727015AbgDINzE (ORCPT + 99 others); Thu, 9 Apr 2020 09:55:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:57468 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726895AbgDINzD (ORCPT ); Thu, 9 Apr 2020 09:55:03 -0400 Received: from willie-the-truck (236.31.169.217.in-addr.arpa [217.169.31.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 54ECF2078E; Thu, 9 Apr 2020 13:55:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586440503; bh=u95OMMVK9eb6dy/F0/3kmGSdhzJH2nqJgLn1FqXaxQ4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Rf3pFoVhhdKX/hXOeijUgQVrWVz4G3hKTA3l5nXuRmQ9y+RgzAQK9k6qzp7fx4Ilm L2MJPZEKVshUGP0k4B9iJxlsjg9aGzAhUSNhdFI+b8fT5YxCbv1ulqu6fLkVps7q0U WclVAw4tK230taCd9rWndmoFPxmWctKbKHKwQrY0= Date: Thu, 9 Apr 2020 14:54:58 +0100 From: Will Deacon To: Anshuman Khandual Cc: linux-arm-kernel@lists.infradead.org, Catalin Marinas , Marc Zyngier , James Morse , Suzuki K Poulose , Mark Rutland , kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/6] Introduce ID_PFR2 and other CPU feature changes Message-ID: <20200409135458.GE13078@willie-the-truck> References: <1580215149-21492-1-git-send-email-anshuman.khandual@arm.com> <20200406170911.GA7446@willie-the-truck> <05f6eb1e-a82c-bd02-1871-e44ea00683d8@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <05f6eb1e-a82c-bd02-1871-e44ea00683d8@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 07, 2020 at 02:20:20PM +0530, Anshuman Khandual wrote: > > > On 04/06/2020 10:39 PM, Will Deacon wrote: > > On Tue, Jan 28, 2020 at 06:09:03PM +0530, Anshuman Khandual wrote: > >> This series is primarily motivated from an adhoc list from Mark Rutland > >> during our ID_ISAR6 discussion [1]. Besides, it also includes a patch > >> which does macro replacement for various open bits shift encodings in > >> various CPU ID registers. This series is based on linux-next 20200124. > >> > >> [1] https://patchwork.kernel.org/patch/11287805/ > >> > >> Is there anything else apart from these changes which can be accommodated > >> in this series, please do let me know. Thank you. > > > > The latest Arm ARM also talks about DFR1 and MMFR5. Please can you include > > Sure, will do. > > > those too? Might also be worth checking to see if anything is missing on > > the 64-bit side as well (I didn't look). > > Yeah. Now there some missing ones, will add those as well. Thanks. Just as a heads up that I've also got a handful of changes in this area, but we can resolve the conflicts at -rc1. https://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git/log/?h=sanity-checks Will