No description
Find a file
Greg Kroah-Hartman 08f6a7974a powerpc/mm: book3s64: hash_utils: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the
return value.  The function can work or not, but the code logic should
never do something different based on this.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200209105901.1620958-3-gregkh@linuxfoundation.org
2020-03-04 22:44:25 +11:00
arch powerpc/mm: book3s64: hash_utils: no need to check return value of debugfs_create functions 2020-03-04 22:44:25 +11:00
block
certs
crypto s390 updates for 5.6-rc2 2020-02-15 13:10:38 -08:00
Documentation powerpc/fadump: sysfs for fadump memory reservation 2020-02-19 22:46:07 +11:00
drivers Minor bug fixes for IPMI 2020-02-16 13:05:46 -08:00
fs sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the symlink name 2020-02-19 21:07:09 +11:00
include sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the symlink name 2020-02-19 21:07:09 +11:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound
tools Bugfixes and improvements to selftests. On top of this, Mauro converted the 2020-02-16 13:01:42 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.6-rc2 2020-02-16 13:16:59 -08: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.