Skip to content

Commit

Permalink
ci: Add veristat config file for Meta bpf objects
Browse files Browse the repository at this point in the history
The config in this patch denylists three BPF objects which we know won't
work with veristat for various reasons.

Nothing uses the config as of this patch - further patches will use it.

Signed-off-by: Dave Marchevsky <[email protected]>
  • Loading branch information
davemarchevsky committed Nov 12, 2023
1 parent 6ef1b06 commit 944fc2a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ci/vmtest/configs/veristat_meta.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# List of exceptions we know about that are not going to work with veristat.

# needs 'migrate_misplaced_page' which went away in
# commit 73eab3ca481e ("mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio()")
!numamove_bpf-numamove_bpf.o

# use non-libbpf loader
!takeover_bpf_lib-takeover.bpf.o
!tcp_tuner_bpf_lib-tcptuner.bpf.o

0 comments on commit 944fc2a

Please sign in to comment.