diff -Nru libaio-0.3.112/debian/changelog libaio-0.3.112/debian/changelog
--- libaio-0.3.112/debian/changelog	2021-11-02 23:56:45.000000000 +0000
+++ libaio-0.3.112/debian/changelog	2021-11-15 00:13:31.000000000 +0000
@@ -1,3 +1,9 @@
+libaio (0.3.112-12+rpi1) bookworm-staging; urgency=medium
+
+  * Add armhf to list of architectures where tests are not expected to pass.
+
+ -- Peter Michael Green <plugwash@raspbian.org>  Mon, 15 Nov 2021 00:13:31 +0000
+
 libaio (0.3.112-12) unstable; urgency=medium
 
   * Add patch from upstream to fix test suite warning with gcc-11.
diff -Nru libaio-0.3.112/debian/rules libaio-0.3.112/debian/rules
--- libaio-0.3.112/debian/rules	2020-11-28 13:52:26.000000000 +0000
+++ libaio-0.3.112/debian/rules	2021-11-15 00:13:31.000000000 +0000
@@ -25,7 +25,7 @@
 #     (5: 512 instead of EFAULT on write)
 #     (19: mremap EINVAL)
 #     (17: looping, timeout?)
-ifneq (,$(filter $(DEB_HOST_ARCH),m68k sh4 x32 riscv64 sparc64 hppa))
+ifneq (,$(filter $(DEB_HOST_ARCH),armhf m68k sh4 x32 riscv64 sparc64 hppa))
   TESTS_FLAKY = yes
 endif