Go to file
Greg Kroah-Hartman c33d442328 debugfs: make error message a bit more verbose
When a file/directory is already present in debugfs, and it is attempted
to be created again, be more specific about what file/directory is being
created and where it is trying to be created to give a bit more help to
developers to figure out the problem.

Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Takashi Iwai <tiwai@suse.de>
Reviewed-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20190706154256.GA2683@kroah.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-07-08 10:44:57 +02:00
Documentation
LICENSES
arch bus_find_device: Unify the match callback with class_find_device 2019-06-24 05:22:31 +02:00
block
certs
crypto
drivers driver: core: Allow subsystems to continue deferring probe 2019-07-03 21:28:20 +02:00
fs debugfs: make error message a bit more verbose 2019-07-08 10:44:57 +02:00
include driver: core: Allow subsystems to continue deferring probe 2019-07-03 21:28:20 +02:00
init
ipc
kernel swiotlb: no need to check return value of debugfs_create functions 2019-07-03 16:57:18 +02:00
lib lib: notifier-error-inject: no need to check return value of debugfs_create functions 2019-07-03 16:57:18 +02:00
mm
net ceph: no need to check return value of debugfs_create functions 2019-07-03 16:57:18 +02:00
samples
scripts
security
sound bus_find_device: Unify the match callback with class_find_device 2019-06-24 05:22:31 +02:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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.