From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 983453B774F for ; Tue, 24 Mar 2026 06:07:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774332469; cv=none; b=cn6Lx/7FZAKk1hrBLjXdRvIS5GV5ah+Q+MKzaicJbShWLFGOe23XlBo1mOt4Ol/rvDyrY/Dp7UiM7dgk9j8cAWmiSY/F5kX/3nnNuD/lAVZHvC0Yw5cJkIZ2ign9iePr+qOPjEClxODg+N0NGX0QipEaYu+5KMJ6/tzw/G+ODGo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774332469; c=relaxed/simple; bh=ND595YyMEj+N764khRxHYO4gmu5yX7yiQ2iSXasJtQk=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=HY5WOKA9RvZSwc23frc1wv3EN5hJuDmqFSvUPDh1mGVqPZWyABTmj5cS5KBr5wk3rcZdWy/zXHRNRJMDJy4w+MNfc0hYy4FuaQzYH+L9gtCeAa28TbdIFMbVjj4/YJ22/+rCTtGRjfhbCofCF37xaaXIBZWSjrb1p3VZV0qZXi0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HrWNOMyL; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HrWNOMyL" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EB3E1C19424; Tue, 24 Mar 2026 06:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774332469; bh=ND595YyMEj+N764khRxHYO4gmu5yX7yiQ2iSXasJtQk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=HrWNOMyLyxxUzSUi7E7tTF6M0CXK5O0YYqR7toqRLmHejXeAMw52RBkNNbubvcVOH V2SqE1G76hII4ixd/ZXaxw3zVsaDhSeUpMLWOuE5BpfLYwjmJVENvolStPfgaL1hUK esVZ+XZ02anTdzLQIYvvZdiNOGcdbDOMp4XkF6hsD3VlS2L0Rmb42wH0dSvkH/F5Tj yg8MQFBjnF8W06wSJVGyPToVUEcbjcq+mb9EJ3WqrzLbgfCPmkQFg2gJk2ePjGuFBw BSf7p043tehEYpzPa2An2FVoCR0MDLCa11zXdbPBEQRTfVXCzLLpLmt949D0vVx+JB aDpxr0A4Cz7gg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 3FE5D3808200; Tue, 24 Mar 2026 06:07:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] irqchip/riscv-rpmi-sysmsi: Fix mailbox channel leak in rpmi_sysmsi_probe() From: patchwork-bot+linux-riscv@kernel.org Message-Id: <177433245704.469836.2707356125930087876.git-patchwork-notify@kernel.org> Date: Tue, 24 Mar 2026 06:07:37 +0000 References: <20260315-sysmsi-v1-1-5f090c86c2ca@gmail.com> In-Reply-To: <20260315-sysmsi-v1-1-5f090c86c2ca@gmail.com> To: Felix Gu Cc: linux-riscv@lists.infradead.org, rahul@summations.net, anup@brainfault.org, tglx@kernel.org, pjw@kernel.org, palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr, jassisinghbrar@gmail.com, sunilvl@ventanamicro.com, apatel@ventanamicro.com, linux-kernel@vger.kernel.org Hello: This patch was applied to riscv/linux.git (for-next) by Thomas Gleixner : On Sun, 15 Mar 2026 15:17:54 +0800 you wrote: > When riscv_acpi_get_gsi_info() fails, the mailbox channel previously > requested via mbox_request_channel() is not freed. Add the missing > mbox_free_channel() call to prevent the resource leak. > > Fixes: 4752b0cfbc37 ("irqchip/riscv-rpmi-sysmsi: Add ACPI support") > Signed-off-by: Felix Gu > > [...] Here is the summary with links: - irqchip/riscv-rpmi-sysmsi: Fix mailbox channel leak in rpmi_sysmsi_probe() https://git.kernel.org/riscv/c/76f0930d6e80 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html