File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,9 @@ install_man(
48
48
' io_uring_prep_readv2.3' ,
49
49
' io_uring_prep_readv.3' ,
50
50
' io_uring_prep_recv.3' ,
51
+ ' io_uring_prep_recv_multishot.3' ,
51
52
' io_uring_prep_recvmsg.3' ,
53
+ ' io_uring_prep_recvmsg_multishot.3' ,
52
54
' io_uring_prep_remove_buffers.3' ,
53
55
' io_uring_prep_rename.3' ,
54
56
' io_uring_prep_renameat.3' ,
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ all_tests = [
39
39
' fadvise.c' ,
40
40
' fallocate.c' ,
41
41
' fc2a85cb02ef.c' ,
42
+ ' fd-pass.c' ,
42
43
' file-register.c' ,
43
44
' files-exit-hang-poll.c' ,
44
45
' files-exit-hang-timeout.c' ,
@@ -79,6 +80,7 @@ all_tests = [
79
80
' poll-cancel-ton.c' ,
80
81
' poll-link.c' ,
81
82
' poll-many.c' ,
83
+ ' poll-mshot-overflow.c' ,
82
84
' poll-mshot-update.c' ,
83
85
' poll-ring.c' ,
84
86
' poll-v-poll.c' ,
@@ -88,6 +90,7 @@ all_tests = [
88
90
' read-write.c' ,
89
91
' recv-msgall.c' ,
90
92
' recv-msgall-stream.c' ,
93
+ ' recv-multishot.c' ,
91
94
' register-restrictions.c' ,
92
95
' rename.c' ,
93
96
' ring-leak2.c' ,
@@ -121,6 +124,7 @@ all_tests = [
121
124
' submit-link-fail.c' ,
122
125
' submit-reuse.c' ,
123
126
' symlink.c' ,
127
+ ' sync-cancel.c' ,
124
128
' teardowns.c' ,
125
129
' thread-exit.c' ,
126
130
' timeout.c' ,
You can’t perform that action at this time.
0 commit comments