Go to file
Ross Burton f41fc97004 scripts/gcc-plugins: consistently use HOSTCC
The GCC plugins are built using HOSTCC, but the path to the GCC plugins
headers is obtained using CC.  This can lead to interesting failures if
the host compiler and cross compiler are different versions, and the
host compiler uses the cross headers.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20210923152811.406516-1-ross.burton@arm.com
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2021-09-24 11:30:46 -04:00
arch This is the 5.13.15 stable release 2021-09-08 13:56:54 -04:00
block blk-mq: don't grab rq's refcount in blk_mq_check_expired() 2021-09-03 10:23:03 +02:00
certs Kbuild updates for v5.13 (2nd) 2021-05-08 10:00:11 -07:00
crypto crypto: sm2 - fix a memory leak in sm2 2021-07-14 17:06:44 +02:00
Documentation This is the 5.13.14 stable release 2021-09-08 13:48:29 -04:00
drivers This is the 5.13.15 stable release 2021-09-08 13:56:54 -04:00
fs This is the 5.13.15 stable release 2021-09-08 13:56:54 -04:00
include This is the 5.13.14 stable release 2021-09-08 13:48:29 -04:00
init This is the 5.13.2 stable release 2021-07-14 15:45:04 -04:00
ipc ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiry 2021-05-22 15:09:07 -10:00
kernel This is the 5.13.14 stable release 2021-09-08 13:48:29 -04:00
lib once: Fix panic when module unload 2021-09-03 10:22:46 +02:00
LICENSES LICENSES: Add the CC-BY-4.0 license 2020-12-08 10:33:27 -07:00
mm This is the 5.13.14 stable release 2021-09-08 13:48:29 -04:00
net This is the 5.13.14 stable release 2021-09-08 13:48:29 -04:00
samples bpf, samples: Fix xdpsock with '-M' parameter missing unload process 2021-07-28 14:37:21 +02:00
scripts scripts/gcc-plugins: consistently use HOSTCC 2021-09-24 11:30:46 -04:00
security This is the 5.13.11 stable release 2021-08-17 22:40:13 -04:00
sound ALSA: pcm: fix divide error in snd_pcm_lib_ioctl 2021-09-08 08:50:21 +02:00
tools This is the 5.13.14 stable release 2021-09-08 13:48:29 -04:00
usr initramfs: allow an optional wrapper script around initramfs generation 2021-06-28 23:01:06 -04:00
virt KVM: Do not leak memory for duplicate debugfs directories 2021-08-12 13:32:23 +02:00
.clang-format clang-format: Update with the latest for_each macro list 2021-05-12 23:32:39 +02:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore .gitignore: ignore only top-level modules.builtin 2021-05-02 00:43:35 +09:00
.mailmap mailmap: add Marek's other e-mail address and identity without diacritics 2021-06-24 19:40:54 -07:00
COPYING
CREDITS MAINTAINERS: move Murali Karicheri to credits 2021-04-29 15:47:30 -07:00
Kbuild
Kconfig
MAINTAINERS aufs5: aufs-base 2021-06-28 23:01:15 -04:00
Makefile This is the 5.13.15 stable release 2021-09-08 13:56:54 -04:00
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.

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.