Blame SOURCES/sos-bz1942276-ibmvNIC-dynamic-debugs.patch

24a42c
From dddabb07a88d398ed7b8a878e95acfd968af6698 Mon Sep 17 00:00:00 2001
24a42c
From: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com>
24a42c
Date: Tue, 23 Mar 2021 17:58:30 +0530
24a42c
Subject: [PATCH] This patch is to update kernel plugin to collect
24a42c
 dynamic_debug log files for ibmvNIC
24a42c
24a42c
Resolves: #2458
24a42c
24a42c
Signed-off-by: Mamatha Inamdar <mamatha4@linux.vnet.ibm.com>
24a42c
Signed-off-by: Bryan Quigley <code@bryanquigley.com>
24a42c
---
24a42c
 sos/report/plugins/kernel.py | 1 +
24a42c
 1 file changed, 1 insertion(+)
24a42c
24a42c
diff --git a/sos/report/plugins/kernel.py b/sos/report/plugins/kernel.py
24a42c
index febe2ad0..dd7b6939 100644
24a42c
--- a/sos/report/plugins/kernel.py
24a42c
+++ b/sos/report/plugins/kernel.py
24a42c
@@ -106,6 +106,7 @@ class Kernel(Plugin, IndependentPlugin):
24a42c
             "/proc/misc",
24a42c
             "/var/log/dmesg",
24a42c
             "/sys/fs/pstore",
24a42c
+            "/sys/kernel/debug/dynamic_debug/control",
24a42c
             clocksource_path + "available_clocksource",
24a42c
             clocksource_path + "current_clocksource"
24a42c
         ])
24a42c
-- 
24a42c
2.26.3
24a42c