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] [thread-next>] [day] [month] [year] [list]
Message-Id: 
 <173959203625.2185212.746025659708481674.git-patchwork-notify@kernel.org>
Date: Sat, 15 Feb 2025 04:00:36 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Junnan Wu <junnan01.wu@...sung.com>
Cc: sgarzare@...hat.com, davem@...emloft.net, edumazet@...gle.com,
 eperezma@...hat.com, horms@...nel.org, jasowang@...hat.com, kuba@...nel.org,
 kvm@...r.kernel.org, lei19.wang@...sung.com, linux-kernel@...r.kernel.org,
 mst@...hat.com, netdev@...r.kernel.org, pabeni@...hat.com,
 q1.huang@...sung.com, stefanha@...hat.com, virtualization@...ts.linux.dev,
 xuanzhuo@...ux.alibaba.com, ying01.gao@...sung.com, ying123.xu@...sung.com
Subject: Re: [Patch net v3] vsock/virtio: fix variables initialization during
 resuming

Hello:

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

On Fri, 14 Feb 2025 09:22:00 +0800 you wrote:
> When executing suspend to ram twice in a row,
> the `rx_buf_nr` and `rx_buf_max_nr` increase to three times vq->num_free.
> Then after virtqueue_get_buf and `rx_buf_nr` decreased
> in function virtio_transport_rx_work,
> the condition to fill rx buffer
> (rx_buf_nr < rx_buf_max_nr / 2) will never be met.
> 
> [...]

Here is the summary with links:
  - [net,v3] vsock/virtio: fix variables initialization during resuming
    https://git.kernel.org/netdev/net/c/55eff109e76a

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