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 15:07:57 +01:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2015-12-01 09:06:26 +05:30
|
|
|
#ifndef _ASM_POWERPC_BOOK3S_64_HASH_H
|
|
|
|
#define _ASM_POWERPC_BOOK3S_64_HASH_H
|
2009-03-10 17:53:29 +00:00
|
|
|
#ifdef __KERNEL__
|
|
|
|
|
2015-12-01 09:06:53 +05:30
|
|
|
/*
|
|
|
|
* Common bits between 4K and 64K pages in a linux-style PTE.
|
2016-02-22 13:41:12 +11:00
|
|
|
* Additional bits may be defined in pgtable-hash64-*.h
|
2015-12-01 09:06:53 +05:30
|
|
|
*
|
|
|
|
*/
|
2016-04-29 23:25:46 +10:00
|
|
|
#define H_PTE_NONE_MASK _PAGE_HPTEFLAGS
|
2015-12-01 09:06:53 +05:30
|
|
|
|
2015-12-01 09:06:36 +05:30
|
|
|
#ifdef CONFIG_PPC_64K_PAGES
|
|
|
|
#include <asm/book3s/64/hash-64k.h>
|
|
|
|
#else
|
|
|
|
#include <asm/book3s/64/hash-4k.h>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Size of EA range mapped by our pagetables.
|
|
|
|
*/
|
2016-04-29 23:25:49 +10:00
|
|
|
#define H_PGTABLE_EADDR_SIZE (H_PTE_INDEX_SIZE + H_PMD_INDEX_SIZE + \
|
|
|
|
H_PUD_INDEX_SIZE + H_PGD_INDEX_SIZE + PAGE_SHIFT)
|
|
|
|
#define H_PGTABLE_RANGE (ASM_CONST(1) << H_PGTABLE_EADDR_SIZE)
|
2015-12-01 09:06:36 +05:30
|
|
|
|
2017-01-04 08:19:12 +05:30
|
|
|
#if defined(CONFIG_TRANSPARENT_HUGEPAGE) && defined(CONFIG_PPC_64K_PAGES)
|
2016-04-29 23:25:49 +10:00
|
|
|
/*
|
2017-01-04 08:19:12 +05:30
|
|
|
* only with hash 64k we need to use the second half of pmd page table
|
2016-04-29 23:25:49 +10:00
|
|
|
* to store pointer to deposited pgtable_t
|
|
|
|
*/
|
|
|
|
#define H_PMD_CACHE_INDEX (H_PMD_INDEX_SIZE + 1)
|
2015-12-01 09:06:36 +05:30
|
|
|
#else
|
2016-04-29 23:25:49 +10:00
|
|
|
#define H_PMD_CACHE_INDEX H_PMD_INDEX_SIZE
|
2015-12-01 09:06:36 +05:30
|
|
|
#endif
|
|
|
|
/*
|
|
|
|
* Define the address range of the kernel non-linear virtual area
|
|
|
|
*/
|
2016-04-29 23:26:21 +10:00
|
|
|
#define H_KERN_VIRT_START ASM_CONST(0xD000000000000000)
|
powerpc/mm/hash64: Make vmalloc 56T on hash
On 64-bit book3s, with the hash MMU, we currently define the kernel
virtual space (vmalloc, ioremap etc.), to be 16T in size. This is a
leftover from pre v3.7 when our user VM was also 16T.
Of that 16T we split it 50/50, with half used for PCI IO and ioremap
and the other 8T for vmalloc.
We never bothered to make it any bigger because 8T of vmalloc ought to
be enough for anybody. But it turns out that's not true, the per cpu
allocator wants large amounts of vmalloc space, not to make large
allocations, but to allow a large stride between allocations, because
we use pcpu_embed_first_chunk().
With a bit of juggling we can increase the entire kernel virtual space
to 64T. The only real complication is the check of the address in the
SLB miss handler, see the comment in the code.
Although we could continue to split virtual space 50/50 as we do now,
no one seems to be running out of PCI IO or ioremap space. So instead
keep that as 8T, and use the remaining 56T for vmalloc.
In future we should be able to increase the kernel virtual space to
512T, the code already supports that, it just needs testing on older
hardware.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
2017-08-01 20:29:24 +10:00
|
|
|
#define H_KERN_VIRT_SIZE ASM_CONST(0x0000400000000000) /* 64T */
|
2015-12-01 09:06:36 +05:30
|
|
|
|
|
|
|
/*
|
|
|
|
* The vmalloc space starts at the beginning of that region, and
|
|
|
|
* occupies half of it on hash CPUs and a quarter of it on Book3E
|
|
|
|
* (we keep a quarter for the virtual memmap)
|
|
|
|
*/
|
2016-04-29 23:26:21 +10:00
|
|
|
#define H_VMALLOC_START H_KERN_VIRT_START
|
powerpc/mm/hash64: Make vmalloc 56T on hash
On 64-bit book3s, with the hash MMU, we currently define the kernel
virtual space (vmalloc, ioremap etc.), to be 16T in size. This is a
leftover from pre v3.7 when our user VM was also 16T.
Of that 16T we split it 50/50, with half used for PCI IO and ioremap
and the other 8T for vmalloc.
We never bothered to make it any bigger because 8T of vmalloc ought to
be enough for anybody. But it turns out that's not true, the per cpu
allocator wants large amounts of vmalloc space, not to make large
allocations, but to allow a large stride between allocations, because
we use pcpu_embed_first_chunk().
With a bit of juggling we can increase the entire kernel virtual space
to 64T. The only real complication is the check of the address in the
SLB miss handler, see the comment in the code.
Although we could continue to split virtual space 50/50 as we do now,
no one seems to be running out of PCI IO or ioremap space. So instead
keep that as 8T, and use the remaining 56T for vmalloc.
In future we should be able to increase the kernel virtual space to
512T, the code already supports that, it just needs testing on older
hardware.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
2017-08-01 20:29:24 +10:00
|
|
|
#define H_VMALLOC_SIZE ASM_CONST(0x380000000000) /* 56T */
|
2016-04-29 23:26:21 +10:00
|
|
|
#define H_VMALLOC_END (H_VMALLOC_START + H_VMALLOC_SIZE)
|
2015-12-01 09:06:36 +05:30
|
|
|
|
2017-08-01 20:29:22 +10:00
|
|
|
#define H_KERN_IO_START H_VMALLOC_END
|
|
|
|
|
2015-12-01 09:06:36 +05:30
|
|
|
/*
|
|
|
|
* Region IDs
|
|
|
|
*/
|
|
|
|
#define REGION_SHIFT 60UL
|
|
|
|
#define REGION_MASK (0xfUL << REGION_SHIFT)
|
|
|
|
#define REGION_ID(ea) (((unsigned long)(ea)) >> REGION_SHIFT)
|
|
|
|
|
2016-04-29 23:26:21 +10:00
|
|
|
#define VMALLOC_REGION_ID (REGION_ID(H_VMALLOC_START))
|
2015-12-01 09:06:36 +05:30
|
|
|
#define KERNEL_REGION_ID (REGION_ID(PAGE_OFFSET))
|
|
|
|
#define VMEMMAP_REGION_ID (0xfUL) /* Server only */
|
|
|
|
#define USER_REGION_ID (0UL)
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Defines the address of the vmemap area, in its own region on
|
|
|
|
* hash table CPUs.
|
|
|
|
*/
|
2016-04-29 23:26:21 +10:00
|
|
|
#define H_VMEMMAP_BASE (VMEMMAP_REGION_ID << REGION_SHIFT)
|
2015-12-01 09:06:36 +05:30
|
|
|
|
|
|
|
#ifdef CONFIG_PPC_MM_SLICES
|
|
|
|
#define HAVE_ARCH_UNMAPPED_AREA
|
|
|
|
#define HAVE_ARCH_UNMAPPED_AREA_TOPDOWN
|
|
|
|
#endif /* CONFIG_PPC_MM_SLICES */
|
2009-03-19 19:34:08 +00:00
|
|
|
|
2009-03-10 17:53:29 +00:00
|
|
|
|
|
|
|
/* PTEIDX nibble */
|
|
|
|
#define _PTEIDX_SECONDARY 0x8
|
|
|
|
#define _PTEIDX_GROUP_IX 0x7
|
|
|
|
|
2016-04-29 23:25:54 +10:00
|
|
|
#define H_PMD_BAD_BITS (PTE_TABLE_SIZE-1)
|
|
|
|
#define H_PUD_BAD_BITS (PMD_TABLE_SIZE-1)
|
2015-12-01 09:06:36 +05:30
|
|
|
|
|
|
|
#ifndef __ASSEMBLY__
|
2016-04-29 23:25:54 +10:00
|
|
|
#define hash__pmd_bad(pmd) (pmd_val(pmd) & H_PMD_BAD_BITS)
|
|
|
|
#define hash__pud_bad(pud) (pud_val(pud) & H_PUD_BAD_BITS)
|
|
|
|
static inline int hash__pgd_bad(pgd_t pgd)
|
|
|
|
{
|
|
|
|
return (pgd_val(pgd) == 0);
|
|
|
|
}
|
2017-06-29 03:04:08 +10:00
|
|
|
#ifdef CONFIG_STRICT_KERNEL_RWX
|
|
|
|
extern void hash__mark_rodata_ro(void);
|
2017-07-14 16:51:23 +10:00
|
|
|
extern void hash__mark_initmem_nx(void);
|
2017-06-29 03:04:08 +10:00
|
|
|
#endif
|
2015-12-01 09:06:36 +05:30
|
|
|
|
|
|
|
extern void hpte_need_flush(struct mm_struct *mm, unsigned long addr,
|
|
|
|
pte_t *ptep, unsigned long pte, int huge);
|
2015-12-01 09:06:50 +05:30
|
|
|
extern unsigned long htab_convert_pte_flags(unsigned long pteflags);
|
2015-12-01 09:06:36 +05:30
|
|
|
/* Atomic PTE updates */
|
2016-04-29 23:25:54 +10:00
|
|
|
static inline unsigned long hash__pte_update(struct mm_struct *mm,
|
|
|
|
unsigned long addr,
|
|
|
|
pte_t *ptep, unsigned long clr,
|
|
|
|
unsigned long set,
|
|
|
|
int huge)
|
2015-12-01 09:06:36 +05:30
|
|
|
{
|
2016-04-29 23:25:28 +10:00
|
|
|
__be64 old_be, tmp_be;
|
|
|
|
unsigned long old;
|
2015-12-01 09:06:36 +05:30
|
|
|
|
|
|
|
__asm__ __volatile__(
|
|
|
|
"1: ldarx %0,0,%3 # pte_update\n\
|
2016-04-29 23:25:28 +10:00
|
|
|
and. %1,%0,%6\n\
|
2015-12-01 09:06:36 +05:30
|
|
|
bne- 1b \n\
|
|
|
|
andc %1,%0,%4 \n\
|
|
|
|
or %1,%1,%7\n\
|
|
|
|
stdcx. %1,0,%3 \n\
|
|
|
|
bne- 1b"
|
2016-04-29 23:25:28 +10:00
|
|
|
: "=&r" (old_be), "=&r" (tmp_be), "=m" (*ptep)
|
|
|
|
: "r" (ptep), "r" (cpu_to_be64(clr)), "m" (*ptep),
|
2016-04-29 23:25:45 +10:00
|
|
|
"r" (cpu_to_be64(H_PAGE_BUSY)), "r" (cpu_to_be64(set))
|
2015-12-01 09:06:36 +05:30
|
|
|
: "cc" );
|
|
|
|
/* huge pages use the old page table lock */
|
|
|
|
if (!huge)
|
|
|
|
assert_pte_locked(mm, addr);
|
|
|
|
|
2016-04-29 23:25:28 +10:00
|
|
|
old = be64_to_cpu(old_be);
|
2016-04-29 23:25:45 +10:00
|
|
|
if (old & H_PAGE_HASHPTE)
|
2015-12-01 09:06:36 +05:30
|
|
|
hpte_need_flush(mm, addr, ptep, old, huge);
|
|
|
|
|
|
|
|
return old;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Set the dirty and/or accessed bits atomically in a linux PTE, this
|
|
|
|
* function doesn't need to flush the hash entry
|
|
|
|
*/
|
2016-04-29 23:25:54 +10:00
|
|
|
static inline void hash__ptep_set_access_flags(pte_t *ptep, pte_t entry)
|
2015-12-01 09:06:36 +05:30
|
|
|
{
|
2016-04-29 23:25:28 +10:00
|
|
|
__be64 old, tmp, val, mask;
|
|
|
|
|
2016-04-29 23:25:30 +10:00
|
|
|
mask = cpu_to_be64(_PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_READ | _PAGE_WRITE |
|
2016-04-29 23:25:28 +10:00
|
|
|
_PAGE_EXEC | _PAGE_SOFT_DIRTY);
|
2015-12-01 09:06:36 +05:30
|
|
|
|
2016-04-29 23:25:28 +10:00
|
|
|
val = pte_raw(entry) & mask;
|
2015-12-01 09:06:36 +05:30
|
|
|
|
|
|
|
__asm__ __volatile__(
|
|
|
|
"1: ldarx %0,0,%4\n\
|
2016-04-29 23:25:28 +10:00
|
|
|
and. %1,%0,%6\n\
|
2015-12-01 09:06:36 +05:30
|
|
|
bne- 1b \n\
|
|
|
|
or %0,%3,%0\n\
|
|
|
|
stdcx. %0,0,%4\n\
|
|
|
|
bne- 1b"
|
|
|
|
:"=&r" (old), "=&r" (tmp), "=m" (*ptep)
|
2016-04-29 23:25:45 +10:00
|
|
|
:"r" (val), "r" (ptep), "m" (*ptep), "r" (cpu_to_be64(H_PAGE_BUSY))
|
2015-12-01 09:06:36 +05:30
|
|
|
:"cc");
|
|
|
|
}
|
|
|
|
|
2016-04-29 23:25:54 +10:00
|
|
|
static inline int hash__pte_same(pte_t pte_a, pte_t pte_b)
|
2016-03-01 09:45:13 +05:30
|
|
|
{
|
2016-04-29 23:25:54 +10:00
|
|
|
return (((pte_raw(pte_a) ^ pte_raw(pte_b)) & ~cpu_to_be64(_PAGE_HPTEFLAGS)) == 0);
|
2016-03-01 09:45:13 +05:30
|
|
|
}
|
|
|
|
|
2016-04-29 23:25:54 +10:00
|
|
|
static inline int hash__pte_none(pte_t pte)
|
2016-04-29 23:25:29 +10:00
|
|
|
{
|
2016-04-29 23:25:54 +10:00
|
|
|
return (pte_val(pte) & ~H_PTE_NONE_MASK) == 0;
|
2016-04-29 23:25:29 +10:00
|
|
|
}
|
|
|
|
|
2017-11-06 00:50:46 -08:00
|
|
|
unsigned long pte_get_hash_gslot(unsigned long vpn, unsigned long shift,
|
|
|
|
int ssize, real_pte_t rpte, unsigned int subpg_index);
|
|
|
|
|
2015-12-01 09:06:37 +05:30
|
|
|
/* This low level function performs the actual PTE insertion
|
|
|
|
* Setting the PTE depends on the MMU type and other factors. It's
|
|
|
|
* an horrible mess that I'm not going to try to clean up now but
|
|
|
|
* I'm keeping it in one place rather than spread around
|
|
|
|
*/
|
2016-04-29 23:25:54 +10:00
|
|
|
static inline void hash__set_pte_at(struct mm_struct *mm, unsigned long addr,
|
|
|
|
pte_t *ptep, pte_t pte, int percpu)
|
2015-12-01 09:06:37 +05:30
|
|
|
{
|
|
|
|
/*
|
|
|
|
* Anything else just stores the PTE normally. That covers all 64-bit
|
|
|
|
* cases, and 32-bit non-hash with 32-bit PTEs.
|
|
|
|
*/
|
|
|
|
*ptep = pte;
|
|
|
|
}
|
|
|
|
|
2015-12-01 09:06:36 +05:30
|
|
|
#ifdef CONFIG_TRANSPARENT_HUGEPAGE
|
|
|
|
extern void hpte_do_hugepage_flush(struct mm_struct *mm, unsigned long addr,
|
|
|
|
pmd_t *pmdp, unsigned long old_pmd);
|
|
|
|
#else
|
|
|
|
static inline void hpte_do_hugepage_flush(struct mm_struct *mm,
|
|
|
|
unsigned long addr, pmd_t *pmdp,
|
|
|
|
unsigned long old_pmd)
|
|
|
|
{
|
|
|
|
WARN(1, "%s called with THP disabled\n", __func__);
|
|
|
|
}
|
|
|
|
#endif /* CONFIG_TRANSPARENT_HUGEPAGE */
|
|
|
|
|
2016-04-29 23:25:59 +10:00
|
|
|
|
|
|
|
extern int hash__map_kernel_page(unsigned long ea, unsigned long pa,
|
|
|
|
unsigned long flags);
|
|
|
|
extern int __meminit hash__vmemmap_create_mapping(unsigned long start,
|
|
|
|
unsigned long page_size,
|
|
|
|
unsigned long phys);
|
|
|
|
extern void hash__vmemmap_remove_mapping(unsigned long start,
|
|
|
|
unsigned long page_size);
|
2017-01-03 14:39:51 -06:00
|
|
|
|
2018-02-14 01:08:22 +10:00
|
|
|
int hash__create_section_mapping(unsigned long start, unsigned long end, int nid);
|
2017-01-03 14:39:51 -06:00
|
|
|
int hash__remove_section_mapping(unsigned long start, unsigned long end);
|
|
|
|
|
2015-12-01 09:06:36 +05:30
|
|
|
#endif /* !__ASSEMBLY__ */
|
2009-03-10 17:53:29 +00:00
|
|
|
#endif /* __KERNEL__ */
|
2015-12-01 09:06:26 +05:30
|
|
|
#endif /* _ASM_POWERPC_BOOK3S_64_HASH_H */
|