Re: [Xen-devel] [PATCH v6 01/14] generic-sections: add section core helpers

2017-01-16 Thread Borislav Petkov
On Mon, Jan 09, 2017 at 06:58:19AM -0800, Luis R. Rodriguez wrote: > Linux makes extensive use of custom ELF header sections, > documentation for these are well scatterred. Unify this is > documentation in a central place and provide helpers to > build custom Linux

[Xen-devel] [PATCH v6 01/14] generic-sections: add section core helpers

2017-01-09 Thread Luis R. Rodriguez
Linux makes extensive use of custom ELF header sections, documentation for these are well scatterred. Unify this documentation in a central place and provide helpers to build custom Linux sections. This also generalizes sections code to enable avoiding modifying the linker scripts when we want to