[PATCH v2 0/2] octeon_ep: Fix the error handling path of octep_request_irqs()

Christophe JAILLET posted 2 patches 3 years, 11 months ago
.../ethernet/marvell/octeon_ep/octep_main.c   | 27 +++++++++++--------
1 file changed, 16 insertions(+), 11 deletions(-)
[PATCH v2 0/2] octeon_ep: Fix the error handling path of octep_request_irqs()
Posted by Christophe JAILLET 3 years, 11 months ago
I send a small serie to ease review and because I'm sighly less confident with
the 2nd patch.

They are related to the same Fixes: tag, so they obviously could be merged if
it is preferred.

Details on modification of this v2 are given in each patch.

Christophe JAILLET (2):
  octeon_ep: Fix a memory leak in the error handling path of
    octep_request_irqs()
  octeon_ep: Fix irq releasing in the error handling path of
    octep_request_irqs()

 .../ethernet/marvell/octeon_ep/octep_main.c   | 27 +++++++++++--------
 1 file changed, 16 insertions(+), 11 deletions(-)

-- 
2.34.1
Re: [PATCH v2 0/2] octeon_ep: Fix the error handling path of octep_request_irqs()
Posted by patchwork-bot+netdevbpf@kernel.org 3 years, 11 months ago
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 17 May 2022 22:59:43 +0200 you wrote:
> I send a small serie to ease review and because I'm sighly less confident with
> the 2nd patch.
> 
> They are related to the same Fixes: tag, so they obviously could be merged if
> it is preferred.
> 
> Details on modification of this v2 are given in each patch.
> 
> [...]

Here is the summary with links:
  - [v2,1/2] octeon_ep: Fix a memory leak in the error handling path of octep_request_irqs()
    https://git.kernel.org/netdev/net-next/c/4d3bf6fb5334
  - [v2,2/2] octeon_ep: Fix irq releasing in the error handling path of octep_request_irqs()
    https://git.kernel.org/netdev/net-next/c/3588c189e45a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Re: [PATCH v2 0/2] octeon_ep: Fix the error handling path of octep_request_irqs()
Posted by Dan Carpenter 3 years, 11 months ago
Thanks!

Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>

regards,
dan carpenter