Hi, I would like to suggest the following upgrade of rump to be on par with my "develop" branch[1]. The patches would need to be fetched from my branch directly because there is a very large changeset in the NetBSD upstream update commit.
The main thing is upgrading rump from 9.99.x to 10.99.x Thanks to E. Brateau for most of this work, (I debugged a few things on top of that). * f077538b4 (zammit/develop, develop) rump: Add bus_dmatag_subregion as * ddb480eb9 debian/rules: Add -Wno-error=sign-compare * 8a5cc023f Add rumpdev_bpf to installed libs for network interfaces * 0a5364df9 debian/rules: HOST_CPPFLAGS=-D_GNU_SOURCE for tools/sed * c56226099 pci-userspace: Use new libirqhelp helper library * 7aef1163b debian/rules: Set -DBUFPAGES=16 when building rump * dc69073b4 (zammit/for-master) Merge branch 'upstream' into master |\ | * e9c8290b5 (zammit/upstream_0git0896a89c, upstream_0git0896a89c) NetBSD: update src to latest 0896a89cec2a8df05d7129d749231fe1712b0ad7 * | 1da7ce8df Update debian patches after netBSD sources update * | f1ffd6405 (zammit/master, origin/master, origin/HEAD, master) Add a * | bedb9f299 patches/vm_pages_phys.diff: Fix cross-building with mig * | bdb415e7e (tag: debian/0_20211031+repack-4) Use vm_pages_phys to ... This branch works with rumpdisk and rumpusbdisk under qemu and on x86 hardware, and sets up bpf so we can continue working on rumpnet. There is a remaining problem with -smp 2 and -smp 1 hanging on startup with an smp gnumach, but that was also an issue before this change. Damien [1] https://git.zammit.org/rumpkernel-debian.git/log/?h=develop