This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ports/15705] MicroBlaze mmap64 incorrect page shift


https://sourceware.org/bugzilla/show_bug.cgi?id=15705

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugdal at aerifal dot cx

--- Comment #4 from Rich Felker <bugdal at aerifal dot cx> ---
I'd like to verify that this issue was fixed correctly. The intent is that the
mmap2 syscall on microblaze behave like on other archs and always use a shift
of 12 bits even if the runtime page size is larger than 4096. This is
documented in the following threads on the microblaze-linux list:

https://lists.eait.uq.edu.au/pipermail/microblaze-linux/2013-September/005841.html

https://lists.eait.uq.edu.au/pipermail/microblaze-linux/2013-September/005840.html

https://lists.eait.uq.edu.au/pipermail/microblaze-linux/2013-September/005839.html

If these fixes have not yet been applied to the kernel, somebody should ping
the issue on the kernel side rather than breaking glibc to mismatch the intent
of the microblaze kernel folks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]