From patchwork Fri Jun 3 17:33:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 12869261 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 DD2E1C433EF for ; Fri, 3 Jun 2022 17:35:09 +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=LtZ2dbm6FFP4k7Oy7przF2JtWev7KqHFTrCM35Fmhf8=; b=OGLl8kBwd6lAhJ nkXPtgSF255JxNxxbj79rtnmw1MOjfcr/D0XWtSPlMBKEZFszyjQVJRnOPGB6x9cdYAaDUs/BYYbc qEY7yHoTEPMcgzwa+eKe+mq0TWm5U6xc3knMGaBsFmWFlhBWjV+iXD5L7jJzVg55drGrBRpNmpfuY 6Qt2N5dSkqvfjKKGp5gf2scBCz+6wbnAuhlyBYKDw2U2lP2FbzOmfoTmI9A3FCN1eu9k5032/R3E9 XNv665ljoomG4IA8navcsBS0lJyf3QFl+uCpmKvbTV469LK3fzuM554Lv/DHjVTS8EgJ3zYpWbLu6 1klYbO6vCPlWxAp0aHrg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nxBBb-008KKO-MJ; Fri, 03 Jun 2022 17:34:11 +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 1nxBBY-008KJh-BE for linux-arm-kernel@lists.infradead.org; Fri, 03 Jun 2022 17:34:09 +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 B00FAB8241B; Fri, 3 Jun 2022 17:34:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 342AAC385A9; Fri, 3 Jun 2022 17:34:03 +0000 (UTC) Date: Fri, 3 Jun 2022 18:33:59 +0100 From: Catalin Marinas To: Linus Torvalds Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Will Deacon , "Jason A. Donenfeld" , Ard Biesheuvel Subject: [GIT PULL] arm64 fixes for 5.19-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-20220603_103408_564436_42C77045 X-CRM114-Status: GOOD ( 11.04 ) 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. Most of issues addressed were introduced during this merging window. Thanks. The following changes since commit 0616ea3f1b93a99264d84f3d002ae117f6526b62: Merge branch 'for-next/esr-elx-64-bit' into for-next/core (2022-05-20 18:51:54 +0100) 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 78c09c0f4df89fabdcfb3e5e53d3196cf67f64ef: kselftest/arm64: signal: Skip SVE signal test if not enough VLs supported (2022-06-02 20:29:17 +0100) ---------------------------------------------------------------- arm64 fixes for 5.19-rc1: - Initialise jump labels before setup_machine_fdt(), needed by commit f5bda35fba61 ("random: use static branch for crng_ready()"). - Sparse warnings: missing prototype, incorrect __user annotation. - Skip SVE kselftest if not sufficient vector lengths supported. ---------------------------------------------------------------- Catalin Marinas (1): arm64: Remove the __user annotation for the restore_za_context() argument Chengming Zhou (1): ftrace/fgraph: fix increased missing-prototypes warnings Cristian Marussi (1): kselftest/arm64: signal: Skip SVE signal test if not enough VLs supported Stephen Boyd (1): arm64: Initialize jump labels before setup_machine_fdt() Xiang wangx (1): arm64: hibernate: Fix syntax errors in comments arch/arm64/kernel/hibernate.c | 2 +- arch/arm64/kernel/setup.c | 7 ++++--- arch/arm64/kernel/signal.c | 2 +- kernel/trace/fgraph.c | 2 ++ .../arm64/signal/testcases/fake_sigreturn_sve_change_vl.c | 2 ++ 5 files changed, 10 insertions(+), 5 deletions(-)