From c9150eff18980b73472dd8467d3586dd28e0765d Mon Sep 17 00:00:00 2001 From: Marco Vito Moscaritolo Date: Wed, 17 Jul 2024 14:48:12 +0200 Subject: [PATCH] fix: skip build for Linux Kernel 6.10 also in Linux Agent 13.3.1 --- agent_ignorelist.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent_ignorelist.yaml b/agent_ignorelist.yaml index 1c076f6..2901bc6 100644 --- a/agent_ignorelist.yaml +++ b/agent_ignorelist.yaml @@ -72,7 +72,7 @@ ignorelist: skip_if: "{{ (major|int > 6) or (major|int == 6 and minor|int >= 3) }}" - description: "[https://github.com/falcosecurity/libs/pull/1884] kernel 6.10: implicit declaration of function 'fd_is_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 ] + 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 }}"