Skip to content

Commit

Permalink
chore: [SMAGENT-6415] exclude broen kernel due to backport
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo committed Jan 29, 2024
1 parent 9b41d55 commit 8b4d26b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions agent_ignorelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ ignorelist:
matcher: redhat
skip_if: "{{ (version == '5.14.0' and (rpmrelver|int)>=327) }}"

- description: "[SMAGENT-6415] kernel 5.14: argument 1 of 'class_create' from incompatible pointer type"
probe_versions: [ 12.17.0, 12.17.1, 12.18.0, 12.19.0, 12.20.0 ]
probe_kinds: [ kmod, legacy_ebpf ]
matcher: redhat
skip_if: "{{ (version == '5.14.0' and (rpmrelver|int) >= 410) }}"

- description: "[SMAGENT-4715] 6.2 kernel build"
probe_versions: [ 12.12.0 ]
probe_kinds: [ kmod ]
Expand Down

0 comments on commit 8b4d26b

Please sign in to comment.