This is the mail archive of the libc-alpha@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]

Re: [PATCH v2] [BZ #10283] localedef: align fixed maps to SHMLBA


From: "Carlos O'Donell" <carlos@redhat.com>
Date: Tue, 28 May 2013 16:20:22 -0400

> I know it's a little pedantic, but it's not a generic issue, and thus I
> agree that it should be a part of the OS/hardware support code.

Any OS which allows illegal cache aliases to be created as a result of
an MMAP call is broken, they signal an error instead.

The standard way to express the required alignment in every single case
I am aware of is SHMLBA.

And that's why Linux "inherited" this semantic from other systems.


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