lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: 
 <172549562978.1208771.14261588078199879784.git-patchwork-notify@kernel.org>
Date: Thu, 05 Sep 2024 00:20:29 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Sean Anderson <sean.anderson@...ux.dev>
Cc: radhey.shyam.pandey@....com, davem@...emloft.net, edumazet@...gle.com,
 kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org,
 linux-kernel@...r.kernel.org, michal.simek@....com,
 linux-arm-kernel@...ts.infradead.org, daniel@...earbox.net,
 andy.chiu@...ive.com, ariane.keller@....ee.ethz.ch
Subject: Re: [PATCH net] net: xilinx: axienet: Fix race in axienet_stop

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:

On Tue,  3 Sep 2024 13:51:41 -0400 you wrote:
> axienet_dma_err_handler can race with axienet_stop in the following
> manner:
> 
> CPU 1                       CPU 2
> ======================      ==================
> axienet_stop()
>     napi_disable()
>     axienet_dma_stop()
>                             axienet_dma_err_handler()
>                                 napi_disable()
>                                 axienet_dma_stop()
>                                 axienet_dma_start()
>                                 napi_enable()
>     cancel_work_sync()
>     free_irq()
> 
> [...]

Here is the summary with links:
  - [net] net: xilinx: axienet: Fix race in axienet_stop
    https://git.kernel.org/netdev/net/c/858430db28a5

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ