On Mon, 07 Aug 2023 20:04:09 +0200, Helge Deller wrote: > The changes from commit 32832a407a71 ("io_uring: Fix io_uring mmap() by > using architecture-provided get_unmapped_area()") to the parisc > implementation of get_unmapped_area() broke glibc's locale-gen > executable when running on parisc. > > This patch reverts those architecture-specific changes, and instead > adjusts in io_uring_mmu_get_unmapped_area() the pgoff offset which is > then given to parisc's get_unmapped_area() function. This is much > cleaner than the previous approach, and we still will get a coherent > addresss. > > [...] Applied, thanks! [1/1] io_uring/parisc: Adjust pgoff in io_uring mmap() for parisc commit: ce11a0688e67aae1e9ba6c8843d7e8b7dd791ead Best regards, -- Jens Axboe