From patchwork Thu Apr 4 14:03:38 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 13617887 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 1177ECD1292 for ; Thu, 4 Apr 2024 14:04:06 +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:Date:Subject:Cc :To:From: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=0Wd0uUPHtWWtG9yN3aBwxxhEx5YJxoGYyO03hC2BQVI=; b=hiqlN712Zjddgr u/Uei8F61Ex8U1DX9ydn/Xgq1EO89/GQasiaanP3LjbPUqJ+GlsiAXYyXB31fuyBB0vZ3zjEHgVJU Pn2U7oWdtoQXWZw4MnZgCLqhQ45PZwCE8TVmZsTrZeGE7/ehdusx2IRV3+2yEbJrW7ywjrdDF+w0f hYKBOrA4G81VzSsvY0HQy9pJYwCy2UJvu0t9Rqf6ah4Q+8UY0C5Va6zyE22Xv0ZfH6mT4vd2wHU03 6L27FXrvttQzbwXzT9/Kh5FQssTli+2j3J1kpHJ/wyDXIZMahnypZSfur9cgl76XkdmhgFw7xgv1D Gc4857ptd6j6g9Yd+KDQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rsNh0-00000002w5M-2tA4; Thu, 04 Apr 2024 14:03:50 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rsNgx-00000002w4X-2m81 for linux-arm-kernel@lists.infradead.org; Thu, 04 Apr 2024 14:03:49 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8BBF0FEC; Thu, 4 Apr 2024 07:04:16 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id E2FB93F64C; Thu, 4 Apr 2024 07:03:44 -0700 (PDT) From: Sudeep Holla To: ARM SoC Team , SoC Team , ALKML Cc: Sudeep Holla , Arnd Bergmann , Olof Johansson Subject: [GIT PULL] firmware: arm_ffa: Fix for v6.9 Date: Thu, 4 Apr 2024 15:03:38 +0100 Message-ID: <20240404140339.450509-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.43.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240404_070347_986296_D1EA6033 X-CRM114-Status: UNSURE ( 7.39 ) 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 ARM SoC Team, Please pull ! Regards, Sudeep -->8 The following changes since commit 4cece764965020c22cff7665b18a012006359095: Linux 6.9-rc1 (2024-03-24 14:10:05 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/ffa-fix-6.9 for you to fetch changes up to 1a4bd2b128fb5ca62e4d1c5ca298d3d06b9c1e8e: firmware: arm_ffa: Fix the partition ID check in ffa_notification_info_get() (2024-03-25 10:14:17 +0000) ---------------------------------------------------------------- Arm FF-A fix for v6.9 A single fix to address the incorrect check of VM ID count for the global notification in the response received for FFA_NOTIFICATION_INFO_GET() in the schedule receiver interrupt handler. ---------------------------------------------------------------- Jens Wiklander (1): firmware: arm_ffa: Fix the partition ID check in ffa_notification_info_get() drivers/firmware/arm_ffa/driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)