projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c292146
)
io_uring/query: add query.h copyright notice
author
Pavel Begunkov
<asml.silence@gmail.com>
Sun, 15 Feb 2026 21:38:09 +0000
(21:38 +0000)
committer
Jens Axboe
<axboe@kernel.dk>
Sun, 15 Feb 2026 21:55:44 +0000
(14:55 -0700)
Add a copyright notice to io_uring's query uapi header.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/uapi/linux/io_uring/query.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/io_uring/query.h
b/include/uapi/linux/io_uring/query.h
index
0b62481
..
9550075
100644
(file)
--- a/
include/uapi/linux/io_uring/query.h
+++ b/
include/uapi/linux/io_uring/query.h
@@
-1,6
+1,9
@@
/* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) OR MIT */
/*
* Header file for the io_uring query interface.
+ *
+ * Copyright (C) 2026 Pavel Begunkov <asml.silence@gmail.com>
+ * Copyright (C) Meta Platforms, Inc.
*/
#ifndef LINUX_IO_URING_QUERY_H
#define LINUX_IO_URING_QUERY_H