[PATCH v5 07/14] rtld: Handle PT_GNU_PROPERTY

Szabolcs Nagy szabolcs.nagy@arm.com
Thu Jun 25 14:58:13 GMT 2020


The 06/22/2020 13:41, H.J. Lu wrote:
> On Mon, Jun 22, 2020 at 7:04 AM Szabolcs Nagy <szabolcs.nagy@arm.com> wrote:
> > Add generic code to handle PT_GNU_PROPERTY notes. Unlike
> > _dl_process_pt_note, _dl_process_pt_gnu_property is generic,
> > has no failure mode (invalid content is ignored) and always
> > called after PT_LOAD segments are mapped. Currently only one
> > NT_GNU_PROPERTY_TYPE_0 note is handled, which contains target
> > specific properties: the _dl_process_gnu_property target hook
> > is called for each property.
> 
> This patch is immediately changed by the next patch.  You should
> combine them into
> one patch and add
> 
> Co-Authored-By: H.J. Lu <hjl.tools@gmail.com>

in general i don't think a patch should be merged with a
previous patch just because it modifies something in it.

but in this case i'm fine either way so attached the
merged patch. (the content is unchanged only the
commit message updated to reflect the merge)

is this OK?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-rtld-Clean-up-PT_NOTE-and-add-PT_GNU_PROPERTY-handli.patch
Type: text/x-diff
Size: 10183 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/libc-alpha/attachments/20200625/c4e1f2b1/attachment-0001.bin>


More information about the Libc-alpha mailing list