From: Max Kellermann Date: Sun, 4 May 2025 18:08:31 +0000 (+0200) Subject: kernel/rcu/tree_stall: add /sys/kernel/rcu_stall_count X-Git-Tag: v6.16-rc1~91^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2536c5c7d6ae5e1d844aa21f28b326b5e7f815ef;p=thirdparty%2Flinux.git kernel/rcu/tree_stall: add /sys/kernel/rcu_stall_count Expose a simple counter to userspace for monitoring tools. Link: https://lkml.kernel.org/r/20250504180831.4190860-3-max.kellermann@ionos.com Signed-off-by: Max Kellermann Cc: Core Minyard Cc: Doug Anderson Cc: Joel Granados Cc: Kees Cook Cc: Song Liu Signed-off-by: Andrew Morton --- diff --git a/Documentation/ABI/testing/sysfs-kernel-rcu_stall_count b/Documentation/ABI/testing/sysfs-kernel-rcu_stall_count new file mode 100644 index 0000000000000..a4a97a7f4a4db --- /dev/null +++ b/Documentation/ABI/testing/sysfs-kernel-rcu_stall_count @@ -0,0 +1,6 @@ +What: /sys/kernel/rcu_stall_count +Date: May 2025 +KernelVersion: 6.16 +Contact: Linux kernel mailing list +Description: + Shows how many times the system has detected an RCU stall since last boot.