Re: [PATCH v9 2/2] PCI: trace: Add a RAS tracepoint to monitor link speed changes
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2025-07-25 03:06:56
Also in:
linux-edac, linux-pci, lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2025-07-25 03:06:56
Also in:
linux-edac, linux-pci, lkml
On Fri, 25 Jul 2025 10:59:16 +0800 Shuai Xue [off-list ref] wrote:
Thank you so much for the detailed guidance and the excellent example! This makes it much clearer how to implement the libtraceevent support. Should I include the libtraceevent plugin patch in the same kernel patch series, or submit it separately? I'm not sure about the best practice here.
No, libtraceevent lives outside the kernel tree.
quoted
-- SteveI'll work on the libtraceevent patch and submit it according to your guidance. Thanks again for the clear direction and the documentation link!
Make a patch against: git://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git Follow the same procedure as you would for submitting to the linux kernel, but instead of sending it to LKML, send it to: linux-trace-devel@vger.kernel.org You don't even need to Cc me. I'll get it from that mailing list. Patchwork is here: https://patchwork.kernel.org/project/linux-trace-devel/list/ -- Steve