From 463aa86c5a1e15fde9a235ec4cb4decd4db6b686 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 25 Oct 2023 15:28:53 -0400 Subject: [PATCH] NEWS: abbreviate debuginfod blurbage --- NEWS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/NEWS b/NEWS index bc2880eb7..45965d75b 100644 --- a/NEWS +++ b/NEWS @@ -5,12 +5,9 @@ - Debuginfod probes may now be filtered by archive name. This allows for probing only certain versions of a program though a glob on the basename of the archive/package name. - For example if one of the files on the deubinfod server is - curl-minimal-8.0.1-5.fc38, the probe can be filtered to only - include the fedora 38 distro of the program (as in example below). # export DEBUGINFOD_URLS="URL1 URL2 ..." - # stap -e 'probe debuginfod.archive("*.fc38").process("/usr/*/curl").begin { log("Hello World") }' + # stap -e 'probe debuginfod.archive("*.fc38").process("/usr/*/c*").function("main") { log("Hello World") }' - The kernel-user message transport system added framing codes, making the transport more reliable, but becoming incompatible across -- 2.43.5