From nobody Sun Feb 8 00:12:02 2026 Received: from omta036.useast.a.cloudfilter.net (omta036.useast.a.cloudfilter.net [44.202.169.35]) (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 082802D97A5 for ; Tue, 3 Feb 2026 23:46:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=44.202.169.35 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770162404; cv=none; b=kVucUOSNIEFMLaoIFaW8qV5P24yW1W+kUW6n4iMUyAn83NxUS7176pW1gTYfkD1L1a9OCHT87kcaUsTL6juNcKb749sUGv12cZSO6Dhz07ku81K/39byqCau1/PeAZlFn18DJao20Olb3HEW9pPe5TlabXM5M9PF/XBWnWKDs9k= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770162404; c=relaxed/simple; bh=cXvbRhCWBY0UKpE8OJz+MlYi4jhzHdodmKupAuaeHCo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=WeNRpRSWMW5I10iOV1fOI6k4EgYNojnm0GqHN1Dcv6ENTnDPMXpTjpLMS+/NUIXyY1yt32vEFUL/q6O/pn8ppVGAmgU7Km/jwX5QIGg+Kti0N8B5mjlYWIfi3nLWzlMM41ZmPUrpATTgKxHmolvFYjm+PiLdR7tCtPWTxeaL+wQ= 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=44.202.169.35 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-6001b.ext.cloudfilter.net ([10.0.30.143]) by cmsmtp with ESMTPS id nL1jveh5iKXDJnQ6Nv8l9q; Tue, 03 Feb 2026 23:46:35 +0000 Received: from host2044.hostmonster.com ([67.20.76.238]) by cmsmtp with ESMTPS id nQ6Mv3qfMcu11nQ6NvVYrQ; Tue, 03 Feb 2026 23:46:35 +0000 X-Authority-Analysis: v=2.4 cv=bKYWIO+Z 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: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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: 2 X-Org: HG=bhshared_hm;ORG=bluehost; X-Source-Cap: YmlyZG9yZztiaXJkb3JnO2hvc3QyMDQ0Lmhvc3Rtb25zdGVyLmNvbQ== X-Local-Domain: no X-CMAE-Envelope: MS4xfDHkSWUlau8a7lO4Tf7KxPNNacNCX4Jc42+hNM3gduz8xFcnd72DQ9BIg8Wi1ZHBgpVpD9Z+Riuibns2UewHU3bRL4619JDC5ESH1Ttf8/AjSoCu2Iqz kpwauCbvXa2UNUSnSaCDNuw3Jj4qRew/FPZGFO8x/9XUy8dKQIyPNLG1hadLeYZmg6J9l+nakdhZFaKkfP+ULnmRLCoUIbPx6/s= Content-Type: text/plain; charset="utf-8" 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 =20 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 */ =20 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 =20 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 =20 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 =20 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 =20 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 =20 --=20 2.43.0