Message ID | cover.1714488419.git.asml.silence@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | LAZY_WAKE misuse fixes | expand |
On Tue, 30 Apr 2024 16:42:29 +0100, Pavel Begunkov wrote: > LAZY_WAKE can't be used with requests for which users expect >1 CQE, > otherwise wait(nr=2) may get stuck waiting for a tw that will never > arrive. Fix up invalid use of LAZY_WAKE with sendzc. > > Pavel Begunkov (2): > io_uring/net: fix sendzc lazy wake polling > io_uring/notif: disable LAZY_WAKE for linked notifs > > [...] Applied, thanks! [1/2] io_uring/net: fix sendzc lazy wake polling commit: ef42b85a5609cd822ca0a68dd2bef2b12b5d1ca3 [2/2] io_uring/notif: disable LAZY_WAKE for linked notifs commit: 19352a1d395424b5f8c03289a85fbd6622d6601a Best regards,