From 20ec6e955c6fecc2176a2d83518d83b5541658ec Mon Sep 17 00:00:00 2001 From: Daniel P. Berrangé Date: Dec 03 2019 18:01:54 +0000 Subject: Add abigail suppressions list Stop abigail complaining about libvirt private symbols or any of the loadable driver modules. Signed-off-by: Daniel P. Berrangé --- diff --git a/.abignore b/.abignore new file mode 100644 index 0000000..7cd584b --- /dev/null +++ b/.abignore @@ -0,0 +1,31 @@ +[suppress_function] +symbol_version_regexp = LIBVIRT_PRIVATE.* +soname_regexp = libvirt\\.so.* + +[suppress_function] +symbol_version_regexp = LIBVIRT_ADMIN_PRIVATE.* +soname_regexp = libvirt-admin\\.so.* + +[suppress_variable] +symbol_version_regexp = LIBVIRT_PRIVATE.* +soname_regexp = libvirt\\.so.* + +[suppress_variable] +symbol_version_regexp = LIBVIRT_ADMIN_PRIVATE.* +soname_regexp = libvirt-admin\\.so.* + +[suppress_function] +symbol_version_regexp = .* +soname_regexp = libvirt_storage_.*\\.so.* + +[suppress_variable] +symbol_version_regexp = .* +soname_regexp = libvirt_storage_.*\\.so.* + +[suppress_function] +symbol_version_regexp = .* +soname_regexp = libvirt_driver_.*\\.so.* + +[suppress_variable] +symbol_version_regexp = .* +soname_regexp = libvirt_driver_.*\\.so.*