From patchwork Fri Dec 1 17:52:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 13476236 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 174E1C4167B for ; Fri, 1 Dec 2023 17:52:57 +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=tOSz6WYXyrJXGjFvDIS5ijuxu5gNz02l55wY68s+zW8=; b=I5QqTwTg8lyE1e Y4vaEdkOet+dA531qL8pAGxUjbqVLXEERENjy5OB+YQzs3If/RURayzwSdYVFoiKMhSx7JuosCeqL xV2OFOjjSi7Xznme6Dblvi5ckXgJuIjPaq3RXXoTHfetDzb/LNXk3ubKcmhNqronnLpawwolHm7eu fO06eMBmI4XnE+HHzv2kX0/MJ8KPQMsPv5Esdp4zlqrejo9paxAbIx9pPv/IxJUNGLSRLHkpBwNIE Bjex6yaq6snif62sDupbMyZyWBvkCUypcuuRTuIjzALaFwqw29yu0+Pf3C9uqVeBbaEZ2YgsQg0GJ 3+o8jyzEMl2Qumo2hl9w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r97gl-00ENRv-1C; Fri, 01 Dec 2023 17:52:31 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r97gi-00ENQz-0z for linux-arm-kernel@lists.infradead.org; Fri, 01 Dec 2023 17:52:29 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 655F4CE2777; Fri, 1 Dec 2023 17:52:26 +0000 (UTC) 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-Disposition: inline X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231201_095228_528568_5F7F4A73 X-CRM114-Status: UNSURE ( 7.37 ) X-CRM114-Notice: Please train this message. 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 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(+)