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 0705DC4167B for ; Fri, 1 Dec 2023 17:52:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379058AbjLARwU (ORCPT ); Fri, 1 Dec 2023 12:52:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42326 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229454AbjLARwT (ORCPT ); Fri, 1 Dec 2023 12:52:19 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 11392AC for ; Fri, 1 Dec 2023 09:52:26 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BB320C433C7; Fri, 1 Dec 2023 17:52:24 +0000 (UTC) Date: Fri, 1 Dec 2023 17:52:22 +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 fix for 6.7-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 fix below. Thanks. The following changes since commit c0a8574204054effad6ac83cc75c02576e2985fe: arm64: add dependency between vmlinuz.efi and Image (2023-11-23 19:10:29 +0000) 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 f5259997f3e8d6edfcc2daf5b2c0b34f074d7bc0: arm64: Avoid enabling KPTI unnecessarily (2023-11-30 19:07:33 +0000) ---------------------------------------------------------------- Fix a 6.7-rc1 regression where the arm64 KPTI ends up enabled even on systems that don't need it. ---------------------------------------------------------------- Ard Biesheuvel (1): arm64: Avoid enabling KPTI unnecessarily arch/arm64/kernel/cpufeature.c | 4 ++++ 1 file changed, 4 insertions(+) -- Catalin