On 01/03/2021 17:00, Andrew Cooper wrote: > Support in-tree ABI checking for stable libs. > > This series highlights a regression from 4.14, which needs fixing before the > 3rd patch can be committed. > > abi-compliance-checker reports: > > Removed Symbols 3 > xentoolcore_internal.h > xentoolcore__deregister_active_handle ( Xentoolcore__Active_Handle* ah ) > xentoolcore__register_active_handle ( Xentoolcore__Active_Handle* ah ) > xentoolcore__restrict_by_dup2_null ( int fd )
Actually, this is fairly easy: --- ../tools/libs/abi/libxentoolcore.so.1.0-x86_64-abi.dump +++ ../tools/libs/toolcore/libxentoolcore.so.1.0-x86_64-abi.dump @@ -4,8 +4,7 @@ 'Arch' => 'x86_64', 'GccVersion' => '6.3.0', 'Headers' => { - 'xentoolcore.h' => 1, - 'xentoolcore_internal.h' => 1 + 'xentoolcore.h' => 1 }, 'Language' => 'C', 'LibraryName' => 'libxentoolcore.so.1.0', I'll throw a fix into v2. ~Andrew