]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
io_uring: fix missing msg_name assignment
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 12 Jul 2020 10:23:08 +0000 (13:23 +0300)
committerJens Axboe <axboe@kernel.dk>
Sun, 12 Jul 2020 15:40:25 +0000 (09:40 -0600)
commitdd821e0c95a64b5923a0c57f07d3f7563553e756
tree48c319b0faa1f955be0e72caf91d8c3c19ec2f03
parent309fc03a3284af62eb6082fb60327045a1dabf57
io_uring: fix missing msg_name assignment

Ensure to set msg.msg_name for the async portion of send/recvmsg,
as the header copy will copy to/from it.

Cc: stable@vger.kernel.org # v5.5+
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c