mbox series

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

Message ID cover.1652819974.git.christophe.jaillet@wanadoo.fr (mailing list archive)
Headers show
Series octeon_ep: Fix the error handling path of octep_request_irqs() | expand

Message

Christophe JAILLET May 17, 2022, 8:59 p.m. UTC
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(-)

Comments

Dan Carpenter May 18, 2022, 5:33 a.m. UTC | #1
Thanks!

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

regards,
dan carpenter
patchwork-bot+netdevbpf@kernel.org May 19, 2022, 3:10 a.m. UTC | #2
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!