mbox series

[net,0/2] nfp: fix bugs caused by adaptive coalesce

Message ID 20211029112903.16806-1-simon.horman@corigine.com (mailing list archive)
Headers show
Series nfp: fix bugs caused by adaptive coalesce | expand

Message

Simon Horman Oct. 29, 2021, 11:29 a.m. UTC
Hi,

this series contains fixes for two bugs introduced when
when adaptive coalesce support was added to the NFP driver in
v5.15 by 9d32e4e7e9e1 ("nfp: add support for coalesce adaptive feature")

Yinjun Zhang (2):
  nfp: fix NULL pointer access when scheduling dim work
  nfp: fix potential deadlock when canceling dim work

 drivers/net/ethernet/netronome/nfp/nfp_net_common.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 29, 2021, 12:50 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri, 29 Oct 2021 13:29:01 +0200 you wrote:
> Hi,
> 
> this series contains fixes for two bugs introduced when
> when adaptive coalesce support was added to the NFP driver in
> v5.15 by 9d32e4e7e9e1 ("nfp: add support for coalesce adaptive feature")
> 
> Yinjun Zhang (2):
>   nfp: fix NULL pointer access when scheduling dim work
>   nfp: fix potential deadlock when canceling dim work
> 
> [...]

Here is the summary with links:
  - [net,1/2] nfp: fix NULL pointer access when scheduling dim work
    https://git.kernel.org/netdev/net/c/f8d384a640dd
  - [net,2/2] nfp: fix potential deadlock when canceling dim work
    https://git.kernel.org/netdev/net/c/17e712c6a1ba

You are awesome, thank you!