Linux kernel source tree
Find a file
Linus Torvalds bb3290d916 Remove gperf usage from toolchain
It turns out that gperf-3.1 changed types in the generated code in ways
that aren't even trivially detectable without having to generate a test-file.

It's just not worth using tools and libraries from clowns that don't
understand or care about compatibility.  So get rid of gperf.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2017-08-19 11:02:53 -07:00
arch mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changes 2017-08-18 15:32:02 -07:00
block
certs
crypto
Documentation Remove gperf usage from toolchain 2017-08-19 11:02:53 -07:00
drivers Merge branch 'for-linus' of git://git.kernel.dk/linux-block 2017-08-18 14:12:39 -07:00
firmware
fs Changes since last time: 2017-08-18 14:25:50 -07:00
include mm, oom: fix potential data corruption when oom_reaper races with writer 2017-08-18 15:32:01 -07:00
init
ipc
kernel signal: don't remove SIGNAL_UNKILLABLE for traced tasks. 2017-08-18 15:32:02 -07:00
lib
mm mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEM 2017-08-18 15:32:02 -07:00
net
samples
scripts Remove gperf usage from toolchain 2017-08-19 11:02:53 -07:00
security
sound
tools test_kmod: fix description for -s -and -c parameters 2017-08-18 15:32:01 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.