No description
Find a file
Steven Rostedt (Google) c395a4596e tracing: Have filter accept "common_cpu" to be consistent
commit b2380577d4 upstream.

Make filtering consistent with histograms. As "cpu" can be a field of an
event, allow for "common_cpu" to keep it from being confused with the
"cpu" field of the event.

Link: https://lkml.kernel.org/r/20220820134401.513062765@goodmis.org
Link: https://lore.kernel.org/all/20220820220920.e42fa32b70505b1904f0a0ad@kernel.org/

Cc: stable@vger.kernel.org
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Tzvetomir Stoyanov <tz.stoyanov@gmail.com>
Cc: Tom Zanussi <zanussi@kernel.org>
Fixes: 1e3bac71c5 ("tracing/histogram: Rename "cpu" to "common_cpu"")
Suggested-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-04-19 17:53:00 +08:00
arch x86/kprobes: Fix JNG/JNLE emulation 2023-04-19 17:52:59 +08:00
block block: don't allow the same type rq_qos add more than once 2023-04-19 17:52:53 +08:00
certs
crypto KEYS: asymmetric: enforce SM2 signature use pkey algo 2023-04-19 17:52:55 +08:00
Documentation locking/atomic: Make test_and_*_bit() ordered on failure 2023-04-19 17:52:59 +08:00
drivers mmc: meson-gx: Fix an error handling path in meson_mmc_probe() 2023-04-19 17:52:59 +08:00
fs cifs: Fix memory leak on the deferred close 2023-04-19 17:52:59 +08:00
include locking/atomic: Make test_and_*_bit() ordered on failure 2023-04-19 17:52:59 +08:00
init
ipc
kernel tracing: Have filter accept "common_cpu" to be consistent 2023-04-19 17:53:00 +08:00
lib crypto: lib/blake2s - reduce stack frame usage in self test 2023-04-19 17:52:56 +08:00
LICENSES
mm
net rds: add missing barrier to release_refill 2023-04-19 17:52:58 +08:00
samples
scripts scripts/faddr2line: Fix vmlinux detection on arm64 2023-04-19 17:52:48 +08:00
security
sound ALSA: hda/realtek: Add quirk for Clevo NS50PU, NS70PU 2023-04-19 17:52:58 +08:00
tools tools/thermal: Fix possible path truncations 2023-04-19 17:52:48 +08:00
usr
virt KVM: Unconditionally get a ref to /dev/kvm module when creating a VM 2023-04-19 17:52:58 +08:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.15.62 2023-04-19 17:52:58 +08:00
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.