Re: [PATCH] io_uring/net: allow filtering on IORING_OP_CONNECT
Jens Axboe <[email protected]>
| Newsgroups | org.kernel.vger.io-uring |
|---|---|
| Message-ID | <177876507317.606913.15547662217786217356.b4-ty@b4> |
On Tue, 12 May 2026 16:32:42 +0530, Shouvik Kar wrote:
> This adds custom filtering for IORING_OP_CONNECT, where the target
> family is always exposed, and (for AF_INET / AF_INET6) port and
> address are exposed. port and v4_addr are in network byte order so
> filter authors can compare against on-wire constants.
>
> Skip population unless addr_len covers the populated fields, to
> avoid leaking stale io_async_msghdr data on short connects.
>
> [...]
Applied, thanks!
[1/1] io_uring/net: allow filtering on IORING_OP_CONNECT
commit: 899bea8248cee35d54760a5e7d61a76af8e64411
Best regards,
--
Jens Axboe