On Wed, Jul 08, 2026 at 03:11:13AM +0000, James Houghton wrote: > +static const int VMEMMAP_REMAP_INCOMPLETE = 1; Nitpick: I get it's all within a file but a static const int feels a bit weird. I'd use an enum or #define. -- Catalin