From 5338dabb735db5f05f9b5a73b449dcc6a4926085 Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Tue, 24 Nov 2020 20:18:26 +0000 Subject: [PATCH] build: remove types suppressed from abidiff during 20.10 Some of these types had changes that we suppressed during the 20.10 release cycle. Now that 20.10 is out, remove those suppressions since we will now compare patches against the 20.10 release which includes the affected changes. Note that commit fce94287 filled out a new field in spdk_nvme_ctrlr_data, so we will keep that suppressed again for this release. This is normal and expected for spec-defined structures when we define bits that were previously reserved. Signed-off-by: Jim Harris Change-Id: I1a0f3b187330d443c4de7e013b4d66d1b8cb4e46 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5234 Tested-by: SPDK CI Jenkins Community-CI: Mellanox Build Bot Reviewed-by: Shuhei Matsumoto Reviewed-by: Aleksey Marchuk --- test/make/check_so_deps.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/make/check_so_deps.sh b/test/make/check_so_deps.sh index 0235d0737..154747e5c 100755 --- a/test/make/check_so_deps.sh +++ b/test/make/check_so_deps.sh @@ -38,14 +38,6 @@ function confirm_abi_deps() { cat << EOF > ${suppression_file} [suppress_type] name = spdk_nvme_ctrlr_data -[suppress_type] - name = spdk_nvme_ns_data -[suppress_type] - name = spdk_nvme_log_page -[suppress_type] - name = spdk_nvme_ctrlr_opts -[suppress_type] - name = spdk_bs_dev [suppress_type] type_kind = enum changed_enumerators = SPDK_BDEV_NUM_IO_TYPES