From patchwork Thu Dec 16 18:42:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Catalin Marinas X-Patchwork-Id: 12696515 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 10CDEC433EF for ; Thu, 16 Dec 2021 18:44:10 +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=ttzVEFQWzAlk+bj+gmt646buYPwrpxWm0kjXP+qol5U=; b=H757x7y0WfK+Jw ly49RZ7F5R/gmcOmixNISGOWNBCuoVUDOqJ8OAw3Hq5jozHBVYpNVtqTWvV33P3C+5yN0DKZ0d4D7 CY1k3jvmViRrGckS12sAjHPulkAjf3y3qP1OfI3xUrmZwXOrJsqYslYfan8hRFmnBPNypnmFzE/ms U5ETUILwAUNYdKqUbLucqqTaSc0tw0XjFSY1VwJiJFuyzUHJ9yUJIXaQNZuHBDzzww9aG/4Sp/NbG tQvZ2I0AjI7Hcfoj/DUt8fdY1pSShvcRdDZ9IfrCzb6l/b9MCZ48XjvT+xWvthry+Rpea6LLa46o+ HxXDwsq/o7xLsl04hWVA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxviK-007A8N-L8; Thu, 16 Dec 2021 18:42:48 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxviG-007A7d-Sp for linux-arm-kernel@lists.infradead.org; Thu, 16 Dec 2021 18:42:46 +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 98CC561F26; Thu, 16 Dec 2021 18:42:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2D89DC36AE0; Thu, 16 Dec 2021 18:42:40 +0000 (UTC) Date: Thu, 16 Dec 2021 18:42:37 +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.16-rc6 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-20211216_104245_014170_144B8FE1 X-CRM114-Status: UNSURE ( 8.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 fix below. Thanks. The following changes since commit 35b6b28e69985eafb20b3b2c7bd6eca452b56b53: arm64: ftrace: add missing BTIs (2021-12-02 10:18: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 9c5d89bc10551f1aecd768b00fca3339a7b8c8ee: arm64: kexec: Fix missing error code 'ret' warning in load_other_segments() (2021-12-16 17:44:58 +0000) ---------------------------------------------------------------- Fix missing error code on kexec failure path. ---------------------------------------------------------------- Lakshmi Ramasubramanian (1): arm64: kexec: Fix missing error code 'ret' warning in load_other_segments() arch/arm64/kernel/machine_kexec_file.c | 1 + 1 file changed, 1 insertion(+)