Re: [PATCH net] bnx2x: fix pf2vf bulletin DMA mapping leak

2017-06-07 Thread David Miller
From: Michal Schmidt Date: Tue, 6 Jun 2017 16:30:31 +0200 > When freeing VF's DMA mappings, an already NULLed pointer was checked > again due to an apparent copy&paste error. Consequently, the pf2vf > bulletin DMA mapping was not freed. > > Signed-off-by: Michal Schmidt Applied, thank you.

RE: [PATCH net] bnx2x: fix pf2vf bulletin DMA mapping leak

2017-06-07 Thread Mintz, Yuval
> When freeing VF's DMA mappings, an already NULLed pointer was checked > again due to an apparent copy&paste error. Consequently, the pf2vf bulletin > DMA mapping was not freed. > > Signed-off-by: Michal Schmidt Thanks Michal. Acked-by: Yuval Mintz

[PATCH net] bnx2x: fix pf2vf bulletin DMA mapping leak

2017-06-06 Thread Michal Schmidt
When freeing VF's DMA mappings, an already NULLed pointer was checked again due to an apparent copy&paste error. Consequently, the pf2vf bulletin DMA mapping was not freed. Signed-off-by: Michal Schmidt --- drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c | 2 +- 1 file changed, 1 insertion(+),