lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260128200433.1221228-1-tim.bird@sony.com>
Date: Wed, 28 Jan 2026 13:04:33 -0700
From: Tim Bird <tim.bird@...y.com>
To: rusty@...tcorp.com.au,
	greg@...ah.com,
	tglx@...nel.org,
	peterz@...radead.org
Cc: linux-spdx@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Tim Bird <tbird20d@...oo.com>
Subject: [PATCH] kernel: adjust cpu.c SPDX id

From: Tim Bird <tbird20d@...oo.com>

Rusty Russell's intent was to have his files licensed as
GPL-2.0-or-later.  Reflect that intent by adjusting the
SPDX-License-Identifier line for cpu.c

Signed-off-by: Tim Bird <tbird20d@...oo.com>
Link: https://lore.kernel.org/linux-spdx/875x8yw4n6.fsf@rustcorp.com.au/
---
 kernel/cpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/cpu.c b/kernel/cpu.c
index 5185c0be847a0..a7a1cf8ea8e08 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-or-later
 /* CPU control.
  * (C) 2001, 2002, 2003, 2004 Rusty Russell
  */
-- 
2.21.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ