From patchwork Fri Nov 4 23:12:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 13032703 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4E4B5C433FE for ; Fri, 4 Nov 2022 23:14:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Wr4lYYIyNFSXg+OIMKBiH8rIFYEW5rmViS2eyio1Lh8=; b=2g2LQ+hVA7fOD5 HUto1Sy4y6hlVt80pxrgzqGDyHzAH8DC7m9DQvF0xVu3HvAAu0kJjtBEFqxeHWFEhumR7kP8XPuiJ pXf10aVKLgGppf5eyylWFjNXn/0e0L/SILTHZ6oA5A9w3Oas8MFbzR+ySwzKlhJAgNRhzN2ykkKpN qnGJHxvEZ+5sAY6sqCbwXIV2DQQ2DNBWvDm+OFSw3n5X50iT5OP2My/+9E8X7wD+P/tiApeaLi5c+ cmWnZhSGT/DLoDFgJjM2Qr6K9qpHmU9XDvnI2gwQKZmDAxl0ZzEwdJ+fQ8GxT+bU9/BVJ6fQ6vUsn 9AR9UXyKhWvYFqbIq6/g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1or5s2-005T4z-CR; Fri, 04 Nov 2022 23:13:06 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1or5ry-005T4Y-KA for linux-arm-kernel@lists.infradead.org; Fri, 04 Nov 2022 23:13:04 +0000 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 5F633B8302E; Fri, 4 Nov 2022 23:13:00 +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-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221104_161302_825139_A9A68FED X-CRM114-Status: GOOD ( 10.90 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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(-)