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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 92FD9C433FE for ; Fri, 4 Nov 2022 23:13:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229776AbiKDXNJ (ORCPT ); Fri, 4 Nov 2022 19:13:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45260 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229756AbiKDXNE (ORCPT ); Fri, 4 Nov 2022 19:13:04 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C19A3450A1 for ; Fri, 4 Nov 2022 16:13:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 7CE3DB83031 for ; Fri, 4 Nov 2022 23:13:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35F43C433D7; Fri, 4 Nov 2022 23:12:59 +0000 (UTC) Date: Fri, 4 Nov 2022 23:12:45 +0000 From: Catalin Marinas To: Linus Torvalds Cc: Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] arm64 fixes for 6.1-rc4 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull the arm64 fixes below. Thanks. The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux tags/arm64-fixes for you to fetch changes up to 85f1506337f0c79a4955edfeee86a18628e3735f: arm64: cpufeature: Fix the visibility of compat hwcaps (2022-11-03 18:04:56 +0000) ---------------------------------------------------------------- arm64 fixes: - Avoid kprobe recursion when cortex_a76_erratum_1463225_debug_handler() is not inlined (change to __always_inline). - Fix the visibility of compat hwcaps, broken by recent changes to consolidate the visibility of hwcaps and the user-space view of the ID registers. ---------------------------------------------------------------- Amit Daniel Kachhap (1): arm64: cpufeature: Fix the visibility of compat hwcaps Mark Rutland (1): arm64: entry: avoid kprobe recursion Documentation/arm64/cpu-feature-registers.rst | 38 +++++++++++++++++++++++- arch/arm64/kernel/cpufeature.c | 42 +++++++++++++++++++++------ arch/arm64/kernel/entry-common.c | 3 +- 3 files changed, 72 insertions(+), 11 deletions(-) -- Catalin