Skip to content

Commit 0052b11

Browse files
authored
fix(kmod): disable driver build for kmod on Kernel 6.10 (#136)
* fix(kmod): disable driver build for kmod on Kernel 6.10 * fix(kmod): disable driver build for kmod on Kernel 6.10 for other agent versions
1 parent e776966 commit 0052b11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: agent_ignorelist.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,9 @@ ignorelist:
7070
probe_kinds: [ kmod ]
7171
matcher: generic
7272
skip_if: "{{ (major|int > 6) or (major|int == 6 and minor|int >= 3) }}"
73+
74+
- description: "[https://github.com/falcosecurity/libs/pull/1884] kernel 6.10: implicit declaration of function 'fd_is_open'"
75+
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 ]
76+
probe_kinds: [ kmod ]
77+
matcher: generic
78+
skip_if: "{{ major|int == 6 and minor|int == 10 }}"

0 commit comments

Comments
 (0)