From 54c98251aa65984f15c114f8a968b3a5ce15fa51 Mon Sep 17 00:00:00 2001 From: Gerlando Falauto Date: Wed, 18 Sep 2024 18:38:43 +0200 Subject: [PATCH] chore: disable kernel 6.11 for agent 13.4.1 Follow up on #144, extending the exclusion to 13.4.1. --- agent_ignorelist.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent_ignorelist.yaml b/agent_ignorelist.yaml index c853d5d..662267b 100644 --- a/agent_ignorelist.yaml +++ b/agent_ignorelist.yaml @@ -78,7 +78,7 @@ ignorelist: skip_if: "{{ major|int == 6 and minor|int >= 10 }}" - description: "kernel 6.11: no member named '__i_ctime' in 'struct inode'" - probe_versions: [ 12.20.0, 13.0.0, 13.0.1, 13.0.2, 13.0.3, 13.0.4, 13.1.0, 13.1.1, 13.2.0, 13.2.1, 13.3.0, 13.3.1, 13.3.2, 13.3.3, 13.4.0 ] + probe_versions: [ 12.20.0, 13.0.0, 13.0.1, 13.0.2, 13.0.3, 13.0.4, 13.1.0, 13.1.1, 13.2.0, 13.2.1, 13.3.0, 13.3.1, 13.3.2, 13.3.3, 13.4.0, 13.4.1 ] probe_kinds: [ legacy_ebpf ] matcher: generic skip_if: "{{ major|int == 6 and minor|int >= 11 }}"