Files
linux/io_uring
Demi Marie Obenour fcc77d33a3 net: Remove support for AIO on sockets
The only user of msg->msg_iocb was AF_ALG, but that's deprecated.
It can be removed entirely at the cost of only supporting synchronous
operations.  This doesn't break userspace, which will silently block
(for a bounded amount of time) in io_submit instead of operating
asynchronously.

This also makes struct msghdr smaller, helping every other caller of
sendmsg().

Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2026-05-29 14:05:30 +08:00
..
2025-01-28 15:10:40 -07:00
2026-01-05 17:08:20 -07:00
2026-04-28 16:09:02 -06:00
2026-05-29 14:05:30 +08:00
2026-01-13 15:18:07 -05:00
2024-02-09 09:04:39 -07:00