From patchwork Tue Mar 5 20:00:42 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Conor Dooley X-Patchwork-Id: 13582951 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 54493C54798 for ; Tue, 5 Mar 2024 20:00:56 +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-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-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=DZiU+Sf4r1t25PAWKmJraHJRmHi9s6iPldMmDlwddE0=; b=CjM +kfdlJMjfSkTNLDtOXUmkuxF6bhDj9UGXneCZ0b34oBH2pDVWNklhmrDBEkuwyaiQzrw0Vmqs0MRB IpnpaYq8wQH/GdX3cg2sLePitfyL9ihfmiKI3swJA7tCirVY7NcdHNXsxIYZ1mIcqLLa74rUkOt88 YYB6+1kaxYVqYM/2dyMROXLdiOqCVV+6NQUO16kgIzFrf0C8Q8K4Msmd2Ev0fXTzKN9Gq7RR6gIuR eEN9YKtdvADxFkagJqFVbuLKrUhKuHN7NFNUG62r+1Shcuu1b4Fzyb6F92cVrIXbC5LpX9Mxl0DVO FgmzryniLcQ8CKtVy7jlnPKKOPsdZ5Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rhay2-0000000F6ix-22rJ; Tue, 05 Mar 2024 20:00:50 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rhaxy-0000000F6gN-2n17 for linux-riscv@lists.infradead.org; Tue, 05 Mar 2024 20:00:48 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id EB05761575; Tue, 5 Mar 2024 20:00:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 97502C433F1; Tue, 5 Mar 2024 20:00:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1709668845; bh=17Wh5GpfBMEAEfVPD7Mh1BrDB5q05dVOlvQzlOBQ1Zo=; h=Date:From:List-Id:To:Cc:Subject:From; b=WIwEKLv2yPKqXUuwdM17FfWIcgAcXgDfQZen/BkuiU8EFZqqHBexyB4wdHdftCQWs 6wb1TQknmtcvI3bLQlwbwtlMBBOAq3LZUiadSr/L/I3unjVRsRf6fu4xsZnK2VRjHC jQUJFAhJ9ZXgRMPEg1rm+ViBlV1URn5vWb6Sl3yTlHJx3n12iyYNB+zSvV1wxU3vq1 ReS0ooVgG3FFn9gWQrlF5XUqnFzm/f8AHM03KquWxMDdD/wZZHd/z37j75w6uqRkHz z9IjOh8VGwBfUZEXvyh2KzmrxEktsAlvUvYLdn6sElAZ7URzcIcC/gfKFfT5rq3hl5 bHZPxsDNb+fqQ== Date: Tue, 5 Mar 2024 20:00:42 +0000 From: Conor Dooley To: soc@kernel.org Cc: conor@kernel.org, palmer@dabbelt.com, linux-riscv@lists.infradead.org Subject: [GIT PULL] RISC-V firmware drivers for v6.9 Message-ID: <20240305-vicinity-dumpling-8943ef26f004@spud> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240305_120047_471448_93B054B7 X-CRM114-Status: UNSURE ( 8.65 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Hey Arnd, Feel free to cherry pick this either if it makes more sense (or even send it to fixes instead). It's a fix for an oversize allocation, so given how late it is in the merge window I opted to send it as 6.9 material. Cheers, Conor. The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ riscv-firmware-for-v6.9 for you to fetch changes up to af1e0a7d39f98c0dea1b186a76fcee7da6a5f7bc: firmware: microchip: Fix over-requested allocation size (2024-03-04 19:18:16 +0000) ---------------------------------------------------------------- RISC-V firmware drivers for v6.9 A single minor fix for an oversized allocation due to sizeof() misuse by yours truly that came in since I sent my last fixes PR. Signed-off-by: Conor Dooley ---------------------------------------------------------------- Dawei Li (1): firmware: microchip: Fix over-requested allocation size drivers/firmware/microchip/mpfs-auto-update.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)