Message ID | 7a0893f0-bae8-4aee-9e05-7c81354fc829@kernel.dk (mailing list archive) |
---|---|
State | Accepted |
Commit | f5277ad1e9768dbd05b1ae8dcdba690215d8c5b7 |
Headers | show |
Series | [GIT,PULL] io_uring support for get/setsockopt | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net, async |
netdev/build_32bit | fail | Errors and warnings before: 4022 this patch: 4023 |
netdev/build_clang | success | Errors and warnings before: 1586 this patch: 1586 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | Fixes tag looks correct |
netdev/build_allmodconfig_warn | fail | Errors and warnings before: 4272 this patch: 4275 |
netdev/build_clang_rust | success | No Rust files in patch. Skipping build |
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!