1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-22 07:53:11 -05:00
No description
Find a file
Luis Chamberlain 3e1d95b63c selftests: kallsyms: fix and clarify current test boundaries
Provide and clarify the existing ranges and what you should expect.
Fix the gen_test_kallsyms.sh script to accept different ranges.

Fixes: 84b4a51fce ("selftests: add new kallsyms selftests")
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
2024-11-28 11:17:30 -08:00
arch dmaengine updates for v6.13 2024-11-27 13:25:47 -08:00
block
certs
crypto
Documentation Additional power management updates for 6.13-rc1 2024-11-27 14:40:33 -08:00
drivers More ACPI updates for 6.13-rc1 2024-11-27 14:50:31 -08:00
fs virtio: features, fixes, cleanups 2024-11-27 13:11:58 -08:00
include More ACPI updates for 6.13-rc1 2024-11-27 14:50:31 -08:00
init
io_uring
ipc
kernel
lib selftests: kallsyms: fix and clarify current test boundaries 2024-11-28 11:17:30 -08:00
LICENSES
mm
net
rust
samples
scripts
security
sound soundwire updates for 6.13 2024-11-27 13:38:09 -08:00
tools RISC-V Paches for the 6.13 Merge Window, Part 1 2024-11-27 11:19:09 -08:00
usr
virt VFIO updates for v6.13 2024-11-27 12:57:03 -08:00
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS phy-for-6.13 2024-11-27 13:33:43 -08: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 reStructuredText 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.