No description
Find a file
zhong jiang 4cb9af0d93 misc: genwqe: should return proper error value.
[ Upstream commit 02241995b0 ]

The function should return -EFAULT when copy_from_user fails. Even
though the caller does not distinguish them. but we should keep backward
compatibility.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-11-20 18:00:40 +01:00
arch ARM: dts: rockchip: explicitly set vcc_sd0 pin to gpio on rk3188-radxarock 2019-11-20 18:00:30 +01:00
block blok, bfq: do not plug I/O if all queues are weight-raised 2019-11-20 18:00:00 +01:00
certs
crypto crypto: skcipher - Unmap pages after an external error 2019-10-11 18:18:32 +02:00
Documentation net: phy: mdio-bcm-unimac: Allow configuring MDIO clock divider 2019-11-20 18:00:25 +01:00
drivers misc: genwqe: should return proper error value. 2019-11-20 18:00:40 +01:00
firmware
fs f2fs: fix to recover inode's uid/gid during POR 2019-11-20 18:00:21 +01:00
include cpufeature: avoid warning when compiling with clang 2019-11-20 18:00:23 +01:00
init
ipc
kernel kprobes: Don't call BUG_ON() if there is a kprobe in use on free list 2019-11-20 17:59:56 +01:00
lib lib/scatterlist: Introduce sgl_alloc() and sgl_free() 2019-11-12 19:18:30 +01:00
mm mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup() 2019-11-20 17:59:33 +01:00
net ip_gre: fix parsing gre header in ipgre_err 2019-11-20 18:00:02 +01:00
samples samples/bpf: fix compilation failure 2019-11-20 18:00:25 +01:00
scripts scripts/setlocalversion: Improve -dirty check with git-status --no-optional-locks 2019-11-06 12:42:55 +01:00
security ima: always return negative code for error 2019-10-11 18:18:37 +02:00
sound ALSA: intel8x0m: Register irq handler after register initializations 2019-11-20 17:59:58 +01:00
tools perf tools: Fix time sorting 2019-11-12 19:18:03 +01:00
usr kbuild: clean compressed initramfs image 2019-10-07 18:55:14 +02:00
virt kvm: x86: mmu: Recovery of shattered NX large pages 2019-11-12 19:19:08 +01:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS USB: rio500: Remove Rio 500 kernel driver 2019-10-17 13:43:20 -07:00
Makefile Linux 4.14.154 2019-11-12 19:19:08 +01: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.