Message ID | 7a0893f0-bae8-4aee-9e05-7c81354fc829@kernel.dk (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] io_uring support for get/setsockopt | expand |
The pull request you sent on Mon, 30 Oct 2023 08:36:04 -0600:
> git://git.kernel.dk/linux.git tags/for-6.7/io_uring-sockopt-2023-10-30
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f5277ad1e9768dbd05b1ae8dcdba690215d8c5b7
Thank you!
Hello: This pull request was applied to netdev/net.git (main) by Linus Torvalds <torvalds@linux-foundation.org>: On Mon, 30 Oct 2023 08:36:04 -0600 you wrote: > Hi Linus, > > On top of the core io_uring changes, this pull request adds support for > using getsockopt and setsockopt via io_uring. The main use cases for > this is to enable use of direct descriptors, rather than first > instantiating a normal file descriptor, doing the option tweaking > needed, then turning it into a direct descriptor. With this support, we > can avoid needing a regular file descriptor completely. > > [...] Here is the summary with links: - [GIT,PULL] io_uring support for get/setsockopt https://git.kernel.org/netdev/net/c/f5277ad1e976 You are awesome, thank you!