From patchwork Fri Jan 21 16:59:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 12719970 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 CE5BAC433EF for ; Fri, 21 Jan 2022 17:01:21 +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=sXag0MrSb8Oc9QeeVUof90iPTaMDPr56uUAIERWjomM=; b=PdUaLvIGfi3kMT YifM2bcpyaLT2Sy69inNWaJbOo+CUv0dQuazThfVeE9D3PWKAY1eL0N79zCT2WWKHzOVwuFZeWsuu vQ+ycU0KOJHvna8AjNGZ/ZeLAPJ8UXiunzj1Ppa11dVBzv1Mm70wvzvhjJMcIry02SswPv9P52A6Z 88J8v+0iWDpIaMbAR6WZLQrrcDYot+9oy06VOB8lMbI6LiTFKosbWQ/id+EjGw6msEH/Krxqltnjl TDuzTH2DL7ejUiOrN9gxAyY1aEnwnadl+G+9kC9+lFSm7YXmeAbTTDqeBtPCvPfT7rmsWGpKxYfRK Rh40WikDCXETqcsGivyA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nAxGZ-00FdnF-KP; Fri, 21 Jan 2022 16:59:59 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nAxGW-00FdmQ-Fb for linux-arm-kernel@lists.infradead.org; Fri, 21 Jan 2022 16:59:57 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 69DE261A3D; Fri, 21 Jan 2022 16:59:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AC5AAC340E1; Fri, 21 Jan 2022 16:59:53 +0000 (UTC) Date: Fri, 21 Jan 2022 16:59:49 +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 5.17-rc1 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-20220121_085956_586667_C9ECEDB9 X-CRM114-Status: GOOD ( 10.97 ) 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 updates below, some fixes that turned up during the merging window. Thanks. The following changes since commit 945409a6ef442cfe5f2f14e5626d4306d53100f0: Merge branches 'for-next/misc', 'for-next/cache-ops-dzp', 'for-next/stacktrace', 'for-next/xor-neon', 'for-next/kasan', 'for-next/armv8_7-fp', 'for-next/atomics', 'for-next/bti', 'for-next/sve', 'for-next/kselftest' and 'for-next/kcsan', remote-tracking branch 'arm64/for-next/perf' into for-next/core (2022-01-05 18:14:32 +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 bb425a7598479fa0f171ec806033c440f218b0ce: arm64: mm: apply __ro_after_init to memory_limit (2022-01-20 09:15:16 +0000) ---------------------------------------------------------------- arm64 fixes/cleanups: - Add brackets to the io_stop_wc macro. - Avoid -Warray-bounds warning with the LSE atomics inline asm. - Apply __ro_after_init to memory_limit. ---------------------------------------------------------------- Kees Cook (1): arm64: atomics: lse: Dereference matching size Peng Fan (1): arm64: mm: apply __ro_after_init to memory_limit Xiongfeng Wang (1): asm-generic: Add missing brackets for io_stop_wc macro arch/arm64/include/asm/atomic_lse.h | 2 +- arch/arm64/include/asm/cmpxchg.h | 2 +- arch/arm64/mm/init.c | 2 +- include/asm-generic/barrier.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)