Message ID | cover.1674232514.git.asml.silence@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | msg_ring fixes | expand |
On Fri, 20 Jan 2023 16:38:04 +0000, Pavel Begunkov wrote: > First two patches are msg_ring fixes. 3/3 can go 6.3 > > v2: fail msg_ring'ing to disabled rings > > Pavel Begunkov (3): > io_uring/msg_ring: fix flagging remote execution > io_uring/msg_ring: fix remote queue to disabled ring > io_uring/msg_ring: optimise with correct tw notify method > > [...] Applied, thanks! [1/3] io_uring/msg_ring: fix flagging remote execution commit: 79ee63a3cfb1da7464814f1514fefb6a69615702 [2/3] io_uring/msg_ring: fix remote queue to disabled ring commit: b85dfd720541567b2d56714aa3b1ece85d7ec971 Best regards,
On 1/20/23 9:38 AM, Pavel Begunkov wrote: > First two patches are msg_ring fixes. 3/3 can go 6.3 > > v2: fail msg_ring'ing to disabled rings > > Pavel Begunkov (3): > io_uring/msg_ring: fix flagging remote execution > io_uring/msg_ring: fix remote queue to disabled ring > io_uring/msg_ring: optimise with correct tw notify method > > io_uring/io_uring.c | 4 ++-- > io_uring/msg_ring.c | 55 +++++++++++++++++++++++++++++++-------------- > 2 files changed, 40 insertions(+), 19 deletions(-) I took 1-2 for 6.2, and then will get 3 applied for 6.3 once these two hit mainline.