From patchwork Thu Oct 3 11:12:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Grall X-Patchwork-Id: 175074 Delivered-To: patch@linaro.org Received: by 2002:a92:7e96:0:0:0:0:0 with SMTP id q22csp155093ill; Thu, 3 Oct 2019 04:12:17 -0700 (PDT) X-Google-Smtp-Source: APXvYqwQK8AoCuW2EblAWFDTILKmi1SUKFYfZ9q7RvACZaRHB1gsQWBs2GXFIJtMw3xz7dwNf3lS X-Received: by 2002:a50:fa9a:: with SMTP id w26mr8851493edr.227.1570101137814; Thu, 03 Oct 2019 04:12:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570101137; cv=none; d=google.com; s=arc-20160816; b=evghBal0E/2mkrqdkWnHMObG3d2Zbez6eG8yRbwBO/90A1OW03Wxk9LZC7Te0d38YQ KJCh1stuWI8AGgzuDaky6h11XFZiZbNdNma6r1HOhTg5TPF5O74r64mggYrt2Sf0UAq2 H5ZtKwccMdcc3tG0txAjbP8164ASS8KseupeYreypVuT7uynq1TtB4FN5wm4bQd+bV58 EN9H1o1i4JaxRFbYqE3StzN/KbWKuDdBq7GczDvNgQdKoxntXLTcRySs17L3MhqxxUme DOnJaDebvu2Z+wQcAEU+CI9KBEaQlELzM35YfE6nXUeuNcN46SiBR0q+Ks6aZZiD+g8K d9sg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=mYaskAfBc+wgxoru1MfLHtXwGAd6vT+sjr1i/oAxBbk=; b=NZQsQmHpMlEsVlPTxbhIXXieGXqN7pRDbnjfOlUSzZmH+ZdBExSxZJWUgmAOAnDsDe A/+1gy14d6UOgEGRXWYANW9Q1408pEk+nd9oowDyV9gkZ4euyiPuBUG3KxFay6PNBh4a dRyTS5TtVKkvVwZSiQOx8PDV1ZCQHSDixbNHb1bpnWjUgJymYZC+Tn05/Olv1l1JO8XC ebCYrC89cRCYYateq9fmMIYzQ1Sy2FSlB6fLppzE9IB0hBoG0G3yC+y7Dgyj/ezNQV6t bISwSdwXKfpLKx5pZCB0/m2wOaQ8JvdZudZD/fKW8+Luik765Cc/j0eRVQOZ8KYs65VK mRYg== 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 rh23si1025855ejb.75.2019.10.03.04.12.17; Thu, 03 Oct 2019 04:12:17 -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 S1729870AbfJCLMR (ORCPT + 27 others); Thu, 3 Oct 2019 07:12:17 -0400 Received: from foss.arm.com ([217.140.110.172]:41758 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728140AbfJCLMQ (ORCPT ); Thu, 3 Oct 2019 07:12:16 -0400 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 667F61000; Thu, 3 Oct 2019 04:12:16 -0700 (PDT) Received: from e108454-lin.cambridge.arm.com (e108454-lin.cambridge.arm.com [10.1.196.50]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 47D223F706; Thu, 3 Oct 2019 04:12:15 -0700 (PDT) From: Julien Grall To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: will@kernel.org, catalin.marinas@arm.com, suzuki.poulose@arm.com, Julien Grall , Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH 0/4] arm64/cpufeature: Fix + doc update Date: Thu, 3 Oct 2019 12:12:07 +0100 Message-Id: <20191003111211.483-1-julien.grall@arm.com> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, This patch fix an issue related to exposing the FRINT capability to userspace (see patch #1). The rest is documentation update. Cheers, Julien Grall (4): arm64: cpufeature: Effectively expose FRINT capability to userspace docs/arm64: elf_hwcaps: sort the HWCAP{,2} documentation by ascending value docs/arm64: elf_hwcaps: Document HWCAP_SB docs/arm64: cpu-feature-registers: Documents missing visible fields Documentation/arm64/cpu-feature-registers.rst | 4 ++ Documentation/arm64/elf_hwcaps.rst | 67 ++++++++++++++------------- arch/arm64/kernel/cpufeature.c | 1 + 3 files changed, 40 insertions(+), 32 deletions(-) -- 2.11.0 Acked-by: Will Deacon