License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Many source files in the tree are missing licensing information, which
makes it harder for compliance tools to determine the correct license.
By default all files without license information are under the default
license of the kernel, which is GPL version 2.
Update the files which contain no license information with the 'GPL-2.0'
SPDX license identifier. The SPDX identifier is a legally binding
shorthand, which can be used instead of the full boiler plate text.
This patch is based on work done by Thomas Gleixner and Kate Stewart and
Philippe Ombredanne.
How this work was done:
Patches were generated and checked against linux-4.14-rc6 for a subset of
the use cases:
- file had no licensing information it it.
- file was a */uapi/* one with no licensing information in it,
- file was a */uapi/* one with existing licensing information,
Further patches will be generated in subsequent months to fix up cases
where non-standard license headers were used, and references to license
had to be inferred by heuristics based on keywords.
The analysis to determine which SPDX License Identifier to be applied to
a file was done in a spreadsheet of side by side results from of the
output of two independent scanners (ScanCode & Windriver) producing SPDX
tag:value files created by Philippe Ombredanne. Philippe prepared the
base worksheet, and did an initial spot review of a few 1000 files.
The 4.13 kernel was the starting point of the analysis with 60,537 files
assessed. Kate Stewart did a file by file comparison of the scanner
results in the spreadsheet to determine which SPDX license identifier(s)
to be applied to the file. She confirmed any determination that was not
immediately clear with lawyers working with the Linux Foundation.
Criteria used to select files for SPDX license identifier tagging was:
- Files considered eligible had to be source code files.
- Make and config files were included as candidates if they contained >5
lines of source
- File already had some variant of a license header in it (even if <5
lines).
All documentation files were explicitly excluded.
The following heuristics were used to determine which SPDX license
identifiers to apply.
- when both scanners couldn't find any license traces, file was
considered to have no license information in it, and the top level
COPYING file license applied.
For non */uapi/* files that summary was:
SPDX license identifier # files
---------------------------------------------------|-------
GPL-2.0 11139
and resulted in the first patch in this series.
If that file was a */uapi/* path one, it was "GPL-2.0 WITH
Linux-syscall-note" otherwise it was "GPL-2.0". Results of that was:
SPDX license identifier # files
---------------------------------------------------|-------
GPL-2.0 WITH Linux-syscall-note 930
and resulted in the second patch in this series.
- if a file had some form of licensing information in it, and was one
of the */uapi/* ones, it was denoted with the Linux-syscall-note if
any GPL family license was found in the file or had no licensing in
it (per prior point). Results summary:
SPDX license identifier # files
---------------------------------------------------|------
GPL-2.0 WITH Linux-syscall-note 270
GPL-2.0+ WITH Linux-syscall-note 169
((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause) 21
((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 17
LGPL-2.1+ WITH Linux-syscall-note 15
GPL-1.0+ WITH Linux-syscall-note 14
((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause) 5
LGPL-2.0+ WITH Linux-syscall-note 4
LGPL-2.1 WITH Linux-syscall-note 3
((GPL-2.0 WITH Linux-syscall-note) OR MIT) 3
((GPL-2.0 WITH Linux-syscall-note) AND MIT) 1
and that resulted in the third patch in this series.
- when the two scanners agreed on the detected license(s), that became
the concluded license(s).
- when there was disagreement between the two scanners (one detected a
license but the other didn't, or they both detected different
licenses) a manual inspection of the file occurred.
- In most cases a manual inspection of the information in the file
resulted in a clear resolution of the license that should apply (and
which scanner probably needed to revisit its heuristics).
- When it was not immediately clear, the license identifier was
confirmed with lawyers working with the Linux Foundation.
- If there was any question as to the appropriate license identifier,
the file was flagged for further research and to be revisited later
in time.
In total, over 70 hours of logged manual review was done on the
spreadsheet to determine the SPDX license identifiers to apply to the
source files by Kate, Philippe, Thomas and, in some cases, confirmation
by lawyers working with the Linux Foundation.
Kate also obtained a third independent scan of the 4.13 code base from
FOSSology, and compared selected files where the other two scanners
disagreed against that SPDX file, to see if there was new insights. The
Windriver scanner is based on an older version of FOSSology in part, so
they are related.
Thomas did random spot checks in about 500 files from the spreadsheets
for the uapi headers and agreed with SPDX license identifier in the
files he inspected. For the non-uapi files Thomas did random spot checks
in about 15000 files.
In initial set of patches against 4.14-rc6, 3 files were found to have
copy/paste license identifier errors, and have been fixed to reflect the
correct identifier.
Additionally Philippe spent 10 hours this week doing a detailed manual
inspection and review of the 12,461 patched files from the initial patch
version early this week with:
- a full scancode scan run, collecting the matched texts, detected
license ids and scores
- reviewing anything where there was a license detected (about 500+
files) to ensure that the applied SPDX license was correct
- reviewing anything where there was no detection but the patch license
was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied
SPDX license was correct
This produced a worksheet with 20 files needing minor correction. This
worksheet was then exported into 3 different .csv files for the
different types of files to be modified.
These .csv files were then reviewed by Greg. Thomas wrote a script to
parse the csv files and add the proper SPDX tag to the file, in the
format that the file expected. This script was further refined by Greg
based on the output to detect more types of files automatically and to
distinguish between header and source .c files (which need different
comment types.) Finally Greg ran the script using the .csv files to
generate the patches.
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-11-01 22:07:57 +08:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2013-03-11 02:41:10 +08:00
|
|
|
/*
|
|
|
|
* Inspired by breakpoint overflow test done by
|
|
|
|
* Vince Weaver <vincent.weaver@maine.edu> for perf_event_tests
|
|
|
|
* (git://github.com/deater/perf_event_tests)
|
|
|
|
*/
|
|
|
|
|
2013-04-27 01:17:56 +08:00
|
|
|
/*
|
|
|
|
* Powerpc needs __SANE_USERSPACE_TYPES__ before <linux/types.h> to select
|
|
|
|
* 'int-ll64.h' and avoid compile warnings when printing __u64 with %llu.
|
|
|
|
*/
|
|
|
|
#define __SANE_USERSPACE_TYPES__
|
|
|
|
|
2013-03-11 02:41:10 +08:00
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <unistd.h>
|
|
|
|
#include <string.h>
|
|
|
|
#include <sys/ioctl.h>
|
|
|
|
#include <time.h>
|
|
|
|
#include <fcntl.h>
|
|
|
|
#include <signal.h>
|
|
|
|
#include <sys/mman.h>
|
|
|
|
#include <linux/compiler.h>
|
|
|
|
#include <linux/hw_breakpoint.h>
|
|
|
|
|
|
|
|
#include "tests.h"
|
|
|
|
#include "debug.h"
|
2019-08-30 03:18:59 +08:00
|
|
|
#include "event.h"
|
2019-08-30 01:59:50 +08:00
|
|
|
#include "perf-sys.h"
|
2014-07-01 04:28:47 +08:00
|
|
|
#include "cloexec.h"
|
2013-03-11 02:41:10 +08:00
|
|
|
|
|
|
|
static int fd1;
|
|
|
|
static int fd2;
|
2016-01-25 17:55:55 +08:00
|
|
|
static int fd3;
|
2013-03-11 02:41:10 +08:00
|
|
|
static int overflows;
|
2016-01-25 17:55:55 +08:00
|
|
|
static int overflows_2;
|
|
|
|
|
|
|
|
volatile long the_var;
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Use ASM to ensure watchpoint and breakpoint can be triggered
|
|
|
|
* at one instruction.
|
|
|
|
*/
|
|
|
|
#if defined (__x86_64__)
|
|
|
|
extern void __test_function(volatile long *ptr);
|
|
|
|
asm (
|
2020-09-11 21:00:05 +08:00
|
|
|
".pushsection .text;"
|
2016-01-25 17:55:55 +08:00
|
|
|
".globl __test_function\n"
|
2020-09-11 21:00:05 +08:00
|
|
|
".type __test_function, @function;"
|
2016-01-25 17:55:55 +08:00
|
|
|
"__test_function:\n"
|
|
|
|
"incq (%rdi)\n"
|
2020-09-11 21:00:05 +08:00
|
|
|
"ret\n"
|
|
|
|
".popsection\n");
|
2016-01-25 17:55:55 +08:00
|
|
|
#else
|
|
|
|
static void __test_function(volatile long *ptr)
|
|
|
|
{
|
|
|
|
*ptr = 0x1234;
|
|
|
|
}
|
|
|
|
#endif
|
2013-03-11 02:41:10 +08:00
|
|
|
|
2017-06-16 22:39:15 +08:00
|
|
|
static noinline int test_function(void)
|
2013-03-11 02:41:10 +08:00
|
|
|
{
|
2016-01-25 17:55:55 +08:00
|
|
|
__test_function(&the_var);
|
|
|
|
the_var++;
|
2013-03-11 02:41:10 +08:00
|
|
|
return time(NULL);
|
|
|
|
}
|
|
|
|
|
2016-01-25 17:55:55 +08:00
|
|
|
static void sig_handler_2(int signum __maybe_unused,
|
|
|
|
siginfo_t *oh __maybe_unused,
|
|
|
|
void *uc __maybe_unused)
|
|
|
|
{
|
|
|
|
overflows_2++;
|
|
|
|
if (overflows_2 > 10) {
|
|
|
|
ioctl(fd1, PERF_EVENT_IOC_DISABLE, 0);
|
|
|
|
ioctl(fd2, PERF_EVENT_IOC_DISABLE, 0);
|
|
|
|
ioctl(fd3, PERF_EVENT_IOC_DISABLE, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-03-11 02:41:10 +08:00
|
|
|
static void sig_handler(int signum __maybe_unused,
|
|
|
|
siginfo_t *oh __maybe_unused,
|
|
|
|
void *uc __maybe_unused)
|
|
|
|
{
|
|
|
|
overflows++;
|
|
|
|
|
|
|
|
if (overflows > 10) {
|
|
|
|
/*
|
|
|
|
* This should be executed only once during
|
|
|
|
* this test, if we are here for the 10th
|
|
|
|
* time, consider this the recursive issue.
|
|
|
|
*
|
|
|
|
* We can get out of here by disable events,
|
|
|
|
* so no new SIGIO is delivered.
|
|
|
|
*/
|
|
|
|
ioctl(fd1, PERF_EVENT_IOC_DISABLE, 0);
|
|
|
|
ioctl(fd2, PERF_EVENT_IOC_DISABLE, 0);
|
2016-01-25 17:55:55 +08:00
|
|
|
ioctl(fd3, PERF_EVENT_IOC_DISABLE, 0);
|
2013-03-11 02:41:10 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-13 05:30:01 +08:00
|
|
|
static int __event(bool is_x, void *addr, int sig)
|
2013-03-11 02:41:10 +08:00
|
|
|
{
|
|
|
|
struct perf_event_attr pe;
|
|
|
|
int fd;
|
|
|
|
|
|
|
|
memset(&pe, 0, sizeof(struct perf_event_attr));
|
|
|
|
pe.type = PERF_TYPE_BREAKPOINT;
|
|
|
|
pe.size = sizeof(struct perf_event_attr);
|
|
|
|
|
|
|
|
pe.config = 0;
|
2016-01-25 17:55:55 +08:00
|
|
|
pe.bp_type = is_x ? HW_BREAKPOINT_X : HW_BREAKPOINT_W;
|
|
|
|
pe.bp_addr = (unsigned long) addr;
|
2013-03-11 02:41:10 +08:00
|
|
|
pe.bp_len = sizeof(long);
|
|
|
|
|
|
|
|
pe.sample_period = 1;
|
|
|
|
pe.sample_type = PERF_SAMPLE_IP;
|
|
|
|
pe.wakeup_events = 1;
|
|
|
|
|
|
|
|
pe.disabled = 1;
|
|
|
|
pe.exclude_kernel = 1;
|
|
|
|
pe.exclude_hv = 1;
|
|
|
|
|
2014-07-01 04:28:47 +08:00
|
|
|
fd = sys_perf_event_open(&pe, 0, -1, -1,
|
|
|
|
perf_event_open_cloexec_flag());
|
2013-03-11 02:41:10 +08:00
|
|
|
if (fd < 0) {
|
|
|
|
pr_debug("failed opening event %llx\n", pe.config);
|
|
|
|
return TEST_FAIL;
|
|
|
|
}
|
|
|
|
|
2016-01-25 17:55:55 +08:00
|
|
|
fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC);
|
2016-02-13 05:30:01 +08:00
|
|
|
fcntl(fd, F_SETSIG, sig);
|
2016-01-25 17:55:55 +08:00
|
|
|
fcntl(fd, F_SETOWN, getpid());
|
2013-03-11 02:41:10 +08:00
|
|
|
|
|
|
|
ioctl(fd, PERF_EVENT_IOC_RESET, 0);
|
|
|
|
|
|
|
|
return fd;
|
|
|
|
}
|
|
|
|
|
2016-02-13 05:30:01 +08:00
|
|
|
static int bp_event(void *addr, int sig)
|
2016-01-25 17:55:55 +08:00
|
|
|
{
|
2016-02-13 05:30:01 +08:00
|
|
|
return __event(true, addr, sig);
|
2016-01-25 17:55:55 +08:00
|
|
|
}
|
|
|
|
|
2016-02-13 05:30:01 +08:00
|
|
|
static int wp_event(void *addr, int sig)
|
2016-01-25 17:55:55 +08:00
|
|
|
{
|
2016-02-13 05:30:01 +08:00
|
|
|
return __event(false, addr, sig);
|
2016-01-25 17:55:55 +08:00
|
|
|
}
|
|
|
|
|
2013-03-11 02:41:10 +08:00
|
|
|
static long long bp_count(int fd)
|
|
|
|
{
|
|
|
|
long long count;
|
|
|
|
int ret;
|
|
|
|
|
|
|
|
ret = read(fd, &count, sizeof(long long));
|
|
|
|
if (ret != sizeof(long long)) {
|
|
|
|
pr_debug("failed to read: %d\n", ret);
|
|
|
|
return TEST_FAIL;
|
|
|
|
}
|
|
|
|
|
|
|
|
return count;
|
|
|
|
}
|
|
|
|
|
2021-11-04 14:41:51 +08:00
|
|
|
static int test__bp_signal(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
|
2013-03-11 02:41:10 +08:00
|
|
|
{
|
|
|
|
struct sigaction sa;
|
2016-01-25 17:55:55 +08:00
|
|
|
long long count1, count2, count3;
|
2013-03-11 02:41:10 +08:00
|
|
|
|
2021-11-04 14:42:05 +08:00
|
|
|
if (!BP_SIGNAL_IS_SUPPORTED) {
|
|
|
|
pr_debug("Test not supported on this architecture");
|
|
|
|
return TEST_SKIP;
|
|
|
|
}
|
|
|
|
|
2013-03-11 02:41:10 +08:00
|
|
|
/* setup SIGIO signal handler */
|
|
|
|
memset(&sa, 0, sizeof(struct sigaction));
|
|
|
|
sa.sa_sigaction = (void *) sig_handler;
|
|
|
|
sa.sa_flags = SA_SIGINFO;
|
|
|
|
|
|
|
|
if (sigaction(SIGIO, &sa, NULL) < 0) {
|
|
|
|
pr_debug("failed setting up signal handler\n");
|
|
|
|
return TEST_FAIL;
|
|
|
|
}
|
|
|
|
|
2016-01-25 17:55:55 +08:00
|
|
|
sa.sa_sigaction = (void *) sig_handler_2;
|
|
|
|
if (sigaction(SIGUSR1, &sa, NULL) < 0) {
|
|
|
|
pr_debug("failed setting up signal handler 2\n");
|
|
|
|
return TEST_FAIL;
|
|
|
|
}
|
|
|
|
|
2013-03-11 02:41:10 +08:00
|
|
|
/*
|
|
|
|
* We create following events:
|
|
|
|
*
|
2016-01-25 17:55:55 +08:00
|
|
|
* fd1 - breakpoint event on __test_function with SIGIO
|
2013-03-11 02:41:10 +08:00
|
|
|
* signal configured. We should get signal
|
|
|
|
* notification each time the breakpoint is hit
|
|
|
|
*
|
2016-01-25 17:55:55 +08:00
|
|
|
* fd2 - breakpoint event on sig_handler with SIGUSR1
|
|
|
|
* configured. We should get SIGUSR1 each time when
|
|
|
|
* breakpoint is hit
|
|
|
|
*
|
|
|
|
* fd3 - watchpoint event on __test_function with SIGIO
|
2013-03-11 02:41:10 +08:00
|
|
|
* configured.
|
|
|
|
*
|
|
|
|
* Following processing should happen:
|
2016-01-25 17:55:55 +08:00
|
|
|
* Exec: Action: Result:
|
|
|
|
* incq (%rdi) - fd1 event breakpoint hit -> count1 == 1
|
|
|
|
* - SIGIO is delivered
|
|
|
|
* sig_handler - fd2 event breakpoint hit -> count2 == 1
|
|
|
|
* - SIGUSR1 is delivered
|
|
|
|
* sig_handler_2 -> overflows_2 == 1 (nested signal)
|
|
|
|
* sys_rt_sigreturn - return from sig_handler_2
|
|
|
|
* overflows++ -> overflows = 1
|
|
|
|
* sys_rt_sigreturn - return from sig_handler
|
|
|
|
* incq (%rdi) - fd3 event watchpoint hit -> count3 == 1 (wp and bp in one insn)
|
|
|
|
* - SIGIO is delivered
|
|
|
|
* sig_handler - fd2 event breakpoint hit -> count2 == 2
|
|
|
|
* - SIGUSR1 is delivered
|
|
|
|
* sig_handler_2 -> overflows_2 == 2 (nested signal)
|
|
|
|
* sys_rt_sigreturn - return from sig_handler_2
|
|
|
|
* overflows++ -> overflows = 2
|
|
|
|
* sys_rt_sigreturn - return from sig_handler
|
|
|
|
* the_var++ - fd3 event watchpoint hit -> count3 == 2 (standalone watchpoint)
|
|
|
|
* - SIGIO is delivered
|
|
|
|
* sig_handler - fd2 event breakpoint hit -> count2 == 3
|
|
|
|
* - SIGUSR1 is delivered
|
|
|
|
* sig_handler_2 -> overflows_2 == 3 (nested signal)
|
|
|
|
* sys_rt_sigreturn - return from sig_handler_2
|
|
|
|
* overflows++ -> overflows == 3
|
|
|
|
* sys_rt_sigreturn - return from sig_handler
|
2013-03-11 02:41:10 +08:00
|
|
|
*
|
|
|
|
* The test case check following error conditions:
|
|
|
|
* - we get stuck in signal handler because of debug
|
2021-03-24 00:09:15 +08:00
|
|
|
* exception being triggered recursively due to
|
2013-03-11 02:41:10 +08:00
|
|
|
* the wrong RF EFLAG management
|
|
|
|
*
|
|
|
|
* - we never trigger the sig_handler breakpoint due
|
2021-03-24 00:09:15 +08:00
|
|
|
* to the wrong RF EFLAG management
|
2013-03-11 02:41:10 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2016-01-25 17:55:55 +08:00
|
|
|
fd1 = bp_event(__test_function, SIGIO);
|
|
|
|
fd2 = bp_event(sig_handler, SIGUSR1);
|
|
|
|
fd3 = wp_event((void *)&the_var, SIGIO);
|
2013-03-11 02:41:10 +08:00
|
|
|
|
|
|
|
ioctl(fd1, PERF_EVENT_IOC_ENABLE, 0);
|
|
|
|
ioctl(fd2, PERF_EVENT_IOC_ENABLE, 0);
|
2016-01-25 17:55:55 +08:00
|
|
|
ioctl(fd3, PERF_EVENT_IOC_ENABLE, 0);
|
2013-03-11 02:41:10 +08:00
|
|
|
|
|
|
|
/*
|
2021-03-24 00:09:15 +08:00
|
|
|
* Kick off the test by triggering 'fd1'
|
2013-03-11 02:41:10 +08:00
|
|
|
* breakpoint.
|
|
|
|
*/
|
|
|
|
test_function();
|
|
|
|
|
|
|
|
ioctl(fd1, PERF_EVENT_IOC_DISABLE, 0);
|
|
|
|
ioctl(fd2, PERF_EVENT_IOC_DISABLE, 0);
|
2016-01-25 17:55:55 +08:00
|
|
|
ioctl(fd3, PERF_EVENT_IOC_DISABLE, 0);
|
2013-03-11 02:41:10 +08:00
|
|
|
|
|
|
|
count1 = bp_count(fd1);
|
|
|
|
count2 = bp_count(fd2);
|
2016-01-25 17:55:55 +08:00
|
|
|
count3 = bp_count(fd3);
|
2013-03-11 02:41:10 +08:00
|
|
|
|
|
|
|
close(fd1);
|
|
|
|
close(fd2);
|
2016-01-25 17:55:55 +08:00
|
|
|
close(fd3);
|
2013-03-11 02:41:10 +08:00
|
|
|
|
2016-01-25 17:55:55 +08:00
|
|
|
pr_debug("count1 %lld, count2 %lld, count3 %lld, overflow %d, overflows_2 %d\n",
|
|
|
|
count1, count2, count3, overflows, overflows_2);
|
2013-03-11 02:41:10 +08:00
|
|
|
|
|
|
|
if (count1 != 1) {
|
|
|
|
if (count1 == 11)
|
|
|
|
pr_debug("failed: RF EFLAG recursion issue detected\n");
|
|
|
|
else
|
2019-12-06 03:09:59 +08:00
|
|
|
pr_debug("failed: wrong count for bp1: %lld, expected 1\n", count1);
|
2013-03-11 02:41:10 +08:00
|
|
|
}
|
|
|
|
|
2016-01-25 17:55:55 +08:00
|
|
|
if (overflows != 3)
|
2019-12-06 03:09:59 +08:00
|
|
|
pr_debug("failed: wrong overflow (%d) hit, expected 3\n", overflows);
|
2013-03-11 02:41:10 +08:00
|
|
|
|
2016-01-25 17:55:55 +08:00
|
|
|
if (overflows_2 != 3)
|
2019-12-06 03:09:59 +08:00
|
|
|
pr_debug("failed: wrong overflow_2 (%d) hit, expected 3\n", overflows_2);
|
2016-01-25 17:55:55 +08:00
|
|
|
|
|
|
|
if (count2 != 3)
|
2019-12-06 03:09:59 +08:00
|
|
|
pr_debug("failed: wrong count for bp2 (%lld), expected 3\n", count2);
|
2013-03-11 02:41:10 +08:00
|
|
|
|
2016-01-25 17:55:55 +08:00
|
|
|
if (count3 != 2)
|
2019-12-06 03:09:59 +08:00
|
|
|
pr_debug("failed: wrong count for bp3 (%lld), expected 2\n", count3);
|
2016-01-25 17:55:55 +08:00
|
|
|
|
|
|
|
return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ?
|
2013-03-11 02:41:10 +08:00
|
|
|
TEST_OK : TEST_FAIL;
|
|
|
|
}
|
2017-06-02 04:54:50 +08:00
|
|
|
|
2021-11-04 14:42:05 +08:00
|
|
|
DEFINE_SUITE("Breakpoint overflow signal handler", bp_signal);
|