1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-12 01:20:14 +00:00
Fushuai Wang 5cb5575308 selftests: livepatch: use canonical ftrace path
Since v4.1 kernel, a new interface for ftrace called "tracefs" was
introduced, which is usually mounted in /sys/kernel/tracing. Therefore,
tracing files can now be accessed via either the legacy path
/sys/kernel/debug/tracing or the newer path /sys/kernel/tracing.

Signed-off-by: Fushuai Wang <wangfushuai@baidu.com>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Tested-by: Petr Mladek <pmladek@suse.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
2025-10-15 14:50:46 +02:00
2025-03-27 19:06:07 -07:00
2025-03-26 18:08:55 -07:00
2025-03-26 18:08:55 -07:00
2025-03-27 19:22:24 -07:00
2025-03-27 19:22:24 -07:00
2025-03-26 21:48:21 -07:00
2025-03-27 19:06:07 -07:00
2024-09-01 20:43:24 -07:00
2025-03-27 12:55:54 -07:00
2025-03-26 21:48:21 -07:00
2025-03-25 15:44:19 -07:00
2025-03-24 15:18:08 -07:00
2025-03-27 16:22:12 -07:00
2025-03-26 21:02:05 -07:00
2025-03-26 10:05:43 -07:00
2025-03-25 14:22:07 -07:00
2025-03-25 15:44:19 -07:00
2025-03-21 18:24:07 +01:00
2025-03-27 16:22:12 -07:00
2024-03-18 03:36:32 -06:00

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.
Languages
C 97.1%
Assembly 1%
Shell 0.6%
Rust 0.4%
Python 0.4%
Other 0.3%