Skip to content

Commit

Permalink
chore: disable kernel 6.11 for agent 13.4.1
Browse files Browse the repository at this point in the history
Follow up on #144, extending the exclusion to 13.4.1.
  • Loading branch information
iurly committed Sep 18, 2024
1 parent 76857fb commit 54c9825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent_ignorelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit 54c9825

Please sign in to comment.