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: 
 <173102043131.2125877.11150196031872984825.git-patchwork-notify@kernel.org>
Date: Thu, 07 Nov 2024 23:00:31 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Jakub Kicinski <kuba@...nel.org>
Cc: davem@...emloft.net, netdev@...r.kernel.org, edumazet@...gle.com,
 pabeni@...hat.com, johannes@...solutions.net, pablo@...filter.org,
 syzkaller@...glegroups.com, kuniyu@...zon.com
Subject: Re: [PATCH net v2 1/2] netlink: terminate outstanding dump on socket
 close

Hello:

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

On Tue,  5 Nov 2024 17:52:34 -0800 you wrote:
> Netlink supports iterative dumping of data. It provides the families
> the following ops:
>  - start - (optional) kicks off the dumping process
>  - dump  - actual dump helper, keeps getting called until it returns 0
>  - done  - (optional) pairs with .start, can be used for cleanup
> The whole process is asynchronous and the repeated calls to .dump
> don't actually happen in a tight loop, but rather are triggered
> in response to recvmsg() on the socket.
> 
> [...]

Here is the summary with links:
  - [net,v2,1/2] netlink: terminate outstanding dump on socket close
    https://git.kernel.org/netdev/net/c/1904fb9ebf91
  - [net,v2,2/2] selftests: net: add a test for closing a netlink socket ith dump in progress
    https://git.kernel.org/netdev/net/c/55d42a0c3f9c

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