Re: [PATCH v3 1/2] aarch64: align address for BTI protection [BZ #26988]

2020-12-10 Thread Adhemerval Zanella
On 02/12/2020 05:55, Szabolcs Nagy via Libc-alpha wrote: > Handle unaligned executable load segments (the bfd linker is not > expected to produce such binaries, but other linkers may). > > Computing the mapping bounds follows _dl_map_object_from_fd more > closely now. > > Fixes bug 26988. LGT

[PATCH v3 1/2] aarch64: align address for BTI protection [BZ #26988]

2020-12-02 Thread Szabolcs Nagy
Handle unaligned executable load segments (the bfd linker is not expected to produce such binaries, but other linkers may). Computing the mapping bounds follows _dl_map_object_from_fd more closely now. Fixes bug 26988. --- v3: - split the last patch in two so this bug is fixed separately. - pushe