No description
Find a file
Greg Kroah-Hartman 686f669780 workqueue: move to use bus_get_dev_root()
Direct access to the struct bus_type dev_root pointer is going away soon
so replace that with a call to bus_get_dev_root() instead, which is what
it is there for.

Cc: Lai Jiangshan <jiangshanlai@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20230313182918.1312597-8-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-03-17 15:29:23 +01:00
arch driver core: class: remove module * from class_create() 2023-03-17 15:16:33 +01:00
block driver core: class: remove module * from class_create() 2023-03-17 15:16:33 +01:00
certs
crypto
Documentation
drivers platform/x86: intel-uncore-freq: move to use bus_get_dev_root() 2023-03-17 15:29:12 +01:00
fs driver core: class: remove module * from class_create() 2023-03-17 15:16:33 +01:00
include driver core: device: make device_create*() take a const struct class * 2023-03-17 15:16:50 +01:00
init
io_uring
ipc
kernel workqueue: move to use bus_get_dev_root() 2023-03-17 15:29:23 +01:00
lib
LICENSES
mm driver core: class: remove module * from class_create() 2023-03-17 15:16:33 +01:00
net driver core: class: remove module * from class_create() 2023-03-17 15:16:33 +01:00
rust
samples driver core: class: remove module * from class_create() 2023-03-17 15:16:33 +01:00
scripts
security
sound driver core: class: remove module * from class_create() 2023-03-17 15:16:33 +01:00
tools driver core: class: remove module * from class_create() 2023-03-17 15:16:33 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.