Linux kernel source tree
Go to file
Miguel Ojeda 737401751a rust: syn: enable support in kbuild
With all the new files in place and ready from the new crate, enable
the support for it in the build system.

Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Gary Guo <gary@garyguo.net>
Tested-by: Gary Guo <gary@garyguo.net>
Tested-by: Jesung Yang <y.j3ms.n@gmail.com>
Link: https://patch.msgid.link/20251124151837.2184382-20-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2025-11-24 17:15:48 +01:00
Documentation docs: rust: quick-start: add Debian 13 (Trixie) 2025-11-04 20:21:15 +01:00
LICENSES
arch
block
certs
crypto
drivers rust: rbtree: add immutable cursor 2025-11-16 21:56:57 +01:00
fs
include
init
io_uring
ipc
kernel kallsyms: Fix wrong "big" kernel symbol type read from procfs 2025-11-24 16:56:24 +01:00
lib
mm
net
rust rust: syn: enable support in kbuild 2025-11-24 17:15:48 +01:00
samples samples: rust: debugfs: use `core::ffi::CStr` method names 2025-10-20 04:04:23 +02:00
scripts rust: syn: enable support in kbuild 2025-11-24 17:15:48 +01:00
security
sound
tools
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore rust: kbuild: add proc macro library support 2025-11-24 17:15:36 +01:00
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Remove Alex Gaynor as Rust maintainer 2025-11-24 16:56:40 +01:00
Makefile rust: syn: enable support in kbuild 2025-11-24 17:15:48 +01: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 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.