Go to file
Linus Torvalds 3866303449 \n
-----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEq1nRK9aeMoq1VSgcnJ2qBz9kQNkFAmTvGUMACgkQnJ2qBz9k
 QNmGiggA3hR0l8t2JBf/emi9yaXdAVpbjpv9TLJ1sSK5/EMn4jvwiax/1Q7LRORl
 CDG/QOgWgm7cJpPhC6VI1ME/nWvDeCuNNahh5qzrRy2eJSMr2IvNd0ASgg/pMD+f
 RQqVLY+GRMgKC1CLQrftsFABt0v79mxyPlqX+c59POYw6Z0lXhPv5p829lW9g3Cq
 ojqm39oEIRdk+eYjWMnCVAc5/aeL8BC8u6zIagwkePiSQo47qoLlCojK4ZiyoJYY
 nItE1ZaPRkFesYZRZXNSdfgFgbYDn+P0DPABrrJc51IBcmqm4khNO2f8rJe1spzG
 cmGyQblo9oWoqjrNcy1ovxiMFtDYyQ==
 =DYEW
 -----END PGP SIGNATURE-----

Merge tag 'fsnotify_for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs

Pull fsnotify update from Jan Kara:
 "Just a small fsnotify cleanup this time"

* tag 'fsnotify_for_v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
  fanotify: Remove unused extern declaration fsnotify_get_conn_fsid()
2023-08-30 12:14:49 -07:00
arch * Rework apic callbacks, getting rid of unnecessary ones and 2023-08-30 10:44:46 -07:00
block
certs
crypto
Documentation overlayfs update for 6.6 2023-08-30 11:54:09 -07:00
drivers * Rework apic callbacks, getting rid of unnecessary ones and 2023-08-30 10:44:46 -07:00
fs \n 2023-08-30 12:10:50 -07:00
include \n 2023-08-30 12:14:49 -07:00
init
io_uring
ipc
kernel
lib
LICENSES
mm
net
rust
samples
scripts
security
sound
tools * Rework apic callbacks, getting rid of unnecessary ones and 2023-08-30 10:44:46 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS \n 2023-08-30 12:10:50 -07:00
Makefile
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.