No description
Find a file
Tiezhu Yang 5c03d8fb04 MAINTAINERS: Update KPROBES and TRACING entries
There is no git tree for KPROBES in MAINTAINERS, it is not convinent to
rebase, lib/test_kprobes.c and samples/kprobes belong to kprobe, so add
git tree and missing files for KPROBES, and also use linux-trace.git for
TRACING to avoid confusing.

Link: https://lkml.kernel.org/r/1635213091-24387-5-git-send-email-yangtiezhu@loongson.cn

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2021-10-26 17:23:46 -04:00
arch kprobes: Add a test case for stacktrace from kretprobe handler 2021-10-26 17:23:45 -04:00
block
certs
crypto
Documentation docs, kprobes: Remove invalid URL and add new reference 2021-10-26 17:23:46 -04:00
drivers
fs
include tracing: Explain the trace recursion transition bit better 2021-10-21 14:19:00 -04:00
init bootconfig: Rename xbc_destroy_all() to xbc_exit() 2021-10-10 20:44:05 -04:00
ipc
kernel test_kprobes: Move it from kernel/ to lib/ 2021-10-26 17:23:46 -04:00
lib test_kprobes: Move it from kernel/ to lib/ 2021-10-26 17:23:46 -04:00
LICENSES
mm
net
samples samples/kretprobes: Fix return value if register_kretprobe() failed 2021-10-26 17:23:46 -04:00
scripts
security
sound
tools tools/latency-collector: Use correct size when writing queue_full_warning 2021-10-25 22:27:19 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Update KPROBES and TRACING entries 2021-10-26 17:23:46 -04: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.