Skip to content

Commit

Permalink
group 6.11 together with 6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
iurly committed Aug 13, 2024
1 parent 9dc15cb commit 25d3614
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions agent_ignorelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,10 @@ ignorelist:
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 ]
probe_kinds: [ kmod ]
matcher: generic
skip_if: "{{ major|int == 6 and minor|int == 10 }}"
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_kinds: [ legacy_ebpf ]
matcher: generic
skip_if: "{{ major|int == 6 and minor|int >= 11 }}"

- description: "kernel 6.11: implicit declaration of function 'fd_is_open'; did you mean 'finish_open'?"
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 ]
probe_kinds: [ kmod ]
matcher: generic
skip_if: "{{ major|int == 6 and minor|int >= 11 }}"

0 comments on commit 25d3614

Please sign in to comment.