Find a file
Markus Elfring dc2bf000a2 lib/test: delete five error messages for failed memory allocations
Omit extra messages for a memory allocation failure in these functions.

This issue was detected by using the Coccinelle software.

Link: http://lkml.kernel.org/r/410a4c5a-4ee0-6fcc-969c-103d8e496b78@users.sourceforge.net
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2017-11-17 16:10:01 -08:00
arch bug: define the "cut here" string in a single place 2017-11-17 16:10:01 -08:00
block
certs
crypto
Documentation dynamic_debug documentation: minor fixes 2017-11-17 16:10:01 -08:00
drivers lkdtm: include WARN format string 2017-11-17 16:10:01 -08:00
firmware
fs proc: use do-while in name_to_int() 2017-11-17 16:10:00 -08:00
include include/linux/radix-tree.h: remove unneeded #include <linux/bug.h> 2017-11-17 16:10:01 -08:00
init
ipc
kernel kernel/umh.c: optimize 'proc_cap_handler()' 2017-11-17 16:10:01 -08:00
lib lib/test: delete five error messages for failed memory allocations 2017-11-17 16:10:01 -08:00
mm mm, compaction: remove unneeded pageblock_skip_persistent() checks 2017-11-17 16:10:00 -08:00
net
samples
scripts get_maintainer: add more --self-test options 2017-11-17 16:10:01 -08:00
security
sound
tools libnvdimm for 4.15 2017-11-17 09:51:57 -08:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Add Jason Gunthorpe as co-maintainer of the RDMA stack 2017-11-17 09:36:18 -08:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS libnvdimm for 4.15 2017-11-17 09:51:57 -08:00
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.