Skip to content

Commit

Permalink
chore: ignore kernel 6.8 and RHEL9.4 for agent 13.0.1
Browse files Browse the repository at this point in the history
followup on #126
  • Loading branch information
iurly committed Mar 18, 2024
1 parent ad9323c commit 05f1844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent_ignorelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ ignorelist:
skip_if: "{{ (major|int > 6) or (major|int == 6 and minor|int >= 3) }}"

- description: "[https://github.com/falcosecurity/libs/pull/1632] kernel 6.8: implicit declaration of function 'strlcpy'"
probe_versions: [ 12.18.0, 12.19.0, 12.20.0, 13.0.0 ]
probe_versions: [ 12.18.0, 12.19.0, 12.20.0, 13.0.0, 13.0.1 ]
probe_kinds: [ kmod ]
matcher: generic
skip_if: "{{ (major|int > 6) or (major|int == 6 and minor|int >= 8) }}"

- description: "[SMAGENT-6649] kernel 5.14 - RHEL backport: member reference base type struct 'percpu_counter'"
probe_versions: [ 12.18.0, 12.19.0, 12.20.0, 13.0.0 ]
probe_versions: [ 12.18.0, 12.19.0, 12.20.0, 13.0.0, 13.0.1 ]
probe_kinds: [ legacy_ebpf ]
matcher: redhat
skip_if: "{{ (version == '5.14.0' and (rpmrelver|int) >= 410) }}"
Expand Down

0 comments on commit 05f1844

Please sign in to comment.