Skip to content

Commit 2e01180

Browse files
committed
Sync branches 260106-0051
2 parents e46095c + 91148a2 commit 2e01180

File tree

364 files changed

+3871
-990
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

364 files changed

+3871
-990
lines changed

contrib/libs/liburing/.yandex_meta/devtools.licenses.report

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ BELONGS ya.make
154154
test/fd-pass.c [2:2]
155155
test/fdinfo-sqpoll.c [2:2]
156156
test/fdinfo.c [2:2]
157+
test/fifo-futex-poll.c [2:2]
157158
test/fifo-nonblock-read.c [2:2]
158159
test/file-exit-unreg.c [2:2]
159160
test/file-register.c [2:2]
@@ -207,6 +208,8 @@ BELONGS ya.make
207208
test/nolibc.c [2:2]
208209
test/nop-all-sizes.c [2:2]
209210
test/nop.c [2:2]
211+
test/nop32-overflow.c [2:2]
212+
test/nop32.c [2:2]
210213
test/nvme.h [1:1]
211214
test/ooo-file-unreg.c [2:2]
212215
test/open-close.c [2:2]
@@ -253,6 +256,8 @@ BELONGS ya.make
253256
test/resize-rings.c [2:2]
254257
test/ring-leak.c [2:2]
255258
test/ring-leak2.c [2:2]
259+
test/ring-query.c [2:2]
260+
test/ringbuf-loop.c [2:2]
256261
test/ringbuf-read.c [2:2]
257262
test/ringbuf-status.c [2:2]
258263
test/rsrc_tags.c [2:2]
@@ -282,6 +287,9 @@ BELONGS ya.make
282287
test/sq-poll-kthread.c [2:2]
283288
test/sq-poll-share.c [2:2]
284289
test/sq-space_left.c [2:2]
290+
test/sqe-mixed-bad-wrap.c [2:2]
291+
test/sqe-mixed-nop.c [2:2]
292+
test/sqe-mixed-uring_cmd.c [2:2]
285293
test/sqpoll-disable-exit.c [2:2]
286294
test/sqpoll-exec.c [2:2]
287295
test/sqpoll-exit-hang.c [2:2]
@@ -350,20 +358,23 @@ BELONGS ya.make
350358
Links : http://www.gnu.org/licenses/gpl-2.0.html, http://www.gnu.org/licenses/gpl-2.0.txt, https://spdx.org/licenses/GPL-2.0-only
351359
Files with this license:
352360
src/include/liburing/io_uring.h [1:1]
361+
src/include/liburing/io_uring/query.h [1:1]
353362
Scancode info:
354363
Original SPDX id: Linux-syscall-note
355364
Score : 100.00
356365
Match type : TAG
357366
Links : https://spdx.org/licenses/Linux-syscall-note
358367
Files with this license:
359368
src/include/liburing/io_uring.h [1:1]
369+
src/include/liburing/io_uring/query.h [1:1]
360370
Scancode info:
361371
Original SPDX id: MIT
362372
Score : 100.00
363373
Match type : TAG
364374
Links : http://opensource.org/licenses/mit-license.php, https://spdx.org/licenses/MIT
365375
Files with this license:
366376
src/include/liburing/io_uring.h [1:1]
377+
src/include/liburing/io_uring/query.h [1:1]
367378

368379
KEEP MIT 8384d75c38c570f3edb87cf9f64f2ec2
369380
BELONGS ya.make

contrib/libs/liburing/.yandex_meta/override.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
pkgs: attrs: with pkgs; with attrs; rec {
22
name = "liburing";
3-
version = "2.12";
3+
version = "2.13";
44

55
src = fetchFromGitHub {
66
owner = "axboe";
77
repo = "liburing";
88
rev = "liburing-${version}";
9-
hash = "sha256-sEMzkyjrCc49ogfUnzdgNtEXmW0Tz/PUKo99C965428=";
9+
hash = "sha256-ZWM+SKeRw5iivyj0mHSxC6yw492N7CThx/pp4FJhkCo=";
1010
};
1111

1212
buildPhase = ''

0 commit comments

Comments
 (0)