On Fri, 15 Apr 2022 05:41:37 +0700, Ammar Faizi wrote: > This series adds nolibc support for x86 32-bit. There are 3 patches in > this series: > > 1) Use `__NR_mmap2` instead of `__NR_mmap` for x86 32-bit. > 2) Provide `get_page_size()` function for x86 32-bit. > 3) Add x86 32-bit native syscall support. > > [...] Applied, thanks! [1/3] arch/syscall-defs: Use `__NR_mmap2` instead of `__NR_mmap` for x86 32-bit commit: 2afb268164ba99ebe720add3632b4051651296b6 [2/3] arch/x86/lib: Provide `get_page_size()` function for x86 32-bit commit: 48342e4c482349718eeecd34b3026d3d6aa78794 [3/3] arch/x86/syscall: Add x86 32-bit native syscall support commit: b7d8dd8bbf5b8550c8a0c1ed70431cd8050709f0 Best regards, -- Jens Axboe