The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Philipp Rudo 620f697cc2 kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrs
The main loop currently uses quite a lot of variables to update the
section headers.  Some of them are unnecessary.  So clean them up a
little.

Link: http://lkml.kernel.org/r/20180321112751.22196-9-prudo@linux.vnet.ibm.com
Signed-off-by: Philipp Rudo <prudo@linux.vnet.ibm.com>
Acked-by: Dave Young <dyoung@redhat.com>
Cc: AKASHI Takahiro <takahiro.akashi@linaro.org>
Cc: Eric Biederman <ebiederm@xmission.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2018-04-13 17:10:28 -07:00
Documentation We decided to request the latest three patches to be merged into this 2018-04-12 13:00:44 -07:00
LICENSES
arch kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations* 2018-04-13 17:10:28 -07:00
block
certs
crypto
drivers amdgpu, omap and snd regression fix 2018-04-12 20:56:10 -07:00
firmware
fs proc: revalidate misc dentries 2018-04-13 17:10:27 -07:00
include kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations* 2018-04-13 17:10:28 -07:00
init
ipc ipc/shm: fix use-after-free of shm file via remap_file_pages() 2018-04-13 17:10:27 -07:00
kernel kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrs 2018-04-13 17:10:28 -07:00
lib We decided to request the latest three patches to be merged into this 2018-04-12 13:00:44 -07:00
mm mm, slab: reschedule cache_reap() on the same CPU 2018-04-13 17:10:27 -07:00
net NFS client updates for Linux 4.17 2018-04-12 12:55:50 -07:00
samples
scripts asm-generic fixes for v4.17-rc1 2018-04-12 09:15:48 -07:00
security
sound amdgpu, omap and snd regression fix 2018-04-12 20:56:10 -07:00
tools proc: fixup copyright sign 2018-04-12 20:52:25 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.