]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selftests/bpf: Update task local data license
authorAmery Hung <ameryhung@gmail.com>
Thu, 19 Feb 2026 22:58:49 +0000 (14:58 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 24 Feb 2026 02:06:47 +0000 (18:06 -0800)
Change the license of task local data mini library to LGPL-2.1 or
BSD-2-Clause to allow it being in a wider range of projects.

Signed-off-by: Amery Hung <ameryhung@gmail.com>
Link: https://lore.kernel.org/r/20260219225849.2426421-1-ameryhung@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/task_local_data.h
tools/testing/selftests/bpf/progs/task_local_data.bpf.h

index 0f86b9275cf98d7303d8109d5e2bb9a10dec1b49..b91fd3bc4d4d8da389e37a0e8f065a723d1a89c0 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
 #ifndef __TASK_LOCAL_DATA_H
 #define __TASK_LOCAL_DATA_H
 
index fed53d63a7e50306685f520e7ce64c4abddddfae..8b6f7af43648aba4843f7824d4c6d55cf1636bcb 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
 #ifndef __TASK_LOCAL_DATA_BPF_H
 #define __TASK_LOCAL_DATA_BPF_H