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 17:07:57 +03:00
/* SPDX-License-Identifier: GPL-2.0 */
2009-01-03 06:42:12 +03:00
# ifndef __SPARC_PTRACE_H
# define __SPARC_PTRACE_H
2012-10-09 12:47:43 +04:00
# include <uapi/asm/ptrace.h>
2009-01-03 06:42:12 +03:00
# if defined(__sparc__) && defined(__arch64__)
# ifndef __ASSEMBLY__
linux/compiler.h: Split into compiler.h and compiler_types.h
linux/compiler.h is included indirectly by linux/types.h via
uapi/linux/types.h -> uapi/linux/posix_types.h -> linux/stddef.h
-> uapi/linux/stddef.h and is needed to provide a proper definition of
offsetof.
Unfortunately, compiler.h requires a definition of
smp_read_barrier_depends() for defining lockless_dereference() and soon
for defining READ_ONCE(), which means that all
users of READ_ONCE() will need to include asm/barrier.h to avoid splats
such as:
In file included from include/uapi/linux/stddef.h:1:0,
from include/linux/stddef.h:4,
from arch/h8300/kernel/asm-offsets.c:11:
include/linux/list.h: In function 'list_empty':
>> include/linux/compiler.h:343:2: error: implicit declaration of function 'smp_read_barrier_depends' [-Werror=implicit-function-declaration]
smp_read_barrier_depends(); /* Enforce dependency ordering from x */ \
^
A better alternative is to include asm/barrier.h in linux/compiler.h,
but this requires a type definition for "bool" on some architectures
(e.g. x86), which is defined later by linux/types.h. Type "bool" is also
used directly in linux/compiler.h, so the whole thing is pretty fragile.
This patch splits compiler.h in two: compiler_types.h contains type
annotations, definitions and the compiler-specific parts, whereas
compiler.h #includes compiler-types.h and additionally defines macros
such as {READ,WRITE.ACCESS}_ONCE().
uapi/linux/stddef.h and linux/linkage.h are then moved over to include
linux/compiler_types.h, which fixes the build for h8 and blackfin.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1508840570-22169-2-git-send-email-will.deacon@arm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2017-10-24 13:22:46 +03:00
# include <linux/compiler.h>
2009-01-03 06:42:12 +03:00
# include <linux/threads.h>
2012-03-30 09:39:57 +04:00
# include <asm/switch_to.h>
2009-01-03 06:42:12 +03:00
static inline int pt_regs_trap_type ( struct pt_regs * regs )
{
return regs - > magic & 0x1ff ;
}
static inline bool pt_regs_is_syscall ( struct pt_regs * regs )
{
return ( regs - > tstate & TSTATE_SYSCALL ) ;
}
static inline bool pt_regs_clear_syscall ( struct pt_regs * regs )
{
return ( regs - > tstate & = ~ TSTATE_SYSCALL ) ;
}
# define arch_ptrace_stop_needed(exit_code, info) \
( { flush_user_windows ( ) ; \
get_thread_wsaved ( ) ! = 0 ; \
} )
# define arch_ptrace_stop(exit_code, info) \
synchronize_user_stack ( )
2012-10-06 06:37:01 +04:00
# define current_pt_regs() \
( ( struct pt_regs * ) ( ( unsigned long ) current_thread_info ( ) + THREAD_SIZE ) - 1 )
2009-01-03 06:42:12 +03:00
struct global_reg_snapshot {
unsigned long tstate ;
unsigned long tpc ;
unsigned long tnpc ;
unsigned long o7 ;
unsigned long i7 ;
unsigned long rpc ;
struct thread_info * thread ;
unsigned long pad1 ;
} ;
2012-10-16 20:34:01 +04:00
struct global_pmu_snapshot {
unsigned long pcr [ 4 ] ;
unsigned long pic [ 4 ] ;
} ;
union global_cpu_snapshot {
struct global_reg_snapshot reg ;
struct global_pmu_snapshot pmu ;
} ;
extern union global_cpu_snapshot global_cpu_snapshot [ NR_CPUS ] ;
2009-01-03 06:42:12 +03:00
2012-09-26 09:21:14 +04:00
# define force_successful_syscall_return() set_thread_noerror(1)
2009-01-03 06:42:12 +03:00
# define user_mode(regs) (!((regs)->tstate & TSTATE_PRIV))
# define instruction_pointer(regs) ((regs)->tpc)
2016-10-13 07:36:13 +03:00
# define instruction_pointer_set(regs, val) do { \
( regs ) - > tpc = ( val ) ; \
( regs ) - > tnpc = ( val ) + 4 ; \
} while ( 0 )
2009-01-03 06:42:12 +03:00
# define user_stack_pointer(regs) ((regs)->u_regs[UREG_FP])
2012-01-03 23:23:06 +04:00
static inline int is_syscall_success ( struct pt_regs * regs )
{
return ! ( regs - > tstate & ( TSTATE_XCARRY | TSTATE_ICARRY ) ) ;
}
static inline long regs_return_value ( struct pt_regs * regs )
{
return regs - > u_regs [ UREG_I0 ] ;
}
2009-01-03 06:42:12 +03:00
# ifdef CONFIG_SMP
2014-05-17 01:25:50 +04:00
unsigned long profile_pc ( struct pt_regs * ) ;
2009-01-03 06:42:12 +03:00
# else
# define profile_pc(regs) instruction_pointer(regs)
2005-04-17 02:20:36 +04:00
# endif
2016-10-13 07:36:13 +03:00
# define MAX_REG_OFFSET (offsetof(struct pt_regs, magic))
2017-04-24 03:15:51 +03:00
int regs_query_register_offset ( const char * name ) ;
unsigned long regs_get_kernel_stack_nth ( struct pt_regs * regs , unsigned int n ) ;
2016-10-13 07:36:13 +03:00
/**
* regs_get_register ( ) - get register value from its offset
* @ regs : pt_regs from which register value is gotten
* @ offset : offset number of the register .
*
* regs_get_register returns the value of a register whose
* offset from @ regs . The @ offset is the offset of the register
* in struct pt_regs . If @ offset is bigger than MAX_REG_OFFSET ,
* this returns 0.
*/
static inline unsigned long regs_get_register ( struct pt_regs * regs ,
unsigned long offset )
{
if ( unlikely ( offset > = MAX_REG_OFFSET ) )
return 0 ;
if ( offset = = PT_V9_Y )
return * ( unsigned int * ) ( ( unsigned long ) regs + offset ) ;
return * ( unsigned long * ) ( ( unsigned long ) regs + offset ) ;
}
/* Valid only for Kernel mode traps. */
static inline unsigned long kernel_stack_pointer ( struct pt_regs * regs )
{
return regs - > u_regs [ UREG_I6 ] ;
}
2009-01-03 06:42:12 +03:00
# else /* __ASSEMBLY__ */
# endif /* __ASSEMBLY__ */
# else /* (defined(__sparc__) && defined(__arch64__)) */
# ifndef __ASSEMBLY__
2012-03-30 17:53:50 +04:00
# include <asm/switch_to.h>
2009-01-03 06:42:12 +03:00
static inline bool pt_regs_is_syscall ( struct pt_regs * regs )
{
return ( regs - > psr & PSR_SYSCALL ) ;
}
static inline bool pt_regs_clear_syscall ( struct pt_regs * regs )
{
return ( regs - > psr & = ~ PSR_SYSCALL ) ;
}
# define arch_ptrace_stop_needed(exit_code, info) \
( { flush_user_windows ( ) ; \
current_thread_info ( ) - > w_saved ! = 0 ; \
} )
# define arch_ptrace_stop(exit_code, info) \
synchronize_user_stack ( )
2012-09-28 22:20:01 +04:00
# define current_pt_regs() \
( ( struct pt_regs * ) ( ( unsigned long ) current_thread_info ( ) + THREAD_SIZE ) - 1 )
2009-01-03 06:42:12 +03:00
# define user_mode(regs) (!((regs)->psr & PSR_PS))
# define instruction_pointer(regs) ((regs)->pc)
# define user_stack_pointer(regs) ((regs)->u_regs[UREG_FP])
unsigned long profile_pc ( struct pt_regs * ) ;
# else /* (!__ASSEMBLY__) */
# endif /* (!__ASSEMBLY__) */
# endif /* (defined(__sparc__) && defined(__arch64__)) */
# define STACK_BIAS 2047
/* global_reg_snapshot offsets */
# define GR_SNAP_TSTATE 0x00
# define GR_SNAP_TPC 0x08
# define GR_SNAP_TNPC 0x10
# define GR_SNAP_O7 0x18
# define GR_SNAP_I7 0x20
# define GR_SNAP_RPC 0x28
# define GR_SNAP_THREAD 0x30
# define GR_SNAP_PAD1 0x38
# endif /* !(__SPARC_PTRACE_H) */