public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Daiki Ueno <dueno@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-crypto-auditing-agent] rawhide: Update rust-crypto-auditing-agent-0.2.4-no-probe.patch
Date: Tue, 04 Aug 2026 08:50:48 GMT [thread overview]
Message-ID: <178583344868.1.3042776591756531919.rpms-rust-crypto-auditing-agent-834fb1796182@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-crypto-auditing-agent
Branch : rawhide
Commit : 834fb17961828c342759415eb01e85e0909758c5
Author : Daiki Ueno <dueno@redhat.com>
Date : 2026-08-04T17:49:06+09:00
Stats : +8/-8 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rust-crypto-auditing-agent/c/834fb17961828c342759415eb01e85e0909758c5?branch=rawhide
Log:
Update rust-crypto-auditing-agent-0.2.4-no-probe.patch
Signed-off-by: Daiki Ueno <dueno@redhat.com>
---
diff --git a/rust-crypto-auditing-agent-0.2.4-no-probe.patch b/rust-crypto-auditing-agent-0.2.4-no-probe.patch
index 4cded28..635027f 100644
--- a/rust-crypto-auditing-agent-0.2.4-no-probe.patch
+++ b/rust-crypto-auditing-agent-0.2.4-no-probe.patch
@@ -1,6 +1,6 @@
-From e3b7e95f391e4424aa2b0d9e1d22f96d1f64cd56 Mon Sep 17 00:00:00 2001
+From b6c3c5fe38af33565b5aa64f8c165daf47a4a75c Mon Sep 17 00:00:00 2001
From: Daiki Ueno <dueno@redhat.com>
-Date: Wed, 3 Dec 2025 16:39:23 +0900
+Date: Tue, 4 Aug 2026 17:16:45 +0900
Subject: [PATCH] Remove probe point in agent for testing
The probe crates uses inline assembly, which is still marked as
@@ -15,7 +15,7 @@ Signed-off-by: Daiki Ueno <dueno@redhat.com>
1 file changed, 6 deletions(-)
diff --git a/src/log_writer.rs b/src/log_writer.rs
-index 90c95d3..698b7ef 100644
+index 0f67784..8b45cba 100644
--- a/src/log_writer.rs
+++ b/src/log_writer.rs
@@ -4,7 +4,6 @@
@@ -26,10 +26,10 @@ index 90c95d3..698b7ef 100644
use serde_cbor::{Serializer, ser::IoWrite};
use std::path::PathBuf;
use time::{OffsetDateTime, macros::format_description};
-@@ -176,11 +175,6 @@ impl LogWriter {
- config::Format::Minimal => to_vec_minimal(&group)?,
- };
- self.write_all(v).await?;
+@@ -186,11 +185,6 @@ impl LogWriter {
+ self.rotate().await?;
+ }
+ self.write_event_group(&group).await?;
- probe!(
- crypto_auditing_internal_agent,
- event_group,
@@ -39,5 +39,5 @@ index 90c95d3..698b7ef 100644
}
self.groups.clear();
--
-2.53.0
+2.55.0
reply other threads:[~2026-08-04 8:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178583344868.1.3042776591756531919.rpms-rust-crypto-auditing-agent-834fb1796182@fedoraproject.org \
--to=dueno@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox