[Unstable][PATCH 2/2] UBUNTU: [Packaging] Drop the processing of perm-blacklist
Juerg Haefliger
juerg.haefliger at canonical.com
Mon May 3 08:47:07 UTC 2021
perm-blacklist lists modules and/or symbols that are permanently excluded
from the ABI check. AFAICT this hasn't been used in ages and with the
previous commit it would move up one level which puts it outside of the
ABI directory. That in itelf is not problematic just not pretty. Take this
opportunity to get rid of the whole (unsued) concept. We can always add it
back later should the need arise (and then should probably rename it to
abi.perm-blacklist to make it clear that it's a file related to the ABI).
Signed-off-by: Juerg Haefliger <juergh at canonical.com>
---
debian/scripts/abi-check | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/scripts/abi-check b/debian/scripts/abi-check
index c7a02c5589af..d065f3d698c0 100755
--- a/debian/scripts/abi-check
+++ b/debian/scripts/abi-check
@@ -53,7 +53,7 @@ my %module_syms;
my $ignore = 0;
print " Reading symbols/modules to ignore...";
-for $file ("$prev_abidir/../blacklist", "$prev_abidir/../../perm-blacklist") {
+for $file ("$prev_abidir/../blacklist") {
if (-f $file) {
open(IGNORE, "< $file") or
die "Could not open $file";
--
2.27.0
More information about the kernel-team
mailing list