On Tue, 28 Oct 2025 at 11:29, Bastian Blank <[email protected]> wrote: > > The FIGETBSZ ioctl get's "int *" (pointer to 32bit integer) as argument, > not "long *" as specified in qemu. Using the correct type makes the > emulation work.
We could also note: This ioctl does not seem to be documented. However the kernel implementation has always used "int *". thanks -- PMM
