Minimal supplement to upstream Kernel Self Protection Project changes. Features already provided by SELinux + Yama and archs other than multiarch arm64 / x86_64 aren't in scope. Only tags have stable history. Shared IRC channel with KSPP: irc.libera.chat #linux-hardening
Find a file
Ilya Dryomov 98ba6af728 crush: do is_out test only if we do not collide
The is_out() test may require an additional hashing operation, so we
should skip it whenever possible.

Reflects ceph.git commit db107cc7f15cf2481894add325dc93e33479f529.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2017-02-23 22:22:02 +01:00
arch ARM: SoC fixes for v4.10 2017-02-18 17:38:09 -08:00
block
certs
crypto
Documentation ceph: set io_pages bdi hint 2017-02-20 12:16:05 +01:00
drivers rbd: constify device_type structure 2017-02-20 13:06:02 +01:00
firmware
fs ceph: remove req from unsafe list when unregistering it 2017-02-20 13:06:03 +01:00
include rbd: kill obj_request->object_name and rbd_segment_name_cache 2017-02-20 12:16:15 +01:00
init
ipc
kernel
lib
mm
net crush: do is_out test only if we do not collide 2017-02-23 22:22:02 +01:00
samples
scripts
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.10 2017-02-19 14:34:00 -08:00
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.