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

2017-01-19 Thread Greg KH
On Sun, Jan 15, 2017 at 01:10:44PM -0800, Luis R. Rodriguez wrote: > Linux makes extensive use of custom ELF header sections, > documentation for these are well scattered. Unify this > documentation in a central place and provide helpers to > build custom Linux sections. > > This also generalizes

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

2017-01-15 Thread Luis R. Rodriguez
Linux makes extensive use of custom ELF header sections, documentation for these are well scattered. 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 a