Go to file
Alexander Mikhalitsyn 376870aa23
fs: fix doc comment typo fs tree wide
Do the replacement:
s/simply passs @nop_mnt_idmap/simply pass @nop_mnt_idmap/
in the fs/ tree.

Found by chance while working on support for idmapped mounts in fuse.

Cc: Jan Kara <jack@suse.cz>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Christian Brauner <brauner@kernel.org>
Cc: <linux-fsdevel@vger.kernel.org>
Cc: <linux-kernel@vger.kernel.org>
Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
Link: https://lore.kernel.org/r/20231215130927.136917-1-aleksandr.mikhalitsyn@canonical.com
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
2023-12-21 13:17:54 +01:00
Documentation Probes fixes for v6.7-rc1: 2023-11-10 16:35:04 -08:00
LICENSES
arch eventfd: simplify eventfd_signal() 2023-11-28 14:08:38 +01:00
block blk-core: use pr_warn_ratelimited() in bio_check_ro() 2023-11-07 08:15:23 -07:00
certs
crypto This push fixes a regression in ahash and hides the Kconfig sub-options for the jitter RNG. 2023-11-09 17:04:58 -08:00
drivers eventfd: simplify eventfd_signal() 2023-11-28 14:08:38 +01:00
fs fs: fix doc comment typo fs tree wide 2023-12-21 13:17:54 +01:00
include fs/proc: show correct device and inode numbers in /proc/pid/maps 2023-12-21 13:17:54 +01:00
init
io_uring eventfd: simplify eventfd_signal_mask() 2023-11-28 14:08:46 +01:00
ipc
kernel mnt_idmapping: decouple from namespaces 2023-11-28 14:08:47 +01:00
lib lib: test_objpool: make global variables static 2023-11-10 19:59:04 +09:00
mm eventfd: simplify eventfd_signal() 2023-11-28 14:08:38 +01:00
net Including fixes from netfilter and bpf. 2023-11-09 17:09:35 -08:00
rust
samples eventfd: simplify eventfd_signal() 2023-11-28 14:08:38 +01:00
scripts
security
sound sound fixes for 6.7-rc1 2023-11-10 11:57:51 -08:00
tools selftests/overlayfs: verify device and inode numbers in /proc/pid/maps 2023-12-21 13:17:54 +01:00
usr
virt eventfd: simplify eventfd_signal() 2023-11-28 14:08:38 +01:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS fs: add Jan Kara as reviewer 2023-12-12 14:24:54 +01:00
Makefile Linux 6.7-rc1 2023-11-12 16:19:07 -08:00
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.