Hello:
This series was applied to netdev/net.git (main) by Paolo Abeni pabeni@redhat.com:
On Thu, 20 Nov 2025 10:11:59 +0100 you wrote:
Hi all,
I worked on adding PTP support for the KSZ8463. While doing so, I ran into a few bugs in the resource release process that occur when things go wrong arount IRQ initialization.
This small series fixes those bugs.
[...]
Here is the summary with links: - [net,v6,1/5] net: dsa: microchip: common: Fix checks on irq_find_mapping() https://git.kernel.org/netdev/net/c/7b3c09e16679 - [net,v6,2/5] net: dsa: microchip: ptp: Fix checks on irq_find_mapping() https://git.kernel.org/netdev/net/c/9e059305be41 - [net,v6,3/5] net: dsa: microchip: Don't free uninitialized ksz_irq https://git.kernel.org/netdev/net/c/25b62cc5b22c - [net,v6,4/5] net: dsa: microchip: Free previously initialized ports on init failures https://git.kernel.org/netdev/net/c/0f80e21bf622 - [net,v6,5/5] net: dsa: microchip: Fix symetry in ksz_ptp_msg_irq_{setup/free}() https://git.kernel.org/netdev/net/c/d0b8fec8ae50
You are awesome, thank you!