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 14:07:57 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2005-04-16 22:20:36 +00:00
|
|
|
/*
|
|
|
|
* S390 version
|
2012-07-20 09:15:04 +00:00
|
|
|
* Copyright IBM Corp. 1999
|
2005-04-16 22:20:36 +00:00
|
|
|
* Author(s): Hartmut Penner (hp@de.ibm.com)
|
|
|
|
*
|
|
|
|
* Derived from "arch/i386/mm/init.c"
|
|
|
|
* Copyright (C) 1995 Linus Torvalds
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <linux/signal.h>
|
|
|
|
#include <linux/sched.h>
|
|
|
|
#include <linux/kernel.h>
|
|
|
|
#include <linux/errno.h>
|
|
|
|
#include <linux/string.h>
|
|
|
|
#include <linux/types.h>
|
|
|
|
#include <linux/ptrace.h>
|
|
|
|
#include <linux/mman.h>
|
|
|
|
#include <linux/mm.h>
|
|
|
|
#include <linux/swap.h>
|
|
|
|
#include <linux/smp.h>
|
|
|
|
#include <linux/init.h>
|
|
|
|
#include <linux/pagemap.h>
|
2018-10-30 22:09:49 +00:00
|
|
|
#include <linux/memblock.h>
|
2013-05-02 07:15:58 +00:00
|
|
|
#include <linux/memory.h>
|
2006-07-01 11:36:31 +00:00
|
|
|
#include <linux/pfn.h>
|
2006-12-08 14:56:13 +00:00
|
|
|
#include <linux/poison.h>
|
2007-02-05 20:16:47 +00:00
|
|
|
#include <linux/initrd.h>
|
2011-07-30 07:25:15 +00:00
|
|
|
#include <linux/export.h>
|
2017-08-07 13:16:15 +00:00
|
|
|
#include <linux/cma.h>
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
percpu.h is included by sched.h and module.h and thus ends up being
included when building most .c files. percpu.h includes slab.h which
in turn includes gfp.h making everything defined by the two files
universally available and complicating inclusion dependencies.
percpu.h -> slab.h dependency is about to be removed. Prepare for
this change by updating users of gfp and slab facilities include those
headers directly instead of assuming availability. As this conversion
needs to touch large number of source files, the following script is
used as the basis of conversion.
http://userweb.kernel.org/~tj/misc/slabh-sweep.py
The script does the followings.
* Scan files for gfp and slab usages and update includes such that
only the necessary includes are there. ie. if only gfp is used,
gfp.h, if slab is used, slab.h.
* When the script inserts a new include, it looks at the include
blocks and try to put the new include such that its order conforms
to its surrounding. It's put in the include block which contains
core kernel includes, in the same order that the rest are ordered -
alphabetical, Christmas tree, rev-Xmas-tree or at the end if there
doesn't seem to be any matching order.
* If the script can't find a place to put a new include (mostly
because the file doesn't have fitting include block), it prints out
an error message indicating which .h file needs to be added to the
file.
The conversion was done in the following steps.
1. The initial automatic conversion of all .c files updated slightly
over 4000 files, deleting around 700 includes and adding ~480 gfp.h
and ~3000 slab.h inclusions. The script emitted errors for ~400
files.
2. Each error was manually checked. Some didn't need the inclusion,
some needed manual addition while adding it to implementation .h or
embedding .c file was more appropriate for others. This step added
inclusions to around 150 files.
3. The script was run again and the output was compared to the edits
from #2 to make sure no file was left behind.
4. Several build tests were done and a couple of problems were fixed.
e.g. lib/decompress_*.c used malloc/free() wrappers around slab
APIs requiring slab.h to be added manually.
5. The script was run on all .h files but without automatically
editing them as sprinkling gfp.h and slab.h inclusions around .h
files could easily lead to inclusion dependency hell. Most gfp.h
inclusion directives were ignored as stuff from gfp.h was usually
wildly available and often used in preprocessor macros. Each
slab.h inclusion directive was examined and added manually as
necessary.
6. percpu.h was updated not to include slab.h.
7. Build test were done on the following configurations and failures
were fixed. CONFIG_GCOV_KERNEL was turned off for all tests (as my
distributed build env didn't work with gcov compiles) and a few
more options had to be turned off depending on archs to make things
build (like ipr on powerpc/64 which failed due to missing writeq).
* x86 and x86_64 UP and SMP allmodconfig and a custom test config.
* powerpc and powerpc64 SMP allmodconfig
* sparc and sparc64 SMP allmodconfig
* ia64 SMP allmodconfig
* s390 SMP allmodconfig
* alpha SMP allmodconfig
* um on x86_64 SMP allmodconfig
8. percpu.h modifications were reverted so that it could be applied as
a separate patch and serve as bisection point.
Given the fact that I had only a couple of failures from tests on step
6, I'm fairly confident about the coverage of this conversion patch.
If there is a breakage, it's likely to be something in one of the arch
headers which should be easily discoverable easily on most builds of
the specific arch.
Signed-off-by: Tejun Heo <tj@kernel.org>
Guess-its-ok-by: Christoph Lameter <cl@linux-foundation.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
2010-03-24 08:04:11 +00:00
|
|
|
#include <linux/gfp.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
#include <asm/processor.h>
|
2016-12-24 19:46:01 +00:00
|
|
|
#include <linux/uaccess.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
#include <asm/pgtable.h>
|
|
|
|
#include <asm/pgalloc.h>
|
|
|
|
#include <asm/dma.h>
|
|
|
|
#include <asm/lowcore.h>
|
|
|
|
#include <asm/tlb.h>
|
|
|
|
#include <asm/tlbflush.h>
|
2006-07-01 11:36:31 +00:00
|
|
|
#include <asm/sections.h>
|
2012-03-28 17:30:02 +00:00
|
|
|
#include <asm/ctl_reg.h>
|
2013-05-02 07:15:58 +00:00
|
|
|
#include <asm/sclp.h>
|
2017-05-08 22:58:08 +00:00
|
|
|
#include <asm/set_memory.h>
|
2017-11-17 13:29:13 +00:00
|
|
|
#include <asm/kasan.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2016-05-28 08:03:55 +00:00
|
|
|
pgd_t swapper_pg_dir[PTRS_PER_PGD] __section(.bss..swapper_pg_dir);
|
2009-03-26 14:24:04 +00:00
|
|
|
|
2010-10-25 14:10:07 +00:00
|
|
|
unsigned long empty_zero_page, zero_page_mask;
|
2009-03-26 14:24:04 +00:00
|
|
|
EXPORT_SYMBOL(empty_zero_page);
|
2014-09-12 20:17:23 +00:00
|
|
|
EXPORT_SYMBOL(zero_page_mask);
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2013-04-29 22:06:48 +00:00
|
|
|
static void __init setup_zero_pages(void)
|
2010-10-25 14:10:07 +00:00
|
|
|
{
|
|
|
|
unsigned int order;
|
|
|
|
struct page *page;
|
|
|
|
int i;
|
|
|
|
|
2015-11-10 11:30:28 +00:00
|
|
|
/* Latest machines require a mapping granularity of 512KB */
|
|
|
|
order = 7;
|
|
|
|
|
2013-02-28 10:08:54 +00:00
|
|
|
/* Limit number of empty zero pages for small memory sizes */
|
2015-01-14 16:51:17 +00:00
|
|
|
while (order > 2 && (totalram_pages >> 10) < (1UL << order))
|
|
|
|
order--;
|
2010-10-25 14:10:07 +00:00
|
|
|
|
|
|
|
empty_zero_page = __get_free_pages(GFP_KERNEL | __GFP_ZERO, order);
|
|
|
|
if (!empty_zero_page)
|
|
|
|
panic("Out of memory in setup_zero_pages");
|
|
|
|
|
|
|
|
page = virt_to_page((void *) empty_zero_page);
|
|
|
|
split_page(page, order);
|
|
|
|
for (i = 1 << order; i > 0; i--) {
|
2013-04-29 22:06:48 +00:00
|
|
|
mark_page_reserved(page);
|
2010-10-25 14:10:07 +00:00
|
|
|
page++;
|
|
|
|
}
|
|
|
|
|
2013-04-29 22:06:48 +00:00
|
|
|
zero_page_mask = ((PAGE_SIZE << order) - 1) & PAGE_MASK;
|
2010-10-25 14:10:07 +00:00
|
|
|
}
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
/*
|
|
|
|
* paging_init() sets up the page tables
|
|
|
|
*/
|
|
|
|
void __init paging_init(void)
|
|
|
|
{
|
2006-12-08 14:56:10 +00:00
|
|
|
unsigned long max_zone_pfns[MAX_NR_ZONES];
|
2011-12-27 10:27:07 +00:00
|
|
|
unsigned long pgd_type, asce_bits;
|
2017-06-01 09:04:04 +00:00
|
|
|
psw_t psw;
|
2006-07-01 11:36:31 +00:00
|
|
|
|
2007-10-22 10:52:47 +00:00
|
|
|
init_mm.pgd = swapper_pg_dir;
|
2017-07-05 05:37:27 +00:00
|
|
|
if (VMALLOC_END > _REGION2_SIZE) {
|
2011-12-27 10:27:07 +00:00
|
|
|
asce_bits = _ASCE_TYPE_REGION2 | _ASCE_TABLE_LENGTH;
|
|
|
|
pgd_type = _REGION2_ENTRY_EMPTY;
|
|
|
|
} else {
|
|
|
|
asce_bits = _ASCE_TYPE_REGION3 | _ASCE_TABLE_LENGTH;
|
|
|
|
pgd_type = _REGION3_ENTRY_EMPTY;
|
|
|
|
}
|
s390/mm: fix asce_bits handling with dynamic pagetable levels
There is a race with multi-threaded applications between context switch and
pagetable upgrade. In switch_mm() a new user_asce is built from mm->pgd and
mm->context.asce_bits, w/o holding any locks. A concurrent mmap with a
pagetable upgrade on another thread in crst_table_upgrade() could already
have set new asce_bits, but not yet the new mm->pgd. This would result in a
corrupt user_asce in switch_mm(), and eventually in a kernel panic from a
translation exception.
Fix this by storing the complete asce instead of just the asce_bits, which
can then be read atomically from switch_mm(), so that it either sees the
old value or the new value, but no mixture. Both cases are OK. Having the
old value would result in a page fault on access to the higher level memory,
but the fault handler would see the new mm->pgd, if it was a valid access
after the mmap on the other thread has completed. So as worst-case scenario
we would have a page fault loop for the racing thread until the next time
slice.
Also remove dead code and simplify the upgrade/downgrade path, there are no
upgrades from 2 levels, and only downgrades from 3 levels for compat tasks.
There are also no concurrent upgrades, because the mmap_sem is held with
down_write() in do_mmap, so the flush and table checks during upgrade can
be removed.
Reported-by: Michael Munday <munday@ca.ibm.com>
Reviewed-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2016-04-15 14:38:40 +00:00
|
|
|
init_mm.context.asce = (__pa(init_mm.pgd) & PAGE_MASK) | asce_bits;
|
|
|
|
S390_lowcore.kernel_asce = init_mm.context.asce;
|
s390: remove all code using the access register mode
The vdso code for the getcpu() and the clock_gettime() call use the access
register mode to access the per-CPU vdso data page with the current code.
An alternative to the complicated AR mode is to use the secondary space
mode. This makes the vdso faster and quite a bit simpler. The downside is
that the uaccess code has to be changed quite a bit.
Which instructions are used depends on the machine and what kind of uaccess
operation is requested. The instruction dictates which ASCE value needs
to be loaded into %cr1 and %cr7.
The different cases:
* User copy with MVCOS for z10 and newer machines
The MVCOS instruction can copy between the primary space (aka user) and
the home space (aka kernel) directly. For set_fs(KERNEL_DS) the kernel
ASCE is loaded into %cr1. For set_fs(USER_DS) the user space is already
loaded in %cr1.
* User copy with MVCP/MVCS for older machines
To be able to execute the MVCP/MVCS instructions the kernel needs to
switch to primary mode. The control register %cr1 has to be set to the
kernel ASCE and %cr7 to either the kernel ASCE or the user ASCE dependent
on set_fs(KERNEL_DS) vs set_fs(USER_DS).
* Data access in the user address space for strnlen / futex
To use "normal" instruction with data from the user address space the
secondary space mode is used. The kernel needs to switch to primary mode,
%cr1 has to contain the kernel ASCE and %cr7 either the user ASCE or the
kernel ASCE, dependent on set_fs.
To load a new value into %cr1 or %cr7 is an expensive operation, the kernel
tries to be lazy about it. E.g. for multiple user copies in a row with
MVCP/MVCS the replacement of the vdso ASCE in %cr7 with the user ASCE is
done only once. On return to user space a CPU bit is checked that loads the
vdso ASCE again.
To enable and disable the data access via the secondary space two new
functions are added, enable_sacf_uaccess and disable_sacf_uaccess. The fact
that a context is in secondary space uaccess mode is stored in the
mm_segment_t value for the task. The code of an interrupt may use set_fs
as long as it returns to the previous state it got with get_fs with another
call to set_fs. The code in finish_arch_post_lock_switch simply has to do a
set_fs with the current mm_segment_t value for the task.
For CPUs with MVCOS:
CPU running in | %cr1 ASCE | %cr7 ASCE |
--------------------------------------|-----------|-----------|
user space | user | vdso |
kernel, USER_DS, normal-mode | user | vdso |
kernel, USER_DS, normal-mode, lazy | user | user |
kernel, USER_DS, sacf-mode | kernel | user |
kernel, KERNEL_DS, normal-mode | kernel | vdso |
kernel, KERNEL_DS, normal-mode, lazy | kernel | kernel |
kernel, KERNEL_DS, sacf-mode | kernel | kernel |
For CPUs without MVCOS:
CPU running in | %cr1 ASCE | %cr7 ASCE |
--------------------------------------|-----------|-----------|
user space | user | vdso |
kernel, USER_DS, normal-mode | user | vdso |
kernel, USER_DS, normal-mode lazy | kernel | user |
kernel, USER_DS, sacf-mode | kernel | user |
kernel, KERNEL_DS, normal-mode | kernel | vdso |
kernel, KERNEL_DS, normal-mode, lazy | kernel | kernel |
kernel, KERNEL_DS, sacf-mode | kernel | kernel |
The lines with "lazy" refer to the state after a copy via the secondary
space with a delayed reload of %cr1 and %cr7.
There are three hardware address spaces that can cause a DAT exception,
primary, secondary and home space. The exception can be related to
four different fault types: user space fault, vdso fault, kernel fault,
and the gmap faults.
Dependent on the set_fs state and normal vs. sacf mode there are a number
of fault combinations:
1) user address space fault via the primary ASCE
2) gmap address space fault via the primary ASCE
3) kernel address space fault via the primary ASCE for machines with
MVCOS and set_fs(KERNEL_DS)
4) vdso address space faults via the secondary ASCE with an invalid
address while running in secondary space in problem state
5) user address space fault via the secondary ASCE for user-copy
based on the secondary space mode, e.g. futex_ops or strnlen_user
6) kernel address space fault via the secondary ASCE for user-copy
with secondary space mode with set_fs(KERNEL_DS)
7) kernel address space fault via the primary ASCE for user-copy
with secondary space mode with set_fs(USER_DS) on machines without
MVCOS.
8) kernel address space fault via the home space ASCE
Replace user_space_fault() with a new function get_fault_type() that
can distinguish all four different fault types.
With these changes the futex atomic ops from the kernel and the
strnlen_user will get a little bit slower, as well as the old style
uaccess with MVCP/MVCS. All user accesses based on MVCOS will be as
fast as before. On the positive side, the user space vdso code is a
lot faster and Linux ceases to use the complicated AR mode.
Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
2017-08-22 10:08:22 +00:00
|
|
|
S390_lowcore.user_asce = S390_lowcore.kernel_asce;
|
2017-07-05 05:37:27 +00:00
|
|
|
crst_table_init((unsigned long *) init_mm.pgd, pgd_type);
|
2006-12-08 14:56:07 +00:00
|
|
|
vmem_map_init();
|
2017-11-17 13:29:13 +00:00
|
|
|
kasan_copy_shadow(init_mm.pgd);
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2017-11-17 13:29:13 +00:00
|
|
|
/* enable virtual mapping in kernel mode */
|
2007-10-22 10:52:47 +00:00
|
|
|
__ctl_load(S390_lowcore.kernel_asce, 1, 1);
|
|
|
|
__ctl_load(S390_lowcore.kernel_asce, 7, 7);
|
|
|
|
__ctl_load(S390_lowcore.kernel_asce, 13, 13);
|
2017-06-01 09:04:04 +00:00
|
|
|
psw.mask = __extract_psw();
|
2017-06-03 08:56:07 +00:00
|
|
|
psw_bits(psw).dat = 1;
|
2017-06-03 08:19:55 +00:00
|
|
|
psw_bits(psw).as = PSW_BITS_AS_HOME;
|
2017-06-01 09:04:04 +00:00
|
|
|
__load_psw_mask(psw.mask);
|
2017-11-20 11:56:10 +00:00
|
|
|
kasan_free_early_identity();
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2008-04-30 11:38:47 +00:00
|
|
|
sparse_memory_present_with_active_regions(MAX_NUMNODES);
|
|
|
|
sparse_init();
|
2006-12-08 14:56:10 +00:00
|
|
|
memset(max_zone_pfns, 0, sizeof(max_zone_pfns));
|
|
|
|
max_zone_pfns[ZONE_DMA] = PFN_DOWN(MAX_DMA_ADDRESS);
|
|
|
|
max_zone_pfns[ZONE_NORMAL] = max_low_pfn;
|
|
|
|
free_area_init_nodes(max_zone_pfns);
|
2005-04-16 22:20:36 +00:00
|
|
|
}
|
|
|
|
|
2016-03-17 11:47:12 +00:00
|
|
|
void mark_rodata_ro(void)
|
|
|
|
{
|
2016-06-07 08:12:55 +00:00
|
|
|
unsigned long size = __end_ro_after_init - __start_ro_after_init;
|
|
|
|
|
|
|
|
set_memory_ro((unsigned long)__start_ro_after_init, size >> PAGE_SHIFT);
|
|
|
|
pr_info("Write protected read-only-after-init data: %luk\n", size >> 10);
|
2016-03-17 11:47:12 +00:00
|
|
|
}
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
void __init mem_init(void)
|
|
|
|
{
|
2016-05-25 07:45:26 +00:00
|
|
|
cpumask_set_cpu(0, &init_mm.context.cpu_attach_mask);
|
2014-04-03 11:55:01 +00:00
|
|
|
cpumask_set_cpu(0, mm_cpumask(&init_mm));
|
|
|
|
|
2014-03-06 17:25:13 +00:00
|
|
|
set_max_mapnr(max_low_pfn);
|
2005-04-16 22:20:36 +00:00
|
|
|
high_memory = (void *) __va(max_low_pfn * PAGE_SIZE);
|
|
|
|
|
2008-05-07 07:22:59 +00:00
|
|
|
/* Setup guest page hinting */
|
|
|
|
cmma_init();
|
|
|
|
|
2005-04-16 22:20:36 +00:00
|
|
|
/* this will put all low memory onto the freelists */
|
2018-10-30 22:09:30 +00:00
|
|
|
memblock_free_all();
|
2013-04-29 22:06:48 +00:00
|
|
|
setup_zero_pages(); /* Setup zeroed pages. */
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2016-06-14 10:56:01 +00:00
|
|
|
cmma_init_nodat();
|
|
|
|
|
2013-07-03 22:04:10 +00:00
|
|
|
mem_init_print_info(NULL);
|
2005-04-16 22:20:36 +00:00
|
|
|
}
|
|
|
|
|
2010-02-26 21:37:42 +00:00
|
|
|
void free_initmem(void)
|
|
|
|
{
|
2017-11-08 10:18:29 +00:00
|
|
|
__set_memory((unsigned long)_sinittext,
|
|
|
|
(unsigned long)(_einittext - _sinittext) >> PAGE_SHIFT,
|
2016-03-22 09:54:24 +00:00
|
|
|
SET_MEMORY_RW | SET_MEMORY_NX);
|
2013-07-03 22:02:51 +00:00
|
|
|
free_initmem_default(POISON_FREE_INITMEM);
|
2005-04-16 22:20:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef CONFIG_BLK_DEV_INITRD
|
2012-09-24 06:17:58 +00:00
|
|
|
void __init free_initrd_mem(unsigned long start, unsigned long end)
|
2005-04-16 22:20:36 +00:00
|
|
|
{
|
mm: change signature of free_reserved_area() to fix building warnings
Change signature of free_reserved_area() according to Russell King's
suggestion to fix following build warnings:
arch/arm/mm/init.c: In function 'mem_init':
arch/arm/mm/init.c:603:2: warning: passing argument 1 of 'free_reserved_area' makes integer from pointer without a cast [enabled by default]
free_reserved_area(__va(PHYS_PFN_OFFSET), swapper_pg_dir, 0, NULL);
^
In file included from include/linux/mman.h:4:0,
from arch/arm/mm/init.c:15:
include/linux/mm.h:1301:22: note: expected 'long unsigned int' but argument is of type 'void *'
extern unsigned long free_reserved_area(unsigned long start, unsigned long end,
mm/page_alloc.c: In function 'free_reserved_area':
>> mm/page_alloc.c:5134:3: warning: passing argument 1 of 'virt_to_phys' makes pointer from integer without a cast [enabled by default]
In file included from arch/mips/include/asm/page.h:49:0,
from include/linux/mmzone.h:20,
from include/linux/gfp.h:4,
from include/linux/mm.h:8,
from mm/page_alloc.c:18:
arch/mips/include/asm/io.h:119:29: note: expected 'const volatile void *' but argument is of type 'long unsigned int'
mm/page_alloc.c: In function 'free_area_init_nodes':
mm/page_alloc.c:5030:34: warning: array subscript is below array bounds [-Warray-bounds]
Also address some minor code review comments.
Signed-off-by: Jiang Liu <jiang.liu@huawei.com>
Reported-by: Arnd Bergmann <arnd@arndb.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: <sworddragon2@aol.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Chris Metcalf <cmetcalf@tilera.com>
Cc: David Howells <dhowells@redhat.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: Jianguo Wu <wujianguo@huawei.com>
Cc: Joonsoo Kim <js1304@gmail.com>
Cc: Kamezawa Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Mel Gorman <mel@csn.ul.ie>
Cc: Michel Lespinasse <walken@google.com>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Rik van Riel <riel@redhat.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Tang Chen <tangchen@cn.fujitsu.com>
Cc: Tejun Heo <tj@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Wen Congyang <wency@cn.fujitsu.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
Cc: Yinghai Lu <yinghai@kernel.org>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-07-03 22:02:48 +00:00
|
|
|
free_reserved_area((void *)start, (void *)end, POISON_FREE_INITMEM,
|
|
|
|
"initrd");
|
2005-04-16 22:20:36 +00:00
|
|
|
}
|
|
|
|
#endif
|
2008-07-14 07:59:18 +00:00
|
|
|
|
2017-02-13 13:58:36 +00:00
|
|
|
unsigned long memory_block_size_bytes(void)
|
|
|
|
{
|
|
|
|
/*
|
|
|
|
* Make sure the memory block size is always greater
|
|
|
|
* or equal than the memory increment size.
|
|
|
|
*/
|
|
|
|
return max_t(unsigned long, MIN_MEMORY_BLOCK_SIZE, sclp.rzm);
|
|
|
|
}
|
|
|
|
|
2008-07-14 07:59:18 +00:00
|
|
|
#ifdef CONFIG_MEMORY_HOTPLUG
|
2017-08-07 13:16:15 +00:00
|
|
|
|
|
|
|
#ifdef CONFIG_CMA
|
|
|
|
|
|
|
|
/* Prevent memory blocks which contain cma regions from going offline */
|
|
|
|
|
|
|
|
struct s390_cma_mem_data {
|
|
|
|
unsigned long start;
|
|
|
|
unsigned long end;
|
|
|
|
};
|
|
|
|
|
|
|
|
static int s390_cma_check_range(struct cma *cma, void *data)
|
|
|
|
{
|
|
|
|
struct s390_cma_mem_data *mem_data;
|
|
|
|
unsigned long start, end;
|
|
|
|
|
|
|
|
mem_data = data;
|
|
|
|
start = cma_get_base(cma);
|
|
|
|
end = start + cma_get_size(cma);
|
|
|
|
if (end < mem_data->start)
|
|
|
|
return 0;
|
|
|
|
if (start >= mem_data->end)
|
|
|
|
return 0;
|
|
|
|
return -EBUSY;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int s390_cma_mem_notifier(struct notifier_block *nb,
|
|
|
|
unsigned long action, void *data)
|
|
|
|
{
|
|
|
|
struct s390_cma_mem_data mem_data;
|
|
|
|
struct memory_notify *arg;
|
|
|
|
int rc = 0;
|
|
|
|
|
|
|
|
arg = data;
|
|
|
|
mem_data.start = arg->start_pfn << PAGE_SHIFT;
|
|
|
|
mem_data.end = mem_data.start + (arg->nr_pages << PAGE_SHIFT);
|
|
|
|
if (action == MEM_GOING_OFFLINE)
|
|
|
|
rc = cma_for_each_area(s390_cma_check_range, &mem_data);
|
|
|
|
return notifier_from_errno(rc);
|
|
|
|
}
|
|
|
|
|
|
|
|
static struct notifier_block s390_cma_mem_nb = {
|
|
|
|
.notifier_call = s390_cma_mem_notifier,
|
|
|
|
};
|
|
|
|
|
|
|
|
static int __init s390_cma_mem_init(void)
|
|
|
|
{
|
|
|
|
return register_memory_notifier(&s390_cma_mem_nb);
|
|
|
|
}
|
|
|
|
device_initcall(s390_cma_mem_init);
|
|
|
|
|
|
|
|
#endif /* CONFIG_CMA */
|
|
|
|
|
2017-12-29 07:53:53 +00:00
|
|
|
int arch_add_memory(int nid, u64 start, u64 size, struct vmem_altmap *altmap,
|
|
|
|
bool want_memblock)
|
2008-07-14 07:59:18 +00:00
|
|
|
{
|
2012-02-24 17:01:29 +00:00
|
|
|
unsigned long start_pfn = PFN_DOWN(start);
|
|
|
|
unsigned long size_pages = PFN_DOWN(size);
|
2017-07-06 22:38:11 +00:00
|
|
|
int rc;
|
2008-07-14 07:59:18 +00:00
|
|
|
|
|
|
|
rc = vmem_add_mapping(start, size);
|
|
|
|
if (rc)
|
|
|
|
return rc;
|
2015-05-08 15:40:43 +00:00
|
|
|
|
2017-12-29 07:53:53 +00:00
|
|
|
rc = __add_pages(nid, start_pfn, size_pages, altmap, want_memblock);
|
2008-07-14 07:59:18 +00:00
|
|
|
if (rc)
|
|
|
|
vmem_remove_mapping(start, size);
|
|
|
|
return rc;
|
|
|
|
}
|
2013-02-23 00:32:58 +00:00
|
|
|
|
|
|
|
#ifdef CONFIG_MEMORY_HOTREMOVE
|
2017-12-29 07:53:55 +00:00
|
|
|
int arch_remove_memory(u64 start, u64 size, struct vmem_altmap *altmap)
|
2013-02-23 00:32:58 +00:00
|
|
|
{
|
|
|
|
/*
|
|
|
|
* There is no hardware or firmware interface which could trigger a
|
|
|
|
* hot memory remove on s390. So there is nothing that needs to be
|
|
|
|
* implemented.
|
|
|
|
*/
|
|
|
|
return -EBUSY;
|
|
|
|
}
|
|
|
|
#endif
|
2008-07-14 07:59:18 +00:00
|
|
|
#endif /* CONFIG_MEMORY_HOTPLUG */
|