01/02/2022 10:34, Nipun Gupta: > > Hi David, > Sure, we will send a patch asap.
Just need this: #ifndef PAGE_SIZE #define PAGE_SIZE (sysconf(_SC_PAGESIZE)) #endif > From: David Marchand <david.march...@redhat.com> > > > > Hello guys, > > > > > +#define PAGE_SIZE (sysconf(_SC_PAGESIZE)) > > > +#define PAGE_MASK (~(PAGE_SIZE - 1)) > > > > This patch breaks compilation in Alpine Linux in next-net and main > > repositories. That's a pity I missed it when pulling. Please be more cautious with errors reported by the CI, thanks.