From 4cd2c4e818a1438bf63d1ca05a6cf134f39bc06b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 22 Feb 2026 22:31:35 +0200 Subject: Add copy_file_range support and tracepoint attach tests --- internal/flags/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/flags/flags.go') diff --git a/internal/flags/flags.go b/internal/flags/flags.go index eb2d045..2aec752 100644 --- a/internal/flags/flags.go +++ b/internal/flags/flags.go @@ -110,7 +110,7 @@ func parse() { // disabledTracepoints is a list of tracepoints that should not be attached due to wider isses. // Here, the BPF programs wouldn't load otherwise due to CO-RE issues. - // TODO: Try out once in a while whether it works again with newer kernel versions. + // Re-evaluate periodically on newer kernels. // Add back "._open_by_handle_at" or ".*_name_to_handle_at" here if tracepoints cause CO-RE issues. if *fields == "" { -- cgit v1.2.3