From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from omta40.uswest2.a.cloudfilter.net (omta40.uswest2.a.cloudfilter.net [35.89.44.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2AE5E285C98 for ; Tue, 3 Feb 2026 23:48:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=35.89.44.39 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770162492; cv=none; b=kWODHxHbm+rSk7wK/v3fPZkank29oblP2XCjJP3wmZthXQB/xKo9fPyzxZydqNQRWmZ12X2Pf4UCu01rPqHqk2R/9qwKByFUnb4+vXhUSyUh1JvYsoBufP/PQLGhSDxBLpK0GeVKnybvC3tUR4QKlPOhRxwwP7R6rB/ybC9V49g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770162492; c=relaxed/simple; bh=cXvbRhCWBY0UKpE8OJz+MlYi4jhzHdodmKupAuaeHCo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=XpNEcQOkhdzvG3rY58lDSFKqzYwOkXcm1ESrwrlwEEJtLgwiEQuPvpHi5aZ6qWEO7MiNLz16WSdEuZEGdvluL3RomAWFukpK176ndIrEvxq0qMN4uXPjnpSoeFGcbhP8XgXPhE6QqELXIT3DbwFIduMBSzsDOmD09sJWD/XxUeI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=sony.com; spf=fail smtp.mailfrom=sony.com; arc=none smtp.client-ip=35.89.44.39 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=sony.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=sony.com Received: from eig-obgw-5001b.ext.cloudfilter.net ([10.0.29.181]) by cmsmtp with ESMTPS id nJOrvUQO7aPqLnQ6NvVbDA; Tue, 03 Feb 2026 23:46:35 +0000 Received: from host2044.hostmonster.com ([67.20.76.238]) by cmsmtp with ESMTPS id nQ6MvcEBrSqlVnQ6Mv5nsX; Tue, 03 Feb 2026 23:46:35 +0000 X-Authority-Analysis: v=2.4 cv=I7FlRMgg c=1 sm=1 tr=0 ts=698288db a=O1AQXT3IpLm5MaED65xONQ==:117 a=uc9KWs4yn0V/JYYSH7YHpg==:17 a=HzLeVaNsDn8A:10 a=z6gsHLkEAAAA:8 a=k30aKGXMej4JcZpHlBoA:9 a=EGBcgr28NivcBxMJG6iU:22 a=iekntanDnrheIxGr1pkv:22 Received: from [66.118.46.62] (port=50430 helo=timdesk..) by host2044.hostmonster.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.99.1) (envelope-from ) id 1vnQ6K-000000049PT-40Gn; Tue, 03 Feb 2026 16:46:33 -0700 From: Tim Bird To: axboe@kernel.dk, asml.silence@gmail.com Cc: linux-spdx@vger.kernel.org, io-uring@vger.kernel.org, linux-kernel@vger.kernel.org, Tim Bird Subject: [PATCH] io_uring: Add SPDX id lines to remaining source files Date: Tue, 3 Feb 2026 16:46:24 -0700 Message-ID: <20260203234624.1722921-1-tim.bird@sony.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: io-uring@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host2044.hostmonster.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - sony.com X-BWhitelist: no X-Source-IP: 66.118.46.62 X-Source-L: No X-Exim-ID: 1vnQ6K-000000049PT-40Gn X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: (timdesk..) [66.118.46.62]:50430 X-Source-Auth: tim@bird.org X-Email-Count: 3 X-Org: HG=bhshared_hm;ORG=bluehost; X-Source-Cap: YmlyZG9yZztiaXJkb3JnO2hvc3QyMDQ0Lmhvc3Rtb25zdGVyLmNvbQ== X-Local-Domain: no X-CMAE-Envelope: MS4xfEa4Vpd0a2mzGU3R0P5tDmDz8N50DINIeUd2lU7Ets7kurnbVOWofnCvOZoz3TkzC2X/jCN81ZoJvNgq8HypkKX+KHiXsaDSjJgsx4CnpjN/sgUmoRIf Rk+9G1wdtrY+P1d8Y7uOrNtkpS99wsvniFlWMiHJbUA/AGHw9302/GVQ1n4YT7aQiC0pI/oC3PcFJTN5Aph+a0z9q7gq3RKiUfE= 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 --- io_uring/alloc_cache.h | 1 + io_uring/cmd_net.c | 1 + io_uring/eventfd.h | 1 + io_uring/io-wq.h | 1 + io_uring/io_uring.h | 1 + io_uring/memmap.h | 1 + io_uring/mock_file.c | 1 + io_uring/notif.c | 1 + io_uring/refs.h | 1 + io_uring/slist.h | 1 + 10 files changed, 10 insertions(+) diff --git a/io_uring/alloc_cache.h b/io_uring/alloc_cache.h index d33ce159ef33..ab637abc440c 100644 --- a/io_uring/alloc_cache.h +++ b/io_uring/alloc_cache.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef IOU_ALLOC_CACHE_H #define IOU_ALLOC_CACHE_H diff --git a/io_uring/cmd_net.c b/io_uring/cmd_net.c index 19d3ce2bd20a..cb2775936fb8 100644 --- a/io_uring/cmd_net.c +++ b/io_uring/cmd_net.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #include #include #include diff --git a/io_uring/eventfd.h b/io_uring/eventfd.h index e2f1985c2cf9..400eda4a4165 100644 --- a/io_uring/eventfd.h +++ b/io_uring/eventfd.h @@ -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, diff --git a/io_uring/io-wq.h b/io_uring/io-wq.h index 774abab54732..68873d370a54 100644 --- a/io_uring/io-wq.h +++ b/io_uring/io-wq.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef INTERNAL_IO_WQ_H #define INTERNAL_IO_WQ_H diff --git a/io_uring/io_uring.h b/io_uring/io_uring.h index a790c16854d3..6146cfd5878b 100644 --- a/io_uring/io_uring.h +++ b/io_uring/io_uring.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef IOU_CORE_H #define IOU_CORE_H diff --git a/io_uring/memmap.h b/io_uring/memmap.h index a39d9e518905..f4cfbb6b9a1f 100644 --- a/io_uring/memmap.h +++ b/io_uring/memmap.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef IO_URING_MEMMAP_H #define IO_URING_MEMMAP_H diff --git a/io_uring/mock_file.c b/io_uring/mock_file.c index 3ffac8f72974..80c96ad2061f 100644 --- a/io_uring/mock_file.c +++ b/io_uring/mock_file.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #include #include #include diff --git a/io_uring/notif.c b/io_uring/notif.c index f476775ba44b..efce8ae12eaa 100644 --- a/io_uring/notif.c +++ b/io_uring/notif.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #include #include #include diff --git a/io_uring/refs.h b/io_uring/refs.h index 0d928d87c4ed..0fe16b67c308 100644 --- a/io_uring/refs.h +++ b/io_uring/refs.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef IOU_REQ_REF_H #define IOU_REQ_REF_H diff --git a/io_uring/slist.h b/io_uring/slist.h index 7ef747442754..77382f30321d 100644 --- a/io_uring/slist.h +++ b/io_uring/slist.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ #ifndef INTERNAL_IO_SLIST_H #define INTERNAL_IO_SLIST_H -- 2.43.0