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 E92422F0C76 for ; Fri, 19 Dec 2025 08:13:22 +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=1766132003; cv=none; b=fIb3sTJ0d56BqjtJ28JsILu9mBkkzQlPs61IiR5xFbVfYvYB9nA9Q2UaJ+sLwAEXX9kcTgWQv2uSo2h2UHZjfTZQXgn2od10s7aYYqwrRIoaoRCMFMTbSeDwlHxZpLaWFeEgrGYdQcKG7XRgySRE5JeSPp1X4qcLd0H0uOzahsM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1766132003; c=relaxed/simple; bh=QjqVagZGheGvZNIGCfYq+z1phjrGr+cItnW4fteJZyM=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=oqFvmLFreDgs+8MJ5eEKZIENNoh2URuv9cjXO68ciBiRus+IhzEC0s3NCUnU8xHotBXIPSIu6mWU+khkQaidfO77bmrA00e2QHqt9ezWa7TYDzvYXnafpchlet8/JsSqJl77AkZ1VQwO929RfQbvYo5p01s+BmVLNlmnsfTPhMA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KQbxlVIT; 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="KQbxlVIT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3C884C16AAE; Fri, 19 Dec 2025 08:13:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1766132002; bh=QjqVagZGheGvZNIGCfYq+z1phjrGr+cItnW4fteJZyM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=KQbxlVITY7HPF+wlAhLJ9XIn6wWw1uphqVcWw2HZRKSYyveoofeDkIMk3fUG/1vBM LNcLklBCrQll6Uwmx5vF8LmyG83Vz6VoRtANWV+nT50B5haOhFB1NJSynR/PCQ+HW9 J5w8eNplIFl2VGDgd4dZ3+x723RUJTa42hgNCCs+/isx/KzRFJpmqxJRRnqvTrQikv HCpyUfF1jD4WTi6xlj/Gcu4VHUKK02bWnJrNicujYAq7MopNMIdA/iLCaepgbGtQmB 2w1zzGyKXtIODFI31NvaqMzSqPek2h0f0wFzKb22TSnmsRqCWfSb/vobsXBRw/fdTI QYnOuTqU8HNFw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 78954380AA50; Fri, 19 Dec 2025 08:10:12 +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-intc: Fix missing .free callback for freeing local IRQs From: patchwork-bot+linux-riscv@kernel.org Message-Id: <176613181132.3684357.15703370442701367735.git-patchwork-notify@kernel.org> Date: Fri, 19 Dec 2025 08:10:11 +0000 References: <20251114-rv-intc-fix-v1-1-a3edd1c1a868@sifive.com> In-Reply-To: <20251114-rv-intc-fix-v1-1-a3edd1c1a868@sifive.com> To: Nick Hu Cc: linux-riscv@lists.infradead.org, anup@brainfault.org, tglx@linutronix.de, pjw@kernel.org, palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr, linux-kernel@vger.kernel.org Hello: This patch was applied to riscv/linux.git (fixes) by Thomas Gleixner : On Fri, 14 Nov 2025 15:28:44 +0800 you wrote: > The irq_domain_free_irqs() helper requires that the irq_domain_ops->free > callback be implemented. Otherwise, the kernel reports the warning > message "NULL pointer, cannot free irq" when the user calls > irq_dispose_mapping() to release the per-HART local IRQs. > > Set the irq_domain_ops->free to irq_domain_free_irqs_top() to free the > IRQs. > > [...] Here is the summary with links: - irqchip/riscv-intc: Fix missing .free callback for freeing local IRQs https://git.kernel.org/riscv/c/14473a1f8859 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html