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 */
|
2005-04-17 06:20:36 +08:00
|
|
|
#ifndef _ASM_IA64_PAGE_H
|
|
|
|
#define _ASM_IA64_PAGE_H
|
|
|
|
/*
|
|
|
|
* Pagetable related stuff.
|
|
|
|
*
|
|
|
|
* Copyright (C) 1998, 1999, 2002 Hewlett-Packard Co
|
|
|
|
* David Mosberger-Tang <davidm@hpl.hp.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <asm/intrinsics.h>
|
|
|
|
#include <asm/types.h>
|
|
|
|
|
2005-08-17 10:54:00 +08:00
|
|
|
/*
|
|
|
|
* The top three bits of an IA64 address are its Region Number.
|
|
|
|
* Different regions are assigned to different purposes.
|
|
|
|
*/
|
|
|
|
#define RGN_SHIFT (61)
|
2005-08-23 00:57:00 +08:00
|
|
|
#define RGN_BASE(r) (__IA64_UL_CONST(r)<<RGN_SHIFT)
|
|
|
|
#define RGN_BITS (RGN_BASE(-1))
|
2005-08-17 10:54:00 +08:00
|
|
|
|
|
|
|
#define RGN_KERNEL 7 /* Identity mapped region */
|
|
|
|
#define RGN_UNCACHED 6 /* Identity mapped I/O region */
|
|
|
|
#define RGN_GATE 5 /* Gate page, Kernel text, etc */
|
|
|
|
#define RGN_HPAGE 4 /* For Huge TLB pages */
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
/*
|
|
|
|
* PAGE_SHIFT determines the actual kernel page size.
|
|
|
|
*/
|
|
|
|
#if defined(CONFIG_IA64_PAGE_SIZE_4KB)
|
|
|
|
# define PAGE_SHIFT 12
|
|
|
|
#elif defined(CONFIG_IA64_PAGE_SIZE_8KB)
|
|
|
|
# define PAGE_SHIFT 13
|
|
|
|
#elif defined(CONFIG_IA64_PAGE_SIZE_16KB)
|
|
|
|
# define PAGE_SHIFT 14
|
|
|
|
#elif defined(CONFIG_IA64_PAGE_SIZE_64KB)
|
|
|
|
# define PAGE_SHIFT 16
|
|
|
|
#else
|
|
|
|
# error Unsupported page size!
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define PAGE_SIZE (__IA64_UL_CONST(1) << PAGE_SHIFT)
|
|
|
|
#define PAGE_MASK (~(PAGE_SIZE - 1))
|
|
|
|
|
2010-07-28 05:55:12 +08:00
|
|
|
#define PERCPU_PAGE_SHIFT 18 /* log2() of max. size of per-CPU area */
|
2005-04-17 06:20:36 +08:00
|
|
|
#define PERCPU_PAGE_SIZE (__IA64_UL_CONST(1) << PERCPU_PAGE_SHIFT)
|
|
|
|
|
2005-08-17 10:54:00 +08:00
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
#ifdef CONFIG_HUGETLB_PAGE
|
2005-08-17 10:54:00 +08:00
|
|
|
# define HPAGE_REGION_BASE RGN_BASE(RGN_HPAGE)
|
2005-04-17 06:20:36 +08:00
|
|
|
# define HPAGE_SHIFT hpage_shift
|
|
|
|
# define HPAGE_SHIFT_DEFAULT 28 /* check ia64 SDM for architecture supported size */
|
|
|
|
# define HPAGE_SIZE (__IA64_UL_CONST(1) << HPAGE_SHIFT)
|
|
|
|
# define HPAGE_MASK (~(HPAGE_SIZE - 1))
|
|
|
|
|
|
|
|
# define HAVE_ARCH_HUGETLB_UNMAPPED_AREA
|
|
|
|
#endif /* CONFIG_HUGETLB_PAGE */
|
|
|
|
|
|
|
|
#ifdef __ASSEMBLY__
|
|
|
|
# define __pa(x) ((x) - PAGE_OFFSET)
|
|
|
|
# define __va(x) ((x) + PAGE_OFFSET)
|
|
|
|
#else /* !__ASSEMBLY */
|
|
|
|
# define STRICT_MM_TYPECHECKS
|
|
|
|
|
|
|
|
extern void clear_page (void *page);
|
|
|
|
extern void copy_page (void *to, void *from);
|
|
|
|
|
|
|
|
/*
|
|
|
|
* clear_user_page() and copy_user_page() can't be inline functions because
|
|
|
|
* flush_dcache_page() can't be defined until later...
|
|
|
|
*/
|
|
|
|
#define clear_user_page(addr, vaddr, page) \
|
|
|
|
do { \
|
|
|
|
clear_page(addr); \
|
|
|
|
flush_dcache_page(page); \
|
|
|
|
} while (0)
|
|
|
|
|
|
|
|
#define copy_user_page(to, from, vaddr, page) \
|
|
|
|
do { \
|
|
|
|
copy_page((to), (from)); \
|
|
|
|
flush_dcache_page(page); \
|
|
|
|
} while (0)
|
|
|
|
|
|
|
|
|
2007-07-17 19:03:05 +08:00
|
|
|
#define __alloc_zeroed_user_highpage(movableflags, vma, vaddr) \
|
|
|
|
({ \
|
|
|
|
struct page *page = alloc_page_vma( \
|
|
|
|
GFP_HIGHUSER | __GFP_ZERO | movableflags, vma, vaddr); \
|
|
|
|
if (page) \
|
|
|
|
flush_dcache_page(page); \
|
|
|
|
page; \
|
2005-04-17 06:20:36 +08:00
|
|
|
})
|
|
|
|
|
|
|
|
#define __HAVE_ARCH_ALLOC_ZEROED_USER_HIGHPAGE
|
|
|
|
|
|
|
|
#define virt_addr_valid(kaddr) pfn_valid(__pa(kaddr) >> PAGE_SHIFT)
|
|
|
|
|
|
|
|
#ifdef CONFIG_VIRTUAL_MEM_MAP
|
|
|
|
extern int ia64_pfn_valid (unsigned long pfn);
|
2006-11-17 04:40:53 +08:00
|
|
|
#else
|
2005-04-17 06:20:36 +08:00
|
|
|
# define ia64_pfn_valid(pfn) 1
|
|
|
|
#endif
|
|
|
|
|
2006-03-27 17:15:53 +08:00
|
|
|
#ifdef CONFIG_VIRTUAL_MEM_MAP
|
|
|
|
extern struct page *vmem_map;
|
|
|
|
#ifdef CONFIG_DISCONTIGMEM
|
|
|
|
# define page_to_pfn(page) ((unsigned long) (page - vmem_map))
|
|
|
|
# define pfn_to_page(pfn) (vmem_map + (pfn))
|
2016-01-16 08:56:26 +08:00
|
|
|
# define __pfn_to_phys(pfn) PFN_PHYS(pfn)
|
2006-11-17 04:40:53 +08:00
|
|
|
#else
|
|
|
|
# include <asm-generic/memory_model.h>
|
2006-03-27 17:15:53 +08:00
|
|
|
#endif
|
2006-11-17 04:40:53 +08:00
|
|
|
#else
|
|
|
|
# include <asm-generic/memory_model.h>
|
2006-03-27 17:15:53 +08:00
|
|
|
#endif
|
|
|
|
|
2005-10-05 03:13:50 +08:00
|
|
|
#ifdef CONFIG_FLATMEM
|
2005-04-17 06:20:36 +08:00
|
|
|
# define pfn_valid(pfn) (((pfn) < max_mapnr) && ia64_pfn_valid(pfn))
|
2005-10-05 03:13:50 +08:00
|
|
|
#elif defined(CONFIG_DISCONTIGMEM)
|
2005-11-10 04:25:06 +08:00
|
|
|
extern unsigned long min_low_pfn;
|
2005-04-17 06:20:36 +08:00
|
|
|
extern unsigned long max_low_pfn;
|
2005-11-10 04:25:06 +08:00
|
|
|
# define pfn_valid(pfn) (((pfn) >= min_low_pfn) && ((pfn) < max_low_pfn) && ia64_pfn_valid(pfn))
|
2005-04-17 06:20:36 +08:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT)
|
|
|
|
#define virt_to_page(kaddr) pfn_to_page(__pa(kaddr) >> PAGE_SHIFT)
|
2005-11-01 02:25:25 +08:00
|
|
|
#define pfn_to_kaddr(pfn) __va((pfn) << PAGE_SHIFT)
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
typedef union ia64_va {
|
|
|
|
struct {
|
|
|
|
unsigned long off : 61; /* intra-region offset */
|
|
|
|
unsigned long reg : 3; /* region number */
|
|
|
|
} f;
|
|
|
|
unsigned long l;
|
|
|
|
void *p;
|
|
|
|
} ia64_va;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Note: These macros depend on the fact that PAGE_OFFSET has all
|
|
|
|
* region bits set to 1 and all other bits set to zero. They are
|
|
|
|
* expressed in this way to ensure they result in a single "dep"
|
|
|
|
* instruction.
|
|
|
|
*/
|
|
|
|
#define __pa(x) ({ia64_va _v; _v.l = (long) (x); _v.f.reg = 0; _v.l;})
|
|
|
|
#define __va(x) ({ia64_va _v; _v.l = (long) (x); _v.f.reg = -1; _v.p;})
|
|
|
|
|
|
|
|
#define REGION_NUMBER(x) ({ia64_va _v; _v.l = (long) (x); _v.f.reg;})
|
|
|
|
#define REGION_OFFSET(x) ({ia64_va _v; _v.l = (long) (x); _v.f.off;})
|
|
|
|
|
|
|
|
#ifdef CONFIG_HUGETLB_PAGE
|
|
|
|
# define htlbpage_to_page(x) (((unsigned long) REGION_NUMBER(x) << 61) \
|
|
|
|
| (REGION_OFFSET(x) >> (HPAGE_SHIFT-PAGE_SHIFT)))
|
|
|
|
# define HUGETLB_PAGE_ORDER (HPAGE_SHIFT - PAGE_SHIFT)
|
|
|
|
extern unsigned int hpage_shift;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
static __inline__ int
|
|
|
|
get_order (unsigned long size)
|
|
|
|
{
|
|
|
|
long double d = size - 1;
|
|
|
|
long order;
|
|
|
|
|
|
|
|
order = ia64_getf_exp(d);
|
|
|
|
order = order - PAGE_SHIFT - 0xffff + 1;
|
|
|
|
if (order < 0)
|
|
|
|
order = 0;
|
|
|
|
return order;
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif /* !__ASSEMBLY__ */
|
|
|
|
|
|
|
|
#ifdef STRICT_MM_TYPECHECKS
|
|
|
|
/*
|
|
|
|
* These are used to make use of C type-checking..
|
|
|
|
*/
|
|
|
|
typedef struct { unsigned long pte; } pte_t;
|
|
|
|
typedef struct { unsigned long pmd; } pmd_t;
|
2015-04-15 06:45:45 +08:00
|
|
|
#if CONFIG_PGTABLE_LEVELS == 4
|
2005-11-11 23:35:43 +08:00
|
|
|
typedef struct { unsigned long pud; } pud_t;
|
|
|
|
#endif
|
2005-04-17 06:20:36 +08:00
|
|
|
typedef struct { unsigned long pgd; } pgd_t;
|
|
|
|
typedef struct { unsigned long pgprot; } pgprot_t;
|
2008-02-08 20:22:04 +08:00
|
|
|
typedef struct page *pgtable_t;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
# define pte_val(x) ((x).pte)
|
|
|
|
# define pmd_val(x) ((x).pmd)
|
2015-04-15 06:45:45 +08:00
|
|
|
#if CONFIG_PGTABLE_LEVELS == 4
|
2005-11-11 23:35:43 +08:00
|
|
|
# define pud_val(x) ((x).pud)
|
|
|
|
#endif
|
2005-04-17 06:20:36 +08:00
|
|
|
# define pgd_val(x) ((x).pgd)
|
|
|
|
# define pgprot_val(x) ((x).pgprot)
|
|
|
|
|
|
|
|
# define __pte(x) ((pte_t) { (x) } )
|
2011-01-15 02:56:38 +08:00
|
|
|
# define __pmd(x) ((pmd_t) { (x) } )
|
2005-04-17 06:20:36 +08:00
|
|
|
# define __pgprot(x) ((pgprot_t) { (x) } )
|
|
|
|
|
|
|
|
#else /* !STRICT_MM_TYPECHECKS */
|
|
|
|
/*
|
|
|
|
* .. while these make it easier on the compiler
|
|
|
|
*/
|
|
|
|
# ifndef __ASSEMBLY__
|
|
|
|
typedef unsigned long pte_t;
|
|
|
|
typedef unsigned long pmd_t;
|
|
|
|
typedef unsigned long pgd_t;
|
|
|
|
typedef unsigned long pgprot_t;
|
2008-02-08 20:22:04 +08:00
|
|
|
typedef struct page *pgtable_t;
|
2005-04-17 06:20:36 +08:00
|
|
|
# endif
|
|
|
|
|
|
|
|
# define pte_val(x) (x)
|
|
|
|
# define pmd_val(x) (x)
|
|
|
|
# define pgd_val(x) (x)
|
|
|
|
# define pgprot_val(x) (x)
|
|
|
|
|
|
|
|
# define __pte(x) (x)
|
|
|
|
# define __pgd(x) (x)
|
|
|
|
# define __pgprot(x) (x)
|
|
|
|
#endif /* !STRICT_MM_TYPECHECKS */
|
|
|
|
|
2005-08-17 10:54:00 +08:00
|
|
|
#define PAGE_OFFSET RGN_BASE(RGN_KERNEL)
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
#define VM_DATA_DEFAULT_FLAGS (VM_READ | VM_WRITE | \
|
|
|
|
VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC | \
|
|
|
|
(((current->personality & READ_IMPLIES_EXEC) != 0) \
|
|
|
|
? VM_EXEC : 0))
|
|
|
|
|
2012-03-29 01:30:02 +08:00
|
|
|
#define GATE_ADDR RGN_BASE(RGN_GATE)
|
|
|
|
|
|
|
|
/*
|
|
|
|
* 0xa000000000000000+2*PERCPU_PAGE_SIZE
|
|
|
|
* - 0xa000000000000000+3*PERCPU_PAGE_SIZE remain unmapped (guard page)
|
|
|
|
*/
|
|
|
|
#define KERNEL_START (GATE_ADDR+__IA64_UL_CONST(0x100000000))
|
|
|
|
#define PERCPU_ADDR (-PERCPU_PAGE_SIZE)
|
|
|
|
#define LOAD_OFFSET (KERNEL_START - KERNEL_TR_PAGE_SIZE)
|
|
|
|
|
arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area
The core mm code will provide a default gate area based on
FIXADDR_USER_START and FIXADDR_USER_END if
!defined(__HAVE_ARCH_GATE_AREA) && defined(AT_SYSINFO_EHDR).
This default is only useful for ia64. arm64, ppc, s390, sh, tile, 64-bit
UML, and x86_32 have their own code just to disable it. arm, 32-bit UML,
and x86_64 have gate areas, but they have their own implementations.
This gets rid of the default and moves the code into ia64.
This should save some code on architectures without a gate area: it's now
possible to inline the gate_area functions in the default case.
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Acked-by: Nathan Lynch <nathan_lynch@mentor.com>
Acked-by: H. Peter Anvin <hpa@linux.intel.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> [in principle]
Acked-by: Richard Weinberger <richard@nod.at> [for um]
Acked-by: Will Deacon <will.deacon@arm.com> [for arm64]
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Chris Metcalf <cmetcalf@tilera.com>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Richard Weinberger <richard@nod.at>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Nathan Lynch <Nathan_Lynch@mentor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2014-08-09 05:23:40 +08:00
|
|
|
#define __HAVE_ARCH_GATE_AREA 1
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
#endif /* _ASM_IA64_PAGE_H */
|