Go to file
Waiman Long 050307df23 rcu-tasks: Flag offline CPUs in RCU Tasks Trace stall warnings
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2169516

commit c8c03ad9d7cd694b88ab8db4199b4e4d3c6cc5aa
Author: Paul E. McKenney <paulmck@kernel.org>
Date:   Tue, 24 May 2022 20:36:08 -0700

    rcu-tasks: Flag offline CPUs in RCU Tasks Trace stall warnings

    This commit tags offline CPUs with "(offline)" in RCU Tasks Trace CPU
    stall warnings.  This is a debugging aid.

    Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
    Cc: Neeraj Upadhyay <quic_neeraju@quicinc.com>
    Cc: Eric Dumazet <edumazet@google.com>
    Cc: Alexei Starovoitov <ast@kernel.org>
    Cc: Andrii Nakryiko <andrii@kernel.org>
    Cc: Martin KaFai Lau <kafai@fb.com>
    Cc: KP Singh <kpsingh@kernel.org>

Signed-off-by: Waiman Long <longman@redhat.com>
2023-03-30 08:36:09 -04:00
Documentation Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
LICENSES
arch powerpc/64/interrupt: reduce expensive debug tests 2023-03-30 08:36:05 -04:00
block Merge: Merge tag 'kernel-5.14.0-284.5.1.el9_2' from 9.2 2023-03-29 12:11:12 +02:00
certs
crypto Merge tag 'kernel-5.14.0-284.2.1.el9_2' from 9.2 2023-03-17 09:14:43 -03:00
drivers Merge: Merge tag 'kernel-5.14.0-284.5.1.el9_2' from 9.2 2023-03-29 12:11:12 +02:00
fs Merge: Merge tag 'kernel-5.14.0-284.5.1.el9_2' from 9.2 2023-03-29 12:11:12 +02:00
include rcu-tasks: Merge state into .b.need_qs and atomically update 2023-03-30 08:36:07 -04:00
init init/main.c: return 1 from handled __setup() functions 2023-03-24 11:18:33 -04:00
ipc
kernel rcu-tasks: Flag offline CPUs in RCU Tasks Trace stall warnings 2023-03-30 08:36:09 -04:00
lib mm: fix unexpected changes to {failslab|fail_page_alloc}.attr 2023-03-24 11:19:33 -04:00
mm Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
net Merge: Merge tag 'kernel-5.14.0-284.5.1.el9_2' from 9.2 2023-03-29 12:11:12 +02:00
redhat [redhat] kernel-5.14.0-293.el9 2023-03-29 12:13:55 +02:00
samples samples/bpf: Fix typo in xdp_router_ipv4 sample 2023-03-06 14:54:38 +01:00
scripts Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
security Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
sound ASoC: amd: ps: Add a module parameter to influence pdm_gain 2023-02-14 17:32:53 +01:00
tools Merge: bpf/selftests: disable get_branch_snapshot test 2023-03-29 12:09:30 +02:00
usr kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22} 2023-03-24 11:18:37 -04:00
virt
.clang-format Merge: Update kernel's PCI subsystem to v6.2 2023-03-27 07:05:15 +02:00
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml CI: Fix kernel-64k DataWarehouse name 2023-03-06 21:20:31 +01:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: MM changes for RHEL 9.3 2023-03-29 12:09:11 +02:00
Makefile kbuild: do not require sub-make for separate output tree builds 2023-03-02 15:50:28 -05:00
Makefile.rhelver [redhat] kernel-5.14.0-293.el9 2023-03-29 12:13:55 +02:00
README
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.