From patchwork Sat Nov 25 10:47:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 13468450 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 A3F51C61D9D for ; Sat, 25 Nov 2023 10:47:51 +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=IiWMPLemzhlcqxh0USfY4JIJNH/2MagbkuZ8i57eTj8=; b=YyNFTFnaf3cPSA qTlzE60xSMiMfuZW3+f8dQXtaa8bfcjd3jDAVWJcklzQ6bAqyRgJmj9d3IjSMrG5A89aqct0MSWBK 0rLwlscqgmhT4vwubfr54WKqtBrXReCGxkDcHk20myJlOj35+g7uuC8MtBriIfRlV2lTQ2njXbXLc RI0xyOoX2LaF5qmm9HFz2Cv6TJGhonEwr7BMetA5Uc1zDQEWZsUxRa2zA/ddAUIHuENAMs/g2IDm8 BZHpS/eFquA3611TTkkBi/tSB2kotqGCrHoh4j5SRHDj8zEDtvm3HhTnuE1mELxwnLBlCiJHooLJG MxbvuRdqjG8g5LlertYA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r6qC1-0092yq-20; Sat, 25 Nov 2023 10:47:21 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r6qBy-0092yC-2W for linux-arm-kernel@lists.infradead.org; Sat, 25 Nov 2023 10:47:20 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 8CE0360B46; Sat, 25 Nov 2023 10:47:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52D88C433C8; Sat, 25 Nov 2023 10:47:16 +0000 (UTC) Date: Sat, 25 Nov 2023 10:47:13 +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.7-rc3 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-20231125_024718_883554_3EA5DDE5 X-CRM114-Status: UNSURE ( 9.92 ) 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 fixes below. Thanks. The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) 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 c0a8574204054effad6ac83cc75c02576e2985fe: arm64: add dependency between vmlinuz.efi and Image (2023-11-23 19:10:29 +0000) ---------------------------------------------------------------- arm64 fixes: - Fix "rodata=on" not disabling "rodata=full" on arm64 - Add arm64 make dependency between vmlinuz.efi and Image, leading to occasional build failures previously (with parallel building) - Add newline to the output formatting of the za-fork kselftest ---------------------------------------------------------------- Mark Brown (1): kselftest/arm64: Fix output formatting for za-fork Masahiro Yamada (1): arm64: add dependency between vmlinuz.efi and Image Will Deacon (1): arm64: mm: Fix "rodata=on" when CONFIG_RODATA_FULL_DEFAULT_ENABLED=y arch/arm64/Makefile | 2 +- arch/arm64/include/asm/setup.h | 17 +++++++++++++++-- arch/arm64/mm/pageattr.c | 7 +++---- tools/testing/selftests/arm64/fp/za-fork.c | 2 +- 4 files changed, 20 insertions(+), 8 deletions(-)