]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
io_uring: Add SPDX id lines to remaining source files
authorTim Bird <tim.bird@sony.com>
Tue, 3 Feb 2026 23:46:24 +0000 (16:46 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 4 Feb 2026 14:23:45 +0000 (07:23 -0700)
Some io_uring files are missing SPDX-License-Identifier lines.
Add lines with GPL-2.0 license IDs to these files.

Signed-off-by: Tim Bird <tim.bird@sony.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/alloc_cache.h
io_uring/cmd_net.c
io_uring/eventfd.h
io_uring/io-wq.h
io_uring/io_uring.h
io_uring/memmap.h
io_uring/mock_file.c
io_uring/notif.c
io_uring/refs.h
io_uring/slist.h

index bb2f21a7bfd632f6df76ad109bd545e179496a24..45fcd8b3b824bc061b27ef67999acabb996bd25a 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef IOU_ALLOC_CACHE_H
 #define IOU_ALLOC_CACHE_H
 
index 19d3ce2bd20ad03a05ed0d4f0a3e975642dc28e0..cb2775936fb8480f4db2da77f0a552e9345d18a5 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #include <asm/ioctls.h>
 #include <linux/io_uring/net.h>
 #include <linux/errqueue.h>
index e2f1985c2cf98ec376ccb5f9f90d8cf275f263a1..400eda4a4165ac4512bb83d4965ae0135bcd6af1 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 
 struct io_ring_ctx;
 int io_eventfd_register(struct io_ring_ctx *ctx, void __user *arg,
index 94b14742b703287b422470788b7790d3cd13fd7a..42f00a47a9c9d3f1053f7e0e74c8d84170448c1e 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef INTERNAL_IO_WQ_H
 #define INTERNAL_IO_WQ_H
 
index acdc39b9f8d67c87a466599d9cf80a177b1bd103..f12e597adc9e7143d33dfa7df2f040bd8d4b4f3d 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef IOU_CORE_H
 #define IOU_CORE_H
 
index a39d9e518905f760bb69b5d37d9892391fb937f7..f4cfbb6b9a1f46d81df5f9a2e1be503a29c78666 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef IO_URING_MEMMAP_H
 #define IO_URING_MEMMAP_H
 
index 3ffac8f72974a00a740502acbb207c5e4273c1f6..80c96ad2061f00eda311fa996b007ce9a3786c17 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #include <linux/device.h>
 #include <linux/init.h>
 #include <linux/kernel.h>
index f476775ba44b74a59e7f8c1e214988c885be122f..efce8ae12eaa096db45f55114de1be4cdd992313 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0
 #include <linux/kernel.h>
 #include <linux/errno.h>
 #include <linux/file.h>
index 0d928d87c4ed1372d32658236e857fbadc21e44b..0fe16b67c308e64482bd64bb7b27dee52f48c890 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef IOU_REQ_REF_H
 #define IOU_REQ_REF_H
 
index 0aec51076bad3de4e0890b24ca4b9af6115ce1f2..45c21a8ad685e373f0e8002071d8ce744627ca6f 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef INTERNAL_IO_SLIST_H
 #define INTERNAL_IO_SLIST_H